From ab4b46d3af22168c8ef43f229ea3971fa03cb6d2 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 19 Oct 2010 18:42:25 +0200 Subject: [PATCH] grsecurity: changed to not manually adjust EXTRAVERSION because it will produce an ugly version string --- security/grsecurity/pkg_linux_post.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/security/grsecurity/pkg_linux_post.conf b/security/grsecurity/pkg_linux_post.conf index 9c077aad7..5bf9fda68 100644 --- a/security/grsecurity/pkg_linux_post.conf +++ b/security/grsecurity/pkg_linux_post.conf @@ -24,9 +24,6 @@ pkg_grsec_tempdir=`mktemp -d` sed -e 's,\(EXTRAVERSION =\).*,\1,' $pkg_grsec_lxpatch > \ $pkg_grsec_tempdir/grsecurity-$pkg_grsec_ver-$ver.patch -# manualy adjusting EXTRAVERSION -lx_extraversion="${lx_extraversion}-grsec" - echo_status "Including grsecurity (grsecurity-$pkg_grsec_ver-$ver) patch..." var_append patchfiles ' ' "$pkg_grsec_tempdir/grsecurity-$pkg_grsec_ver-$ver.patch" var_append lx_confscripts ' ' "$pkg_grsec_confdir/kernel.conf.sh"