[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.1.0-13-g597286e
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, maint has been updated via 597286eb258f841dfc00f65474138fc6192f0092 (commit) via 695f0e443e18ca5d7b722bdf2c4695cc63c1af54 (commit) via 7e0f528274478e7d3057d71717596fdaa5e5bb79 (commit) via 2bf2700b744392ab3fb4e5295e3a2619b1ddfe28 (commit) via b7c994db8b049b87df5ec5d6cada84a36c60c47d (commit) via 3de8f8f1ccf103ae9737299b52407b4ebe51d75a (commit) via 32c91e28952f3b746da7513849a8f3c996aab807 (commit) via 95c68d26ef1fe9ccf7eafc1be4205964255c7f3f (commit) via 0f486adfec6d44f7578e526379078231aa300601 (commit) via f9280a0523d0c49039a0ad27718701c20d874ec3 (commit) via 0f05bfc340891ed6649168c888bb7c598d7f0d58 (commit) via 7b10519835eadec97487728516b1a712c4b896eb (commit) via b5a7734a7ecdd35f64f33eeed5252423ca005fd2 (commit) from 5caf143faaa64bd76c10c8e35dd0adbfd8619615 (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 597286eb258f841dfc00f65474138fc6192f0092 Author: Dave Reisner <dreisner@archlinux.org> Date: Thu Apr 11 09:18:47 2013 -0400 paccache: avoid subshell in calling runcmd Avoids problems with one of the worst CLI tools ever created, su. Fixes FS#34656. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 695f0e443e18ca5d7b722bdf2c4695cc63c1af54 Author: Allan McRae <allan@archlinux.org> Date: Thu Apr 11 15:46:51 2013 +1000 makepkg: fix svn repo extraction Copy SVN repos rather than using "svn export" to keep all anotation files in the repo for build scripts that use (e.g.) "svin info". Signed-off-by: Allan McRae <allan@archlinux.org> commit 7e0f528274478e7d3057d71717596fdaa5e5bb79 Author: Allan McRae <allan@archlinux.org> Date: Thu Apr 11 11:56:06 2013 +1000 Do not use checkout directory for SVN config Using the checkout directory for the SVN config can result in clashes between config files and files from the SVN checkout. Instead, use a ".makepkg" directory within the checkout. Signed-off-by: Allan McRae <allan@archlinux.org> commit 2bf2700b744392ab3fb4e5295e3a2619b1ddfe28 Author: Maxime Gauduin <alucryd@gmail.com> Date: Wed Apr 10 18:54:02 2013 +0200 Add support for all bzr URLs in the PKGBUILD source array Add support for all bzr URLs, including "lp:" URLs, in the source array. This, however, requires an internet connection and will fall back to the current behavior for offline builds. In that case, only the URL reported by 'bzr config parent_location' run inside the local repo can be used, and is outputted. Signed-off-by: Maxime Gauduin <alucryd@gmail.com> commit b7c994db8b049b87df5ec5d6cada84a36c60c47d Author: William Giokas <1007380@gmail.com> Date: Fri Mar 15 12:11:11 2013 -0500 makepkg: don't run remove_deps twice when unneeded remove_deps already has a check and won't run unless -r is specified, so if this was meant to remove dependencies of a failure no matter what, then it's not doing it, and with -r it is run twice on a failure for no real reason. Signed-off-by: William Giokas <1007380@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 3de8f8f1ccf103ae9737299b52407b4ebe51d75a Author: Allan McRae <allan@archlinux.org> Date: Tue Apr 9 11:59:43 2013 +1000 Rework callback message to add translation Signed-off-by: Allan McRae <allan@archlinux.org> commit 32c91e28952f3b746da7513849a8f3c996aab807 Author: Allan McRae <allan@archlinux.org> Date: Mon Apr 8 22:00:04 2013 +1000 contrib/checkupdates: do not log Avoid the log file filling up with "[PACMAN] synchronizing package lists". Signed-off-by: Allan McRae <allan@archlinux.org> commit 95c68d26ef1fe9ccf7eafc1be4205964255c7f3f Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Tue Apr 2 19:53:45 2013 -0400 pacman: add -Qkk to usage() help Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 0f486adfec6d44f7578e526379078231aa300601 Author: William Giokas <1007380@gmail.com> Date: Mon Apr 1 10:19:35 2013 +0000 contrib: Use sysconfdir instead of /etc Don't force people to see /etc. Signed-off-by: William Giokas <1007380@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit f9280a0523d0c49039a0ad27718701c20d874ec3 Author: Daniel Wallace <danielwallace@gtmanfred.com> Date: Fri Apr 5 19:31:57 2013 -0400 zsh completion: make sure -Ss works if you put a type in pacman -Ss <regex> it doesn't work because it never passes through they pointer ->sync_search to set $state. All of the other iterations like this have a case, add one for -S*s* Signed-off-by: Allan McRae <allan@archlinux.org> commit 0f05bfc340891ed6649168c888bb7c598d7f0d58 Author: Simon Gomizelj <simongmzlj@gmail.com> Date: Mon Apr 1 19:46:29 2013 -0400 ctypes.h shouldn't be included twice Earnestly spotted this on #archlinux. Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 7b10519835eadec97487728516b1a712c4b896eb Author: William Giokas <1007380@gmail.com> Date: Mon Apr 1 01:46:48 2013 -0500 doc: fix debug spelling mistake with -> when Signed-off-by: William Giokas <1007380@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit b5a7734a7ecdd35f64f33eeed5252423ca005fd2 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Fri Apr 5 10:12:04 2013 -0400 use off_t for table_row_t.size size went from off_t in _display_targets to int in add_transaction_sizes and back to off_t in humanize_size leading to potential overflows. Fixes FS#34616. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/checkupdates.sh.in | 2 +- contrib/paccache.sh.in | 4 ++-- contrib/zsh_completion.in | 14 ++++++++++---- doc/makepkg.conf.5.txt | 2 +- scripts/makepkg.sh.in | 42 ++++++++++++++++++++++++++++++++---------- src/pacman/callback.c | 10 +++++----- src/pacman/pacman.c | 3 +-- src/pacman/util.c | 4 ++-- 8 files changed, 54 insertions(+), 27 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org