diff --git a/xtables-addons-2.2.tar.xz b/xtables-addons-2.2.tar.xz deleted file mode 100644 index 561300f..0000000 --- a/xtables-addons-2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bafaf53b896272adcf17f240339c866eff07d30b51be8893a08deaf69f8f13ef -size 316840 diff --git a/xtables-addons-2.2.tar.xz.asc b/xtables-addons-2.2.tar.xz.asc deleted file mode 100644 index b027b6b..0000000 --- a/xtables-addons-2.2.tar.xz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iF4EABEIAAYFAlFYi0kACgkQkb3j62iiDkWNSwD/aspLnF6XRGdHkIaafJL7ibMR -4Eo55JA1IgD9jHgVcUMA/iZaEzoLuE/WbmVLmuZJyzklryLvZCKV/ZoOTLGJ+Uux -=IRHw ------END PGP SIGNATURE----- diff --git a/xtables-addons-2.3.tar.asc b/xtables-addons-2.3.tar.asc new file mode 100644 index 0000000..2424648 --- /dev/null +++ b/xtables-addons-2.3.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iF4EABEIAAYFAlG/+jQACgkQkb3j62iiDkVOUgD/Tr4miYnFHRnoFb7/38Gu4S7i +4RkinKCaG0F5CbHhl94A/2DscvWjxY74TLm2sweUZh98zlsIuyNY8NBiYw6PGlhL +=ZfMl +-----END PGP SIGNATURE----- diff --git a/xtables-addons-2.3.tar.xz b/xtables-addons-2.3.tar.xz new file mode 100644 index 0000000..b82dd5b --- /dev/null +++ b/xtables-addons-2.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab43981d594131ec8d72d4604c92c25dcf67dd4cae6aabb71113238a27cdff9 +size 316452 diff --git a/xtables-addons.changes b/xtables-addons.changes index 8572638..8afcbcb 100644 --- a/xtables-addons.changes +++ b/xtables-addons.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jun 18 05:45:03 UTC 2013 - jengelh@inai.de + +- Update to new upstream release 3.10 +* support for Linux 3.10 and CONFIG_UIDGID_STRICT_TYPE_CHECKS +* xt_geoip: do not throw a warning when country database is size 0 +* xt_quota2: print "!" at the correct position during iptables-save + ------------------------------------------------------------------- Sun Mar 31 19:15:44 UTC 2013 - jengelh@inai.de diff --git a/xtables-addons.spec b/xtables-addons.spec index a8b9f9d..759f249 100644 --- a/xtables-addons.spec +++ b/xtables-addons.spec @@ -21,7 +21,7 @@ Name: xtables-addons %define kernel37 1 %endif %if 0%{?kernel37} -Version: 2.2 +Version: 2.3 Release: 0 %else Version: 1.47.1 @@ -40,10 +40,13 @@ Source3: %name-preamble Source4: %name.keyring Source5: %name-1.47.1.tar.xz Source6: %name-1.47.1.tar.xz.asc -Source7: %name-2.2.tar.xz -Source8: %name-2.2.tar.xz.asc +Source7: %name-2.3.tar.xz +Source8: %name-2.3.tar.asc BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif @@ -96,8 +99,8 @@ contains extensions that were not, or are not yet, accepted in the main kernel/iptables packages. %prep -%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.xz.asc} -echo "Version: %version. Repository: %_repository. SUSE_v: %{?suse_version}" +xz -dk "%_sourcedir/%name-%version.tar.xz" +%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.asc} %if 0%{?kernel37} %setup -Tqb7 %else @@ -105,6 +108,7 @@ echo "Version: %version. Repository: %_repository. SUSE_v: %{?suse_version}" %endif %build +autoreconf -fi if [ ! -e configure ]; then ./autogen.sh; fi;