Commit graph

6 commits

Author SHA1 Message Date
jlam
11e44565d5 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.
2001-12-14 22:30:07 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
2168996ed4 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.
2001-09-14 02:56:25 +00:00
jlam
7789cee24b Substitute for @ECHO@, too. 2001-08-18 03:34:39 +00:00
jlam
e5963765af Use ${name} instead of "slpd". 2001-08-18 03:30:20 +00:00
jlam
6c90001be1 Service Location Protocol is an IETF standards track protocol that provides
a framework to allow networking applications to discover the existence,
location, and configuration of networked services in enterprise networks.
The OpenSLP project is an effort to develop an open-source implementation of
Service Location Protocol suitable for commercial and non-commercial
application.
2001-08-18 03:18:43 +00:00