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

Tobias Powalowski tpowa at archlinux.org
Thu Jan 26 17:27:52 UTC 2012


    Date: Thursday, January 26, 2012 @ 12:27:52
  Author: tpowa
Revision: 147679

upgpkg: linux-lts 3.0.18-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

-------------------+
 PKGBUILD          |   16 +++++-----------
 linux-lts.install |    2 +-
 2 files changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-26 14:03:05 UTC (rev 147678)
+++ PKGBUILD	2012-01-26 17:27:52 UTC (rev 147679)
@@ -7,8 +7,8 @@
 # pkgname=linux-custom       # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.17
-pkgrel=2
+pkgver=${_basekernel}.18
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/"
 license=('GPL2')
@@ -21,16 +21,14 @@
         # standard config files for mkinitcpio ramdisk
         "${pkgname}.preset"
         'change-default-console-loglevel.patch'
-        'i915-fix-ghost-tv-output.patch'
-        'CVE-2012-0056.patch')
+        'i915-fix-ghost-tv-output.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
-         'e86da20888dfcd19b94f5d518329ca25'
+         '0aa3ef9fc671a4912c36206f2498dc96'
          '516780158b2dcf6791edc062674a1e7a'
          '5fee953e4746c31eb7ce8890ce2d24de'
          '21a33df5fba2da2f56e447fb171f02c0'
          '9d3c56a4b999c8bfbd4018089a62f662'
-         '263725f20c0b9eb9c353040792d644e5'
-         '31bf249684838cbe024419da94ed5111')
+         '263725f20c0b9eb9c353040792d644e5')
 
 build() {
   cd "${srcdir}/linux-${_basekernel}"
@@ -38,10 +36,6 @@
   # add upstream patch
   patch -p1 -i "${srcdir}/patch-${pkgver}"
 
-  # patch for CVE-2012-0056
-  # see http://blog.zx2c4.com/749 for details
-  patch -p1 -i "${srcdir}/CVE-2012-0056.patch"
-
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 

Modified: linux-lts.install
===================================================================
--- linux-lts.install	2012-01-26 14:03:05 UTC (rev 147678)
+++ linux-lts.install	2012-01-26 17:27:52 UTC (rev 147679)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.17-1-lts
+KERNEL_VERSION=3.0.18-1-lts
 
 post_install () {
   # updating module dependencies




More information about the arch-commits mailing list