[arch-commits] Commit in ndiswrapper/trunk (PKGBUILD ndiswrapper.install)

Tobias Powalowski tpowa at archlinux.org
Fri Dec 26 22:47:09 UTC 2008


    Date: Friday, December 26, 2008 @ 17:47:09
  Author: tpowa
Revision: 22488

upgpkg: ndiswrapper 1.53-4

Modified:
  ndiswrapper/trunk/PKGBUILD
  ndiswrapper/trunk/ndiswrapper.install

---------------------+
 PKGBUILD            |    6 +++---
 ndiswrapper.install |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-26 22:46:40 UTC (rev 22487)
+++ PKGBUILD	2008-12-26 22:47:09 UTC (rev 22488)
@@ -2,15 +2,15 @@
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ndiswrapper
-_kernver=2.6.27-ARCH
+_kernver=2.6.28-ARCH
 pkgver=1.53
-pkgrel=3
+pkgrel=4
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For stock arch 2.6 kernel."
 license=('GPL')
 arch=(i686 x86_64)
 url="http://ndiswrapper.sourceforge.net"
 install="ndiswrapper.install"
-depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.27' 'kernel26<2.6.28')
+depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.28' 'kernel26<2.6.29')
 source=(http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz
         kernel-2.6.27.patch
 	ndiswrapper-CVE-2008-4395.patch)

Modified: ndiswrapper.install
===================================================================
--- ndiswrapper.install	2008-12-26 22:46:40 UTC (rev 22487)
+++ ndiswrapper.install	2008-12-26 22:47:09 UTC (rev 22488)
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.27-ARCH'
+  KERNEL_VERSION='2.6.28-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
@@ -11,14 +11,14 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.27-ARCH'
+  KERNEL_VERSION='2.6.28-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.27-ARCH'
+  KERNEL_VERSION='2.6.28-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list