[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.0.1-16-g4960be7
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 4960be7764678783c1ac81e884ad34a535769ad1 (commit) via 59010386106eded2ee67798fa80215f250a53761 (commit) via 2ee1706a72858ea365c0e7a1a72d92ef2dae2f75 (commit) via 4cad2423a34d9bb740375f121d2390cd3cf925dc (commit) via baf1ff64e6ea23e93f307480480d87159cd2e487 (commit) via 02731189f1ced6050238e4af7e76a54d4ac6f3bd (commit) from 1a94c00e363081594bd6940d98117289b03692d6 (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 4960be7764678783c1ac81e884ad34a535769ad1 Author: Alastair Hughes <hobbitalastair@gmail.com> Date: Sat Mar 26 17:14:26 2016 +1300 Changed documentation to use 'the default' instead of 'a typical default' Signed-off-by: Allan McRae <allan@archlinux.org> commit 59010386106eded2ee67798fa80215f250a53761 Author: Allan McRae <allan@archlinux.org> Date: Mon Mar 28 16:24:22 2016 +1000 PKGBUILD.5: document that the pkgver() function runs after prepare() Signed-off-by: Allan McRae <allan@archlinux.org> commit 2ee1706a72858ea365c0e7a1a72d92ef2dae2f75 Author: Allan McRae <allan@archlinux.org> Date: Sun Mar 20 21:23:32 2016 +1000 Do not add root prefix twice when checking database files When checking .INSTALL and .CHANGELOG files in the mtree file, we need to find the path they are stored in the local database. This was appending the root prefix twice as alpm_option_get_dbpath already returns the absolute path to the database. While fixing that issue I added checks that the paths for the database files were not longer than PATH_MAX. Fixes FS#48563. Signed-off-by: Allan McRae <allan@archlinux.org> commit 4cad2423a34d9bb740375f121d2390cd3cf925dc Author: Ashley Whetter <ashley@awhetter.co.uk> Date: Mon Mar 21 14:04:43 2016 +1000 libmakepkg: extract functions for writing .SRCINFO files Signed-off-by: Ashley Whetter <ashley@awhetter.co.uk> Signed-off-by: Allan McRae <allan@archlinux.org> commit baf1ff64e6ea23e93f307480480d87159cd2e487 Author: Allan McRae <allan@archlinux.org> Date: Mon Mar 21 11:49:16 2016 +1000 libmakepkg: ensure emptydir find command acts on individual directories Using "-exec command {} +" systax exits on any error. Such errors occur when running rmdir on a non-empty directory. Switch to "{} ;" syntax instead which avoids exiting before the find command is completed. Fixes FS#48515. Note, we can not use "-empty" in the find command because it is not supported by Busybox find, and the "--ignore-fail-on-non-empty" flag for rmdir is not available on BSD rmdir variants. Signed-off-by: Allan McRae <allan@archlinux.org> commit 02731189f1ced6050238e4af7e76a54d4ac6f3bd Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Sun Feb 21 21:46:37 2016 -0500 use multi-byte character matching for user input Fixes FS#47992 Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/PKGBUILD.5.txt | 8 +- doc/pacman.8.txt | 10 +-- doc/pacman.conf.5.txt | 12 +-- scripts/Makefile.am | 1 + scripts/libmakepkg/.gitignore | 1 + scripts/libmakepkg/srcinfo.sh.in | 127 ++++++++++++++++++++++++++++++++ scripts/libmakepkg/tidy/emptydirs.sh.in | 3 +- scripts/makepkg.sh.in | 101 ------------------------- src/pacman/check.c | 54 ++++++++------ src/pacman/util.c | 36 ++++++++- 10 files changed, 210 insertions(+), 143 deletions(-) create mode 100644 scripts/libmakepkg/srcinfo.sh.in hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org