diff --git a/tcp_wrappers_7.6-shared-lib.diff b/tcp_wrappers_7.6-shared-lib.diff index 52b4b71..b520533 100644 --- a/tcp_wrappers_7.6-shared-lib.diff +++ b/tcp_wrappers_7.6-shared-lib.diff @@ -8,7 +8,7 @@ + LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ=weak_symbols.o \ NETGROUP=-DNETGROUP TLI= \ - EXTRA_CFLAGS="-fPIC -DSYS_ERRLIST_DEFINED -DINET6=1 -Dss_family=__ss_family" all -+ EXTRA_CFLAGS="-fPIC -DSYS_ERRLIST_DEFINED -DINET6=1 -Dss_family=__ss_family -DHAVE_WEAKSYMS -D_REENTRANT" all ++ EXTRA_CFLAGS="-fPIC -DHAVE_STRERROR -DINET6=1 -Dss_family=__ss_family -DHAVE_WEAKSYMS -D_REENTRANT" all # This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x. hpux hpux8 hpux9 hpux10: diff --git a/tcpd.changes b/tcpd.changes index c5b3c7f..c73f2ab 100644 --- a/tcpd.changes +++ b/tcpd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 14 12:47:44 UTC 2020 - Thorsten Kukuk + +- tcp_wrappers_7.6-shared-lib.diff: Linux has STRERROR not SYS_ERRLIST + [bsc#1175272] + ------------------------------------------------------------------- Tue Sep 24 08:25:45 UTC 2019 - Martin Liška diff --git a/tcpd.spec b/tcpd.spec index 1c75620..528aa6b 100644 --- a/tcpd.spec +++ b/tcpd.spec @@ -1,7 +1,7 @@ # # spec file for package tcpd # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Release: 0 Summary: A security wrapper for TCP daemons License: BSD-3-Clause Group: Productivity/Networking/System -Url: ftp://ftp.porcupine.org/pub/security/index.html +URL: ftp://ftp.porcupine.org/pub/security/index.html Source: ftp://ftp.porcupine.org/pub/security/tcp_wrappers_%{version}.tar.gz Source2: baselibs.conf Patch0: tcp_wrappers_%{version}.diff