diff --git a/tcp_wrappers.spec b/tcp_wrappers.spec index e8195bf..6470f8f 100644 --- a/tcp_wrappers.spec +++ b/tcp_wrappers.spec @@ -1,7 +1,7 @@ Summary: A security tool which acts as a wrapper for TCP daemons Name: tcp_wrappers Version: 7.6 -Release: 65%{?dist} +Release: 66%{?dist} %define LIB_MAJOR 0 %define LIB_MINOR 7 @@ -37,6 +37,7 @@ Patch22: tcp_wrappers_7.6-249430.patch Patch23: tcp_wrappers-7.6-inetdconf.patch Patch24: tcp_wrappers-7.6-bug698464.patch Patch25: tcp_wrappers-7.6-relro.patch +Patch26: tcp_wrappers-7.6-xgets.patch # required by sin_scope_id in ipv6 patch BuildRequires: glibc-devel >= 2.2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -96,6 +97,7 @@ develop applications with tcp_wrappers support. %patch23 -p1 -b .inetdconf %patch24 -p1 -b .698464 %patch25 -p1 -b .relro +%patch26 -p1 -b .xgets %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -DPIC -D_REENTRANT -DHAVE_STRERROR" LDFLAGS="-pie" MAJOR=%{LIB_MAJOR} MINOR=%{LIB_MINOR} REL=%{LIB_REL} linux @@ -153,6 +155,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Mon Aug 15 2011 Jan F. Chadima - 7.6-66 +- repair possible DOS in xgets + * Wed Aug 10 2011 Jan F. Chadima - 7.6-65 - Add partial relro support for libraries