]> git.pld-linux.org Git - packages/xtables-addons.git/commitdiff
- updated to 1.35
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 6 May 2011 18:05:09 +0000 (18:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernelrelease.patch -> 1.9
    xtables-addons.spec -> 1.104

kernelrelease.patch
xtables-addons.spec

index a992a77d46c1a63228f9e1cac6317dd84081315e..ec496faec8c8ee843ec32dc61ab337f55e975c06 100644 (file)
@@ -1,18 +1,9 @@
---- xtables-addons-1.33/configure.ac.orig      2011-02-02 05:21:56.000000000 +0100
-+++ xtables-addons-1.33/configure.ac   2011-03-25 16:15:47.004912129 +0100
-@@ -40,49 +40,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 @@
        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \
        -Winline -pipe";
  
--#
--# check kernel version
--#
--if grep -q "CentOS release 5\." /etc/redhat-release 2>/dev/null ||
--    grep -q "Red Hat Enterprise Linux Server release 5" /etc/redhat-release 2>/dev/null; then
--      # しまった!
--      # Well, just a warning. Maybe the admin updated the kernel.
--      echo "WARNING: This distribution's shipped kernel is not supported.";
--fi;
 -if test -n "$kbuilddir"; then
 -      AC_MSG_CHECKING([kernel version that we will build against])
 -      krel="$(make -sC "$kbuilddir" M=. kernelrelease)";
 -              echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
 -              if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 38; 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. Please see INSTALL for minimum configuration.";
+-                      echo "ERROR: That kernel version is not supported at all. Please see INSTALL for minimum configuration.";
 -                      exit 1;
+-              else
+-                      echo "WARNING: That kernel version has been recently deprecated for use with Xtables-addons). Compilation may fail.";
 -              fi;
 -      fi;
 -fi;
index 620b1f04cfd33ea2a906256cc311a5e2f94b0f07..e077d8fb624937d007aa32d6ca6cb99336455612 100644 (file)
 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.33
+Version:       1.35
 Release:       %{rel}
 License:       GPL v2
 Group:         Networking/Admin
 Source0:       http://downloads.sourceforge.net/xtables-addons/%{name}-%{version}.tar.xz
-# Source0-md5: db80618d505bf7a5b9d576d83e3f0f80
+# Source0-md5: c2d8c972182945c5535c90e33992250c
 Patch0:                kernelrelease.patch
 URL:           http://xtables-addons.sourceforge.net/
 BuildRequires: autoconf >= 2.50
This page took 0.104189 seconds and 4 git commands to generate.