forked from pool/xtables-addons
New release 1.28
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=13
This commit is contained in:
parent
967217c051
commit
dcf136d0ab
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b05adfc676d5eb5e58c4d273677725d35248c4cb30859a3a53045d03818f591e
|
|
||||||
size 366206
|
|
3
xtables-addons-1.28.tar.xz
Normal file
3
xtables-addons-1.28.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d06d6d1d8b8adeae7c9edee20ffd3f2a754eb0b187e8b9f397666e26a7dbbcc
|
||||||
|
size 333440
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 24 09:47:54 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- new upstream release 1.28
|
||||||
|
* RAWNAT: IPv6 variants erroneously rejected masks /33-/128
|
||||||
|
* new target xt_CHECKSUM
|
||||||
|
* xt_length2: add support for IPv6 jumbograms
|
||||||
|
* xt_geoip: fix possible out-of-bounds access
|
||||||
|
* import xt_geoip database scripts
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 11:51:47 UTC 2010 - lnussel@suse.de
|
||||||
|
|
||||||
|
- don't require kernel module package (bnc#618244)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 17 07:23:05 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- new upstream release 1.27
|
||||||
|
* support for upcoming Linux 2.6.35
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 1 09:15:48 UTC 2010 - jengelh@medozas.de
|
Sat May 1 09:15:48 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xtables-addons (Version 1.26)
|
# spec file for package xtables-addons (Version 1.27)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,20 +18,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xtables-addons
|
Name: xtables-addons
|
||||||
Version: 1.26
|
Version: 1.28
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Summary: IP Packet Filter Administration Extensions
|
Summary: IP Packet Filter Administration Extensions
|
||||||
License: GPL
|
License: GPL
|
||||||
Url: http://xtables-addons.sf.net/
|
Url: http://xtables-addons.sf.net/
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.xz
|
||||||
#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/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: %kernel_module_package_buildreqs
|
BuildRequires: %kernel_module_package_buildreqs
|
||||||
BuildRequires: iptables-devel >= 1.4.3
|
BuildRequires: iptables-devel >= 1.4.3
|
||||||
BuildRequires: pkg-config >= 0.23
|
BuildRequires: pkg-config >= 0.23, xz
|
||||||
Requires: %name-kmp
|
Recommends: %name-kmp
|
||||||
# Yes, we've got a lot of good stuff!
|
# Yes, we've got a lot of good stuff!
|
||||||
Provides: ipset = 4.2
|
Provides: ipset = 4.2
|
||||||
Recommends: xtables-geoip
|
Recommends: xtables-geoip
|
||||||
@ -97,9 +97,10 @@ rm -Rf "%buildroot";
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_mandir/*/*
|
%doc %_mandir/*/*
|
||||||
%_sbindir/*
|
%_sbindir/*
|
||||||
%_libdir/*.so.*
|
%_libdir/*.so.*
|
||||||
%_libexecdir/xtables
|
%_libexecdir/xtables
|
||||||
|
%_libexecdir/xtables-addons
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user