summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD17
2 files changed, 22 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f997493..c2312fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
-# Generated by makepkg 4.2.1
-# Sun Jan 24 11:49:22 UTC 2016
+# Generated by makepkg 5.0.1
+# Sat Mar 19 15:43:25 UTC 2016
pkgbase = linux-rt-lts
- pkgver = 3.18.25_rt23
+ pkgver = 3.18.28_rt28
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -15,28 +15,30 @@ pkgbase = linux-rt-lts
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.18.25.xz
- source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.18.25.sign
- source = https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/patch-3.18.25-rt23.patch.xz
- source = https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/patch-3.18.25-rt23.patch.sign
+ source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.18.28.xz
+ source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.18.28.sign
+ source = https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/patch-3.18.28-rt28.patch.xz
+ source = https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/patch-3.18.28-rt28.patch.sign
source = config
source = config.x86_64
source = linux-rt-lts.preset
source = change-default-console-loglevel.patch
source = fix-race-in-PRT-wait-for-completion-simple-wait-code_Nvidia-RT.patch
- source = CVE-2016-0728.patch
+ validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
+ validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
+ validpgpkeys = 64254695FFF0AA4466CC19E67B96E8162A8CF5D1
+ validpgpkeys = 5ED9A48FC54C0A22D1D0804CEBC26CDB5A56DE73
sha256sums = becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd
sha256sums = SKIP
- sha256sums = 78df9b97449715fa4e39158fc27fadbdbb50eab04ac29d1374a95bebaf7adfbf
+ sha256sums = 9232d49b92b822710eae5efa77a53477a2b180da74c30aed3439561eef681cb6
sha256sums = SKIP
- sha256sums = f8d608e2237b5da7354d5fafc88644a9736c1ae0a303fc64f360bcb69c78c93d
+ sha256sums = cd87cd79c910c65ad7e768a9d66640b8fc764099a5880c7e7a2a902d8eb832c5
sha256sums = SKIP
sha256sums = 3c876bd83489e56e62629fc09ce85391bef5ef94cb2feab7751841c221c000c6
sha256sums = 49202f4733bd9de254083a85d0a17390f78e68fc6e4bea9e91bfce7e8167349e
sha256sums = a8886f2c9896f81f59cf0413b3e380cda2fbdc667eb9ce8dfcb0fceb6d92279f
sha256sums = 1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99
sha256sums = 7a42d16108eb9a8eacadef3603527fa1beab857cc4db3bd228858488fb1f3fda
- sha256sums = 03bed5b1c6ef34a917e218a46d38cd1347c5ab5693131996113c6cad275dc4e9
pkgname = linux-rt-lts
pkgdesc = The Linux-rt-lts kernel and modules
@@ -46,20 +48,20 @@ pkgname = linux-rt-lts
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = kernel26-rt-lts=3.18.25
+ provides = kernel26-rt-lts=3.18.28
conflicts = kernel26-rt-lts
replaces = kernel26-rt-lts
backup = etc/mkinitcpio.d/linux-rt-lts.preset
pkgname = linux-rt-lts-headers
pkgdesc = Header files and scripts for building modules for Linux-rt-lts kernel
- provides = kernel26-rt-lts-headers=3.18.25
+ provides = kernel26-rt-lts-headers=3.18.28
conflicts = kernel26-rt-lts-headers
replaces = kernel26-rt-lts-headers
pkgname = linux-rt-lts-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-rt-lts kernel
- provides = kernel26-rt-lts-docs=3.18.25
+ provides = kernel26-rt-lts-docs=3.18.28
conflicts = kernel26-rt-lts-docs
replaces = kernel26-rt-lts-docs
diff --git a/PKGBUILD b/PKGBUILD
index 1dbe26d..efaaa93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
#pkgbase=linux # Build stock -ARCH kernel
pkgbase=linux-rt-lts # Build kernel with a different name
_srcname=linux-3.18
-_pkgver=3.18.25
-_rtpatchver=rt23
+_pkgver=3.18.28
+_rtpatchver=rt28
pkgver=${_pkgver}_${_rtpatchver}
pkgrel=1
arch=('i686' 'x86_64')
@@ -26,21 +26,19 @@ source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar."{xz,sign}
# standard config files for mkinitcpio ramdisk
"${pkgbase}.preset"
'change-default-console-loglevel.patch'
- 'fix-race-in-PRT-wait-for-completion-simple-wait-code_Nvidia-RT.patch'
- 'CVE-2016-0728.patch')
+ 'fix-race-in-PRT-wait-for-completion-simple-wait-code_Nvidia-RT.patch')
sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
'SKIP'
- '78df9b97449715fa4e39158fc27fadbdbb50eab04ac29d1374a95bebaf7adfbf'
+ '9232d49b92b822710eae5efa77a53477a2b180da74c30aed3439561eef681cb6'
'SKIP'
- 'f8d608e2237b5da7354d5fafc88644a9736c1ae0a303fc64f360bcb69c78c93d'
+ 'cd87cd79c910c65ad7e768a9d66640b8fc764099a5880c7e7a2a902d8eb832c5'
'SKIP'
'3c876bd83489e56e62629fc09ce85391bef5ef94cb2feab7751841c221c000c6'
'49202f4733bd9de254083a85d0a17390f78e68fc6e4bea9e91bfce7e8167349e'
'a8886f2c9896f81f59cf0413b3e380cda2fbdc667eb9ce8dfcb0fceb6d92279f'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
- '7a42d16108eb9a8eacadef3603527fa1beab857cc4db3bd228858488fb1f3fda'
- '03bed5b1c6ef34a917e218a46d38cd1347c5ab5693131996113c6cad275dc4e9')
+ '7a42d16108eb9a8eacadef3603527fa1beab857cc4db3bd228858488fb1f3fda')
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -73,9 +71,6 @@ prepare() {
msg "fix-race-in-PRT-wait-for-completion-simple-wait-code_Nvidia-RT.patch"
patch -p1 -i "${srcdir}/fix-race-in-PRT-wait-for-completion-simple-wait-code_Nvidia-RT.patch"
- msg "CVE-2016-0728.patch"
- patch -p1 -i "${srcdir}/CVE-2016-0728.patch"
-
msg "All patches have successfully been applied"
if [ "${CARCH}" = "x86_64" ]; then
id='n349' href='#n349'>349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447