TLS min/max config options with sane defaults

This commit is contained in:
Jay Lee
2019-04-25 13:04:26 -04:00
parent 4b29fda924
commit b617d5cab0
3 changed files with 37 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ cp GamCommands.txt gam
this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}')
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-$this_glibc_ver.tar.xz
tar cfJ $GAM_ARCHIVE gam/
echo "PyInstaller GAM info:"
echo "PyInstaller GAM info:"
du -h gam/gam
time gam/gam version extended
@@ -17,9 +17,9 @@ if [[ "$dist" == "xenial" ]]; then
$python -OO -m staticx gam/gam gam/gam-staticx
strip gam/gam-staticx
rm gam/gam
cp staticx-gam.sh gam/gam
mv gam/gam-staticx gam/gam
tar cfJ $GAM_LEGACY_ARCHIVE gam/
echo "Legacy StaticX GAM info:"
du -h gam/gam-staticx
du -h gam/gam
time gam/gam version extended
fi