diff options
Diffstat (limited to 'kernels/linux-libre-lts-grsec-knock')
-rw-r--r-- | kernels/linux-libre-lts-grsec-knock/PKGBUILD | 8 | ||||
-rw-r--r-- | kernels/linux-libre-lts-grsec-knock/linux.install | 18 |
2 files changed, 4 insertions, 22 deletions
diff --git a/kernels/linux-libre-lts-grsec-knock/PKGBUILD b/kernels/linux-libre-lts-grsec-knock/PKGBUILD index b910745e9..4ee18bd52 100644 --- a/kernels/linux-libre-lts-grsec-knock/PKGBUILD +++ b/kernels/linux-libre-lts-grsec-knock/PKGBUILD @@ -12,9 +12,9 @@ pkgbase=linux-libre-lts-grsec-knock # Build kernel with lts-grsec-knock localname _pkgbasever=3.14-gnu -_pkgver=3.14.31-gnu +_pkgver=3.14.32-gnu _grsecver=3.0 -_timestamp=201501310705 +_timestamp=201502062101 _knockpatchver=3.16_1 _replacesarchkernel=('linux%') # '%' gets replaced with _kernelname @@ -53,9 +53,9 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li '3.14.14-a410a5e2b7-loongson-community.patch') sha256sums=('477555c709b9407fe37dbd70d3331ff9dde1f9d874aba2741f138d07ae6f281b' 'SKIP' - '84411639f46024e04b00f69348f619f1aebe9058125d5695afed8df8f07adb9c' + 'bbf1af67b52750f22f4ec29a7ae8e5dcbf3cb0b3629457a35bde250343e0ab25' 'SKIP' - '4851704b1ee045776d0683b1d45b21b5bb118606669f122ec3014c2bad07f5a7' + '528dfd709203fb6ec09c2cf1ce79f3c29f5f2d4f5580cae1c20f663e4d1fd1e2' 'SKIP' '70cbe962aa01989ffa83490bb0765d6e4c781f6133dc8d768d84bd6716ac0209' 'SKIP' diff --git a/kernels/linux-libre-lts-grsec-knock/linux.install b/kernels/linux-libre-lts-grsec-knock/linux.install index cdd4fc784..32514d892 100644 --- a/kernels/linux-libre-lts-grsec-knock/linux.install +++ b/kernels/linux-libre-lts-grsec-knock/linux.install @@ -4,16 +4,6 @@ KERNEL_NAME= KERNEL_VERSION= -_uderef_news() { - if [[ $(uname -m) = x86_64 ]]; then - cat <<EOF -The UDEREF PCID bug has been fixed. If you added \`nopcid\` or \`pax_nouderef\` -to the kernel line as a workaround it should now be removed to take advantage -of the stronger PCID-based UDEREF implementation. -EOF - fi -} - post_install () { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." @@ -27,10 +17,6 @@ post_upgrade() { echo "WARNING: /boot appears to be a separate partition but is not mounted." fi - if getent group proc-trusted >/dev/null; then - groupdel proc-trusted - fi - # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} @@ -42,10 +28,6 @@ post_upgrade() { echo ">>> In order to use your keyboard during early init, you MUST" echo ">>> include the 'keyboard' hook in your mkinitcpio.conf." fi - - if [[ $(vercmp $2 3.14.27_gnu.201412211908-1) -lt 0 ]]; then - _uderef_news - fi } post_remove() { |