From d473704fbfda13f0731dd1feeb08c68c16874dd2 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 12 Apr 2016 06:07:51 +0000 Subject: introduce ChecksumProgram to compute the checksum git-svn-id: svn://tug.org/texlive/trunk@40430 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Master/tlpkg/TeXLive/TLConfig.pm') diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index d2dba83146b..1242ce98b30 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -51,6 +51,7 @@ BEGIN { $PartialEngineSupport $F_OK $F_WARNING $F_ERROR $F_NOPOSTACTION $ChecksumLength + $ChecksumProgram ); @EXPORT = @EXPORT_OK; } @@ -219,6 +220,11 @@ our $F_NOPOSTACTION = 4; # method used in TLUtils::tlchecksum and TLUtils::tldigest $ChecksumLength = 128; +# The program generating the checksum for the file given as first +# argument +$ChecksumProgram = "sha512sum"; + + 1; -- cgit v1.2.3