packages: xtables-addons/kernelrelease.patch, xtables-addons/xtables-addons...

qboosh qboosh at pld-linux.org
Sat Jun 11 15:40:48 CEST 2011


Author: qboosh                       Date: Sat Jun 11 13:40:48 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.36

---- Files affected:
packages/xtables-addons:
   kernelrelease.patch (1.9 -> 1.10) , xtables-addons.spec (1.111 -> 1.112) 

---- Diffs:

================================================================
Index: packages/xtables-addons/kernelrelease.patch
diff -u packages/xtables-addons/kernelrelease.patch:1.9 packages/xtables-addons/kernelrelease.patch:1.10
--- packages/xtables-addons/kernelrelease.patch:1.9	Fri May  6 20:05:09 2011
+++ packages/xtables-addons/kernelrelease.patch	Sat Jun 11 15:40:43 2011
@@ -1,6 +1,6 @@
---- xtables-addons-1.35/configure.ac.orig	2011-04-11 18:37:32.000000000 +0200
-+++ xtables-addons-1.35/configure.ac	2011-05-06 20:03:27.286191084 +0200
-@@ -40,44 +40,6 @@
+--- xtables-addons-1.36/configure.ac.orig	2011-06-03 16:45:29.000000000 +0200
++++ xtables-addons-1.36/configure.ac	2011-06-11 14:23:36.451762729 +0200
+@@ -40,39 +40,6 @@
  	-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \
  	-Winline -pipe";
  
@@ -25,19 +25,14 @@
 -		echo "WARNING: Version detection did not succeed. Continue at own luck.";
 -	else
 -		echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
--		if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 38; then
+-		if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 1; then
 -			echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
--		elif test "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -ge 29; then
--			:; # everything ok
--		elif test \( "$kmajor" -lt 2 -o \
--		    \( "$kmajor" -eq 2 -a "$kminor" -lt 6 \) -o \
--		    \( "$kmajor" -eq 2 -a "$kminor" -eq 0 -a "$kmicro" -lt 17 \) -o \
--		    \( "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -eq 18 -a \
--		    "$kstable" -lt 5 \) \); then
--			echo "ERROR: That kernel version is not supported at all. Please see INSTALL for minimum configuration.";
--			exit 1;
+-		elif test "$kmajor" -eq 3; then
+-			:;
+-		elif test "$kmajor" -eq 2 -a "$kminor" -ge 29; then
+-			:;
 -		else
--			echo "WARNING: That kernel version has been recently deprecated for use with Xtables-addons). Compilation may fail.";
+-			echo "WARNING: That kernel version is not supported.";
 -		fi;
 -	fi;
 -fi;

================================================================
Index: packages/xtables-addons/xtables-addons.spec
diff -u packages/xtables-addons/xtables-addons.spec:1.111 packages/xtables-addons/xtables-addons.spec:1.112
--- packages/xtables-addons/xtables-addons.spec:1.111	Fri Jun  3 12:00:50 2011
+++ packages/xtables-addons/xtables-addons.spec	Sat Jun 11 15:40:43 2011
@@ -20,12 +20,12 @@
 Summary:	Additional extensions for xtables packet filtering system
 Summary(pl.UTF-8):	Dodatkowe rozszerzenia do systemu filtrowania pakietów xtables
 Name:		xtables-addons
-Version:	1.35
+Version:	1.36
 Release:	%{rel}
 License:	GPL v2
 Group:		Networking/Admin
 Source0:	http://downloads.sourceforge.net/xtables-addons/%{name}-%{version}.tar.xz
-# Source0-md5:	c2d8c972182945c5535c90e33992250c
+# Source0-md5:	2b976f502f626ed2245d276d83efc451
 Patch0:		kernelrelease.patch
 URL:		http://xtables-addons.sourceforge.net/
 BuildRequires:	autoconf >= 2.50
@@ -153,6 +153,7 @@
 %attr(755,root,root) %{_libdir}/libxt_ACCOUNT_cl.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libxt_ACCOUNT_cl.so.0
 %attr(755,root,root) %{_libdir}/xtables/libxt_*.so
+%{_mandir}/man8/iptaccount.8*
 %{_mandir}/man8/xtables-addons.8*
 %endif
 
@@ -172,6 +173,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.112  2011/06/11 13:40:43  qboosh
+- updated to 1.36
+
 Revision 1.111  2011/06/03 10:00:50  arekm
 - release 13
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-addons/kernelrelease.patch?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-addons/xtables-addons.spec?r1=1.111&r2=1.112&f=u



More information about the pld-cvs-commit mailing list