[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-524-g8624edd
Allan McRae
allan at archlinux.org
Mon Jan 28 08:41:48 EST 2013
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 8624eddb31dc360312b50b5435f6688bec4543c5 (commit)
via 24a78fe7315c962dde892ca85ddb0675eae622f7 (commit)
via 66a9b5314123b3632cb90a4d37fd422a0f898568 (commit)
via 8308c7b320ae230252ff0e79ea18cbfed0d13e81 (commit)
via 457642231e36a14c58e52e6077efa077757da2f2 (commit)
via 6bbf6e8fa1e6dbb02bd70ab6d1e1283b00a05c8e (commit)
via 250aaefb27115e712b8de42cef601238ca22c260 (commit)
via a64a713fc2a56cf6182e4e7c7c50533ad0afe32a (commit)
via 89ecf8cabebfd13e50473fba7fb98f65a52b02d8 (commit)
via e3d8197d67336b6e59ee184762271cf64431aca6 (commit)
via 801f7d1033f74644c6d427cff9618270b2878582 (commit)
via ad280e1b56b6c6632b2fae5288f6441c343d0185 (commit)
from b27886ab5967c30e2e80d46e47968c9f4a95e760 (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 8624eddb31dc360312b50b5435f6688bec4543c5
Author: Maxime Gauduin <alucryd at gmail.com>
Date: Sun Jan 27 10:16:57 2013 +0100
Make sed follow symlinks on Linux
Signed-off-by: Maxime Gauduin <alucryd at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 24a78fe7315c962dde892ca85ddb0675eae622f7
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Wed Jan 23 19:28:58 2013 -0500
paclog-pkglist: parse entries with caller info
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 66a9b5314123b3632cb90a4d37fd422a0f898568
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Fri Jan 18 20:42:21 2013 -0500
add caller prefix to alpm_logaction
prefix defaults to "UNKOWN" if null or an empty string is provided.
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 8308c7b320ae230252ff0e79ea18cbfed0d13e81
Author: Allan McRae <allan at archlinux.org>
Date: Wed Jan 23 21:39:12 2013 +1000
Update "missing" file
The latest automake release causes complaints about an out of date
'missing' file during configure. Sync with upstream.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 457642231e36a14c58e52e6077efa077757da2f2
Author: William Giokas <1007380 at gmail.com>
Date: Mon Jan 21 03:12:40 2013 -0600
Fix printing of paths
Originally printed a leading \ before all path names as the `' would be
removed during the make. Using '' should be just as good as using `'.
paccache.sh.in:
die "cachedir \`%s' does not exist or is not a directory" "$cachedir"
paccache
die "cachedir \%s does not exist or is not a directory" "$cachedir"
Signed-off-by: William Giokas <1007380 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 6bbf6e8fa1e6dbb02bd70ab6d1e1283b00a05c8e
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Sat Jan 19 15:21:36 2013 -0500
add doxygen comments to conflict.c
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 250aaefb27115e712b8de42cef601238ca22c260
Author: Dave Reisner <dreisner at archlinux.org>
Date: Sat Jan 19 11:06:46 2013 -0500
paccache: pass the --file option to pacsort
Resolves FS#33455.
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit a64a713fc2a56cf6182e4e7c7c50533ad0afe32a
Author: Dave Reisner <dreisner at archlinux.org>
Date: Sat Jan 19 12:00:20 2013 -0500
pacsort: add -f, --files option for sorting filenames
Teach pacsort to understand package filenames and optionally strip away
some of the context. alpm_pkg_vercmp() intentionally only understands
pure versions, so strings such as '18.0-2-x86_64' and '18.0.1-1-x86_64'
will be compared wrongly.
Partially addresses FS#33455.
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 89ecf8cabebfd13e50473fba7fb98f65a52b02d8
Author: Allan McRae <allan at archlinux.org>
Date: Sun Jan 20 21:56:57 2013 +1000
Make path to ldconfig configurable
The FHS (2.3) says having ldconfig in /sbin is optional and it is usually
located in /usr/sbin. So /sbin/ldconfig should not be hard coded in
pacman. Instead, provide a configure option --with-ldconfig that defaults
to the current path.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit e3d8197d67336b6e59ee184762271cf64431aca6
Author: Allan McRae <allan at archlinux.org>
Date: Sun Jan 20 21:36:20 2013 +1000
Remove leading / for pactest paths
The leading / makes the pactest suite look for the file in the users
filesystem. This meant the ldconfig tests always passed (even when
broken in pacman...).
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 801f7d1033f74644c6d427cff9618270b2878582
Author: Allan McRae <allan at archlinux.org>
Date: Sun Jan 20 16:49:52 2013 +1000
pactest: handle non-default scriptlet shells
pacman can be configured to use a different shell than /bin/sh for
scriplets. Pass the cnfigured value to the pactest suite and make the
necessary "copy" of the shell in the test root.
Also update all copyright years in the pactest suite.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit ad280e1b56b6c6632b2fae5288f6441c343d0185
Author: Allan McRae <allan at archlinux.org>
Date: Sun Jan 20 10:32:11 2013 +1000
Revert execvp and related commits
This reverts commit 4a8c2852a887d2b1aaa43be3071ab586eb24b9e3.
This reverts commit 993700bc6b12cd291544d2a22845f480e8a7925e.
This reverts commit bb4d2b72c1d35ab9d65d632be0dcaf00cfa7d600.
This reverts commit 60b192e3836a150eb6950ce52241efebbee00f11.
Signed-off-by: Allan McRae <allan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
build-aux/missing | 461 +++++++++++++--------------------------
configure.ac | 18 +-
contrib/paccache.sh.in | 12 +-
contrib/paclog-pkglist.sh.in | 24 +-
lib/libalpm/add.c | 36 +--
lib/libalpm/alpm.h | 3 +-
lib/libalpm/conflict.c | 94 ++++++--
lib/libalpm/log.c | 17 +-
lib/libalpm/log.h | 2 +
lib/libalpm/remove.c | 10 +-
lib/libalpm/util.c | 30 ++-
lib/libalpm/util.h | 2 +-
src/pacman/callback.c | 24 +-
src/pacman/pacman.c | 3 +-
src/pacman/pacman.h | 2 +
src/pacman/sync.c | 6 +-
src/util/pacsort.c | 52 ++++-
test/pacman/pactest.py | 8 +-
test/pacman/pmdb.py | 1 +
test/pacman/pmenv.py | 1 +
test/pacman/pmfile.py | 1 +
test/pacman/pmpkg.py | 1 +
test/pacman/pmrule.py | 1 +
test/pacman/pmtest.py | 28 +--
test/pacman/tests/ldconfig001.py | 2 +-
test/pacman/tests/ldconfig002.py | 2 +-
test/pacman/tests/ldconfig003.py | 2 +-
test/pacman/tests/sync700.py | 2 +-
test/pacman/util.py | 1 +
test/util/pacsorttest.sh | 18 ++
31 files changed, 438 insertions(+), 427 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list