This patch removes the explicit reference to the 'perl' binary, such that OpenSSL does not retain a reference to Perl. The 'c_rehash' program is seldom used, but it is used nonetheless to create symbolic links to certificates, for instance in the 'nss-certs' package. diff --git a/tools/c_rehash.in b/tools/c_rehash.in --- a/tools/c_rehash.in +++ b/tools/c_rehash.in @@ -1,4 +1,6 @@ -#!{- $config{HASHBANGPERL} -} +eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}' + & eval 'exec perl -wS "$0" $argv:q' + if 0; {- use OpenSSL::Util; -} # {- join("\n# ", @autowarntext) -} # Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. 266931872c'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mes.scm
d>daemon: Implement ‘substitute-urls’ RPC....
AgeCommit message (Expand)Author
2024-07-11gnu: m2-planet: Fix supported systems....Efraim Flashner
2024-07-06gnu: mes: Update to 0.27....Janneke Nieuwenhuizen
2024-06-30gnu: mes: Update to 0.26.2....Janneke Nieuwenhuizen
2024-06-11gnu: mes: Fix build on arm and x86_64....Janneke Nieuwenhuizen
2024-06-08gnu: mes: Update to 0.26.1....Janneke Nieuwenhuizen
Ludovic Courtès
2023-12-04daemon: Simplify “empty status” substitute error message....Ludovic Courtès
2023-09-26daemon: Add “git-download” built-in builder....Ludovic Courtès
2023-09-09daemon: Fix build with GCC 13....Sören Tempel