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

Tobias Powalowski tpowa at archlinux.org
Tue Jun 5 08:03:01 UTC 2012


    Date: Tuesday, June 5, 2012 @ 04:03:01
  Author: tpowa
Revision: 160760

upgpkg: linux 3.4.1-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
  linux/trunk/linux.install

---------------+
 PKGBUILD      |   17 +++++++++--------
 config        |    3 ++-
 config.x86_64 |    5 +++--
 linux.install |    2 +-
 4 files changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-05 08:02:43 UTC (rev 160759)
+++ PKGBUILD	2012-06-05 08:03:01 UTC (rev 160760)
@@ -7,16 +7,15 @@
 # pkgname=linux-custom       # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.4
-pkgver=${_basekernel}
+pkgver=${_basekernel}.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/"
 license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl')
 options=('!strip')
-source=("ftp://ftp.archlinux.org/other/linux/linux-3.4.tar.xz"
-        #"http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.xz"
-        #"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
+source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.xz"
+        "http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
         # the main kernel config files
         'config' 'config.x86_64'
         # standard config files for mkinitcpio ramdisk
@@ -24,9 +23,10 @@
         'fix-acerhdf-1810T-bios.patch'
         'change-default-console-loglevel.patch'
         'i915-fix-ghost-tv-output.patch')
-md5sums=('cba7741056c05ac98277b99909039a7e'
-         '0c9de293b4d34d2d91de453592c4a89f'
-         '4c54e74f4f05714e3682317e5bde4fd4'
+md5sums=('967f72983655e2479f951195953e8480'
+         '52adc59c547c4c7926686145b9ade5f1'
+         '3f2c307c8ffae67f60c13ef69af8364a'
+         '18d9d09152bafffaef78f2aac07e7145'
          'eb14dcfd80c00852ef81ded6e826826a'
          '38c1fd4a1f303f1f6c38e7f082727e2f'
          '9d3c56a4b999c8bfbd4018089a62f662'
@@ -36,7 +36,7 @@
   cd "${srcdir}/linux-${_basekernel}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -296,3 +296,4 @@
   # remove a file already in linux package
   rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
 }
+

Modified: config
===================================================================
--- config	2012-06-05 08:02:43 UTC (rev 160759)
+++ config	2012-06-05 08:03:01 UTC (rev 160760)
@@ -5187,7 +5187,8 @@
 CONFIG_DCDBAS=m
 CONFIG_DMIID=y
 CONFIG_DMI_SYSFS=m
-# CONFIG_ISCSI_IBFT_FIND is not set
+CONFIG_ISCSI_IBFT_FIND=y
+CONFIG_ISCSI_IBFT=m
 # CONFIG_GOOGLE_FIRMWARE is not set
 
 #

Modified: config.x86_64
===================================================================
--- config.x86_64	2012-06-05 08:02:43 UTC (rev 160759)
+++ config.x86_64	2012-06-05 08:03:01 UTC (rev 160760)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.4.0-1 Kernel Configuration
+# Linux/x86_64 3.4.1-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 # CONFIG_X86_32 is not set
@@ -4959,7 +4959,8 @@
 CONFIG_DCDBAS=m
 CONFIG_DMIID=y
 CONFIG_DMI_SYSFS=m
-# CONFIG_ISCSI_IBFT_FIND is not set
+CONFIG_ISCSI_IBFT_FIND=y
+CONFIG_ISCSI_IBFT=m
 # CONFIG_GOOGLE_FIRMWARE is not set
 
 #

Modified: linux.install
===================================================================
--- linux.install	2012-06-05 08:02:43 UTC (rev 160759)
+++ linux.install	2012-06-05 08:03:01 UTC (rev 160760)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.4.0-1-ARCH
+KERNEL_VERSION=3.4.1-1-ARCH
 
 post_install () {
   # updating module dependencies




More information about the arch-commits mailing list