aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/slang.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-02-25 13:50:19 -0500
committerMark H Weaver <mhw@netris.org>2016-02-25 13:50:19 -0500
commite62b5c690317ec6c5e35ce267b5c683bbd320342 (patch)
treef66227a16c9659f111aff5c5506f5494e5af1b7f /gnu/packages/slang.scm
parent0767f6a69e96185a9a8c6377ac946037b966d4c7 (diff)
parentbf6996c9cf94627f7c116dc0b9923fe0bf942663 (diff)
downloadguix-e62b5c690317ec6c5e35ce267b5c683bbd320342.tar.gz
guix-e62b5c690317ec6c5e35ce267b5c683bbd320342.zip
Merge branch 'media-updates'
Diffstat (limited to 'gnu/packages/slang.scm')
0 files changed, 0 insertions, 0 deletions
tute.scm (%unroutable-substitute-url): New variable. ("query narinfo signed with authorized key, unroutable URL first") ("substitute, authorized key, first substitute URL is unroutable"): New tests. Ludovic Courtès 2022-02-14publish: Do not sign the URL/Compression/FileSize narinfo fields....This will allow mirror operators to alter these non-normative bits of a narinfo without having to resign narinfos. * guix/scripts/publish.scm (narinfo-string): Remove URL/Compression/FileSize from BASE-INFO. Move them after "Signature". * tests/publish.scm ("/*.narinfo") ("/*.narinfo with properly encoded '+' sign") ("/*.narinfo with lzip + gzip") ("with cache, lzip + gzip"): Adjust accordingly. * tests/substitute.scm ("query narinfo with signature over relevant subset"): New test. Ludovic Courtès