Date: Friday, June 27, 2014 @ 06:20:49 Author: thestinger Revision: 113658
upgpkg: linux-grsec 3.15.2.201406262058-1 Fixes CVE-2014-4608 and CVE-2014-4611. Modified: linux-grsec/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-27 00:06:25 UTC (rev 113657) +++ PKGBUILD 2014-06-27 04:20:49 UTC (rev 113658) @@ -5,13 +5,13 @@ # Contributor: Thomas Dwyer http://tomd.tel pkgbase=linux-grsec -_srcname=linux-3.15 -_pkgver=3.15.1 +_srcname=linux-3.15.2 +_pkgver=3.15.2 _grsecver=3.0 -_timestamp=201406222112 +_timestamp=201406262058 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch" pkgver=$_pkgver.$_timestamp -pkgrel=3 +pkgrel=1 arch=('i686' 'x86_64') url=https://grsecurity.net/ license=('GPL2') @@ -18,7 +18,7 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc') options=('!strip') source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" - "https://www.kernel.org/pub/linux/kernel/v3.x/patch-${_pkgver}.xz" + #"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${_pkgver}.xz" "https://grsecurity.net/test/$_grsec_patch" "https://grsecurity.net/test/${_grsec_patch}.sig" # the main kernel config files @@ -29,9 +29,8 @@ '0012-fix-saa7134.patch' sysctl.conf ) -sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794' - '36590c1a522375cd1bf90bd013bf8b600e08680ac4e6c94926f4fa7c8f65328f' - '24835ddd8b524b11d1179697052a3d669efcaef56a254ba384c73ef77ebd4b13' +sha256sums=('66ebc260f5699fe52224b67b60e255345888a3fbd70c6bdbe7d4d84e1046d826' + '6dc34077fc1115fd7dac8f3caf61758e7f8959caa0406efd1a3cc2f0b4ea290b' 'SKIP' 'e5c7e486a7a579532f0fec8a496d7e4ac2c88f869695809b66427892e74e89da' '4e47b02c8bb266f6cc3bb67dd460c7f7ada97a22e378c894bc8d2e664bc8ef55' @@ -46,7 +45,7 @@ cd "${srcdir}/${_srcname}" # 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
