summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2017-02-09 16:26:19 +0100
committersirlucjan2017-02-09 16:26:19 +0100
commit835cbf380703d355130c24e94fa17c27a975f257 (patch)
tree84f1ed665747927180fe11606a46491ec4789cc1
parentd8921bff78a0fce898009189b8bc3b47cd636a31 (diff)
downloadaur-835cbf380703d355130c24e94fa17c27a975f257.tar.gz
Bump to 4.9.9-1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd37afa96d4d..486928c26933 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-bfq
- pkgver = 4.9.8
+ pkgver = 4.9.9
pkgrel = 1
url = http://algo.ing.unimo.it
arch = i686
@@ -11,12 +11,12 @@ pkgbase = linux-bfq
options = !strip
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.tar.sign
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.9.8.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.9.8.sign
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.9.0-v8r7/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.5.0.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.9.0-v8r7/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.5.0.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.9.0-v8r7/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch
- source = http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.9.0-v8r7/0004-Turn-into-BFQ-v8r7-for-4.9.0.patch
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.9.9.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.9.9.sign
+ source = https://pf.natalenko.name/mirrors/bfq/4.9.0-v8r7/0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.5.0.patch
+ source = https://pf.natalenko.name/mirrors/bfq/4.9.0-v8r7/0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.5.0.patch
+ source = https://pf.natalenko.name/mirrors/bfq/4.9.0-v8r7/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch
+ source = https://pf.natalenko.name/mirrors/bfq/4.9.0-v8r7/0004-Turn-into-BFQ-v8r7-for-4.9.0.patch
source = http://repo-ck.com/source/gcc_patch/enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch.gz
source = change-default-console-loglevel.patch
source = config
@@ -28,7 +28,7 @@ pkgbase = linux-bfq
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha512sums = bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
sha512sums = SKIP
- sha512sums = 98400f66cdb4536dfefc8e88a60d9c84dd60e999e1f8547dd25c1e1476099fa76c4f6a0b6b45f91ddc6003ec6233a3e1b6e44b8172c8e89b3e9aca7ffde7b15e
+ sha512sums = a7a2d44b83b00b20f1424d12af0f42e1c576d3053feacd13491ef185661fb1c789b9265c500b62f5ede39f57b72f358820000fa6c852a5f035e566ee1dfcd5d9
sha512sums = SKIP
sha512sums = 5709ec16030f372309c06020ab0cc23940cad320204ce12426b8b10b3bdbd9be25c8a7bae247ce341429e8a33d0097700a88149d54b29ff44a61d1d4aff66763
sha512sums = 953566f2b74415cd5113882352c8518234c399e0e0a6cc118ddfa259c65d6fc30de00f25b605489d53e0b1f948bc7b3ebf8f20b970538f5bf7de5a7f33a0f641
diff --git a/PKGBUILD b/PKGBUILD
index 251dcfc74b6c..d91e210f411f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ _use_current=
pkgbase=linux-bfq
# pkgname=('linux-bfq' 'linux-bfq-headers' 'linux-bfq-docs')
_srcname=linux-4.9
-pkgver=4.9.8
+pkgver=4.9.9
pkgrel=1
arch=('i686' 'x86_64')
url="http://algo.ing.unimo.it"
@@ -61,7 +61,7 @@ makedepends=('kmod' 'inetutils' 'bc')
_bfqrel=v7r11
_bfqver=v8r7
_bfqpath="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/4.9.0-${_bfqver}"
-#_bfqpath="https://pf.natalenko.name/mirrors/bfq/4.9.0-${_bfqver}"
+_bfqpath="https://pf.natalenko.name/mirrors/bfq/4.9.0-${_bfqver}"
_gcc_patch="enable_additional_cpu_optimizations_for_gcc_v4.9+_kernel_v3.15+.patch"
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
@@ -451,7 +451,7 @@ done
sha512sums=('bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a'
'SKIP'
- '98400f66cdb4536dfefc8e88a60d9c84dd60e999e1f8547dd25c1e1476099fa76c4f6a0b6b45f91ddc6003ec6233a3e1b6e44b8172c8e89b3e9aca7ffde7b15e'
+ 'a7a2d44b83b00b20f1424d12af0f42e1c576d3053feacd13491ef185661fb1c789b9265c500b62f5ede39f57b72f358820000fa6c852a5f035e566ee1dfcd5d9'
'SKIP'
'5709ec16030f372309c06020ab0cc23940cad320204ce12426b8b10b3bdbd9be25c8a7bae247ce341429e8a33d0097700a88149d54b29ff44a61d1d4aff66763'
'953566f2b74415cd5113882352c8518234c399e0e0a6cc118ddfa259c65d6fc30de00f25b605489d53e0b1f948bc7b3ebf8f20b970538f5bf7de5a7f33a0f641'