[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.2.1-109-g2a352dc0
Allan McRae
allan at archlinux.org
Fri Jul 17 01:32:50 UTC 2020
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 2a352dc059f696eeda1e18116e468994c1a38430 (commit)
via 14c0e53eed4bd0c090e7ed2ebad41335d323c86c (commit)
via 1fd95939dbee071f4d7fb30e19c5b3cb22969113 (commit)
via a8bdc2e10ad6c942f3f1dbbbb77c126578a41bd3 (commit)
from b01bcc7d3d680856bd60c4ae03e4ba3f6d889cb2 (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 2a352dc059f696eeda1e18116e468994c1a38430
Author: Morten Linderud <morten at linderud.pw>
Date: Mon Jul 13 22:25:41 2020 +0200
doc/makepkg.8: Added punctuations.
Signed-off-by: Morten Linderud <morten at linderud.pw>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 14c0e53eed4bd0c090e7ed2ebad41335d323c86c
Author: Anatol Pomozov <anatol.pomozov at gmail.com>
Date: Mon Jul 13 09:35:34 2020 -0700
Check that destfile_name exists before using it
In some cases (when trust_remote_name is used for a URL without a filename and
no Content-Disposition is provided by the server) destfile_name will be
NULL. In this case payload data will be stored in tempfile_name and no
destfile_name is set.
Signed-off-by: Anatol Pomozov <anatol.pomozov at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 1fd95939dbee071f4d7fb30e19c5b3cb22969113
Author: Anatol Pomozov <anatol.pomozov at gmail.com>
Date: Mon Jul 13 09:35:21 2020 -0700
Do not free payload fields in the middle of this structure use
At the end of payload use it calls _alpm_dload_payload_reset()
that will free() these and other fields anyway.
Signed-off-by: Anatol Pomozov <anatol.pomozov at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit a8bdc2e10ad6c942f3f1dbbbb77c126578a41bd3
Author: Anatol Pomozov <anatol.pomozov at gmail.com>
Date: Mon Jul 13 09:35:05 2020 -0700
Build signature remote name based on the main payload name
The main payload final name might be affected by url redirects or
Content-Disposition HTTP header value.
We want to make sure that accompanion *.sig filename always matches the
package filename. So ignore finalname/Content-Disposition for the *.sig file.
It also helps to fix a corner case when the download URL does not contain
a filename and server provides Content-Disposition for the main payload
but not for the signature payload.
Signed-off-by: Anatol Pomozov <anatol.pomozov at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
doc/makepkg.8.asciidoc | 4 +--
lib/libalpm/dload.c | 74 +++++++++++++++++++++++++++++---------------------
2 files changed, 45 insertions(+), 33 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list