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; cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/antivirus.scm
AgeCommit message (Expand)Author
2024-02-05gnu: clamav: Update to 0.103.11.kiasoc5
2023-02-26gnu: clamav: Update to 0.103.8 [security fixes].kiasoc5
2023-01-08gnu: clamav: Update to 0.103.7.kiasoc5
2022-05-21gnu: clamav: Update to 0.103.6 [fixes CVE-2022-{20803,20770,20796,20771,20785...kiasoc5
2022-05-21gnu: clamav: Use new style and G-expressions.kiasoc5
2021-12-13gnu: Simplify package inputs.Ludovic Courtès