- Update to version 2.3.15.1+git20170421.98c06ca:
* Call us 2.3.15.1 as per COPYING
* Fix typo in dirname for xinetd config files in etc
* Remove unused libwrap define and remove pedantic from cflags
- Update to version 2.3.15+git20170421.8a895f9:
* Drop the include of misc.h that was removed
* Never enable howl it is completely deprecated/dead
* Kill mdns/howl combo as the protocol is deprecated; not present even on debian stable
* Update CHANGELOG a bit
* Do not include malloc.h but rather stdlib.h
* Make osx failures fatal and run make distcheck only on linux.
* Both are just int, no need for unsigned
* timep is used only when not using POLL
* Fix copy&pasto in POLL code
* Howl was removed
- Drop patches now merged in git:
* xinetd-2.3.14-strict-aliasing-fix.diff
* xinetd-2.3.14-nodeadlock-revisited.patch
* xinetd-CVE-2013-4342.patch
* xinetd-2.3.14-server_args-fix.diff
* xinetd-2.3.14-man.dif
* xinetd-2.3.14-ident-bind.patch
* xinetd-2.3.14-nodeadlock.diff
* xinetd-2.3.14-ipv6-ipv4-fallback.patch
* xinetd-2.3.14-file-limit.patch
* xinetd-2.3.14-honour_disable.patch
* xinetd-2.3.14-pie.patch
* xinetd-config.patch
* xinetd-deactivating-error.patch
OBS-URL: https://build.opensuse.org/request/show/489759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinetd?expand=0&rev=34
* Call us 2.3.15.1 as per COPYING
* Fix typo in dirname for xinetd config files in etc
* Remove unused libwrap define and remove pedantic from cflags
- Update to version 2.3.15+git20170421.8a895f9:
* Drop the include of misc.h that was removed
* Never enable howl it is completely deprecated/dead
* Kill mdns/howl combo as the protocol is deprecated; not present even on debian stable
* Update CHANGELOG a bit
* Do not include malloc.h but rather stdlib.h
* Make osx failures fatal and run make distcheck only on linux.
* Both are just int, no need for unsigned
* timep is used only when not using POLL
* Fix copy&pasto in POLL code
* Howl was removed
OBS-URL: https://build.opensuse.org/package/show/network:utilities/xinetd?expand=0&rev=41
- 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 (forwarded request 228430 from vitezslav_cizek)
OBS-URL: https://build.opensuse.org/request/show/228736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinetd?expand=0&rev=28
- 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
OBS-URL: https://build.opensuse.org/request/show/173058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinetd?expand=0&rev=25
* 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
- 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
OBS-URL: https://build.opensuse.org/package/show/network:utilities/xinetd?expand=0&rev=21