summaryrefslogtreecommitdiff
path: root/net/openslp/patches
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17port this to openssl 1.1 hosts.mrg1-0/+28
should only fix broken builds thus a pkg bump is not wanted.
2016-02-11Add fix for CVE-2015-5177, lifted fromhe1-0/+29
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795429 Bump PKGREVISION.
2013-02-14Try to fix a possible buffer overrun (CVE-2012-4428). Didn't finddrochner2-0/+57
a patch upstream nor anywhere else, hope this is correct. Someone please review. Being here, fix a memcpy() size bug on 64-bit systems. bump PKGREV
2011-04-08add a patch from upstream to avoid an endless loop in the extensionsdrochner1-0/+27
parser on malicious packets (CVE-2010-3609)
2007-04-12Fix configure on linux (patch-aa)adam1-3/+4
2007-04-03Do not force O3 optimisationadam1-0/+12
2006-07-13Make slpd reopen its log file on HUP (it does not use syslog - bah!).he2-0/+49
The log file needs to be writable for user=daemon, since slpd setuid()s to that user after starting up. Put the extremely verbose and disk-filling logging of "Parse Erorr" packets (is this an SLPv1 vs. SLPv2 protocol versioning issue gone bad?!?) under DEBUG, which is not normally turned on in our builds. Change HOMEPAGE, since Caldera appears to have seen fit to remove the www.openslp.org DNS name and associated web server. Instead point to the SourceForge home page. Bump package revision to 1.
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.