Traverse the entities hash's keys in sorted order to ensure reproducibility. --- libhubbub-0.3.3/build/make-entities.pl +++ libhubbub-0.3.3/build/make-entities.pl @@ -86,7 +86,7 @@ my $trie; -foreach my $key (keys %entities) { +foreach my $key (sort keys %entities) { $trie = insert_node($trie, $key, $entities{$key}); } v id='cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
AgeCommit message (Expand)Author
2023-07-20gnu: libgcrypt: Skip hanging benchmark tests on the Hurd....Janneke Nieuwenhuizen
2023-07-20gnu: libgpg-error: Skip failing test on the Hurd....Janneke Nieuwenhuizen
2023-03-31gnu: Remove gpgme-1.18 and qgpgme-1.18....Josselin Poiret
2023-03-31gnu: gpgme: Propagate libassuan....Josselin Poiret
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2022-12-30gnu: libksba: Update to 1.6.3....Simon Josefsson
2022-12-27gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629]....Simon Josefsson
2022-12-02gnu: guile-gcrypt: Update to 0.4.0....Ludovic Courtès