This patch removes the hard coded temporary directory (which might not exist on the system) and replaces it using the Perl preferred method. --- aegis-4.24/script/aebisect.in 2008-03-14 07:19:27.000000000 +0100 +++ aegis-4.24/script/aebisect.in 2014-01-26 11:03:31.000000000 +0100 @@ -34,7 +34,8 @@ # @configure_input@ # # Configure additions? -my $TmpDir = "/var/tmp"; +use File::Temp qw/ tempdir /; +my $TmpDir = tempdir(); my $ProgramName = "aebisect"; require 5.004; index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tor.scm
AgeCommit message (Expand)Author
2018-09-10gnu: tor: Update to 0.3.4.8....Tobias Geerinckx-Rice
2018-07-15gnu: tor.scm: Fix copyright line....Efraim Flashner
2018-07-15gnu: tor: Update to 0.3.3.9....Efraim Flashner
2018-06-22gnu: nyx: Show header stats....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Update to 2.0.4....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Update home page....Tobias Geerinckx-Rice
2018-06-22gnu: nyx: Return #t from all phases....Tobias Geerinckx-Rice
2018-06-12gnu: tor: Update to 0.3.3.7....Tobias Geerinckx-Rice
2018-05-23gnu: tor: Update to 0.3.3.6 [security fixes]....Tobias Geerinckx-Rice
2018-03-20Correct name and Email for ng0....ng0
2018-03-03gnu: tor: Update to 0.3.2.10 [security fixes]....Tobias Geerinckx-Rice
2018-03-01gnu: onionshare: Update phase style....Tobias Geerinckx-Rice
2018-03-01gnu: privoxy: Update phase style....Tobias Geerinckx-Rice
2018-01-09gnu: tor: Update to 3.2.9....Tobias Geerinckx-Rice
2017-12-01gnu: tor: Update to 3.1.9 [security fixes]....Tobias Geerinckx-Rice