Commit Graph

66 Commits

Author SHA1 Message Date
ajacoutot
11a1f36f2b MESSAGE -> README 2011-07-20 08:45:00 +00:00
ajacoutot
4d682eb71c Rework this port so that -gtk and -gtk3 does not need to depend on the
entire universe (yes gtk3 support has been added).
There are dragons in this port, I'm that close to remove the shit from
the tree...
2011-07-14 18:48:15 +00:00
shadchin
fb4fc85d88 fix build. don't touch man/Makefile.*
ok ajacoutot@ (maintainer)
2011-06-22 15:27:55 +00:00
landry
4c1b141db0 s/REVISI0N/REVISION/. 2011-06-17 08:43:06 +00:00
ajacoutot
55c303e58d Reorder PLIST+bump. 2011-06-13 07:11:30 +00:00
ajacoutot
97b02a191e Simplify this port, remove useless patches. 2011-06-13 07:04:11 +00:00
jasper
88f8f0add6 bump after default python version switch 2011-06-08 18:00:49 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
7bac3b6cda Use proper AUTOCONF_VERSION, from Brad. 2011-05-12 05:54:16 +00:00
ajacoutot
d3e984026f Add proper AUTOCONF_VERSION, from Brad. 2011-05-01 17:56:46 +00:00
ajacoutot
d20817e597 Update to avahi-0.6.30. 2011-04-25 10:02:43 +00:00
jasper
f2fd55e4f3 missed bump in previous, spotted by landry@ 2011-04-08 07:11:08 +00:00
ajacoutot
4a180b34a7 Add introspection support (needed for on-going GNOME 3 work). 2011-04-07 08:23:07 +00:00
ajacoutot
1ffbcaa750 Remove all redirections -- rc.subr(8) now takes care of it. 2011-03-17 16:49:27 +00:00
jasper
f99c85a1ae Security fix for CVE-2011-0634, CVE-2011-1002.
Avahi Empty UDP Packet Denial of Service Vulnerability.

From upstream git.

ok aja@ (MAINTAINER)
2011-03-03 10:18:53 +00:00
ajacoutot
c971bb5467 Mention that avahi needs a system-wide D-BUS daemon running.
Prodded by Markus Bergkvist.
2011-03-02 06:34:40 +00:00
landry
33228982b6 Switch back to autoconf 2.63, 2.65 is known for generating junk in
config.h like #define HAVE_ZOMG_ 1. Fixes build/packaging on hppa.
ok ajacoutot@
2011-01-17 13:18:13 +00:00
ajacoutot
4d44cd5446 Better regex, with robert@ 2011-01-16 16:44:27 +00:00
ajacoutot
47cf89c106 Fix dll mappings. 2011-01-16 15:39:04 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
c3d64eadef Bugfix update to avahi-0.6.28. 2010-12-14 14:55:02 +00:00
ajacoutot
bba234df14 Quiet up reload/stop. 2010-11-30 16:37:21 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
ajacoutot
b09bd417a5 Remove duplicate WANTLIB.
from Charles Smith
2010-11-06 19:05:28 +00:00
espie
632a3518ab move gettext to new WANTLIB 2010-11-06 16:07:00 +00:00
espie
90c0904de3 convert qt3 to new style 2010-11-05 10:06:44 +00:00
ajacoutot
761594762a Add RCS IDs to rc scripts. 2010-10-29 12:54:43 +00:00
ajacoutot
d95d3bc5b7 After discussion with robert and ingo, we are renaming the rc scripts from
dash to underscore so that we are consitent with the foo_bar_flags
variable.
2010-10-28 20:43:49 +00:00
ajacoutot
9ae19f1e0f Add rc scripts for avahi-dnsconfd and avahi-daemon.
ok robert@
2010-10-28 11:39:47 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
d25bd8856b Remove powerpc from mono supported arches.
It builds but there is no support for sigcontext and mono crashes right on
startup. No need to loose time building this...

input and ok robert@
2010-09-16 18:53:29 +00:00
sthen
d9ad2d3e07 bumps for python 2010-08-30 21:14:34 +00:00
ajacoutot
90f4230cc5 Add a patch from Debian bug #590760:
Let the client check if the daemon is already running instead of just
trying to start it, which doesn't work if there is no service file (the
service file is just meant for systems using system.d).

This fixes avahi-browse as well as "bonjour/zeroconf" support in several
applications.

Issue also pointed by Greg Jones.
2010-08-21 19:41:10 +00:00
ajacoutot
81b72c2d88 SECURITY update to avahi-0.6.27.
This is a bugfix release and fixes a minor security issue.
2010-07-31 14:33:20 +00:00
ajacoutot
45323bcc2b Update to avahi-0.6.26.
Lots of bugfixes. Refer to HOMEPAGE for detail information.
2010-07-17 14:12:38 +00:00
sthen
d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
ajacoutot
a9f0c77d3b SECURITY.
Fix for CVE-2010-2244:
    zero size is reported for corrupt packets. recvmsg() later could
    nevertheless get data from a good packet that followed the bad one.
    So get out early to avoid hitting an assertion.

Thanks to pea@ for the heads up.
2010-07-07 18:57:38 +00:00
espie
03d45ee036 use new subpackage-dependent ONLY_FOR_ARCHS 2010-07-06 13:02:14 +00:00
espie
f5afbcfae8 don't let packages vanish depending on arches. If they don't build, they
don't.
2010-07-05 08:25:08 +00:00
ajacoutot
f0627254a7 Tweak a comment. 2010-07-05 06:15:23 +00:00
ajacoutot
ced5f3e96e Fix -mono dependency. 2010-06-28 19:50:10 +00:00
ajacoutot
6dd6fbdcd4 Fix the mono FLAVOR, it requires gtk.
While here, regen WANTLIB and file dllmap files.
2010-06-28 19:30:13 +00:00
robert
5fbf19fa7a revert previous commit 2010-06-28 18:52:31 +00:00
robert
f16280502f bump pkgname 2010-06-28 18:33:59 +00:00
robert
fb2f92750c update mono-avahi 2010-06-28 18:33:41 +00:00
ajacoutot
74bc04ba78 main is a SUBPACKAGE not a FLAVOR. 2010-04-08 18:53:40 +00:00
ajacoutot
736006d809 Unfuck dependencies after recent mono MODULE changes and default no_* for
build. Before this change python and mono could end up being registered as
run_depends when they shouldn't.

with an input from naddy@
2010-04-08 14:21:24 +00:00