Hello community, here is the log from the commit of package xtables-addons for openSUSE:11.4 checked in at Mon Jun 27 00:06:15 CEST 2011.
-------- --- old-versions/11.4/all/xtables-addons/xtables-addons.changes 2011-02-02 05:49:18.000000000 +0100 +++ 11.4/xtables-addons/xtables-addons.changes 2011-06-25 11:28:26.000000000 +0200 @@ -1,0 +2,33 @@ +Sat Jun 25 09:25:25 UTC 2011 - [email protected] + +- update to new upstream release 1.37 +* xt_SYSRQ: make IPv6 trigger work again +* xt_SYSRQ: improve security: include host address in digest +* xt_TARPIT: fix a kernel oops in --reset mode + +------------------------------------------------------------------- +Fri Jun 3 15:11:54 UTC 2011 - [email protected] + +- update to new upstream release 1.36 +* update to ipset 6.7 +* xt_TARPIT has gained the "honeypot" and "reset" modes + +------------------------------------------------------------------- +Mon Apr 11 21:59:02 UTC 2011 - [email protected] + +- Update to new upstream release 1.35 +* update to ipset 6.3 +* ipset-genl: handle EAGAIN return value emitted from autoloader +* ipset-genl: resolve nfgenmsg remains and fix spurious protocol abort + +------------------------------------------------------------------- +Thu Apr 7 15:11:31 UTC 2011 - [email protected] + +- Update to new upstream release 1.34 +* xt_pknock: avoid crash when hash TFM could not be allocated +* xt_pknock: avoid inversion of rule lookup that led to warnings +* xt_DNETMAP: add missing module alias +* xt_DNETMAP: support for kernels below 2.6.34 +- Add kmp preamble file + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/xtables-addons Destination is old-versions/11.4/UPDATES/all/xtables-addons calling whatdependson for 11.4-i586 Old: ---- xtables-addons-1.33.tar.xz xtables-addons-1.33.tar.xz.asc New: ---- xtables-addons-1.37.tar.xz xtables-addons-1.37.tar.xz.asc xtables-addons-preamble ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtables-addons.spec ++++++ --- /var/tmp/diff_new_pack.4hrqS8/_old 2011-06-27 00:04:03.000000000 +0200 +++ /var/tmp/diff_new_pack.4hrqS8/_new 2011-06-27 00:04:03.000000000 +0200 @@ -18,14 +18,15 @@ Name: xtables-addons -Version: 1.33 -Release: 1 +Version: 1.37 +Release: 0.<RELEASE2> Group: Productivity/Networking/Security Summary: IP Packet Filter Administration Extensions License: GPL Url: http://xtables-addons.sf.net/ Source: %name-%version.tar.xz Source2: %name-%version.tar.xz.asc +Source3: %name-preamble #Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons #Git-Web: http://xtables-addons.git.sf.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,8 +35,8 @@ BuildRequires: pkg-config >= 0.23 xz Recommends: %name-kmp # Yes, we've got a lot of good stuff! -%if 0%{?suse_version} > 1130 -Provides: ipset = 5.4 +%if 0%{?suse_version} >= 1140 +Provides: ipset = 6.7 %else Provides: ipset = 4.5 %endif @@ -43,7 +44,7 @@ %define xtlibdir %(pkg-config xtables --variable=xtlibdir) -%kernel_module_package +%kernel_module_package -p %name-preamble %description Xtables is used to set up, maintain, and inspect the tables of IP @@ -74,10 +75,9 @@ ./autogen.sh; fi; %if 0%{?suse_version} >= 1140 -# Has 2.6.37 -perl -i -pe 's{^build_DNETMAP=.*}{build_DNETMAP=m}' mconfig; -perl -i -pe 's{^build_ipset4=.*}{build_ipset4=}' mconfig; -perl -i -pe 's{^build_ipset5=.*}{build_ipset5=m}' mconfig; +# ipset6-genl needs >=2.6.35 +echo "build_ipset4=" >>mconfig; +echo "build_ipset6=m" >>mconfig; %endif pushd ../; for flavor in %flavors_to_build; do @@ -90,8 +90,8 @@ %install b="%buildroot"; -rm -Rf "$b"; -mkdir "$b"; +#rm -Rf "$b"; +#mkdir "$b"; pushd ../; for flavor in %flavors_to_build; do pushd "%name-$flavor-%version/"; @@ -102,9 +102,6 @@ find "$b/%_prefix" -iname "*.la" -delete; find "$b/%_libdir" -maxdepth 1 -type l -iname "*.so" -delete; -%clean -rm -Rf "%buildroot"; - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig ++++++ xtables-addons-preamble ++++++ Requires: kernel-%1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
