auto-import changelog data from tcp_wrappers-7.6-19.src.rpm

Sun Mar 11 2001 Pekka Savola <pekkas@netcore.fi>
- Add IPv6 patch from USAGI, enable it.
This commit is contained in:
cvsdist 2004-09-09 13:07:03 +00:00
parent 9200525651
commit 0fce7bf16d
2 changed files with 1391 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: A security tool which acts as a wrapper for TCP daemons.
Name: tcp_wrappers
Version: 7.6
Release: 18
Release: 19
Copyright: Distributable
Group: System Environment/Daemons
Source: ftp://coast.cs.purdue.edu/pub/tools/unix/tcp_wrappers/tcp_wrappers_7.6.tar.gz
@ -12,6 +12,9 @@ Patch3: tcp_wrappers-7.6-bug11881.patch
Patch4: tcp_wrappers-7.6-bug17795.patch
Patch5: tcp_wrappers-7.6-bug17847.patch
Patch6: tcp_wrappers-7.6-fixgethostbyname.patch
Patch9: tcp_wrappers.usagi-ipv6.patch
# required by sin_scope_id in ipv6 patch
BuildPreReq: glibc-devel >= 2.2
BuildRoot: %{_tmppath}/%{name}-root
%description
@ -22,6 +25,8 @@ rlogin, rsh, exec, tftp, talk and other network services.
Install the tcp_wrappers program if you need a security tool for
filtering incoming network services requests.
This version also supports IPv6.
%prep
%setup -q -n tcp_wrappers_7.6
%patch0 -p1 -b .config
@ -31,6 +36,7 @@ filtering incoming network services requests.
%patch4 -p1 -b .bug17795
%patch5 -p1 -b .bug17847
%patch6 -p1 -b .fixgethostbyname
%patch9 -p0 -b .ipv6
%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC" linux
@ -71,6 +77,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/*
%changelog
* Sun Mar 11 2001 Pekka Savola <pekkas@netcore.fi>
- Add IPv6 patch from USAGI, enable it.
* Mon Feb 5 2001 Preston Brown <pbrown@redhat.com>
- fix gethostbyname to work better with dot "." notation (#16949)

File diff suppressed because it is too large Load Diff