summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2017-01-22 14:42:58 +0000
committerdysphoria2017-01-22 14:42:58 +0000
commit154f239f0b691cbdd320e7587888a9a05cd4168c (patch)
treeb17599df9a0f5c96c0f6903754640aff40a42a7c
parent775df70a17bd2ad03ef9812d910b9d258804fc7c (diff)
downloadaur-154f239f0b691cbdd320e7587888a9a05cd4168c.tar.gz
[upd] bump to latest, [fix] rm old patch
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 653fe3b0eb28..2c14ffe5c1e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 19:55:57 UTC 2017
+# Sun Jan 22 14:42:18 UTC 2017
pkgbase = linux-lts-tomoyo
- pkgver = 4.4.43
+ pkgver = 4.4.44
pkgrel = 1
url = https://www.kernel.org/
arch = i686
@@ -15,8 +15,8 @@ pkgbase = linux-lts-tomoyo
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.4.43.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.4.43.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.4.44.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.4.44.sign
source = config
source = config.x86_64
source = 99-linux.hook
@@ -25,7 +25,7 @@ pkgbase = linux-lts-tomoyo
source = 0001-sdhci-revert.patch
sha256sums = 401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2
sha256sums = SKIP
- sha256sums = 000017fb4d658c95fff9754b1409952c177fef2567eacb9386c86a4060ab27ff
+ sha256sums = 43e67f75f28f5c81fc63d53498a33113dbda133fa7cb83be697825f6a8ee761e
sha256sums = SKIP
sha256sums = b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2
sha256sums = 68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f
@@ -42,7 +42,7 @@ pkgname = linux-lts-tomoyo
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux-tomoyo=4.4.43
+ provides = linux-tomoyo=4.4.44
backup = etc/mkinitcpio.d/linux-lts-tomoyo.preset
pkgname = linux-lts-tomoyo-headers
diff --git a/PKGBUILD b/PKGBUILD
index c08036f21643..06c6bc179eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# AUR/linux-lts-tomoyo PKGBUILD
# Maintainer: dysphoria <>
#
-# arch/core/linux-lts $Id: PKGBUILD 282965 2016-12-09 19:16:43Z andyrtr $
+# arch/core/linux-lts $Id: PKGBUILD 287109 2017-01-21 21:56:55Z andyrtr $
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgbase=linux-lts-tomoyo
_srcname=linux-4.4
-pkgver=4.4.43
+pkgver=4.4.44
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.kernel.org/"
@@ -28,7 +28,7 @@ source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
'SKIP'
- '000017fb4d658c95fff9754b1409952c177fef2567eacb9386c86a4060ab27ff'
+ '43e67f75f28f5c81fc63d53498a33113dbda133fa7cb83be697825f6a8ee761e'
'SKIP'
'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
'68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'
@@ -47,10 +47,6 @@ prepare() {
# add upstream patch
patch -p1 -i "${srcdir}/patch-${pkgver}"
- # fix a race condition that allows to gain root
- # https://marc.info/?l=linux-netdev&m=148054660230570&w=2
- patch -p1 -i "${srcdir}/fix_race_condition_in_packet_set_ring.diff"
-
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git