1
0
Jan Engelhardt 2010-07-24 09:48:27 +00:00 committed by Git OBS Bridge
parent 967217c051
commit dcf136d0ab
4 changed files with 31 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@ -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.
#
@ -18,20 +18,20 @@
Name: xtables-addons
Version: 1.26
Version: 1.28
Release: 1
Group: Productivity/Networking/Security
Summary: IP Packet Filter Administration Extensions
License: GPL
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-Web: http://xtables-addons.git.sf.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %kernel_module_package_buildreqs
BuildRequires: iptables-devel >= 1.4.3
BuildRequires: pkg-config >= 0.23
Requires: %name-kmp
BuildRequires: pkg-config >= 0.23, xz
Recommends: %name-kmp
# Yes, we've got a lot of good stuff!
Provides: ipset = 4.2
Recommends: xtables-geoip
@ -97,9 +97,10 @@ rm -Rf "%buildroot";
%files
%defattr(-,root,root)
%_mandir/*/*
%doc %_mandir/*/*
%_sbindir/*
%_libdir/*.so.*
%_libexecdir/xtables
%_libexecdir/xtables-addons
%changelog