diff options
author | jlam <jlam> | 2003-05-27 22:52:34 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-05-27 22:52:34 +0000 |
commit | 8a1f1032161ebf66a43adee16672ec6ae25d660c (patch) | |
tree | 6a7bfa6f8a8f777c5e0b1cd0bb1aa6c2e9a6ac1b /net | |
parent | 1b94193d37bf9c82ce9c653ab987f8267763bd84 (diff) | |
download | pkgsrc-8a1f1032161ebf66a43adee16672ec6ae25d660c.tar.gz |
Update net/openslp to 1.0.11. Changes from version 1.0.10 include:
* Fixed socket file descriptor leak.
* Fixed segv when processing unicast request (SrvTypeRqst or AttrRqst)
with mismatched scopes causes error in SLPD.
* Allow strict aliasing.
Diffstat (limited to 'net')
-rw-r--r-- | net/openslp/Makefile | 4 | ||||
-rw-r--r-- | net/openslp/distinfo | 8 | ||||
-rw-r--r-- | net/openslp/patches/patch-aa | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index cc045c89e9e..2f1ed990414 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2003/01/28 22:03:54 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2003/05/27 22:52:34 jlam Exp $ -DISTNAME= openslp-1.0.10 +DISTNAME= openslp-1.0.11 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openslp/} diff --git a/net/openslp/distinfo b/net/openslp/distinfo index 9e599d69e9f..75e3c9f25d6 100644 --- a/net/openslp/distinfo +++ b/net/openslp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2002/12/19 20:33:21 jlam Exp $ +$NetBSD: distinfo,v 1.7 2003/05/27 22:52:34 jlam Exp $ -SHA1 (openslp-1.0.10.tar.gz) = 63af279146b569ab624caf786e2ca9910bf281f5 -Size (openslp-1.0.10.tar.gz) = 669067 bytes -SHA1 (patch-aa) = a4ae06ef45f0fdc869054741e3f1b8e584057d2e +SHA1 (openslp-1.0.11.tar.gz) = 222afa54b565b19f0de942f7b686d883c3a9fa2c +Size (openslp-1.0.11.tar.gz) = 608138 bytes +SHA1 (patch-aa) = fc8420f9bc0834e7c80cee1a1b3eb551ab6cc9a1 diff --git a/net/openslp/patches/patch-aa b/net/openslp/patches/patch-aa index 101e738777f..c6565417d7c 100644 --- a/net/openslp/patches/patch-aa +++ b/net/openslp/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2002/12/19 20:33:22 jlam Exp $ +$NetBSD: patch-aa,v 1.4 2003/05/27 22:52:35 jlam Exp $ ---- Makefile.in.orig Sat Nov 30 15:01:12 2002 -+++ Makefile.in -@@ -335,24 +335,6 @@ maintainer-clean-generic clean mostlycle +--- Makefile.in.orig Mon Mar 10 23:24:25 2003 ++++ Makefile.in Sun May 25 19:04:48 2003 +@@ -333,24 +333,6 @@ install-data-local: |