aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-10-08 08:27:01 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-11 13:40:57 +0100
commit74b012310f22836db05cd63d9ac2d88c1d4b9efe (patch)
treedcef148b34e095a0cf19d58052f055dc266c8c25 /gnu/bootloader
parent084d94289c6399174689f725853a54b2bce7a652 (diff)
downloadguix-74b012310f22836db05cd63d9ac2d88c1d4b9efe.tar.gz
guix-74b012310f22836db05cd63d9ac2d88c1d4b9efe.zip
gnu: duckdb: Update to 1.1.1. [security fixes]
This fixes CVE-2024-41672. * gnu/packages/databases.scm (duckdb): Update to 1.1.1. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/bootloader')
0 files changed, 0 insertions, 0 deletions
.The third key will be used in an upcoming commit. Rename public keys to .pub. * guix/tests/gnupg.scm (%ed25519-3-public-key-file): New variable. (%ed25519-3-secret-key-file): New variable. (%ed25519-2-public-key-file): Renamed from %ed25519bis-public-key-file. (%ed25519-2-secret-key-file): Renamed from %ed25519bis-secret-key-file. * tests/keys/ed25519-3.key: New file. * tests/keys/ed25519-3.sec: New file. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Attila Lendvai 2021-09-18channels: 'channel-news-entry-commit' correctly resolves annotated tags....Previously, 'channel-news-entry-commit' would return the tag ID rather than the commit ID when the news entry was referred to via an annotated tag. Reported by Xinglu Chen <public@yoctocell.xyz>. * guix/channels.scm (resolve-channel-news-entry-tag): Check whether the reference points to annotated tag; resolve it if it does. * tests/channels.scm ("channel-news, annotated tag"): New test. Ludovic Courtès