summaryrefslogtreecommitdiff
path: root/net/openslp/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-05-26- Update to 1.2.1 - ok'ed jlam@adrianp7-79/+32
- This incorporates security fixes from SuSE to address the issues they found From the ChangeLog: > 02/04/2005 jcalcote@novell.com > Incorporated various bug fixes from SuSE and others. > Updated Autotools files for version 1.5+
2004-11-27Fix on NetBSD by adding some SLP* functions used by the shared lib thatjlam1-0/+12
weren't being added to the shared lib. I just updated this package, so ride the update and avoid the PKGREVISION bump.
2004-11-27Update net/openslp to 1.2.0. Changes from version 1.0.11 include:jlam7-42/+113
* Support for SLP queries on multiple network interfaces * Support for SLP query through a unicast * DHCP code * Added support for the net.slp.DAHeartBeat setting * Make attribute compares case insensitive as per RFC 2608 * Added PID monitoring. Now when the process that called SLPReg() (with SLP_REG_FLAG_WATCH_PID) dies the registration will automatically be deregistered. patch-a[cdefg] fix compilation warnings and errors (all the world is not Linux/i386).
2004-04-28Do not force -O3 optimisation any moreadam1-0/+13
2003-05-27Update net/openslp to 1.0.11. Changes from version 1.0.10 include:jlam1-4/+4
* Fixed socket file descriptor leak. * Fixed segv when processing unicast request (SrvTypeRqst or AttrRqst) with mismatched scopes causes error in SLPD. * Allow strict aliasing.
2002-12-19Update net/openslp to 1.0.10. Changes from version 1.0.9a include:jlam1-4/+4
* Fixed SA->DA registration logic that excluded some mortal registrations. * Fixed aging problem that aged out static registrations. * Fixed SLPDeReg(). * Fixed a segfault generated by a freed but unlinked SLPDSocket. * Made net.slp.multicastIF actually work.
2001-12-14Update net/openslp to 1.0.6. This package now uses the general INSTALLjlam1-10/+14
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-08-18Service Location Protocol is an IETF standards track protocol that providesjlam1-0/+25
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.