From 5853833d71793f8e1d5a976713e74f3e0c3f70d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sun, 8 Feb 2015 15:40:15 -0200 Subject: linux-libre-lts-grsec{,-knock}-3.14.32_gnu.201502062101-1: updating version * remove old install file cruft --- kernels/linux-libre-lts-grsec/PKGBUILD | 8 ++++---- kernels/linux-libre-lts-grsec/linux.install | 18 ------------------ 2 files changed, 4 insertions(+), 22 deletions(-) (limited to 'kernels/linux-libre-lts-grsec') diff --git a/kernels/linux-libre-lts-grsec/PKGBUILD b/kernels/linux-libre-lts-grsec/PKGBUILD index 29cd7d1b3..0624111ed 100644 --- a/kernels/linux-libre-lts-grsec/PKGBUILD +++ b/kernels/linux-libre-lts-grsec/PKGBUILD @@ -12,9 +12,9 @@ pkgbase=linux-libre-lts-grsec # Build kernel with lts-grsec localname _pkgbasever=3.14-gnu -_pkgver=3.14.31-gnu +_pkgver=3.14.32-gnu _grsecver=3.0 -_timestamp=201501310705 +_timestamp=201502062101 _replacesarchkernel=('linux%') # '%' gets replaced with _kernelname _replacesoldkernels=('kernel26%' 'kernel26-libre%') # '%' gets replaced with _kernelname @@ -50,9 +50,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' '064ba6595f578bb09175508df8f8d824d6db9afc828f59b8e50f3f17063a134b' 'd7c0c0431e7b81d95b5239ae285b48a58fa3c9ae1fd87d990cdeb44fb27e0b3d' diff --git a/kernels/linux-libre-lts-grsec/linux.install b/kernels/linux-libre-lts-grsec/linux.install index cdd4fc784..32514d892 100644 --- a/kernels/linux-libre-lts-grsec/linux.install +++ b/kernels/linux-libre-lts-grsec/linux.install @@ -4,16 +4,6 @@ KERNEL_NAME= KERNEL_VERSION= -_uderef_news() { - if [[ $(uname -m) = x86_64 ]]; then - cat <>> 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() { -- cgit v1.2.3-2-g168b