mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
linux-odroid-c1: patch kernel-CVE-2016-0728
This commit is contained in:
parent
a6a0ad5fed
commit
781c93e53f
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-C1"
|
||||
pkgver=3.10.80
|
||||
pkgrel=18
|
||||
pkgrel=19
|
||||
arch=('armv7h')
|
||||
url="https://github.com/hardkernel/linux"
|
||||
license=('GPL2')
|
||||
|
@ -18,11 +18,13 @@ options=('!strip')
|
|||
source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
||||
"git+https://github.com/mdrjr/c1_bootini.git"
|
||||
'0001-gcc-5.1-fix-for-mac-address.patch'
|
||||
'kernel-CVE-2016-0728.patch'
|
||||
'config'
|
||||
'amlogic.service')
|
||||
md5sums=('97dff8b88cb15780aaba7c794f52c623'
|
||||
'SKIP'
|
||||
'31b78a5c8c50bae59d62b11f53e14642'
|
||||
'6470e9783bd1c7a8feddc2d67f07afd5'
|
||||
'3a0bf97c1c2f680328b49746e463c271'
|
||||
'b8956789318f49cec5b8bb0b41654a9b')
|
||||
|
||||
|
@ -30,6 +32,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
git apply ../0001-gcc-5.1-fix-for-mac-address.patch
|
||||
git apply ../kernel-CVE-2016-0728.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
|
|
Loading…
Reference in a new issue