- 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:
parent
50c011a4ab
commit
a05f4f7574
@ -3,3 +3,4 @@ iptables-1.4.0.tar.bz2
|
|||||||
iptables-1.4.1.tar.bz2
|
iptables-1.4.1.tar.bz2
|
||||||
iptables-1.4.1.1.tar.bz2
|
iptables-1.4.1.1.tar.bz2
|
||||||
iptables-1.4.2.tar.bz2
|
iptables-1.4.2.tar.bz2
|
||||||
|
iptables-1.4.3.1.tar.bz2
|
||||||
|
@ -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.
|
|
||||||
|
|
@ -1,12 +1,11 @@
|
|||||||
Name: iptables
|
Name: iptables
|
||||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||||
Version: 1.4.2
|
Version: 1.4.3.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
Patch4: iptables-1.3.8-typo_latter.patch
|
Patch5: iptables-1.4.3.1-cloexec.patch
|
||||||
Patch5: iptables-1.4.1.1-cloexec.patch
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.netfilter.org/
|
URL: http://www.netfilter.org/
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch4 -p1 -b .typo_latter
|
|
||||||
%patch5 -p1 -b .cloexec
|
%patch5 -p1 -b .cloexec
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -72,11 +70,6 @@ make install DESTDIR=%{buildroot}
|
|||||||
# remove la file(s)
|
# remove la file(s)
|
||||||
rm -f %{buildroot}/%{_libdir}/*.la
|
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 ip*tables.h header files
|
||||||
install -m 644 include/ip*tables.h %{buildroot}%{_includedir}/
|
install -m 644 include/ip*tables.h %{buildroot}%{_includedir}/
|
||||||
|
|
||||||
@ -126,6 +119,7 @@ fi
|
|||||||
%dir /%{_lib}/xtables
|
%dir /%{_lib}/xtables
|
||||||
/%{_lib}/xtables/libipt*
|
/%{_lib}/xtables/libipt*
|
||||||
/%{_lib}/xtables/libxt*
|
/%{_lib}/xtables/libxt*
|
||||||
|
%{_libdir}/libiptc.so.*
|
||||||
%{_libdir}/libxtables.so.*
|
%{_libdir}/libxtables.so.*
|
||||||
|
|
||||||
%files ipv6
|
%files ipv6
|
||||||
@ -145,12 +139,19 @@ fi
|
|||||||
%dir %{_includedir}/libipulog
|
%dir %{_includedir}/libipulog
|
||||||
%{_includedir}/libipulog/*.h
|
%{_includedir}/libipulog/*.h
|
||||||
%{_libdir}/libipq.a
|
%{_libdir}/libipq.a
|
||||||
%{_libdir}/libiptc.a
|
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
%{_libdir}/libiptc.so
|
||||||
%{_libdir}/libxtables.so
|
%{_libdir}/libxtables.so
|
||||||
|
%{_libdir}/pkgconfig/libiptc.pc
|
||||||
%{_libdir}/pkgconfig/xtables.pc
|
%{_libdir}/pkgconfig/xtables.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 5 2009 Thomas Woerner <twoerner@redhat.com> 1.4.2-3
|
||||||
- still more review fixes (rhbz#225906)
|
- still more review fixes (rhbz#225906)
|
||||||
- consistent macro usage
|
- consistent macro usage
|
||||||
|
Loading…
Reference in New Issue
Block a user