]> git.pld-linux.org Git - packages/cisco-vpnclient.git/commitdiff
- updated for kernel 2.6.31.
authorpawelz <pawelz@pld-linux.org>
Thu, 10 Sep 2009 16:07:45 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cisco-vpnclient.spec -> 1.42

cisco-vpnclient.spec

index f37e3aacc8e37991f76bb54a2cb771a1e0cae96b..1a8aa57fee0bc79e6aaba9df828fb1660d9fe897 100644 (file)
@@ -9,9 +9,10 @@
 #   panic.
 #
 # Status:
-# - works with kernel-vanilla 2.6.27.*
-# - fails with kernel-vanilla 2.6.30 (kernel panic, see warning)
-# - fails with kernel-2.6.27 (/proc/net permissions. grsec related problem?)
+# - works with kernel-vanilla 2.6.31
+#
+# NOTE:
+# - version for older kernels (<= 2.6.28) is saved od LINUX_MAX_2_6_28 branch
 #
 # Conditional build:
 %bcond_without dist_kernel     # without distribution kernel
@@ -37,8 +38,9 @@ Source1:      %{name}.modprobe
 NoSource:      0
 # patches - http://projects.tuxx-home.at/?id=cisco_vpn_client
 Patch1:                %{name}-skbuff_offset.patch
+Patch2:                %{name}-interceptor.patch
 URL:           http://www.cisco.com/en/US/products/sw/secursw/ps2308/tsd_products_support_series_home.html
-%{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.22}
+%{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.31}
 BuildRequires: rpmbuild(macros) >= 1.379
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -68,6 +70,7 @@ Klient VPN produkcji Cisco Systems - moduł jądra Linuksa.
 %setup -q -T -c
 tar -zxvf %{SOURCE0}
 %patch1 -p0
+%patch2 -p0
 
 %build
 %if %{with kernel}
This page took 0.087911 seconds and 4 git commands to generate.