head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.4.0.6 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.4 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.2 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.3.0.10 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.8 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.6 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.4 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.2.0.2 pkgsrc-2009Q1-base:1.2; locks; strict; comment @# @; 1.5 date 2011.05.14.13.04.04; author obache; state dead; branches; next 1.4; 1.4 date 2010.07.24.13.42.12; author obache; state Exp; branches; next 1.3; 1.3 date 2009.06.09.13.07.13; author wiz; state Exp; branches 1.3.10.1; next 1.2; 1.2 date 2009.02.04.07.07.18; author dbj; state Exp; branches; next 1.1; 1.1 date 2009.01.16.22.25.04; author tonio; state Exp; branches; next ; 1.3.10.1 date 2010.07.28.14.39.11; author spz; state Exp; branches; next ; desc @@ 1.5 log @Update avahi to 0.6.30. while here, simplify package (not using patches for handling config files). = 0.6.30 This is a bugfix release. * Make IPv6 work again * i18n updates * Minor other updates = 0.6.29 This is a bugfix release. * Updates regarding systemd integration * Compatibility with newer gtk3 and gobject introspection * i18n updates * Minor other updates * Fix CVE-2011-1002, fixing the fix for CVE-2010-2244 = 0.6.28 This is a bugfix release. * Updates regarding systemd integration * Properly avoid bus activation on non-systemd systems * Compatibility with newer gtk3 and gobject introspection * i18n updates * Minor other updates @ text @$NetBSD: patch-aj,v 1.4 2010/07/24 13:42:12 obache Exp $ --- configure.ac.orig 2010-07-13 03:05:05.000000000 +0000 +++ configure.ac @@@@ -273,7 +273,7 @@@@ with_distro=`echo ${with_distro} | tr '[ case $with_distro in lfs|debian|gentoo|archlinux|suse|fedora|mandriva|darwin|freebsd|slackware|none) ;; - netbsd) + netbsd|dragonfly) AC_MSG_WARN([Your distribution (${with_distro}) is supported but no init script exist yet! (patches welcome)]) ;; linux) @ 1.4 log @Update avahi to 0.6.27. 0.6.27 some build fixes 0.6.26 This is mostly a bugfix release but also fixes a low risk security issue and adds a couple of minor new features. * Fix CVE-2010-2244 (Ludwig Nussel) * Support for Gtk+ 3 and Gtk+ Introspection * Native systemd socket activation support * Add systemd service files * Add various resource control options, for traffic rate limiting as well as cache size and D-Bus client object limits. * i18n updates * Minor other updates @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.3 2009/06/09 13:07:13 wiz Exp $ @ 1.3 log @Update to 0.6.25, set LICENSE. This is a bugfix release and fixes a minor security issue. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.2 2009/02/04 07:07:18 dbj Exp $ d3 1 a3 1 --- configure.ac.orig 2009-04-14 01:55:55.000000000 +0000 d5 1 a5 1 @@@@ -267,7 +267,7 @@@@ with_distro=`echo ${with_distro} | tr '[ a13 9 @@@@ -350,7 +350,7 @@@@ AC_HEADER_SYS_WAIT # Solaris stuff AC_SEARCH_LIBS([inet_ntop],[nsl]) AC_SEARCH_LIBS([recv],[socket]) - AC_CHECK_DECL([CMSG_SPACE],,CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500 -D__EXTENSIONS__") + AC_CHECK_DECL([CMSG_SPACE],,CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500 -D__EXTENSIONS__",[#include]) # Checks for library functions. AC_FUNC_MEMCMP @ 1.3.10.1 log @Pullup ticket 3192 - requested by obache security update Revisions pulled up: - pkgsrc/net/avahi/Makefile 1.17 - pkgsrc/net/avahi/PLIST 1.5 - pkgsrc/net/avahi/PLIST.pygdbm 1.3 - pkgsrc/net/avahi/PLIST.python 1.4 - pkgsrc/net/avahi/distinfo 1.8 - pkgsrc/net/avahi/options.mk 1.2 - pkgsrc/net/avahi/patches/patch-aa 1.2 - pkgsrc/net/avahi/patches/patch-ab 1.2 - pkgsrc/net/avahi/patches/patch-ac 1.2 - pkgsrc/net/avahi/patches/patch-ad 1.2 - pkgsrc/net/avahi/patches/patch-ae 1.4 - pkgsrc/net/avahi/patches/patch-ag 1.4 - pkgsrc/net/avahi/patches/patch-aj 1.4 - pkgsrc/net/avahi/patches/patch-ah 1.2 - pkgsrc/net/avahi/patches/patch-ai 1.2 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: obache Date: Sat Jul 24 13:42:12 UTC 2010 Modified Files: pkgsrc/net/avahi: Makefile PLIST PLIST.pygdbm PLIST.python distinfo options.mk pkgsrc/net/avahi/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-ag patch-ah patch-ai patch-aj Log Message: Update avahi to 0.6.27. 0.6.27 some build fixes 0.6.26 This is mostly a bugfix release but also fixes a low risk security issue and adds a couple of minor new features. * Fix CVE-2010-2244 (Ludwig Nussel) * Support for Gtk+ 3 and Gtk+ Introspection * Native systemd socket activation support * Add systemd service files * Add various resource control options, for traffic rate limiting as well as cache size and D-Bus client object limits. * i18n updates * Minor other updates To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/avahi/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/avahi/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/avahi/PLIST.pygdbm cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/avahi/PLIST.python cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/avahi/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/avahi/options.mk cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/avahi/patches/patch-aa \ pkgsrc/net/avahi/patches/patch-ab pkgsrc/net/avahi/patches/patch-ac \ pkgsrc/net/avahi/patches/patch-ad cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/avahi/patches/patch-ae \ pkgsrc/net/avahi/patches/patch-ag pkgsrc/net/avahi/patches/patch-aj cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/avahi/patches/patch-ah \ pkgsrc/net/avahi/patches/patch-ai @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.4 2010/07/24 13:42:12 obache Exp $ d3 1 a3 1 --- configure.ac.orig 2010-07-13 03:05:05.000000000 +0000 d5 1 a5 1 @@@@ -273,7 +273,7 @@@@ with_distro=`echo ${with_distro} | tr '[ d14 9 @ 1.2 log @include sys/socket.h when checking for CMSG_SPACE improved fix for PR pkg/40281 @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.1 2009/01/16 22:25:04 tonio Exp $ d3 3 a5 3 --- configure.ac.orig 2008-06-23 16:17:27.000000000 -0700 +++ configure.ac 2009-02-03 22:23:51.000000000 -0800 @@@@ -266,7 +266,7 @@@@ with_distro=`echo ${with_distro} | tr '[ d7 1 a7 1 debian|gentoo|archlinux|suse|fedora|mandriva|darwin|freebsd|slackware|none) d14 1 a14 1 @@@@ -348,7 +348,7 @@@@ AC_HEADER_SYS_WAIT @ 1.1 log @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 @ text @d1 1 a1 1 $NetBSD$ d3 17 a19 12 --- 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 d21 2 @