kernel-4.14.19
This commit is contained in:
@@ -27,6 +27,9 @@ def build():
|
||||
|
||||
def install():
|
||||
kerneltools.install()
|
||||
|
||||
# add objtool for external module building and enabled VALIDATION_STACK option
|
||||
pisitools.insinto("/usr/src/linux-headers-4.14.49/tools/objtool","%s/tools/objtool/objtool" % get.curDIR())
|
||||
|
||||
# Install kernel headers needed for out-of-tree module compilation
|
||||
kerneltools.installHeaders()
|
||||
@@ -36,8 +39,6 @@ def install():
|
||||
# Generate some module lists to use within mkinitramfs
|
||||
shelltools.system("./generate-module-list %s/lib/modules/%s" % (get.installDIR(), kerneltools.__getSuffix()))
|
||||
|
||||
objtool()
|
||||
|
||||
#mkinitcpio default config
|
||||
pisitools.dodir("/etc/mkinitcpio.d")
|
||||
shelltools.touch("linux.preset")
|
||||
@@ -57,10 +58,3 @@ def install():
|
||||
'fallback_options="-S autodetect"\n')
|
||||
|
||||
pisitools.insinto("/etc/mkinitcpio.d", "linux.preset")
|
||||
|
||||
def objtool():
|
||||
# add objtool for external module building and enabled VALIDATION_STACK option
|
||||
shelltools.cd("tools/objtool")
|
||||
autotools.make("objtool")
|
||||
|
||||
pisitools.insinto("/usr/src/linux-headers-4.14.48/tools/objtool","%s/objtool" % get.curDIR())
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 4.14.48 Kernel Configuration
|
||||
# Linux/x86_64 4.14.49 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
||||
Binary file not shown.
@@ -31,7 +31,7 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- Linux patches -->
|
||||
<Patch level="1" compressionType="xz">patches/linux/patch-4.14.48.xz</Patch>
|
||||
<Patch level="1" compressionType="xz">patches/linux/patch-4.14.49.xz</Patch>
|
||||
<!-- Mageia Linux patches // compatible with http://svnweb.mageia.org/packages/cauldron/kernel/releases/4.14.44/2.mga7/PATCHES/patches/series-->
|
||||
<!--stable patches-->
|
||||
<!--CVE-2016-8405-->
|
||||
@@ -95,7 +95,7 @@
|
||||
<History>
|
||||
<Update release="19">
|
||||
<Date>2018-06-09</Date>
|
||||
<Version>4.14.48</Version>
|
||||
<Version>4.14.49</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Type package="kernel">security</Type>
|
||||
<Requires>
|
||||
|
||||
Reference in New Issue
Block a user