From 68e9806f97e1de80a0dc0af206e600b9891faa6d Mon Sep 17 00:00:00 2001 From: Locutus73 Date: Wed, 3 Apr 2019 11:40:12 +0200 Subject: [PATCH] Version 1.2.2 Updated openssl deb package URL. --- security_fixes.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security_fixes.sh b/security_fixes.sh index 2cc3092..9c23516 100644 --- a/security_fixes.sh +++ b/security_fixes.sh @@ -18,6 +18,7 @@ # You can download the latest version of this script from: # https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 1.2.2 - 2019-04-03 - Updated openssl deb package URL. # Version 1.2.1 - 2019-02-06 - Refined the check for standard root password. # Version 1.2 - 2019-02-06 - Added security fix for Samba minimum allowed protocol. # Version 1.1.1 - 2019-02-06 - Changed the name of the repository Kernel file to zImage_dtb_socfpga-4.5. @@ -97,9 +98,9 @@ case $? in if ! which "openssl" &>/dev/null then echo "Downloading openssl" - curl http://security-cdn.debian.org/debian-security/pool/updates/main/o/openssl/openssl_1.0.1t-1+deb8u10_armhf.deb -o /tmp/openssl_1.0.1t-1+deb8u10_armhf.deb - ar p /tmp/openssl_1.0.1t-1+deb8u10_armhf.deb data.tar.xz | tar xJ --strip-components=3 -C "/media/fat/linux" ./usr/bin/openssl - rm /tmp/openssl_1.0.1t-1+deb8u10_armhf.deb + curl http://security-cdn.debian.org/debian-security/pool/updates/main/o/openssl/openssl_1.0.1t-1+deb8u11_armhf.deb -o /tmp/openssl_1.0.1t-1+deb8u11_armhf.deb + ar p /tmp/openssl_1.0.1t-1+deb8u11_armhf.deb data.tar.xz | tar xJ --strip-components=3 -C "/media/fat/linux" ./usr/bin/openssl + rm /tmp/openssl_1.0.1t-1+deb8u11_armhf.deb fi echo "Downloading and processing https://curl.haxx.se/ca/cacert.pem into /etc/ssl/certs;" echo "this may take some time..."