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 changed files with 0 additions and 3 deletions
  1. +0
    -3
      security/grsecurity/pkg_linux_post.conf

+ 0
- 3
security/grsecurity/pkg_linux_post.conf

@ -24,9 +24,6 @@ pkg_grsec_tempdir=`mktemp -d`
sed -e 's,\(EXTRAVERSION =\).*,\1,' $pkg_grsec_lxpatch > \ sed -e 's,\(EXTRAVERSION =\).*,\1,' $pkg_grsec_lxpatch > \
$pkg_grsec_tempdir/grsecurity-$pkg_grsec_ver-$ver.patch $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..." echo_status "Including grsecurity (grsecurity-$pkg_grsec_ver-$ver) patch..."
var_append patchfiles ' ' "$pkg_grsec_tempdir/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" var_append lx_confscripts ' ' "$pkg_grsec_confdir/kernel.conf.sh"

Loading…
Cancel
Save