Browse Source

grsecurity: changed to not manually adjust EXTRAVERSION because it will produce an ugly version string

user/chris/0.1.0/grsecurity
Christian Wiese 14 years ago
parent
commit
ab4b46d3af
  1. 3
      security/grsecurity/pkg_linux_post.conf

3
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"

Loading…
Cancel
Save