diff options
author | jlam <jlam> | 2001-09-14 02:56:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-14 02:56:25 +0000 |
commit | 8b5257f1665d9975c672870992d52572df7c6f21 (patch) | |
tree | cd3a86d65891a66def5e48b1e237cf1fa3d349d8 /net | |
parent | caa80621c772ebd917b6c8fd9de5594f7f1b324d (diff) | |
download | pkgsrc-8b5257f1665d9975c672870992d52572df7c6f21.tar.gz |
Update openslp to 1.0.2. Relevant changes from version 1.0.1 include:
* Fixed minor name resolution problem so that reverse lookups are not
performed on hostnames supplied as are dotted IP addresses
* Fixed minor problem where DAs listed in net.slp.DAaddresses could not be
found if multicast was not enabled.
* Fixed minor bugs in DA discovery code so that SLPFindScopes() returns more
consistant results.
* Applied patch from Jim Meyer that fixes several predicate parsing
irregularities
* Fixed minor KnownDAEcho problem that resulted in some DAs not getting
registrations.
Diffstat (limited to 'net')
-rw-r--r-- | net/openslp/Makefile | 4 | ||||
-rw-r--r-- | net/openslp/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 9f8ea26eb1c..fe2a2193e2a 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2001/08/18 03:34:39 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/14 02:56:25 jlam Exp $ -DISTNAME= openslp-1.0.1 +DISTNAME= openslp-1.0.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openslp/} diff --git a/net/openslp/distinfo b/net/openslp/distinfo index 51151f15faa..b15a2bb2ef9 100644 --- a/net/openslp/distinfo +++ b/net/openslp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/08/18 03:18:43 jlam Exp $ +$NetBSD: distinfo,v 1.2 2001/09/14 02:56:25 jlam Exp $ -SHA1 (openslp-1.0.1.tar.gz) = 91d7e5a9202f329ce62503cf9a1f7b82a00f8327 -Size (openslp-1.0.1.tar.gz) = 585191 bytes +SHA1 (openslp-1.0.2.tar.gz) = 67baf9a96bfe8ee04bd60959473102deac5e9aa3 +Size (openslp-1.0.2.tar.gz) = 587308 bytes SHA1 (patch-aa) = 43da60884805f412be2de6c9fdd4f3234e5a1ba6 |