Compare commits

..
2 Commits
Author SHA1 Message Date
EnumDev 71b5b65a7a Update package version to 6.19.12 2026-04-20 12:19:18 +03:00
EnumDev 0bde3811b0 Restrict dmesg by default 2026-04-16 17:26:38 +03:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: linux-stable name: linux-stable
description: The stable version of the linux kernel description: The stable version of the linux kernel
version: 6.19.11 version: 6.19.12
revision: 3 revision: 1
url: https://www.kernel.org/ url: https://www.kernel.org/
license: GPL2-only license: GPL2-only
maintainers: maintainers:
@@ -24,7 +24,7 @@ downloads:
- url: https://cdn.kernel.org/pub/linux/kernel/v${BPM_PKG_VERSION%%.*}.x/linux-${BPM_PKG_VERSION}.tar.xz - url: https://cdn.kernel.org/pub/linux/kernel/v${BPM_PKG_VERSION%%.*}.x/linux-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 20039d7b6b256c08be2f8fac43c3ff9a620308c703c643cf2f80c3910b9bd59b checksum: ce5c4f1205f9729286b569b037649591555f31ca1e03cc504bd3b70b8e58a8d5
split_packages: split_packages:
- name: linux-stable - name: linux-stable
optional_depends: optional_depends:
+1 -1
View File
@@ -7187,7 +7187,7 @@ CONFIG_KEYS=y
# CONFIG_TRUSTED_KEYS is not set # CONFIG_TRUSTED_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set # CONFIG_ENCRYPTED_KEYS is not set
CONFIG_KEY_DH_OPERATIONS=y CONFIG_KEY_DH_OPERATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set CONFIG_SECURITY_DMESG_RESTRICT=y
CONFIG_PROC_MEM_ALWAYS_FORCE=y CONFIG_PROC_MEM_ALWAYS_FORCE=y
# CONFIG_PROC_MEM_FORCE_PTRACE is not set # CONFIG_PROC_MEM_FORCE_PTRACE is not set
# CONFIG_PROC_MEM_NO_FORCE is not set # CONFIG_PROC_MEM_NO_FORCE is not set