- new verison 1.3.7
- iptc is not a public interface and therefore not installed anymore
- dropped upstream secmark patch
This commit is contained in:
Thomas Woerner 2007-01-09 18:46:18 +00:00
parent bcc3dc0c5a
commit 40a64baf6b
4 changed files with 21 additions and 7 deletions

View File

@ -4,3 +4,4 @@ iptables-1.3.1.tar.bz2
iptables-1.3.2.tar.bz2 iptables-1.3.2.tar.bz2
iptables-1.3.4.tar.bz2 iptables-1.3.4.tar.bz2
iptables-1.3.5.tar.bz2 iptables-1.3.5.tar.bz2
iptables-1.3.7.tar.bz2

View File

@ -0,0 +1,11 @@
--- iptables-1.3.7/Makefile.nolibnsl 2006-12-04 12:16:01.000000000 +0100
+++ iptables-1.3.7/Makefile 2007-01-09 19:34:28.000000000 +0100
@@ -103,7 +103,7 @@
STATIC_LIBS =
STATIC6_LIBS =
LDFLAGS = -rdynamic
-LDLIBS = -ldl -lnsl
+LDLIBS = -ldl
ifeq ($(DO_SELINUX), 1)
LDLIBS += -lselinux
endif

View File

@ -2,19 +2,18 @@
Name: iptables Name: iptables
Summary: Tools for managing Linux kernel packet filtering capabilities. Summary: Tools for managing Linux kernel packet filtering capabilities.
Version: 1.3.5 Version: 1.3.7
Release: 2 Release: 1
Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2 Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2
Source1: iptables.init Source1: iptables.init
Source2: iptables-config Source2: iptables-config
Patch2: iptables-1.2.8-nolibnsl.patch Patch2: iptables-1.3.7-nolibnsl.patch
Patch4: iptables-1.2.9-netlink.patch Patch4: iptables-1.2.9-netlink.patch
Patch5: iptables-1.3.0-selinux.patch Patch5: iptables-1.3.0-selinux.patch
Patch6: iptables-1.2.10-counters.patch Patch6: iptables-1.2.10-counters.patch
Patch8: iptables-1.3.0-cleanup.patch Patch8: iptables-1.3.0-cleanup.patch
Patch9: iptables-1.3.0-autoload.patch Patch9: iptables-1.3.0-autoload.patch
Patch10: iptables-1.3.0-no_root.patch Patch10: iptables-1.3.0-no_root.patch
Patch11: iptables-1.3.5-secmark.patch
Group: System Environment/Base Group: System Environment/Base
URL: http://www.netfilter.org/ URL: http://www.netfilter.org/
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
@ -69,7 +68,6 @@ rm -rf %{buildroot}
%patch8 -p1 -b .cleanup %patch8 -p1 -b .cleanup
%patch9 -p1 -b .autoload %patch9 -p1 -b .autoload
%patch10 -p1 -b .no_root %patch10 -p1 -b .no_root
%patch11 -p1 -b .secmark
# Put it to a reasonable place # Put it to a reasonable place
find . -type f -exec perl -pi -e "s,/usr/local,%{prefix},g" {} \; find . -type f -exec perl -pi -e "s,/usr/local,%{prefix},g" {} \;
@ -150,11 +148,15 @@ fi
%{_includedir}/ip*.h %{_includedir}/ip*.h
%{_includedir}/libipq.h %{_includedir}/libipq.h
%{_libdir}/libipq.a %{_libdir}/libipq.a
%{_libdir}/libiptc.a
%{_mandir}/man3/* %{_mandir}/man3/*
%endif %endif
%changelog %changelog
* Tue Jan 9 2007 Thomas Woerner <twoerner@redhat.com> 1.3.7-1
- new verison 1.3.7
- iptc is not a public interface and therefore not installed anymore
- dropped upstream secmark patch
* Thu Sep 19 2006 Thomas Woerner <twoerner@redhat.com> 1.3.5-2 * Thu Sep 19 2006 Thomas Woerner <twoerner@redhat.com> 1.3.5-2
- added secmark iptables patches (#201573) - added secmark iptables patches (#201573)

View File

@ -1 +1 @@
00fb916fa8040ca992a5ace56d905ea5 iptables-1.3.5.tar.bz2 dd965bdacbb86ce2a6498829fddda6b7 iptables-1.3.7.tar.bz2