1
0
Jan Engelhardt 2010-11-05 18:51:37 +00:00 committed by Git OBS Bridge
parent 1be2c81a9c
commit 8537522e61
6 changed files with 21 additions and 13 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
iEYEABECAAYFAkymkcYACgkQ92gFgoRMQ2DoHgCePKegxbBmeN/b7tQ7eacgcZ5H
5jIAn0TRqlHARft+hapbyPPr59DjDOls
=Zx4F
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
iEYEABECAAYFAkzUUQ0ACgkQ92gFgoRMQ2C36QCcCGMNk6LgeyoIAecBy7QELE0b
3gQAnA0MK5X9lBnaZf99nPPv8zG2CCOc
=oora
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 5 18:50:05 UTC 2010 - jengelh@medozas.de
- Update to new upstream release 1.31
* LOGMARK: print remaining lifetime of ct entries
* xt_iface: allow matching against incoming/outgoing interface
* libxt_gradm: match packets based on status of grsecurity RBAC
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 9 06:59:07 UTC 2010 - jengelh@medozas.de Sat Oct 9 06:59:07 UTC 2010 - jengelh@medozas.de

View File

@ -18,7 +18,7 @@
Name: xtables-addons Name: xtables-addons
Version: 1.30 Version: 1.31
Release: 1 Release: 1
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
Summary: IP Packet Filter Administration Extensions Summary: IP Packet Filter Administration Extensions
@ -61,11 +61,11 @@ main kernel/iptables packages.
%prep %prep
%setup -q %setup -q
%build
if [ ! -e configure ]; then if [ ! -e configure ]; then
./autogen.sh; ./autogen.sh;
fi; fi;
%build
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";