1
0

Accepting request 180068 from security:netfilter

- Update to new upstream release 3.10

OBS-URL: https://build.opensuse.org/request/show/180068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=41
This commit is contained in:
Stephan Kulow 2013-06-20 19:27:50 +00:00 committed by Git OBS Bridge
commit 8afc2aef97
6 changed files with 23 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bafaf53b896272adcf17f240339c866eff07d30b51be8893a08deaf69f8f13ef
size 316840

View File

@ -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-----

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iF4EABEIAAYFAlG/+jQACgkQkb3j62iiDkVOUgD/Tr4miYnFHRnoFb7/38Gu4S7i
4RkinKCaG0F5CbHhl94A/2DscvWjxY74TLm2sweUZh98zlsIuyNY8NBiYw6PGlhL
=ZfMl
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ab43981d594131ec8d72d4604c92c25dcf67dd4cae6aabb71113238a27cdff9
size 316452

View File

@ -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 Sun Mar 31 19:15:44 UTC 2013 - jengelh@inai.de

View File

@ -21,7 +21,7 @@ Name: xtables-addons
%define kernel37 1 %define kernel37 1
%endif %endif
%if 0%{?kernel37} %if 0%{?kernel37}
Version: 2.2 Version: 2.3
Release: 0 Release: 0
%else %else
Version: 1.47.1 Version: 1.47.1
@ -35,23 +35,17 @@ Url: http://xtables-addons.sf.net/
#Freecode-URL: http://freecode.com/projects/xtables-addons/ #Freecode-URL: http://freecode.com/projects/xtables-addons/
#Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons #Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons
#Git-Web: http://xtables-addons.git.sf.net/ #Git-Web: http://xtables-addons.git.sf.net/
%define git_snapshot 0
Source3: %name-preamble Source3: %name-preamble
Source4: %name.keyring Source4: %name.keyring
Source5: %name-1.47.1.tar.xz Source5: %name-1.47.1.tar.xz
Source6: %name-1.47.1.tar.xz.asc Source6: %name-1.47.1.tar.xz.asc
Source7: %name-2.2.tar.xz Source7: %name-2.3.tar.xz
Source8: %name-2.2.tar.xz.asc Source8: %name-2.3.tar.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1230 %if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline BuildRequires: gpg-offline
%endif %endif
%if %git_snapshot
BuildRequires: autoconf
BuildRequires: automake >= 1.10b
BuildRequires: libtool
%endif
BuildRequires: pkgconfig >= 0.21 BuildRequires: pkgconfig >= 0.21
BuildRequires: xz BuildRequires: xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version} %if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
@ -96,8 +90,8 @@ contains extensions that were not, or are not yet, accepted in the
main kernel/iptables packages. main kernel/iptables packages.
%prep %prep
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.xz.asc} xz -dk "%_sourcedir/%name-%version.tar.xz"
echo "Version: %version. Repository: %_repository. SUSE_v: %{?suse_version}" %{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.asc}
%if 0%{?kernel37} %if 0%{?kernel37}
%setup -Tqb7 %setup -Tqb7
%else %else
@ -105,9 +99,6 @@ echo "Version: %version. Repository: %_repository. SUSE_v: %{?suse_version}"
%endif %endif
%build %build
if [ ! -e configure ]; then
./autogen.sh;
fi;
pushd ../; pushd ../;
for flavor in %flavors_to_build; do for flavor in %flavors_to_build; do
cp -a "%name-%version" "%name-$flavor-%version"; cp -a "%name-%version" "%name-$flavor-%version";