[arch-commits] Commit in linux/repos/core-i686 (4 files)

Tobias Powalowski tpowa at archlinux.org
Fri Jun 8 10:15:22 UTC 2012


    Date: Friday, June 8, 2012 @ 06:15:21
  Author: tpowa
Revision: 161264

bump to latest version

Modified:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-08 07:13:59 UTC (rev 161263)
+++ PKGBUILD	2012-06-08 10:15:21 UTC (rev 161264)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom       # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.3
-pkgver=${_basekernel}.7
+pkgver=${_basekernel}.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/"
@@ -24,6 +24,15 @@
         'change-default-console-loglevel.patch'
         'i915-fix-ghost-tv-output.patch'
         'ext4-options.patch')
+md5sums=('7133f5a2086a7d7ef97abac610c094f5'
+         'e1714b5136a7f4dab1b5d2d7f98e2891'
+         '264221e58d5019d74fd96a6733a1a0e6'
+         'b191af77a5a7c335cbf0b6f2a1abceac'
+         'eb14dcfd80c00852ef81ded6e826826a'
+         '38c1fd4a1f303f1f6c38e7f082727e2f'
+         '9d3c56a4b999c8bfbd4018089a62f662'
+         '263725f20c0b9eb9c353040792d644e5'
+         'bb7fd1aa23016c8057046b84fd4eb528')
 
 build() {
   cd "${srcdir}/linux-${_basekernel}"
@@ -293,12 +302,3 @@
   # remove a file already in linux package
   rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
 }
-md5sums=('7133f5a2086a7d7ef97abac610c094f5'
-         '622a3b43238559aeb778279969631260'
-         'a69f3228ec513be819e20f0e6625fef6'
-         '744c93715cbf8dfd31db5f7b216b954c'
-         'eb14dcfd80c00852ef81ded6e826826a'
-         '38c1fd4a1f303f1f6c38e7f082727e2f'
-         '9d3c56a4b999c8bfbd4018089a62f662'
-         '263725f20c0b9eb9c353040792d644e5'
-         'bb7fd1aa23016c8057046b84fd4eb528')

Modified: config
===================================================================
--- config	2012-06-08 07:13:59 UTC (rev 161263)
+++ config	2012-06-08 10:15:21 UTC (rev 161264)
@@ -5126,7 +5126,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-08 07:13:59 UTC (rev 161263)
+++ config.x86_64	2012-06-08 10:15:21 UTC (rev 161264)
@@ -4899,7 +4899,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-08 07:13:59 UTC (rev 161263)
+++ linux.install	2012-06-08 10:15:21 UTC (rev 161264)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.3.7-1-ARCH
+KERNEL_VERSION=3.3.8-1-ARCH
 
 post_install () {
   # updating module dependencies




More information about the arch-commits mailing list