Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: openslp | Distribution: openSUSE Leap 15.0 |
Version: 2.0.0 | Vendor: openSUSE |
Release: lp150.5.3.1 | Build date: Mon Jul 9 12:12:05 2018 |
Group: System/Daemons | Build host: cloud127 |
Size: 142436 | Source RPM: openslp-2.0.0-lp150.5.3.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://www.openslp.org/ | |
Summary: An OpenSLP Implementation of Service Location Protocol V2 |
Service Location Protocol is an IETF standards track protocol that provides a framework that allows networking applications to discover the existence, location, and configuration of networked services in enterprise networks. OpenSLP is an open source implementation of the SLPv2 protocol as defined by RFC 2608 and RFC 2614. This package includes the slptool and runtime libraries.
BSD-3-Clause
* Thu Jun 28 2018 mls@suse.de - Fix memory corruption when the sendbuf gets reallocated [bnc#1090638] [CVE-2017-17833] new patch: openslp.sendbuf_move.diff - Fix out of bounds reads in message parsing new patch: openslp.parseoob.diff * Wed Apr 11 2018 mls@suse.de - move systemd notification before the chroot() call, otherwise the notify function cannot reach systend's unix domain socket [bnc#1089097] * Thu Mar 01 2018 mls@suse.de - Use %license (boo#1082318) - fix slpd using the peer address as local address for TCP connections [bnc#1076035] new patch: openslp.localaddr.diff - use tcp connections for unicast requests [bnc#1080964] new patch: openslp.tcpunicast.diff * Wed Nov 29 2017 ro@suse.de - add separate source openslp.logrotate.systemd to use systemctl reload for logrotate configuration * Tue Jun 13 2017 daniel.molkentin@suse.com - Add support for OpenSSL 1.1. Commit from upstream [bsc#1042665] new patch: openslp.openssl-1.1.diff * Mon Jan 09 2017 fbui@suse.com - Also update openslp.sd_notify.diff to use the new systemd lib * Mon Dec 12 2016 fbui@suse.com - Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd) Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which are obsolete. * Wed Oct 12 2016 mls@suse.de - Fix bounds check in SLPFoldWhiteSpace [bnc#1001600] [CVE-2016-7567] new patch: openslp.foldws.diff * Mon Sep 12 2016 mls@suse.de - remove convenience code as changes bytes in the message buffer breaking the verification code [bnc#994989] new patch: openslp.noconvenience.diff - fix storage handling in predicate code, it clashed with gcc's fortify_source extension [bnc#909195] new patch: openslp.predicatestorage.diff - bring back allowDoubleEqualInPredicate option new patch: openslp.doubleequal.diff - fix bug in openslp.initda.diff patch - fix rcopenslp helper - fix _xrealloc not checking the malloc return value [bnc#980722] [CVE-2016-4912] new patch: openslp.xrealloc.diff * Sun Mar 08 2015 p.drouand@gmail.com - Do not depend on fillup and insserv if the package build with systemd support; the dependencies are not needed in that case * Mon Sep 01 2014 mls@suse.de - fix last commit * Mon Jul 28 2014 crrodriguez@opensuse.org - Do not apply previous patch to distros without systemd. - Limit init script usage only to legacy products. * Sun Jul 27 2014 crrodriguez@opensuse.org - openslp.sd_notify.diff make slpd systemd service of type notify instead of simple, to avoid startup races. * Thu Apr 10 2014 mls@suse.de - use AI_CANONNAME when looking up the canonical name * Wed Feb 19 2014 mls@suse.de - update to openslp-2.0.0 to get IPv6 support * dropped patches: v1dadiscovery.diff, openslp.clrflags.diff openslp.fixdsareturn.diff, openslp.dereg.diff, openslp.tcpclearovr.diff, openslp.lifetime.diff, slptool-timeout.diff, openslp.poll.diff, openslp.ignorespaces.diff, openslp.checkovr.diff, openslp.fixaddrcheck.diff, openslp.loopbacksocket.diff, openslp.diff, openslp.doubleequal.diff, openslp.discovery.diff, openslp.parseext.diff, openslp.knowndafree.diff, openslp.emptyanswer.diff, openslp.v1sladdr.diff, hppa.diff * renamed patches: openslp-1.2.0-visibility.patch -> openslp.visibility.diff openslp-1.2.0-daemon.diff -> openslp.daemon.diff openslp.use-TCPDIAG-for-checking-listeners -> openslp.netlink.diff openslp-ocloexec.patch -> openslp.cloexec.diff - always use localtime in the log file [bnc#855385] patch: openslp.localtime.diff - use tcp to connect to the local SA patch: openslp.tcplocal.diff - drop unused mdns support - rename README.SuSE to README.SUSE * Thu Feb 13 2014 mls@suse.de - frontport SLE11 patches: * add hardMTU option to limit the datagram package size to 1400 bytes [bnc#648384]. patch: openslp.hardmtu.diff * fix double free in SLPDKnownDAAdd error case [bnc#667953] patch: openslp.knowndafree.diff * fix libslp socket handling, check if socket is still alive and fix socket close code [bnc#693756] patch: openslp.loopbacksocket.diff * make openslpd reconnect to DAs if they closed the connection [bnc#723385] patch: openslp.slpdreconnect.diff * fixup lifetime of registrations a bit so that they don't get removed too early [bnc#658972] patch: openslp.lifetime.diff * Tue Jul 16 2013 mls@suse.de - fix wrong dir modifier in filelist * Mon Apr 15 2013 idonmez@suse.com - Add Source URL, see https://en.opensuse.org/SourceUrls * Thu Oct 18 2012 coolo@suse.com - buildrequire systemd through the pkgconfig provide to get systemd-mini in build environments (to break cycles) * Sat Aug 25 2012 crrodriguez@opensuse.org - openslp-ocloexec.patch: open all internal fds with O_CLOEXEC so we do not leak them on fork() .. execve() particulary important in the shared library. * Wed Feb 08 2012 coolo@suse.com - move the systemd requires to the server subpackage * Fri Dec 23 2011 crrodriguez@opensuse.org - Add native systemd unit * Wed Nov 16 2011 coolo@suse.com - add libtool as buildrequire to avoid implicit dependency * Mon Feb 28 2011 lnussel@suse.de - use dedicated user instead of 'daemon' (bnc#656780) * Sat Nov 06 2010 cristian.rodriguez@opensuse.org - libslp: export only functions of the public interface defined in slp.h * Tue Oct 12 2010 mls@suse.de - fix extension parsing code, CVE-2010-3609 [bnc#642571] * Fri Oct 01 2010 mls@suse.de - ignore leading and trailing spaces when comparing strings [bnc#626444] * Thu Sep 30 2010 mls@suse.de - change DA pull code to not use the pulled-from-de prediacte, but instead don't overwrite non-pulled registrations * Thu Jul 29 2010 mls@suse.de - add DABackupLocalReg option to enable backup of local services [bnc#597215] * Tue May 11 2010 jeffm@suse.de - avoid CPU usage spike while while reading /proc/net/tcp on systems with many connections (bnc#601002) * Wed Apr 28 2010 mls@suse.de - do not ignore DA answers if active and passive DA detection is off [bnc#564504] - add DASyncReg and isDABackup options for OES folks * Fri Mar 12 2010 kkaempf@novell.com - Add SuSEfirewall2 description file * Mon Dec 14 2009 jengelh@medozas.de - add baselibs.conf as a source * Wed Nov 18 2009 mls@suse.de - clear mcast flag from DAAdverts [bnc#533432]
/etc/slp.conf /etc/slp.spi /usr/bin/slptool /usr/lib64/libslp.so.1 /usr/lib64/libslp.so.1.0.0 /usr/share/doc/packages/openslp /usr/share/doc/packages/openslp/AUTHORS /usr/share/doc/packages/openslp/README /usr/share/doc/packages/openslp/README.SUSE /usr/share/doc/packages/openslp/html /usr/share/licenses/openslp /usr/share/licenses/openslp/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Apr 9 12:29:52 2022