summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2019-05-08 11:12:22 +0100
committerdysphoria2019-05-08 11:12:22 +0100
commita03d5d7ee02f775282722c7448fc6202001dce1c (patch)
tree9f4533b98630c1171b17df3df27c09c936536a45
parente1ebad189e7ba973495e11ffe884589777e81d8c (diff)
downloadaur-a03d5d7ee02f775282722c7448fc6202001dce1c.tar.gz
[upd] bump to latest
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dcaedcdc9a5..7ea34b635e33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon May 6 04:06:49 UTC 2019
+# Wed May 8 10:11:30 UTC 2019
pkgbase = linux-lts-tomoyo
- pkgver = 4.19.40
+ pkgver = 4.19.41
pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = linux-lts-tomoyo
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.40.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.41.xz
source = config
source = 60-linux.hook
source = 90-linux.hook
@@ -23,7 +23,7 @@ pkgbase = linux-lts-tomoyo
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
sha256sums = 0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
sha256sums = SKIP
- sha256sums = 5d5c0dd3a642f16b331bcc5feffb84d8b6d2836097eba428643ce843d40ba1e1
+ sha256sums = e22ea2605d15ebb3285dfcae0174276467b9b14659a3b05487b024dab7ded051
sha256sums = dfd03045db0fd87adeda3397ee25d6d75d22ca686ffc167161d286d5bffb38de
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
@@ -38,14 +38,14 @@ pkgname = linux-lts-tomoyo
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux-lts-tomoyo=4.19.40
+ provides = linux-lts-tomoyo=4.19.41
backup = etc/mkinitcpio.d/linux-lts-tomoyo.preset
pkgname = linux-lts-tomoyo-headers
pkgdesc = Header files and scripts for building modules for Linux-lts-tomoyo kernel
- provides = linux-lts-tomoyo-headers=4.19.40
+ provides = linux-lts-tomoyo-headers=4.19.41
pkgname = linux-lts-tomoyo-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-lts-tomoyo kernel
- provides = linux-lts-tomoyo-docs=4.19.40
+ provides = linux-lts-tomoyo-docs=4.19.41
diff --git a/PKGBUILD b/PKGBUILD
index 96741e11ce35..bfc9f5d58511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-lts-tomoyo
_srcname=linux-4.19
-pkgver=4.19.40
+pkgver=4.19.41
pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
@@ -28,7 +28,7 @@ validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
'SKIP'
- '5d5c0dd3a642f16b331bcc5feffb84d8b6d2836097eba428643ce843d40ba1e1'
+ 'e22ea2605d15ebb3285dfcae0174276467b9b14659a3b05487b024dab7ded051'
'dfd03045db0fd87adeda3397ee25d6d75d22ca686ffc167161d286d5bffb38de'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
@@ -58,7 +58,6 @@ prepare() {
msg2 "Enabling TOMOYO Linux..."
sed -i -e 's,# CONFIG_SECURITY_TOMOYO is not set,CONFIG_SECURITY_TOMOYO=y\nCONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048\nCONFIG_SECURITY_TOMYO_MAX_AUDIT_LOG=1024\n# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set\nCONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"\nCONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/usr/lib/systemd/systemd",' \
-i -e 's/CONFIG_DEFAULT_SECURITY_DAC=y/CONFIG_DEFAULT_SECURITY_TOMOYO=y/' \
- -i -e 's/CONFIG_SECURITY_YAMA=y/# CONFIG_SECURITY_YAMA is not set/' \
-i -e '/CONFIG_DEFAULT_SECURITY=""/ s,"","tomoyo",' ./.config
if [ "${_kernelname}" != "" ]; then