Changelog for
xinetd-debugsource-2.3.15-187.1.i586.rpm :
Fri Apr 19 14:00:00 2013 mvyskocilAATTsuse.com
- update to 2.3.15
* If the address we\'re binding to is a multicast address, do the multicast join.
* Merge the Fedora patch to turn off libwrap processing on tcp rpc services.
Patch xinetd-2.3.12-tcp_rpc.patch.
* Merge the Fedora patch to add labeled networking.
Patch xinetd-2.3.14-label.patch r1.4.
* Merge the Fedora patch to fix getpeercon() for labeled networking in MLS environments.
Patch xinetd-2.3.14-contextconf.patch r1.1
* Merge the Fedora patch for int->ssize_t. Patch xinetd-2.3.14-ssize_t.patch r1.1
* Change compiler flags, -Wconversion generates excessive and unnecessary
warnings with gcc, particularly all cases of ntohs(uint16_t).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614 Additionally add -Wno-unused
to prevent unnecessary warnings regarding unused function parameters when the
function is a callback conforming to a standard interface.
* Merge patch from Thomas Swan regarding CVE-2012-0862
- merged the SUSE xinetd.conf with the upstream one
this changes default target for logging - now the syslog is used
instead of /var/log/xinetd.log
* xinetd-config.patch
- logrotate dependency has been dropped and config file is installed
in /usr/share/doc/packages/xinetd
- drop rc.xinetd and add xinetd.service instead
- add an entry to README.SUSE explaining the systemd socket activation
Fri Apr 5 14:00:00 2013 idonmezAATTsuse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
Sat Sep 15 14:00:00 2012 cooloAATTsuse.com
- fix typo in license string - it\'s SUSE-xinetd
Tue May 29 14:00:00 2012 cfarrellAATTsuse.com
- license update: SUSE-xinedt
Use this license from license.opensuse.org until upstream SPDX accepts
xinetd into the official list
Wed Dec 21 13:00:00 2011 cooloAATTsuse.com
- add autoconf as buildrequire to avoid implicit dependency
Wed Dec 21 13:00:00 2011 cooloAATTsuse.com
- remove call to suse_update_config (very old work around)
Thu Nov 17 13:00:00 2011 lchiquittoAATTsuse.com
- added xinetd-2.3.14-nodeadlock-revisited.patch: ignore SIGCONT
and avoid print in signal handler (bnc#726737)
Wed Apr 21 14:00:00 2010 msebenAATTnovell.com
- added ident-bind.patch : use right size of addresses in bind() call.
Also use getpeername addresses when connecting to ident service to
prevent address family mismatch between socket(),
bind() and connect() calls. (bnc#598305)
Tue Jan 26 13:00:00 2010 jengelhAATTmedozas.de
- SPARC64 requires large PIE model
Sun Dec 20 13:00:00 2009 jengelhAATTmedozas.de
- enable parallel build
Tue Sep 15 14:00:00 2009 msebenAATTnovell.com
- fixed rc.xinetd [bnc#457903]:
* rc-script start: check if xinetd isn\'t already running
* rc-script stop: wait until pid file has disappeared