[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.2-259-g5be7b6a
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 5be7b6a1b2e197a6d185fc6223ff1e7acc4c3e27 (commit) via d4def1c1936a917afaa337cbd77ddedb018bd3f9 (commit) via 19b3ee6d39d645368ed50d9a1d40a8aba241c102 (commit) via deaed047fd641f5c09148ea759f57ad91f210c55 (commit) via 6fa7e8aff5ec7e1909ec52bb60c032ec4199bc91 (commit) via cd2370754ae6893e6df4e835eeb819f827eaee4a (commit) via 83e14aeebde5edcf98b52b37cc4aa156a4f09608 (commit) via e6464f0cb6c36bf047a1dbdbf5cd313ff4fd2dbf (commit) via 4e9d88aa05184e29368f1602b9fcb6a05d293095 (commit) via e65a752475797eb3e917858190a2679e9cd680b9 (commit) via ffe7f6d16187e3a4b0bd273c212d92aac73d70f0 (commit) via 8a434aeb4616cec416419a216a620038d98024d3 (commit) via 62c76cf82518ce5d8c69ece862108ee6256d863b (commit) via b01c2aefd9212403832743727143143693c8ad63 (commit) via bce495e56f3d5d909bbc2a116cf5776c3621cd89 (commit) via 1d3b17e25124c6c38f994b5bdf1beceaec1f0049 (commit) via 5097b162fc0dee03ce23b22fd58bf7d2bfd2ea5b (commit) via 00b6694068bcf86775089e0c110073fa592794d5 (commit) via 3f34e0936abba7100b245726928f381ec06daeb1 (commit) from 480a9ff82fe6d560c7d6e7b6e5e5ecad30699f12 (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 5be7b6a1b2e197a6d185fc6223ff1e7acc4c3e27 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 6 15:19:33 2014 -0500 pmtest: use valgrind --child-silent-after-fork Silences false warnings after alpm forks to run install scripts. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit d4def1c1936a917afaa337cbd77ddedb018bd3f9 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 6 15:19:32 2014 -0500 pmtest: use --gen-suppression=all with valgrind Let valgrind do the work of writing any suppression rules needed by the test suite. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 19b3ee6d39d645368ed50d9a1d40a8aba241c102 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 6 15:19:31 2014 -0500 pmtest: send valgrind output to var/log/valgrind This will allow us to detect whether valgrind found any errors while still preserving pacman's return code for tests. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit deaed047fd641f5c09148ea759f57ad91f210c55 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 6 15:19:30 2014 -0500 valgrind.supp: add fakeroot/fakechroot errors Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 6fa7e8aff5ec7e1909ec52bb60c032ec4199bc91 Author: Allan McRae <allan@archlinux.org> Date: Tue Jan 28 20:30:51 2014 +1000 HACKING: mention tab size and line width Signed-off-by: Allan McRae <allan@archlinux.org> commit cd2370754ae6893e6df4e835eeb819f827eaee4a Author: Florian Pritz <bluewind@xinu.at> Date: Thu Jan 23 00:06:11 2014 +0100 Remove ts and sw from vim modeline when noet is set Forcing vim users to view files with a tabstop of 2 seems really unnecessary when noet is set. I find it much easier to read code with ts=4 and I dislike having to override the modeline by hand. Command run: find . -type f -exec sed -i '/vim.* noet/s# ts=2 sw=2##' {} + Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> commit 83e14aeebde5edcf98b52b37cc4aa156a4f09608 Author: Jason St. John <jstjohn@purdue.edu> Date: Thu Jan 16 17:18:23 2014 -0500 Add missing optdepends to the main list of variables in the split PKGBUILD prototype Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org> commit e6464f0cb6c36bf047a1dbdbf5cd313ff4fd2dbf Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 13 23:01:42 2014 -0500 pacman.c: free string commandline options Plugs a memory leak when values were passed twice. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 4e9d88aa05184e29368f1602b9fcb6a05d293095 Author: Olivier Brunel <jjk@jjacky.com> Date: Fri Jan 10 16:25:13 2014 +0100 Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVAL Because this event is triggered when an optdepend for another package is being removed. Signed-off-by: Olivier Brunel <jjk@jjacky.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit e65a752475797eb3e917858190a2679e9cd680b9 Author: Olivier Brunel <jjk@jjacky.com> Date: Fri Jan 10 16:25:12 2014 +0100 pacman: Fix delayed warnings/errors sent to stdout not stderr Signed-off-by: Olivier Brunel <jjk@jjacky.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit ffe7f6d16187e3a4b0bd273c212d92aac73d70f0 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 13 23:01:41 2014 -0500 pacman.c: remove unnecessary optarg checks getopt takes care of making sure that options that require a value have one. These checks were only added to silence clang, which no longer complains about optarg being unchecked, and newer options already use optarg unchecked. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 8a434aeb4616cec416419a216a620038d98024d3 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 13 23:01:44 2014 -0500 sync_prepare: treat from_sync as a boolean We only care that packages are being installed from a repo, not how many. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 62c76cf82518ce5d8c69ece862108ee6256d863b Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 13 23:01:45 2014 -0500 base64.c: comment out unused variable Commit e47eb9a7 commented out base64_encode, which left base64_enc_map unused, causing warnings under clang. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit b01c2aefd9212403832743727143143693c8ad63 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 13 23:01:46 2014 -0500 package.h: convert scriptlet field to int It's a boolean, so signedness doesn't matter, and the public API already exposes it as an int through alpm_pkg_has_scriptlet(). Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit bce495e56f3d5d909bbc2a116cf5776c3621cd89 Author: Allan McRae <allan@archlinux.org> Date: Fri Jan 10 14:32:38 2014 +1000 Consistently use #ifdef Fix the occurances of #if to be #ifdef for consistency. commit 1d3b17e25124c6c38f994b5bdf1beceaec1f0049 Author: Allan McRae <allan@archlinux.org> Date: Sat Dec 21 19:20:44 2013 +1000 Fix build with --disable-gpgme The alpm_decode_signature function was made available for frontends to display signature information, but this required libalpm to be build with gpgme support. As that function did not require anything from gpgme, have it build unconditionally. Signed-off-by: Allan McRae <allan@archlinux.org> commit 5097b162fc0dee03ce23b22fd58bf7d2bfd2ea5b Author: Dan McGee <dan@archlinux.org> Date: Thu Jan 2 12:37:07 2014 -0600 Fix compile warnings on systems without getmntent Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 00b6694068bcf86775089e0c110073fa592794d5 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Thu Jan 9 09:44:18 2014 -0500 Makefile.am: move test-suite.log into test/ Pushing down the testing .gitignore entries in commit e25afaf6 exposed test-suite.log in the root. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 3f34e0936abba7100b245726928f381ec06daeb1 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Jan 6 11:58:25 2014 -0500 create_verbose_row: free malloc'd strings Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: HACKING | 8 +++-- Makefile.am | 3 +- configure.ac | 2 +- contrib/Makefile.am | 2 +- contrib/bacman.sh.in | 2 +- contrib/checkupdates.sh.in | 2 +- contrib/paccache.sh.in | 2 +- contrib/pacdiff.sh.in | 2 +- contrib/paclist.sh.in | 2 +- contrib/paclog-pkglist.sh.in | 2 +- contrib/pacsysclean.sh.in | 2 +- contrib/rankmirrors.sh.in | 2 +- contrib/updpkgsums.sh.in | 2 +- doc/Makefile.am | 2 +- etc/Makefile.am | 2 +- lib/libalpm/Makefile.am | 8 ++--- lib/libalpm/add.c | 2 +- lib/libalpm/add.h | 2 +- lib/libalpm/alpm.c | 2 +- lib/libalpm/alpm.h | 4 +-- lib/libalpm/alpm_list.c | 2 +- lib/libalpm/alpm_list.h | 2 +- lib/libalpm/backup.c | 2 +- lib/libalpm/backup.h | 2 +- lib/libalpm/base64.c | 2 ++ lib/libalpm/be_local.c | 2 +- lib/libalpm/be_package.c | 2 +- lib/libalpm/be_sync.c | 2 +- lib/libalpm/conflict.c | 2 +- lib/libalpm/conflict.h | 2 +- lib/libalpm/db.c | 2 +- lib/libalpm/db.h | 2 +- lib/libalpm/delta.c | 2 +- lib/libalpm/delta.h | 2 +- lib/libalpm/deps.c | 2 +- lib/libalpm/deps.h | 2 +- lib/libalpm/diskspace.c | 5 ++- lib/libalpm/diskspace.h | 2 +- lib/libalpm/dload.c | 2 +- lib/libalpm/dload.h | 2 +- lib/libalpm/error.c | 2 +- lib/libalpm/filelist.c | 2 +- lib/libalpm/filelist.h | 2 +- lib/libalpm/graph.c | 2 +- lib/libalpm/graph.h | 2 +- lib/libalpm/group.c | 2 +- lib/libalpm/group.h | 2 +- lib/libalpm/handle.c | 2 +- lib/libalpm/handle.h | 2 +- lib/libalpm/libarchive-compat.h | 2 +- lib/libalpm/log.c | 2 +- lib/libalpm/log.h | 2 +- lib/libalpm/package.c | 2 +- lib/libalpm/package.h | 4 +-- lib/libalpm/pkghash.c | 2 +- lib/libalpm/rawstr.c | 2 +- lib/libalpm/remove.c | 4 +-- lib/libalpm/remove.h | 2 +- lib/libalpm/signing.c | 68 ++++++++++++++++++++--------------------- lib/libalpm/signing.h | 2 +- lib/libalpm/sync.c | 11 ++++--- lib/libalpm/sync.h | 2 +- lib/libalpm/trans.c | 2 +- lib/libalpm/trans.h | 2 +- lib/libalpm/util.c | 2 +- lib/libalpm/util.h | 2 +- lib/libalpm/version.c | 2 +- proto/PKGBUILD-split.proto | 1 + scripts/Makefile.am | 2 +- scripts/makepkg.sh.in | 2 +- scripts/pacman-db-upgrade.sh.in | 2 +- scripts/pacman-key.sh.in | 2 +- scripts/pacman-optimize.sh.in | 2 +- scripts/pkgdelta.sh.in | 2 +- scripts/repo-add.sh.in | 2 +- src/common/Makefile.am | 2 +- src/common/util-common.c | 2 +- src/common/util-common.h | 2 +- src/pacman/Makefile.am | 2 +- src/pacman/callback.c | 9 +++--- src/pacman/callback.h | 2 +- src/pacman/check.c | 2 +- src/pacman/check.h | 2 +- src/pacman/conf.c | 2 +- src/pacman/conf.h | 2 +- src/pacman/database.c | 2 +- src/pacman/deptest.c | 2 +- src/pacman/ini.c | 2 +- src/pacman/ini.h | 2 +- src/pacman/package.c | 2 +- src/pacman/package.h | 2 +- src/pacman/pacman.c | 18 ++++------- src/pacman/pacman.h | 2 +- src/pacman/query.c | 2 +- src/pacman/remove.c | 2 +- src/pacman/sync.c | 2 +- src/pacman/upgrade.c | 2 +- src/pacman/util.c | 12 ++++---- src/pacman/util.h | 2 +- src/util/Makefile.am | 2 +- src/util/cleanupdelta.c | 2 +- src/util/pacsort.c | 2 +- src/util/pactree.c | 2 +- src/util/testdb.c | 2 +- test/pacman/Makefile.am | 2 +- test/pacman/pmtest.py | 5 ++- test/pacman/tests/Makefile.am | 2 +- test/scripts/Makefile.am | 2 +- test/util/Makefile.am | 2 +- valgrind.supp | 40 ++++++++++++++++++++++++ 110 files changed, 218 insertions(+), 172 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org