Subject: CVS commit: pkgsrc/net/openslp
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/17/2002 00:00:59
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Sep 16 21:00:58 UTC 2002

Modified Files:
	pkgsrc/net/openslp: Makefile distinfo
	pkgsrc/net/openslp/files: slpd.sh

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/net/openslp/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/net/openslp/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/net/openslp/files/slpd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.