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

Levente Polyak anthraxx at archlinux.org
Wed Jun 21 10:08:56 UTC 2017


    Date: Wednesday, June 21, 2017 @ 10:08:54
  Author: anthraxx
Revision: 299105

upgpkg: linux 4.11.6-2 (CVE-2017-1000364 stack-gap security patch)

Added:
  linux/trunk/CVE-2017-1000364.mm-larger-stack-guard-gap-between-vmas.patch
Modified:
  linux/trunk/PKGBUILD

---------------------------------------------------------------+
 CVE-2017-1000364.mm-larger-stack-guard-gap-between-vmas.patch |    1 +
 PKGBUILD                                                      |    9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

Added: CVE-2017-1000364.mm-larger-stack-guard-gap-between-vmas.patch
===================================================================
(Binary files differ)

Index: linux/trunk/CVE-2017-1000364.mm-larger-stack-guard-gap-between-vmas.patch
===================================================================
--- CVE-2017-1000364.mm-larger-stack-guard-gap-between-vmas.patch	2017-06-21 09:59:26 UTC (rev 299104)
+++ CVE-2017-1000364.mm-larger-stack-guard-gap-between-vmas.patch	2017-06-21 10:08:54 UTC (rev 299105)

Property changes on: linux/trunk/CVE-2017-1000364.mm-larger-stack-guard-gap-between-vmas.patch
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+message/rfc822
\ No newline at end of property
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 09:59:26 UTC (rev 299104)
+++ PKGBUILD	2017-06-21 10:08:54 UTC (rev 299105)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom       # Build kernel with a different name
 _srcname=linux-4.11
 pkgver=4.11.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/"
 license=('GPL2')
@@ -21,7 +21,8 @@
         # pacman hook for initramfs regeneration
         '90-linux.hook'
         # standard config files for mkinitcpio ramdisk
-        'linux.preset')
+        'linux.preset'
+        CVE-2017-1000364.mm-larger-stack-guard-gap-between-vmas.patch)
 
 sha256sums=('b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6'
             'SKIP'
@@ -30,7 +31,8 @@
             'f330007da72867bb86556d1f8b84b8a4c8148a5ed5195ae25570a5da61428733'
             '9dd9aa4a8ec613cc8261e40db897685d75e3d426219ed8d21fa3a6bc72a27a32'
             '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
-            'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
+            'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
+            'e1b6a237894fb9e7bf142eb97b5e53c2e46a15ff69ef11593007f254b9faa160')
 validpgpkeys=(
               'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
               '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -43,6 +45,7 @@
 
   # add upstream patch
   patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 < "${srcdir}/CVE-2017-1000364.mm-larger-stack-guard-gap-between-vmas.patch"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git



More information about the arch-commits mailing list