summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
-rw-r--r--linux.install2
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 154b15f3d71a..7927f5449475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 19:09:54 UTC 2017
+# Sat Feb 11 11:01:00 UTC 2017
pkgbase = linux-pf
pkgdesc = Linux kernel and modules with the pf-kernel patch [-ck patchset (BFS included), TuxOnIce, BFQ], uksm and aufs3
- pkgver = 4.9.4
+ pkgver = 4.9.5
pkgrel = 1
url = http://pf.natalenko.name/
arch = i686
@@ -21,7 +21,7 @@ pkgbase = linux-pf
source = config.x86_64
source = linux.preset
source = change-default-console-loglevel.patch
- source = http://pf.natalenko.name/sources/4.9/patch-4.9-pf4.xz
+ source = http://pf.natalenko.name/sources/4.9/patch-4.9-pf5.xz
source = git+https://github.com/sfjro/aufs4-standalone#branch=aufs4.9
source = uksm-4.9.patch::http://kerneldedup.org/download/uksm/0.1.2.5/uksm-0.1.2.5-for-v4.9.1+.patch
source = 99-linux-pf.hook
@@ -31,7 +31,7 @@ pkgbase = linux-pf
sha256sums = 377dd6e6675ec34a81bad6f3d651e23dd06b459e09320d6e6bbf4ac5507359c2
sha256sums = 82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864
sha256sums = 1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99
- sha256sums = 9a0a20548dc79e8b9702382a599b7f4120206c518ed9e8674316051914ab61e8
+ sha256sums = 6fd13e956b0cce64b6a4d9426db1fdb78e295b62d1daed49ca27b742b641b7ab
sha256sums = SKIP
sha256sums = 91ae8ac0cd2086067e0ccac28d360d9ed0b3e845f584ff9af8e21e098db7bd72
sha256sums = df07e00e8581fe282a5b92be9ee9bb37910eae3d2cc43eeb41df736b9f531f02
@@ -52,7 +52,7 @@ pkgname = linux-pf
optdepends = nvidia-pf: NVIDIA drivers for linux-pf
optdepends = nvidia-beta-all: NVIDIA drivers for all installed kernels
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed. Useful for make localmodconfig.
- provides = linux-pf=4.9.4
+ provides = linux-pf=4.9.5
provides = aufs3
conflicts = linux-pf
conflicts = kernel26-pf
@@ -62,13 +62,13 @@ pkgname = linux-pf
pkgname = linux-pf-headers
pkgdesc = Header files and scripts for building modules for linux-pf kernel.
depends = linux-pf
- provides = linux-pf-headers=4.9.4
+ provides = linux-pf-headers=4.9.5
conflicts = linux-pf-headers
pkgname = linux-pf-preset-default
pkgdesc = Linux-pf default preset
install = linux.install
- depends = linux-pf=4.9.4
- provides = linux-pf-preset=4.9.4
+ depends = linux-pf=4.9.5
+ provides = linux-pf-preset=4.9.5
backup = etc/mkinitcpio.d/linux-pf.preset
diff --git a/PKGBUILD b/PKGBUILD
index dedb6e901765..7a208fd84ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _minor=9
_basekernel=${_major}.${_minor}
_srcname=linux-${_major}.${_minor}
pkgbase=linux-pf
-_pfrel=4
+_pfrel=5
_kernelname=-pf
_pfpatchhome="http://pf.natalenko.name/sources/${_basekernel}/"
_pfpatchname="patch-${_basekernel}${_kernelname}${_pfrel}"
@@ -719,7 +719,7 @@ sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
'377dd6e6675ec34a81bad6f3d651e23dd06b459e09320d6e6bbf4ac5507359c2'
'82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
- '9a0a20548dc79e8b9702382a599b7f4120206c518ed9e8674316051914ab61e8'
+ '6fd13e956b0cce64b6a4d9426db1fdb78e295b62d1daed49ca27b742b641b7ab'
'SKIP'
'91ae8ac0cd2086067e0ccac28d360d9ed0b3e845f584ff9af8e21e098db7bd72'
'df07e00e8581fe282a5b92be9ee9bb37910eae3d2cc43eeb41df736b9f531f02'
diff --git a/linux.install b/linux.install
index 60064350d6a1..a3f6d3bb0977 100644
--- a/linux.install
+++ b/linux.install
@@ -3,7 +3,7 @@
# arg 2: the old package version
KERNEL_NAME=-pf
-KERNEL_VERSION=4.9.4-pf
+KERNEL_VERSION=4.9.5-pf
# set a sane PATH to ensure that critical utils like depmod will be found
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'