Subject: CVS commit: pkgsrc/net/openslp/patches
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/15/2001 00:30:08
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Dec 14 22:30:08 UTC 2001

Modified Files:
	doc: pkg-CHANGES
	pkgsrc/net/openslp: Makefile PLIST distinfo
	pkgsrc/net/openslp/files: slpd.sh
	pkgsrc/net/openslp/patches: patch-aa
Removed Files:
	pkgsrc/net/openslp: DEINSTALL INSTALL

Log Message:
Update net/openslp to 1.0.6.  This package now uses the general INSTALL
scripts and honors ${PKG_SYSCONFDIR}.  Changes from version 1.0.2 include:

* bug fixes
* set FRESH flag for registrations; OpenSLP ignores this flag, but other DA
  implementations like K&A SLP do not.
* Minor changes to the way that settings from /etc/slp.conf affect active and
  passive discovery.
* Changed declaration and definition for strncasecmp and strcasecmp so that
  there is only one place for them in slp_compare.c and slp_compare.h
* Honor scopes in SrvRqsts for the special "service:directory-agent" type
* Added code to use IP address in agent url for those operating systems where
  gethostname() does not return a fully qualified domain name (FQDN).
* Added code to log parse errors and dump bad messages to the log
* Fixed reconnect code to be able to interoperate with inefficient DAs that
  close the stream after each srvreg/srvack exchange.  The Mac OS/X DA is
  reported to have this problem
* Removed calls that (sort of) enforce service-url checking.  This is for the
  benefit of AFP's usage of SRVLOC.  Developers are now trusted not to
  register ambiguous service-urls.


To generate a diff of this commit:
cvs rdiff -r1.5579 -r1.5580 doc/pkg-CHANGES
cvs rdiff -r1.1 -r0 pkgsrc/net/openslp/DEINSTALL pkgsrc/net/openslp/INSTALL
cvs rdiff -r1.3 -r1.4 pkgsrc/net/openslp/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/net/openslp/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/net/openslp/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/net/openslp/files/slpd.sh
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/openslp/patches/patch-aa

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