aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-09-07 15:50:00 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-09-09 21:05:17 +0100
commite7d875d56d3ec834f244b69749ac6f7c0d51ed88 (patch)
treee352e09168d44596999d056ec0359135fc775303 /gnu/packages/time.scm
parent1222fabbd1b777277f3a10a7fd445e3516fa01c1 (diff)
downloadguix-e7d875d56d3ec834f244b69749ac6f7c0d51ed88.tar.gz
guix-e7d875d56d3ec834f244b69749ac6f7c0d51ed88.zip
gnu: Add go-github-com-decred-dcrd-crypto-blake256.
* gnu/packages/golang-crypto.scm (go-github-com-decred-dcrd-crypto-blake256): New variable. Change-Id: I497f3ef1015d3260f11711cebd1c64eda5df3ac5
Diffstat (limited to 'gnu/packages/time.scm')
0 files changed, 0 insertions, 0 deletions
titute: Test behavior with unroutable substitute server addresses....* tests/substitute.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