diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-19 20:33:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-19 20:33:21 +0000 |
commit | a35d99ac4c0e9264eae7b416a0a6374396043995 (patch) | |
tree | aee9348e154cd0ff882217df8df1b2a4f7d90c6c /net/openslp | |
parent | fba504a5a6fe7522960f2149fbadb0d5613ae205 (diff) | |
download | pkgsrc-a35d99ac4c0e9264eae7b416a0a6374396043995.tar.gz |
Update net/openslp to 1.0.10. Changes from version 1.0.9a include:
* Fixed SA->DA registration logic that excluded some mortal registrations.
* Fixed aging problem that aged out static registrations.
* Fixed SLPDeReg().
* Fixed a segfault generated by a freed but unlinked SLPDSocket.
* Made net.slp.multicastIF actually work.
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/Makefile | 6 | ||||
-rw-r--r-- | net/openslp/distinfo | 8 | ||||
-rw-r--r-- | net/openslp/patches/patch-aa | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 9f9307bbc39..8190c895d1f 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2002/11/26 09:27:14 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/19 20:33:21 jlam Exp $ -DISTNAME= openslp-1.0.9a +DISTNAME= openslp-1.0.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openslp/} @@ -40,7 +40,7 @@ post-install: cd ${WRKSRC}/doc; ${CP} -R rfc/* ${DOCDIR} cd ${WRKSRC}/doc; ${CP} -R html/* ${HTMLDIR} ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCDIR} ${HTMLDIR} - ${CHMOD} -R a-w ${DOCDIR} ${HTMLDIR} + ${CHMOD} -R a+rx,a-w ${DOCDIR} ${HTMLDIR} .include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/openslp/distinfo b/net/openslp/distinfo index 85c0e090234..9e599d69e9f 100644 --- a/net/openslp/distinfo +++ b/net/openslp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2002/09/16 21:00:57 jlam Exp $ +$NetBSD: distinfo,v 1.6 2002/12/19 20:33:21 jlam Exp $ -SHA1 (openslp-1.0.9a.tar.gz) = f69edbf3ffa85c2c334644c04b39476e57b2d0c0 -Size (openslp-1.0.9a.tar.gz) = 602478 bytes -SHA1 (patch-aa) = a324a75ca0482f127abafba39cfa00f37d9f4ba9 +SHA1 (openslp-1.0.10.tar.gz) = 63af279146b569ab624caf786e2ca9910bf281f5 +Size (openslp-1.0.10.tar.gz) = 669067 bytes +SHA1 (patch-aa) = a4ae06ef45f0fdc869054741e3f1b8e584057d2e diff --git a/net/openslp/patches/patch-aa b/net/openslp/patches/patch-aa index 3fb7d8a3af8..101e738777f 100644 --- a/net/openslp/patches/patch-aa +++ b/net/openslp/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2001/12/14 22:30:08 jlam Exp $ +$NetBSD: patch-aa,v 1.3 2002/12/19 20:33:22 jlam Exp $ ---- Makefile.in.orig Mon Dec 10 12:58:48 2001 -+++ Makefile.in Fri Dec 14 17:11:51 2001 -@@ -333,24 +333,6 @@ +--- Makefile.in.orig Sat Nov 30 15:01:12 2002 ++++ Makefile.in +@@ -335,24 +335,6 @@ maintainer-clean-generic clean mostlycle install-data-local: |