diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-04-22 11:30:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-22 11:30:58 +0200 |
commit | 6f69588529f9898dc4f2defd21603cc4abbaca17 (patch) | |
tree | d272d8bd84f0653e0d5b7d409df3211c29fec784 /tests/pk-crypto.scm | |
parent | 6030d8493e13af81be63c3cee530d44b4dff1ad6 (diff) | |
download | guix-6f69588529f9898dc4f2defd21603cc4abbaca17.tar guix-6f69588529f9898dc4f2defd21603cc4abbaca17.tar.gz |
authenticate: Allow signatures with binary data to be written to stdout.
Fixes <http://bugs.gnu.org/17312>.
* guix/scripts/authenticate.scm (guix-authenticate): Add calls to
'set-port-encoding!' and 'set-port-conversion-strategy!'. Wrap body
in 'with-fluids' form that sets '%default-port-encoding' and
'%default-port-conversion-strategy'.
* tests/guix-authenticate.sh: Add test.
* tests/pk-crypto.scm ("hash corrupt due to restrictive locale
encoding"): Add reference to bug.
Diffstat (limited to 'tests/pk-crypto.scm')
-rw-r--r-- | tests/pk-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pk-crypto.scm b/tests/pk-crypto.scm index 67bbc83d49..f5008f3248 100644 --- a/tests/pk-crypto.scm +++ b/tests/pk-crypto.scm @@ -153,7 +153,7 @@ ;; In Guix up to 0.6 included this test would fail because at some point ;; the hash value would be cropped to ASCII. In practice 'guix ;; authenticate' would produce invalid signatures that would fail - ;; signature verification. + ;; signature verification. See <http://bugs.gnu.org/17312>. (let ((locale (setlocale LC_ALL))) (dynamic-wind (lambda () |