[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.1.1-124-g5bd54fa0
Allan McRae
allan at archlinux.org
Tue Jan 29 05:11:56 UTC 2019
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 5bd54fa0c672d89fedc7995025cf8ea4b5e5e96b (commit)
via 1e040153bcace3f67a2db1b17195f0225fbd2f5e (commit)
via 9c817b654996249b8022e189ee7e2692f4668431 (commit)
via ac0e21a6df65c3770920be39b3fe14d8b49f637b (commit)
from 1b9e358f1d7ff806c62a7170f57342dd0e2338bf (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 5bd54fa0c672d89fedc7995025cf8ea4b5e5e96b
Author: morganamilo <morganamilo at gmail.com>
Date: Mon Jan 21 23:59:29 2019 +0000
libmakepkg: move checkdepends to the correct array
Signed-off-by: morganamilo <morganamilo at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 1e040153bcace3f67a2db1b17195f0225fbd2f5e
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Tue May 29 00:24:35 2018 -0400
libmakepkg: Implement extendable signature verification
Lookup the existence of matching functions for each protocol, and
fallback on the generic file handler. New verification protocols can
then be added via thirdparty libmakepkg drop-ins without requiring
modifications to verify_signature.sh
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 9c817b654996249b8022e189ee7e2692f4668431
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Mon May 28 23:30:29 2018 -0400
libmakepkg: implement extendable source protocols
Lookup the existence of matching functions for each protocol, and
fallback on the generic file handler. New source protocols can then be
added via thirdparty libmakepkg drop-ins without requiring modifications
to source.sh
Fixes FS#49076
Signed-off-by: Allan McRae <allan at archlinux.org>
commit ac0e21a6df65c3770920be39b3fe14d8b49f637b
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Mon May 28 23:14:03 2018 -0400
libmakepkg: optimize get_protocol to always return proto, not proto+uri
e.g. git+https:// is commonly used for git repositories cloned over
HTTPS, but we assume a proto with a plus in it is actually a protocol
followed by some URI handler. So we might as well simplify the return
value and not have to always add glob matching everywhere when checking
the proto in use.
This is required in order to use the proto directly in function calls,
which will be used in a followup patch.
Signed-off-by: Allan McRae <allan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
.../libmakepkg/integrity/generate_checksum.sh.in | 2 +-
.../libmakepkg/integrity/verify_signature.sh.in | 7 ++--
scripts/libmakepkg/lint_pkgbuild/variable.sh.in | 9 ++---
scripts/libmakepkg/source.sh.in | 47 +++++-----------------
scripts/libmakepkg/source/bzr.sh.in | 5 +++
scripts/libmakepkg/source/git.sh.in | 5 +++
scripts/libmakepkg/source/hg.sh.in | 5 +++
scripts/libmakepkg/source/svn.sh.in | 5 +++
scripts/libmakepkg/util/source.sh.in | 14 ++++---
9 files changed, 47 insertions(+), 52 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list