[arch-commits] Commit in linux-grsec/trunk (PKGBUILD)

Daniel Micay thestinger at nymeria.archlinux.org
Wed May 14 23:13:53 UTC 2014


    Date: Thursday, May 15, 2014 @ 01:13:53
  Author: thestinger
Revision: 111155

upgpkg: linux-grsec 3.14.4.201405141623-1

add the patch version to the kernel version

Modified:
  linux-grsec/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-14 21:57:26 UTC (rev 111154)
+++ PKGBUILD	2014-05-14 23:13:53 UTC (rev 111155)
@@ -2,13 +2,13 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: Thomas Baechler <thomas at archlinux.org>
 # Contributor: henning mueller <henning at orgizm.net>
-# Contributor: Thomas Dwyer http://tomd.tel
+# Contributor: Thomas Dwyer http://tomd.t
 
 pkgbase=linux-grsec
 _srcname=linux-3.14
 _pkgver=3.14.4
 _grsecver=3.0
-_timestamp=201405131205
+_timestamp=201405141623
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -41,7 +41,7 @@
         )
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
             'af640ea64e923d525a8238832e8452381e6dc76a3bf28046411cadd67c408114'
-            'd5a84246d0401cc9d79abde2cef6b83732eb0b5d3d745c015d25544e8cc1ad62'
+            'e41e5dea54db4311655ccc68b371ac15dcc48f8767ca0a02150af70e831d2e4d'
             'SKIP'
             '7ae000eaa1df8809cc5e27427e3ee5962bfd15d32cea3c9367321a9ea9a1f28c'
             '63dd010c2ad0df4279ee00f1530850560b722235a3430df5efd5cffcb045b203'
@@ -135,7 +135,7 @@
   fi
 
   # set extraversion to pkgrel
-  sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
+  sed -ri "s|^(EXTRAVERSION =).*|\1 .$_timestamp-${pkgrel}|" Makefile
 
   # don't run depmod on 'make install'. We'll do this ourselves in packaging
   sed -i '2iexit 0' scripts/depmod.sh




More information about the arch-commits mailing list