SPECS: xtables-addons.spec - 1.12 - new URL - rename xt_portscan to xt_lsca...
areq
areq at pld-linux.org
Fri Mar 20 23:35:39 CET 2009
Author: areq Date: Fri Mar 20 22:35:38 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.12
- new URL
- rename xt_portscan to xt_lscan
- drop ipset (use ipset.spec)
---- Files affected:
SPECS:
xtables-addons.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/xtables-addons.spec
diff -u SPECS/xtables-addons.spec:1.26 SPECS/xtables-addons.spec:1.27
--- SPECS/xtables-addons.spec:1.26 Wed Feb 18 20:44:32 2009
+++ SPECS/xtables-addons.spec Fri Mar 20 23:35:33 2009
@@ -9,7 +9,7 @@
%bcond_without kernel
%bcond_without userspace
#
-%define rel 0.1
+%define rel 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,13 +17,13 @@
Summary(uk.UTF-8): Утиліти для керування пакетними фільтрами ядра Linux
Summary(zh_CN.UTF-8): Linux内核包过滤管理工具
Name: xtables-addons
-Version: 1.10
+Version: 1.12
Release: %{rel}@%{_kernel_ver_str}
License: GPL
Group: Networking/Daemons
-Source0: http://dev.medozas.de/files/xtables/%{name}-%{version}.tar.bz2
-# Source0-md5: c8ef700b7fd0afbf8599a71e008b33b8
-URL: http://jengelh.medozas.de/projects/xtables/
+Source0: http://dl.sourceforge.net/xtables-addons/%{name}-%{version}.tar.bz2
+# Source0-md5: e1544d87bbae03a02874c6598daa111d
+URL: http://xtables-addons.sourceforge.net/
Patch0: %{name}-libs.patch
Patch1: %{name}-geoip-dbpath.patch
BuildRequires: autoconf
@@ -66,6 +66,8 @@
%patch0 -p1
%patch1 -p1
+%{__sed} -i -e 's#build_ipset=m#build_ipset=n#' mconfig
+
%build
%{__libtoolize}
%{__aclocal}
@@ -132,23 +134,9 @@
%attr(755,root,root) %{_libdir}/xtables/libxt_fuzzy.so
%attr(755,root,root) %{_libdir}/xtables/libxt_geoip.so
%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_lscan.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.*
@@ -163,7 +151,7 @@
%{_mandir}/man8/libxt_fuzzy.*
%{_mandir}/man8/libxt_geoip.*
%{_mandir}/man8/libxt_ipp2p.*
-%{_mandir}/man8/libxt_portscan.*
+%{_mandir}/man8/libxt_lscan.*
%{_mandir}/man8/libxt_quota2.*
%{_mandir}/man8/libxt_length.8*
@@ -182,7 +170,7 @@
/lib/modules/%{_kernel_ver}/kernel/net/netfilter/xt_fuzzy.ko.gz
/lib/modules/%{_kernel_ver}/kernel/net/netfilter/xt_geoip.ko.gz
/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_lscan.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
@@ -193,6 +181,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2009/03/20 22:35:33 areq
+- 1.12
+- new URL
+- rename xt_portscan to xt_lscan
+- drop ipset (use ipset.spec)
+
Revision 1.26 2009/02/18 19:44:32 paszczus
- updated to 1.10
- added new modules for libxt
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xtables-addons.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list