- new version 1.4.3.1

- libiptc is now shared
- supports all new features of the 2.6.29 kernel
- dropped typo_latter patch
This commit is contained in:
Thomas Woerner 2009-03-30 12:53:21 +00:00
parent 50c011a4ab
commit a05f4f7574
4 changed files with 14 additions and 22 deletions

View File

@ -3,3 +3,4 @@ iptables-1.4.0.tar.bz2
iptables-1.4.1.tar.bz2
iptables-1.4.1.1.tar.bz2
iptables-1.4.2.tar.bz2
iptables-1.4.3.1.tar.bz2

View File

@ -1,10 +0,0 @@
diff -up iptables-1.3.8/extensions/libip6t_REJECT.man.typo_latter iptables-1.3.8/extensions/libip6t_REJECT.man
--- iptables-1.3.8/extensions/libip6t_REJECT.man.typo_latter 2007-09-24 17:30:47.000000000 +0200
+++ iptables-1.3.8/extensions/libip6t_REJECT.man 2007-09-24 17:34:48.000000000 +0200
@@ -32,5 +32,5 @@ TCP RST packet to be sent back. This is
(113/tcp) probes which frequently occur when sending mail to broken mail
hosts (which won't accept your mail otherwise).
.B tcp-reset
-can only be used with kernel versions 2.6.14 or latter.
+can only be used with kernel versions 2.6.14 or later.

View File

@ -1,12 +1,11 @@
Name: iptables
Summary: Tools for managing Linux kernel packet filtering capabilities
Version: 1.4.2
Release: 3%{?dist}
Version: 1.4.3.1
Release: 1%{?dist}
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
Source1: iptables.init
Source2: iptables-config
Patch4: iptables-1.3.8-typo_latter.patch
Patch5: iptables-1.4.1.1-cloexec.patch
Patch5: iptables-1.4.3.1-cloexec.patch
Group: System Environment/Base
URL: http://www.netfilter.org/
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -52,7 +51,6 @@ stable and may change with every new version. It is therefore unsupported.
%prep
%setup -q
%patch4 -p1 -b .typo_latter
%patch5 -p1 -b .cloexec
%build
@ -72,11 +70,6 @@ make install DESTDIR=%{buildroot}
# remove la file(s)
rm -f %{buildroot}/%{_libdir}/*.la
# install iptc header files
install -d -m 755 %{buildroot}%{_includedir}/libiptc/
install -m 644 include/libiptc/*.h %{buildroot}%{_includedir}/libiptc/
install -m 644 libiptc/libiptc.a %{buildroot}/%{_libdir}
# install ip*tables.h header files
install -m 644 include/ip*tables.h %{buildroot}%{_includedir}/
@ -126,6 +119,7 @@ fi
%dir /%{_lib}/xtables
/%{_lib}/xtables/libipt*
/%{_lib}/xtables/libxt*
%{_libdir}/libiptc.so.*
%{_libdir}/libxtables.so.*
%files ipv6
@ -145,12 +139,19 @@ fi
%dir %{_includedir}/libipulog
%{_includedir}/libipulog/*.h
%{_libdir}/libipq.a
%{_libdir}/libiptc.a
%{_mandir}/man3/*
%{_libdir}/libiptc.so
%{_libdir}/libxtables.so
%{_libdir}/pkgconfig/libiptc.pc
%{_libdir}/pkgconfig/xtables.pc
%changelog
* Mon Mar 30 2009 Thomas Woerner <twoerner@redhat.com> 1.4.3.1-1
- new version 1.4.3.1
- libiptc is now shared
- supports all new features of the 2.6.29 kernel
- dropped typo_latter patch
* Thu Mar 5 2009 Thomas Woerner <twoerner@redhat.com> 1.4.2-3
- still more review fixes (rhbz#225906)
- consistent macro usage

View File

@ -1 +1 @@
a138d1c2e74321e0e4e228a9fb301c9a iptables-1.4.2.tar.bz2
9c67f796f69e1e016cc19e2c19357711 iptables-1.4.3.1.tar.bz2