forked from pool/xtables-addons
Accepting request 52264 from security:netfilter
Accepted submit request 52264 from user jengelh OBS-URL: https://build.opensuse.org/request/show/52264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=13
This commit is contained in:
commit
34a3279181
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51ff5fda46acb3da55f338343fde53258b3604df6878e3da86506a58e5f8c831
|
||||
size 337148
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAkymkcYACgkQ92gFgoRMQ2DoHgCePKegxbBmeN/b7tQ7eacgcZ5H
|
||||
5jIAn0TRqlHARft+hapbyPPr59DjDOls
|
||||
=Zx4F
|
||||
-----END PGP SIGNATURE-----
|
3
xtables-addons-1.31.tar.xz
Normal file
3
xtables-addons-1.31.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:030e16513775266c2832cbd96f3703d390e58b67892abe9ec72c3e1e16c9dd53
|
||||
size 338224
|
7
xtables-addons-1.31.tar.xz.asc
Normal file
7
xtables-addons-1.31.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAkzUUQ0ACgkQ92gFgoRMQ2C36QCcCGMNk6LgeyoIAecBy7QELE0b
|
||||
3gQAnA0MK5X9lBnaZf99nPPv8zG2CCOc
|
||||
=oora
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Do not build xt_TEE, xt_CHECKSUM; they are provided in newer
|
||||
iptables and kernel versions already
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 08:17:43 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: xtables-addons
|
||||
Version: 1.30
|
||||
Version: 1.31
|
||||
Release: 1
|
||||
Group: Productivity/Networking/Security
|
||||
Summary: IP Packet Filter Administration Extensions
|
||||
@ -61,18 +61,11 @@ main kernel/iptables packages.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
./autogen.sh;
|
||||
fi;
|
||||
|
||||
%if 0%{?suse_version} <= 1130
|
||||
# xt_TEE not included prior to 2.6.35
|
||||
perl -i -pe 's{^build_TEE=.*}{build_TEE=m}' mconfig;
|
||||
# xt_CHECKSUM not included prior to 2.6.36
|
||||
perl -i -pe 's{^build_CHECKSUM=.*}{build_CHECKSUM=m}' mconfig;
|
||||
%endif
|
||||
|
||||
%build
|
||||
pushd ../;
|
||||
for flavor in %flavors_to_build; do
|
||||
cp -a "%name-%version" "%name-$flavor-%version";
|
||||
|
Loading…
Reference in New Issue
Block a user