Package Release Info

tcpd-7.6-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libwrap0-32bit

Change Logs

* Tue May 14 2024 pgajdos@suse.com
- build with gcc14
- added patches
  + tcp_wrappers_7.6-gcc14.patch
* Thu Feb 29 2024 pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
* Tue Oct 11 2022 danilo.spinella@suse.com
- Add hosts.allow and hosts.deny config files from the netcfg package,
  as they are tcpd specific, bsc#1099755
* Mon Sep 05 2022 lnussel@suse.de
- use _libdir (boo#1191098)
* Wed Aug 24 2022 schwab@suse.de
- Makefile is not parallel-safe
* Fri Aug 14 2020 kukuk@suse.com
- tcp_wrappers_7.6-shared-lib.diff: Linux has STRERROR not SYS_ERRLIST
  [bsc#1175272]
* Tue Sep 24 2019 mliska@suse.cz
- Add tcp_wrappers_7.6-ipv6.fix.fix3.diff in order to fix
  boo#1149708.
* Fri Aug 02 2019 mliska@suse.cz
- Use FAT LTO objects in order to provide proper static library.
* Sat Jun 03 2017 meissner@suse.com
- tcp_wrappers_7.6-optflags.diff: enable PIE for all binaries
  directly.
* Wed Apr 06 2016 kukuk@suse.de
- tcp_wrappers_7.6.diff: don't use public headers for own
  functions, make own yp_get_default_domain static.