From 9a916545fd8b3645a5e01645bedec76c66733998 Mon Sep 17 00:00:00 2001 From: Daniel Hams Date: Sun, 15 Dec 2019 13:43:05 +0000 Subject: [PATCH] 0.1.9 release - getting close --- bootstrap.pl | 2 +- packages/cacerts/configureit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.pl b/bootstrap.pl index 260026c..e0c30f2 100755 --- a/bootstrap.pl +++ b/bootstrap.pl @@ -23,7 +23,7 @@ STDOUT->autoflush(1); my $argc = ($#ARGV + 1); -my $version = "0.1.8"; +my $version = "0.1.9"; (my $configfile = basename($0)) =~ s/^(.*?)(?:\..*)?$/$1.conf/; my $scriptLocation = $FindBin::Bin; diff --git a/packages/cacerts/configureit b/packages/cacerts/configureit index 95c479f..cdc0c6b 100755 --- a/packages/cacerts/configureit +++ b/packages/cacerts/configureit @@ -15,7 +15,7 @@ SUM=`sha256sum certdata.txt|cut -d " " -f 1` echo "SUM=$SUM" # CARE - DONT FORGET TO LEAVE an "ne" on the front when # you update the sha256sum below! -if [[ "ne$SUM" != "ne8858569dc299b47dde6dd77ae9d54e5a9aa0cd34f203cb916d57aaf3caf74da9" ]]; then +if [[ "ne$SUM" != "ne271df8bdfebb5afa3878a24a911cfda27cba7e4c6c729a17577a9c1c4c5e6c62" ]]; then echo "SHASUM of cert data failed! Refusing to continue" echo "Update the packages/cacerts/configureit script taking care" echo "to leave 'ne' on the front of the replaced sha256sum."