# GNU Guix --- Functional package management for GNU # Copyright © 2020 Simon Tournier # Copyright © 2020 Konrad Hinsen # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . # # Test the `guix repl' command-line utility. # guix repl --version test_directory="`mktemp -d`" export test_directory trap 'chmod -Rf +w "$test_directory"; rm -rf "$test_directory"' EXIT tmpfile="$test_directory/foo.scm" rm -f "$tmpfile" trap 'rm -f "$tmpfile"' EXIT module_dir="t-guix-repl-$$" mkdir "$module_dir" trap 'rm -rf "$module_dir"' EXIT cat > "$tmpfile"< "$module_dir/foo.scm"< "$tmpfile"< "$tmpfile"< "$tmpfile"<kerberos.scm
AgeCommit message (Expand)Author
2018-06-10gnu: heimdal: Update to 7.5.0....Alex Vong
2018-03-16gnu: All snippets report errors using exceptions, else return #t....Mark H Weaver
2017-12-13gnu: mit-krb5: Update to 1.16....Marius Bakke
2017-10-22gnu: mit-krb5: Remove graft for 1.15.2....Marius Bakke
2017-10-09gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368,11462}]....Leo Famulari
2017-07-23Merge branch 'master' into core-updatesLeo Famulari
2017-07-20gnu: heimdal: Fix CVE-2017-{6594,11103}....Alex Vong
2017-07-14gnu: mit-krb5: Add ‘cpe-name’....Tobias Geerinckx-Rice
2017-06-30gnu: shishi: Build with latest libgcrypt....Leo Famulari
2017-05-24gnu: mit-krb5: Enable parallel build and tests....Ricardo Wurmus
2017-05-24gnu: mit-krb5: Update to 1.15.1....Ricardo Wurmus
2017-03-30Merge branch 'master' into core-updates...Marius Bakke
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....Tobias Geerinckx-Rice
2017-01-23Merge branch 'master' into core-updatesLudovic Courtès
2017-01-19gnu: Add Heimdal....Ludovic Courtès
2017-01-19gnu: Move Kerberos implemetations to (gnu packages kerberos)....Ludovic Courtès