SPECS: xtables-addons.spec - updated to 1.10 - added new modules for libxt ...
paszczus
paszczus at pld-linux.org
Wed Feb 18 20:44:37 CET 2009
Author: paszczus Date: Wed Feb 18 19:44:37 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.10
- added new modules for libxt
- added (but commented) libipset (is it place for them?)
- not packaged /sbin/ipset
- rel 0.1
---- Files affected:
SPECS:
xtables-addons.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SPECS/xtables-addons.spec
diff -u SPECS/xtables-addons.spec:1.25 SPECS/xtables-addons.spec:1.26
--- SPECS/xtables-addons.spec:1.25 Wed Feb 18 00:04:44 2009
+++ SPECS/xtables-addons.spec Wed Feb 18 20:44:32 2009
@@ -9,7 +9,7 @@
%bcond_without kernel
%bcond_without userspace
#
-%define rel 12
+%define rel 0.1
Summary: Extensible packet filtering system && extensible NAT system
Summary(pl.UTF-8): System filtrowania pakietów oraz system translacji adresów (NAT)
Summary(pt_BR.UTF-8): Ferramenta para controlar a filtragem de pacotes no kernel-2.6.x
@@ -17,16 +17,15 @@
Summary(uk.UTF-8): Утиліти для керування пакетними фільтрами ядра Linux
Summary(zh_CN.UTF-8): Linux内核包过滤管理工具
Name: xtables-addons
-Version: 1.6
+Version: 1.10
Release: %{rel}@%{_kernel_ver_str}
License: GPL
Group: Networking/Daemons
Source0: http://dev.medozas.de/files/xtables/%{name}-%{version}.tar.bz2
-# Source0-md5: 44ba8faec006efa53cc2cbb5d15ba928
+# Source0-md5: c8ef700b7fd0afbf8599a71e008b33b8
URL: http://jengelh.medozas.de/projects/xtables/
Patch0: %{name}-libs.patch
Patch1: %{name}-geoip-dbpath.patch
-Patch2: %{name}-help.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: iptables-devel >= 1.4.1
@@ -66,7 +65,6 @@
%setup -q
%patch0 -p1
%patch1 -p1
-%patch2 -p1
%build
%{__libtoolize}
@@ -136,13 +134,30 @@
%attr(755,root,root) %{_libdir}/xtables/libxt_ipp2p.so
%attr(755,root,root) %{_libdir}/xtables/libxt_portscan.so
%attr(755,root,root) %{_libdir}/xtables/libxt_quota2.so
+%attr(755,root,root) %{_libdir}/xtables/libxt_length2.so
+#
+# Is it place for libipset ?
+#%attr(755,root,root) %{_libdir}/xtables/libipset_iphash.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_ipmap.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_ipporthash.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_ipportiphash.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_ipportnethash.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_iptree.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_iptreemap.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_macipmap.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_nethash.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_portmap.so
+#%attr(755,root,root) %{_libdir}/xtables/libipset_setlist.so
+
%{_mandir}/man8/libxt_CHAOS.*
%{_mandir}/man8/libxt_DELUDE.*
%{_mandir}/man8/libxt_DHCPADDR.*
+%{_mandir}/man8/libxt_ECHO.8
%{_mandir}/man8/libxt_IPMARK.*
%{_mandir}/man8/libxt_LOGMARK.*
%{_mandir}/man8/libxt_SYSRQ.*
%{_mandir}/man8/libxt_TARPIT.*
+%{_mandir}/man8/libxt_TEE.8*
%{_mandir}/man8/libxt_condition.*
%{_mandir}/man8/libxt_dhcpaddr.*
%{_mandir}/man8/libxt_fuzzy.*
@@ -150,6 +165,8 @@
%{_mandir}/man8/libxt_ipp2p.*
%{_mandir}/man8/libxt_portscan.*
%{_mandir}/man8/libxt_quota2.*
+%{_mandir}/man8/libxt_length.8*
+
%endif
%if %{with kernel}
/lib/modules/%{_kernel_ver}/kernel/net/netfilter/compat_xtables.ko.gz
@@ -167,6 +184,7 @@
/lib/modules/%{_kernel_ver}/kernel/net/netfilter/xt_ipp2p.ko.gz
/lib/modules/%{_kernel_ver}/kernel/net/netfilter/xt_portscan.ko.gz
/lib/modules/%{_kernel_ver}/kernel/net/netfilter/xt_quota2.ko.gz
+/lib/modules/%{_kernel_ver}/kernel/net/netfilter/xt_length2.ko.gz
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -175,6 +193,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2009/02/18 19:44:32 paszczus
+- updated to 1.10
+- added new modules for libxt
+- added (but commented) libipset (is it place for them?)
+- not packaged /sbin/ipset
+- rel 0.1
+
Revision 1.25 2009/02/17 23:04:44 arekm
- release 12
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xtables-addons.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list