Revisions of xinetd
Ana Guerrero (anag+factory)
accepted
request 1151773
from
Marcus Meissner (msmeissn)
(revision 41)
Prepare for RPM 4.20 (forwarded request 1151316 from dimstar)
Dominique Leuenberger (dimstar_suse)
accepted
request 627054
from
Tomáš Chvátal (scarabeus_iv)
(revision 40)
- Update to 2.3.15.4: * Small buildfixes from gentoo * Various tiny tweaks from pullrequests
Dominique Leuenberger (dimstar_suse)
accepted
request 573405
from
Tomáš Chvátal (scarabeus_iv)
(revision 39)
Dominique Leuenberger (dimstar_suse)
accepted
request 545042
from
Tomáš Chvátal (scarabeus_iv)
(revision 38)
Dominique Leuenberger (dimstar_suse)
accepted
request 519882
from
Tomáš Chvátal (scarabeus_iv)
(revision 37)
- Version update to 2.3.15.3: * .2 skipped due to typo in configure.ac * Various manpage fixes * Fix for multiple log targets crashing xinetd bsc#1054532 - Expose XINETD_BIND_DELAY as sysconfig variable (bnc#972691) - Add patch xinetd-service-sysconfig.patch
Dominique Leuenberger (dimstar_suse)
accepted
request 494815
from
Tomáš Chvátal (scarabeus_iv)
(revision 36)
- Use # rename for the URL to keep sane name - Update to tagged release 2.3.15.1: * Contains changes from bellow, just uses the tagged archive
Dominique Leuenberger (dimstar_suse)
accepted
request 492825
from
Tomáš Chvátal (scarabeus_iv)
(revision 35)
- Update to version 2.3.15.1+git20170504.58c3611: * Warn when not using tirpc and fix some quoting in configure.ac * Fixup poll.h related warnings * Fix compat with ipv6 to ipv4 fallback wrt bsc#1037552
Dominique Leuenberger (dimstar_suse)
accepted
request 489759
from
Tomáš Chvátal (scarabeus_iv)
(revision 34)
- 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
Dominique Leuenberger (dimstar_suse)
accepted
request 402363
from
Tomáš Chvátal (scarabeus_iv)
(revision 33)
- Add patch to fix bnc#972691 random bind fail: * xinetd-2.3.14-retry-binds.patch
Dominique Leuenberger (dimstar_suse)
accepted
request 328103
from
Tomáš Chvátal (scarabeus_iv)
(revision 32)
- Update README.SUSE to put emphasis on systemd socket activation - Remove description of ipv6 support that is in xinetd since 2004+- - Clean-up the specfile a bit and update urls to something working (github) - Change tarball to github one as the upstream site seems dead
Adrian Schröter (adrianSuSE)
committed
(revision 30)
Split 13.2 from Factory
Stephan Kulow (coolo)
accepted
request 237324
from
Tomáš Chvátal (scarabeus_factory)
(revision 29)
- Drop xinetd.conf not used in spec and we use upstream one anyway. - Revert the syslog target as it is obsolete. - Fix error in logs when disabling service and reloading; bnc#870904 * xinetd-deactivating-error.patch - Wait for the syslog target too.
Stephan Kulow (coolo)
accepted
request 228736
from
Marcus Meissner (msmeissn)
(revision 28)
- 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)
Stephan Kulow (coolo)
accepted
request 226494
from
Marius Tomaschewski (mtomaschewski)
(revision 27)
- Fixed bug number in the changelog - Also removed obsolete syslog.target from start order (bnc#866433) - Make sure that xinetd service becomes real after network is up (bnc#866433)
Adrian Schröter (adrianSuSE)
committed
(revision 26)
Split 13.1 from Factory
Stephan Kulow (coolo)
accepted
request 173058
from
Michal Vyskocil (mvyskocil)
(revision 25)
- 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
Stephan Kulow (coolo)
accepted
request 162782
from
Marcus Meissner (msmeissn)
(revision 24)
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 162728 from namtrac)
Adrian Schröter (adrianSuSE)
committed
(revision 23)
Split 12.3 from Factory
Stephan Kulow (coolo)
accepted
request 139396
from
Michal Vyskocil (mvyskocil)
(revision 22)
(forwarded request 139392 from coolo)
Displaying revisions 1 - 20 of 41