[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)
Levente Polyak
anthraxx at archlinux.org
Wed Dec 20 17:03:53 UTC 2017
Date: Wednesday, December 20, 2017 @ 17:03:52
Author: anthraxx
Revision: 275037
upgpkg: linux-hardened 4.14.8.b-1
Modified:
linux-hardened/trunk/PKGBUILD
linux-hardened/trunk/config.x86_64
---------------+
PKGBUILD | 18 +++++++++---------
config.x86_64 | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-20 16:35:07 UTC (rev 275036)
+++ PKGBUILD 2017-12-20 17:03:52 UTC (rev 275037)
@@ -5,8 +5,8 @@
pkgbase=linux-hardened
_srcname=linux-4.14
-_pkgver=4.14.7
-pkgver=${_pkgver}.a
+_pkgver=4.14.8
+pkgver=${_pkgver}.b
pkgrel=1
url='https://github.com/copperhead/linux-hardened'
arch=('x86_64')
@@ -28,11 +28,11 @@
replaces=('linux-grsec')
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
'SKIP'
- '5c286695439b4a1a2c7a112cf41aae0441b03ef41dfe83a0d61161c16dc265f5'
+ '42eaed731b716244514b765c199e8f675d79287d7630e5c2911053ad52a1fa0a'
'SKIP'
- 'd9e38b6c2e9b4e6a22b1b3dbe573f6c609c1e9fa1301ba260422aa40d29a2376'
+ '21741edf5b909b06acb7cd76a78deb144f831e97db450d569cad62b5161aef7a'
'SKIP'
- 'c980ea6b5cbbf2b888e9fa6b0c92ec49a351a74229065bf8dd036faf4022c229'
+ '4c862b4bf215922a9802a7deb40f3e1a16886b4b7f288838d3b981d24332bf9f'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
@@ -49,21 +49,21 @@
cd ${_srcname}
# add upstream patch
- patch -p1 -i ../patch-${_pkgver}
+ patch -Np1 -i ../patch-${_pkgver}
# security patches
# https://nvd.nist.gov/vuln/detail/CVE-2017-8824
- patch -p1 -i ../0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
+ patch -Np1 -i ../0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
# linux hardened patch
- patch -p1 -i ../${pkgbase}-${pkgver}.patch
+ patch -Np1 -i ../${pkgbase}-${pkgver}.patch
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
# https://bugs.archlinux.org/task/56575
- patch -p1 -i ../0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
+ patch -Np1 -i ../0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
cp -Tf ../config.${CARCH} .config
Modified: config.x86_64
===================================================================
--- config.x86_64 2017-12-20 16:35:07 UTC (rev 275036)
+++ config.x86_64 2017-12-20 17:03:52 UTC (rev 275037)
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.7 Kernel Configuration
+# Linux/x86 4.14.8 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
More information about the arch-commits
mailing list