[arch-commits] Commit in linux-lts/trunk (4 files)

Tobias Powalowski tpowa at archlinux.org
Wed Oct 3 05:45:57 UTC 2012


    Date: Wednesday, October 3, 2012 @ 01:45:57
  Author: tpowa
Revision: 167698

upgpkg: linux-lts 3.0.44-1

bump to latest version, added autfs4 into kernel

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

-------------------+
 PKGBUILD          |   11 +++++------
 config            |    2 +-
 config.x86_64     |    2 +-
 linux-lts.install |    2 +-
 4 files changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-03 05:10:48 UTC (rev 167697)
+++ PKGBUILD	2012-10-03 05:45:57 UTC (rev 167698)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts           # Build stock -lts kernel
 #pkgbase=linux-custom       # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.43
+pkgver=3.0.44
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/"
@@ -22,14 +22,13 @@
         'i915-fix-ghost-tv-output.patch'
         'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
-         '29280fa77173b325b372bba8dce394e0'
-         '2d787099d3a44531bcb3ab39aee5539e'
-         'b415a1aa80051d1a7dc874c45eb2c1d1'
+         '40c025955a919e7574f93be34eedcdcf'
+         'edc668eef98c6795fbdbc7efd755d9bb'
+         '6ec56de185c2a3a24e234ddc0915049a'
          '232b52576a62c7a333e9fe7a1e1ca359'
          '9d3c56a4b999c8bfbd4018089a62f662'
          '263725f20c0b9eb9c353040792d644e5'
          'c8299cf750a84e12d60b372c8ca7e1e8')
-
 _kernelname=${pkgbase#linux}
 
 build() {
@@ -305,4 +304,4 @@
   }"
 done
 
-# vim:set ts=8 sts=2 sw=2 et:
\ No newline at end of file
+# vim:set ts=8 sts=2 sw=2 et:

Modified: config
===================================================================
--- config	2012-10-03 05:10:48 UTC (rev 167697)
+++ config	2012-10-03 05:45:57 UTC (rev 167698)
@@ -5069,7 +5069,7 @@
 CONFIG_QFMT_V1=m
 CONFIG_QFMT_V2=m
 CONFIG_QUOTACTL=y
-CONFIG_AUTOFS4_FS=m
+CONFIG_AUTOFS4_FS=y
 CONFIG_FUSE_FS=m
 CONFIG_CUSE=m
 CONFIG_GENERIC_ACL=y

Modified: config.x86_64
===================================================================
--- config.x86_64	2012-10-03 05:10:48 UTC (rev 167697)
+++ config.x86_64	2012-10-03 05:45:57 UTC (rev 167698)
@@ -4811,7 +4811,7 @@
 CONFIG_QFMT_V2=m
 CONFIG_QUOTACTL=y
 CONFIG_QUOTACTL_COMPAT=y
-CONFIG_AUTOFS4_FS=m
+CONFIG_AUTOFS4_FS=y
 CONFIG_FUSE_FS=m
 CONFIG_CUSE=m
 CONFIG_GENERIC_ACL=y

Modified: linux-lts.install
===================================================================
--- linux-lts.install	2012-10-03 05:10:48 UTC (rev 167697)
+++ linux-lts.install	2012-10-03 05:45:57 UTC (rev 167698)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.43-1-lts
+KERNEL_VERSION=3.0.44-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'




More information about the arch-commits mailing list