summaryrefslogtreecommitdiff
path: root/net/avahi/patches
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2009-01-16 22:25:04 +0000
committertonio <tonio@pkgsrc.org>2009-01-16 22:25:04 +0000
commitbb47c44798c8df2c1b988be0dbd84ae428707a3f (patch)
treeda5a2086fe17e47c4d6f7d547d0aa0f0e0942eec /net/avahi/patches
parent6a8933501b132dcbffaeb9b4572c83ae5a455570 (diff)
downloadpkgsrc-bb47c44798c8df2c1b988be0dbd84ae428707a3f.tar.gz
Update net/avahi to 0.6.24
Changelog: * A huge number of bug fixes, including a security relavant one (CVE-2008-5081, low risk) * Add two new configuration directives "allow-interfaces" and "deny-interfaces" which can be used to make Avahi ignore certain network interfaces or only use certain network interfaces. * A lot of translation updates Fix PR pkg/40281, by defining _DARWIN_C_SOURCE under darwin
Diffstat (limited to 'net/avahi/patches')
-rw-r--r--net/avahi/patches/patch-ae13
-rw-r--r--net/avahi/patches/patch-af13
-rw-r--r--net/avahi/patches/patch-aj15
3 files changed, 15 insertions, 26 deletions
diff --git a/net/avahi/patches/patch-ae b/net/avahi/patches/patch-ae
deleted file mode 100644
index dff5a62f9a9..00000000000
--- a/net/avahi/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $
-
---- initscript/fedora/avahi-dnsconfd.in.orig 2008-06-18 00:13:44.000000000 +0100
-+++ initscript/fedora/avahi-dnsconfd.in
-@@ -12,7 +12,7 @@
-
- AVAHI_BIN=@sbindir@/avahi-dnsconfd
-
--if [ "$1" == 'status' ]; then
-+if [ "$1" = 'status' ]; then
- test -x $AVAHI_BIN || exit 4
- else
- test -x $AVAHI_BIN || exit 5
diff --git a/net/avahi/patches/patch-af b/net/avahi/patches/patch-af
deleted file mode 100644
index d5290e0e652..00000000000
--- a/net/avahi/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $
-
---- initscript/fedora/avahi-daemon.in.orig 2008-06-18 00:13:44.000000000 +0100
-+++ initscript/fedora/avahi-daemon.in
-@@ -12,7 +12,7 @@
-
- AVAHI_BIN=@sbindir@/avahi-daemon
-
--if [ "$1" == 'status' ]; then
-+if [ "$1" = 'status' ]; then
- test -x $AVAHI_BIN || exit 4
- else
- test -x $AVAHI_BIN || exit 5
diff --git a/net/avahi/patches/patch-aj b/net/avahi/patches/patch-aj
new file mode 100644
index 00000000000..eab692005bc
--- /dev/null
+++ b/net/avahi/patches/patch-aj
@@ -0,0 +1,15 @@
+$NetBSD: patch-aj,v 1.1 2009/01/16 22:25:04 tonio Exp $
+
+--- config.h.in.orig 2008-12-12 21:57:30.000000000 +0100
++++ config.h.in
+@@ -384,6 +384,10 @@
+ /* Define to 1 if you need to in order for `stat' and other things to work. */
+ #undef _POSIX_SOURCE
+
++#ifdef __APPLE__
++#define _DARWIN_C_SOURCE 1
++#endif
++
+ /* Define to empty if `const' does not conform to ANSI C. */
+ #undef const
+