From 9ae97ddc21704f63095da9dc76592647aa2c5c5c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 19 Oct 2010 11:11:03 +0200 Subject: [PATCH] grsecurity: fixed EXTRAVERSION related sed mangling of the original grsec patch --- security/grsecurity/pkg_linux_post.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/grsecurity/pkg_linux_post.conf b/security/grsecurity/pkg_linux_post.conf index 3785c0166..9c077aad7 100644 --- a/security/grsecurity/pkg_linux_post.conf +++ b/security/grsecurity/pkg_linux_post.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../grsecurity/pkg_linux_post.conf -# Copyright (C) 2008 The OpenSDE Project +# Copyright (C) 2008 - 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -21,7 +21,7 @@ pkg_grsec_lxpatch=`match_source_file -p grsecurity-${pkg_grsec_ver}-${ver:0:3} g pkg_grsec_tempdir=`mktemp -d` # filtering out EXTRAVERSION stuff and save the patch -bzcat $pkg_grsec_lxpatch | sed -e 's,\(EXTRAVERSION =\).*,\1,' > \ +sed -e 's,\(EXTRAVERSION =\).*,\1,' $pkg_grsec_lxpatch > \ $pkg_grsec_tempdir/grsecurity-$pkg_grsec_ver-$ver.patch # manualy adjusting EXTRAVERSION