[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.2.1-32-gacaed30e
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 acaed30e243ff139b5549fd51dc3cb5472415b0a (commit) via ee8b4e92836cc52dec873342464d8316800523cd (commit) via 435f5fc20484d3728d8877eea15c7a8653da6d10 (commit) via 9883015be2b2010ad541fd02b6856bfdb28fb35d (commit) via ffb69c700abd6eb3b86e79e09b135029ff9104b4 (commit) via 56e0763c6d1d248b986ac22836de5ede0a805cfb (commit) from b7f61aa55755d95d2e3a6dd7058971c68276c369 (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 acaed30e243ff139b5549fd51dc3cb5472415b0a Author: Eli Schwartz <eschwartz@archlinux.org> Date: Tue Dec 24 21:59:58 2019 -0500 doc: reformat intro to VCS sources to distinguish the grammar It's difficult to find it embedded inside a prose paragraph. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit ee8b4e92836cc52dec873342464d8316800523cd Author: Eli Schwartz <eschwartz@archlinux.org> Date: Tue Dec 24 21:59:57 2019 -0500 doc: clarify the format of a PKGBUILD source fragment Currently, it could be misread to say that a fragment is literally 'commit', rather than 'commit=somehash'. Anecdotally this does not seem to be obvious to everyone, and rewording it certainly doesn't hurt. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 435f5fc20484d3728d8877eea15c7a8653da6d10 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Sun Jan 5 16:04:21 2020 -0500 autotools: emit error message when autoconf-archive is missing Forbid the AX_COMPARE_VERSION macro from being found in the output configure script. If autoconf-archive is not installed when autoreconf is run, the following error message is emitted: configure.ac:231: error: possibly undefined macro: AX_COMPARE_VERSION If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 9883015be2b2010ad541fd02b6856bfdb28fb35d Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Dec 24 10:28:11 2019 -0500 Use c99 struct initialization to avoid memset calls This is guaranteed less error prone than calling memset and hoping the human gets the argument order correct. commit ffb69c700abd6eb3b86e79e09b135029ff9104b4 Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Dec 24 07:40:53 2019 -0500 Ensure regex object is always initialized This avoids a crash in filetarget_free() when regex support isn't requested in files_search(). commit 56e0763c6d1d248b986ac22836de5ede0a805cfb Author: Ethan Sommer <e5ten.arch@gmail.com> Date: Tue Nov 26 16:29:56 2019 -0500 libmakepkg: use readelf instead of file for finding ELF file types Signed-off-by: Ethan Sommer <e5ten.arch@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 1 + doc/PKGBUILD.5.asciidoc | 18 ++++++++++-------- lib/libalpm/be_local.c | 5 +---- lib/libalpm/be_package.c | 7 ++----- lib/libalpm/be_sync.c | 7 ++----- lib/libalpm/dload.c | 13 ++++++------- lib/libalpm/signing.c | 23 +++++++---------------- lib/libalpm/util.c | 2 +- scripts/libmakepkg/tidy/strip.sh.in | 26 ++++++++++++-------------- src/pacman/conf.c | 3 +-- src/pacman/files.c | 2 +- 11 files changed, 44 insertions(+), 63 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Allan McRae