aboutsummaryrefslogtreecommitdiff
path: root/net/avahi-app
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-03-14 16:05:37 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-03-14 16:05:37 +0000
commitcf7c353e4486c03edf4a5627c3c174282dda9203 (patch)
tree08bb778c4cfde60450f4725e88c48e753132559f /net/avahi-app
parent511d902b504e649102f3bd59c4f532930d6593c6 (diff)
downloadports-cf7c353e4486c03edf4a5627c3c174282dda9203.tar.gz
ports-cf7c353e4486c03edf4a5627c3c174282dda9203.zip
Update to 0.6.29.
This also fixes a denial of services vulnability. Security: 8b986a05-4dbe-11e0-8b9a-02e0184b8d35
Notes
Notes: svn path=/head/; revision=270886
Diffstat (limited to 'net/avahi-app')
-rw-r--r--net/avahi-app/Makefile6
-rw-r--r--net/avahi-app/distinfo5
-rw-r--r--net/avahi-app/files/patch-Makefile.in8
3 files changed, 10 insertions, 9 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index a338b64bc62a..320b91a00cb4 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/avahi-app/Makefile,v 1.14 2010/10/23 20:58:29 marcus Exp $
+# $MCom: ports/net/avahi-app/Makefile,v 1.17 2011/03/13 17:23:19 kwm Exp $
#
PORTNAME= avahi
-PORTVERSION= 0.6.28
+PORTVERSION= 0.6.29
PORTREVISION?= 0
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
@@ -164,8 +164,10 @@ avahi-post-install:
${PREFIX}/etc/avahi; \
fi
.endfor
+.if ${AVAHI_SLAVE}=="no"
${INSTALL_DATA} ${FILESDIR}/org.freedesktop.Avahi.service \
${LOCALBASE}/share/dbus-1/system-services
+.endif
.if !defined(PACKAGE_BUILDING) && (${AVAHI_SLAVE}=="no" || ${AVAHI_SLAVE}=="autoipd")
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
diff --git a/net/avahi-app/distinfo b/net/avahi-app/distinfo
index 0ca2bc46b28b..e0264b34bb6a 100644
--- a/net/avahi-app/distinfo
+++ b/net/avahi-app/distinfo
@@ -1,3 +1,2 @@
-MD5 (avahi-0.6.28.tar.gz) = d0143a5aa3265019072e53ab497818d0
-SHA256 (avahi-0.6.28.tar.gz) = a0d80aac88212b9f9d5331c248091d3c9c9209f0e41985421636ebd14230fc91
-SIZE (avahi-0.6.28.tar.gz) = 1238660
+SHA256 (avahi-0.6.29.tar.gz) = 4eb1a6bdc93f1b245fc1b26ff6a79f5f958c1135c04bff60d36d374d98cc14d8
+SIZE (avahi-0.6.29.tar.gz) = 1244081
diff --git a/net/avahi-app/files/patch-Makefile.in b/net/avahi-app/files/patch-Makefile.in
index 5fd8b41056ba..788676112402 100644
--- a/net/avahi-app/files/patch-Makefile.in
+++ b/net/avahi-app/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig 2010-07-24 19:44:27.000000000 -0400
-+++ Makefile.in 2010-07-24 19:45:59.000000000 -0400
-@@ -1175,6 +1175,8 @@ uninstall-am: uninstall-pkgconfigDATA
+--- Makefile.in.orig 2011-03-13 18:12:06.000000000 +0100
++++ Makefile.in 2011-03-13 18:14:22.000000000 +0100
+@@ -1179,6 +1179,8 @@
%.pc: %.pc.in
$(AM_V_GEN)sed -e 's,@prefix\@,$(prefix),g' \
-e 's,@libdir\@,$(libdir),g' \
+ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \
+ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \
+ -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' \
-e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
- avahi.devhelp: doxygen-run