Skip to content

Commit

Permalink
Merge pull request #54 from madaidan/master
Browse files Browse the repository at this point in the history
Update to 4.19.122
  • Loading branch information
Patrick Schleizer committed May 12, 2020
2 parents 0ed0542 + ba34167 commit eea9a23
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion usr/share/hardened-kernel/build
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ true "CI: $CI"
"$MYDIR/download"

## TODO: auto detect from files in folder /usr/src/hardened-kernel/files
version="4.19.108"
version="4.19.122"

## Location similar to DKMS.
## DKMS uses /var/lib/dkms/pkg-name/build/.
Expand Down
2 changes: 1 addition & 1 deletion usr/share/hardened-kernel/download
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd /usr/src/hardened-kernel/files
# the XZ binary to alter the verification process or compromise the
# system performing the verification.

version="4.19.108"
version="4.19.122"

kernel_sha256sums_file="https://kernel.org/pub/linux/kernel/v4.x/sha256sums.asc"
kernel_source_signature="https://kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.sign"
Expand Down
5 changes: 3 additions & 2 deletions usr/share/hardened-kernel/hardened-host-kernel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.108 Kernel Configuration
# Linux/x86 4.19.122 Kernel Configuration
#

#
Expand All @@ -21,7 +21,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT="4.19.108"
CONFIG_BUILD_SALT="4.19.122"
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
Expand Down Expand Up @@ -1053,6 +1053,7 @@ CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
# CONFIG_TCP_SIMULT_CONNECT_DEFAULT_ON is not set
# CONFIG_IPV6 is not set
# CONFIG_NETLABEL is not set
CONFIG_NETWORK_SECMARK=y
Expand Down
5 changes: 3 additions & 2 deletions usr/share/hardened-kernel/hardened-vm-kernel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.108 Kernel Configuration
# Linux/x86 4.19.122 Kernel Configuration
#

#
Expand All @@ -21,7 +21,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT="4.19.108"
CONFIG_BUILD_SALT="4.19.122"
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
Expand Down Expand Up @@ -1013,6 +1013,7 @@ CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
# CONFIG_TCP_SIMULT_CONNECT_DEFAULT_ON is not set
# CONFIG_IPV6 is not set
# CONFIG_NETLABEL is not set
CONFIG_NETWORK_SECMARK=y
Expand Down

0 comments on commit eea9a23

Please sign in to comment.