[tw]
- 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:
parent
bcc3dc0c5a
commit
40a64baf6b
@ -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
|
||||||
|
11
iptables-1.3.7-nolibnsl.patch
Normal file
11
iptables-1.3.7-nolibnsl.patch
Normal 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
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user