From a05f4f757475d5cf12c17da6c19877b4eaa7e3ad Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Mon, 30 Mar 2009 12:53:21 +0000 Subject: [PATCH] - new version 1.4.3.1 - libiptc is now shared - supports all new features of the 2.6.29 kernel - dropped typo_latter patch --- .cvsignore | 1 + iptables-1.3.8-typo_latter.patch | 10 ---------- iptables.spec | 23 ++++++++++++----------- sources | 2 +- 4 files changed, 14 insertions(+), 22 deletions(-) delete mode 100644 iptables-1.3.8-typo_latter.patch diff --git a/.cvsignore b/.cvsignore index 58cc812..228c954 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/iptables-1.3.8-typo_latter.patch b/iptables-1.3.8-typo_latter.patch deleted file mode 100644 index 6430cfc..0000000 --- a/iptables-1.3.8-typo_latter.patch +++ /dev/null @@ -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. - diff --git a/iptables.spec b/iptables.spec index aa4de2e..0ec558f 100644 --- a/iptables.spec +++ b/iptables.spec @@ -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 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 1.4.2-3 - still more review fixes (rhbz#225906) - consistent macro usage diff --git a/sources b/sources index 0446936..6db72e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a138d1c2e74321e0e4e228a9fb301c9a iptables-1.4.2.tar.bz2 +9c67f796f69e1e016cc19e2c19357711 iptables-1.4.3.1.tar.bz2