summaryrefslogtreecommitdiff
path: root/net/openslp/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-16 21:00:56 +0000
committerjlam <jlam@pkgsrc.org>2002-09-16 21:00:56 +0000
commit678a95a7839267a81be3901e112dd2bc24ff0003 (patch)
tree5020ae786b37c58092317b97b784ed4a861f7164 /net/openslp/Makefile
parentdb716be0c359722255a4dad9c524fb37986a7d87 (diff)
downloadpkgsrc-678a95a7839267a81be3901e112dd2bc24ff0003.tar.gz
Update net/openslp to 1.0.9a. Changes from version 1.0.7 include:
* Added version and length sanity checks for incoming messages * Fixed possible SEGV when logging DA traffic * Added patch from Arun Barboza that makes attribute compares case insensitive as per RFC 2608 * Added patch from Garth Bushell that fixes an SLP url parsing problem. * Added patch from Arun Barboza to handle '==' SLPv1 predicates. This patch allows better interoperability with Novell SLP networks. * Added fix from Arun Barboza to make V1 DAAdverts use the same encoding as the request * Fixed a problem in SLPProcessMessage where errorcodes were not being returned resulting in attempts to send non-allocated sendbufs (i.e. SEGV). * Fixed a problem where SLPReg() would hang if used against a DA or SA that prematurely dropped connections * Force use of numeric IP addresses in all DAAdvert and SAAdvert messages. * Fixed bug where idle connections to DAs were not being aged. * Added code so that 'slptool -v' will return the path of the slp.conf file libslp.so is configured to use.
Diffstat (limited to 'net/openslp/Makefile')
-rw-r--r--net/openslp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile
index 4c10278cf3a..02c1c16203c 100644
--- a/net/openslp/Makefile
+++ b/net/openslp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2002/08/25 18:39:35 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/09/16 21:00:56 jlam Exp $
-DISTNAME= openslp-1.0.7
+DISTNAME= openslp-1.0.9a
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openslp/}