[pacman-dev] [GIT] The official pacman repository branch, master, updated. v6.0.0-5-g542910d6
Allan McRae
allan at archlinux.org
Mon Jun 7 04:17:00 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".
The branch, master has been updated
via 542910d684191eb7f25ddc5d3d8fe3060028a267 (commit)
via 238109760d79924811121fe3e8d08365fbb2774b (commit)
via 2e83a52205bef32f4f5b18c7178efbed5e9c4006 (commit)
via 3401f9e142ac4c701cd98c52618cb13164f2146b (commit)
via 6f35ce157092e9de0dfa658157f470530e7814c2 (commit)
from 75eb3f4cd348c29f81645624428d02aa04dd3cbc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 542910d684191eb7f25ddc5d3d8fe3060028a267
Author: morganamilo <morganamilo at archlinux.org>
Date: Thu Jun 3 19:45:22 2021 +0100
libalpm: fix double free when importing key
Comit 5151de30 tried to fix leaking memory when importing a key. However
key_search_keyserver() writes to the key passed in, making the original
uid and fingerprint unreachable, causing the new uid and fingerprint to
double free.
Fixes FS#71107
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 238109760d79924811121fe3e8d08365fbb2774b
Author: morganamilo <morganamilo at archlinux.org>
Date: Fri May 21 14:21:56 2021 +0100
libalpm: call retry events for sig downlods
Around the same time retry events were added, there was a patch to pass
sig download events to the frontend. The retry code was not updated to
account for this.
Signed-off-by: morganamilo <morganamilo at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 2e83a52205bef32f4f5b18c7178efbed5e9c4006
Author: morganamilo <morganamilo at archlinux.org>
Date: Thu May 20 22:21:34 2021 +0100
pactest: add test case for servers returning 404 with body
Signed-off-by: morganamilo <morganamilo at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 3401f9e142ac4c701cd98c52618cb13164f2146b
Author: Allan McRae <allan at archlinux.org>
Date: Wed Jun 2 21:48:53 2021 +1000
libalpm: prevent download error pages ending up in package files
Some servers respond with error pages (e.g. 404.html) when a package is
not present. These were getting written to packages before moving onto
the next server. Reset the download progress on 400+ error conditions
to avoid this.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 6f35ce157092e9de0dfa658157f470530e7814c2
Author: Christian Hesse <mail at eworm.de>
Date: Thu May 20 21:36:15 2021 +0200
doc/pacman.conf: ParallelDownloads expects a value
This can not be specified on its own but requires a value.
Signed-off-by: Christian Hesse <mail at eworm.de>
Signed-off-by: Allan McRae <allan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
doc/pacman.conf.5.asciidoc | 2 +-
lib/libalpm/dload.c | 12 +++++++++++-
lib/libalpm/signing.c | 7 ++++---
test/pacman/meson.build | 1 +
test/pacman/tests/sync-failover-404-with-body.py | 24 ++++++++++++++++++++++++
5 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 test/pacman/tests/sync-failover-404-with-body.py
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list