Changelog for
xinetd-2.3.15-17.2.x86_64.rpm :
Wed Sep 27 14:00:00 2017 sfleesAATTsuse.de
- Fix regression in xinetd-ipv6-fallback.patch bsc#1060432
Tue Sep 19 14:00:00 2017 tchvatalAATTsuse.com
- Add patch for bsc#947475 falling back to ipv4 from ipv6 bind did
not work:
* xinetd-ipv6-fallback.patch
Tue Sep 19 14:00:00 2017 tchvatalAATTsuse.com
- Add patch for bsc#943484 man issue with configuration lenght:
* xinetd-configlength.patch
Tue Aug 29 14:00:00 2017 mkoutnyAATTsuse.com
- Retry bind calls to circumvent EADDRINUSE issues (bnc#972691)
* added xinetd-2.3.14-retry-binds.patch
- Expose XINETD_BIND_DELAY as sysconfig variable (bnc#972691)
- Disallow multiple log targets (bnc#1054532)
* added xinetd-2.3.15-allow-single-log-only.patch
Fri Aug 29 14:00:00 2014 fcrozatAATTsuse.com
- Update license tag to use SPDX 1.2.
Sat Jun 14 14:00:00 2014 tchvatalAATTsuse.com
- Drop xinetd.conf not used in spec and we use upstream one anyway.
Fri Jun 13 14:00:00 2014 tchvatalAATTsuse.com
- Revert the syslog target as it is obsolete.
Fri Jun 13 14:00:00 2014 tchvatalAATTsuse.com
- Fix error in logs when disabling service and reloading; bnc#870904
* xinetd-deactivating-error.patch
Wed Jun 11 14:00:00 2014 tchvatalAATTsuse.com
- Wait for the syslog target too.
Mon Mar 31 14:00:00 2014 vcizekAATTsuse.com
- Add support for setting maximum number of open files (bnc#855685)
* added xinetd-2.3.14-file-limit.patch
* added xinetd-2.3.14-restore-nofile-limits.patch
- fixes for security vulnerabilities
* CVE-2013-4342 (bnc#844230)
- xinetd ignores user and group directives for tcpmux services
- added xinetd-CVE-2013-4342.patch
Mon Mar 17 13:00:00 2014 mtAATTsuse.de
- Also removed obsolete syslog.target from start order (bnc#866433)
Mon Mar 17 13:00:00 2014 wernerAATTsuse.de
- Make sure that xinetd service becomes real after network is up (bnc#866433)
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