[pacman-dev] [GIT] The official pacman repository branch, master now at v3.0.0-482-g0cff7c6
Hello, This is an automated email from the git hooks/update script, it was generated because a ref change was pushed to the repository. Updating branch, master, via 0cff7c6bdf5461c3286edc940aabb88d63345381 (commit) via 89ac8aa9c45486aa4f4b9599bb094f1d54ff1b66 (commit) via 581769b72d882fdc05bdbdc588db97187329e5b5 (commit) via aa545f6798e526dfd23779b488a86296d1f52d12 (commit) via 616668fb71db5045ae727586031ce32fd18e92cc (commit) via bd15c23e1690d0c85632d7950cd79d17c65a4e17 (commit) via 8b1fb61df26649e1dec626ef9120fc787a831fcc (commit) via 0c4f7d821c1cd4ce559476595e2108f75b3dde7c (commit) via 46eaa5c54200bfda402412e2f5b7df0eddc0230a (commit) from f5b77eb9894ea92a08fac586ddf03e9ba70c3de8 (commit) - Log ----------------------------------------------------------------- commit 0cff7c6bdf5461c3286edc940aabb88d63345381 Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Thu Oct 25 02:31:28 2007 +0200 Add alpm_dep_get_string method Public alpm_dep_get_string function is introduced, which converts a pmdepend_t structure to printable string in %DEPENDS% format. This function is now used in pacman to print dependency error messages. Signed-off-by: Dan McGee <dan@archlinux.org> commit 89ac8aa9c45486aa4f4b9599bb094f1d54ff1b66 Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Wed Oct 24 22:58:34 2007 +0200 _alpm_depmiss_isin fix The old code used memcmp, which is not good for comparing strings: "pkgname"'\0''\0' should be equal to "pkgname"'\0''a' for example. The new code uses strcmp. Signed-off-by: Dan McGee <dan@archlinux.org> commit 581769b72d882fdc05bdbdc588db97187329e5b5 Author: Dan McGee <dan@archlinux.org> Date: Wed Oct 24 00:37:50 2007 -0500 Add strndup implemention for environments that are missing it Signed-off-by: Dan McGee <dan@archlinux.org> commit aa545f6798e526dfd23779b488a86296d1f52d12 Author: Dan McGee <dan@archlinux.org> Date: Tue Oct 23 23:27:03 2007 -0500 One more added include to help compilation elsewhere Signed-off-by: Dan McGee <dan@archlinux.org> commit 616668fb71db5045ae727586031ce32fd18e92cc Author: Dan McGee <dan@archlinux.org> Date: Tue Oct 23 19:24:39 2007 -0500 Replace UK mirror with a new updated one Signed-off-by: Dan McGee <dan@archlinux.org> commit bd15c23e1690d0c85632d7950cd79d17c65a4e17 Author: Dan McGee <dan@archlinux.org> Date: Tue Oct 23 00:35:42 2007 -0500 Print and typecast time_t correctly The recommended C99 way to print the value of a time_t is to cast it to uintmax_t or intmax_t. Do this to ensure compatability with all platforms. Signed-off-by: Dan McGee <dan@archlinux.org> commit 8b1fb61df26649e1dec626ef9120fc787a831fcc Author: Dan McGee <dan@archlinux.org> Date: Mon Oct 22 23:52:55 2007 -0500 Ensure all localization stuff is correctly guarded Anything dealing with libintl and localization should be correctly guarded inside an ENABLE_NLS block on both the pacman and libalpm sides. Signed-off-by: Dan McGee <dan@archlinux.org> commit 0c4f7d821c1cd4ce559476595e2108f75b3dde7c Author: Dan McGee <dan@archlinux.org> Date: Mon Oct 22 21:33:47 2007 -0700 Fix broken or missing includes Signed-off-by: Dan McGee <dan@archlinux.org> commit 46eaa5c54200bfda402412e2f5b7df0eddc0230a Author: Dan McGee <dan@archlinux.org> Date: Mon Oct 22 01:43:34 2007 -0700 Fix invalid static scoping of strverscmp Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Diffstat: etc/pacman.d/mirrorlist.in | 2 +- lib/libalpm/alpm.c | 3 +++ lib/libalpm/alpm.h | 1 + lib/libalpm/be_files.c | 7 +++---- lib/libalpm/deps.c | 41 +++++++++++++++++++++++++++++++++++++++-- lib/libalpm/server.c | 5 +++-- lib/libalpm/util.c | 2 +- lib/libalpm/util.h | 16 +++++++++------- src/pacman/add.c | 18 +++--------------- src/pacman/pacman.c | 5 ++++- src/pacman/remove.c | 4 +++- src/pacman/sync.c | 19 ++++--------------- src/pacman/util.c | 23 +++++++++++++++++++++++ src/pacman/util.h | 14 +++++++++----- src/util/testdb.c | 1 + 15 files changed, 107 insertions(+), 54 deletions(-) hooks/update --- Git Source Code Management System hooks/update refs/heads/master \ f5b77eb9894ea92a08fac586ddf03e9ba70c3de8 \ 0cff7c6bdf5461c3286edc940aabb88d63345381
participants (1)
-
Dan McGee