[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.5.2-162-g22b1338
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 22b133839088c88801b1f24455e41425a16de372 (commit) via 991bfb7cbfaf68749bfca181fcca9319a73f579e (commit) via 7680f461575b63b592090dbf76c13aa7040b840b (commit) via c4fccfe3e65c17ee5284e10570f9a8fd20e361fa (commit) via e8a40526cb3be82c5019f0ee3f592a08b3387fa9 (commit) via c03faa32f335f3fb7bc1bc8718dd1781781ef3dd (commit) via 8fd9037cfd8836db7dd35ba0e8825ba86c4e4688 (commit) via 9a127d8ed4a43009f93b7e0e2ee60dc07034801d (commit) from 4758cfe33f9a8473312a9fee718c45bf72f555f5 (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 22b133839088c88801b1f24455e41425a16de372 Author: Dan McGee <dan@archlinux.org> Date: Wed May 4 16:29:41 2011 -0500 dload: make sure we never print a bogus error buffer Signed-off-by: Dan McGee <dan@archlinux.org> commit 991bfb7cbfaf68749bfca181fcca9319a73f579e Merge: 7680f46 8fd9037 Author: Dan McGee <dan@archlinux.org> Date: Wed May 4 15:54:42 2011 -0500 Merge branch 'maint' commit 7680f461575b63b592090dbf76c13aa7040b840b Author: Allan McRae <allan@archlinux.org> Date: Fri Apr 29 21:10:09 2011 +1000 Deal with unused function parameters correctly This started off removing the "(void)foo" hacks to work around unused function parameters and ended up fixing every warning generated by -Wunused-parameter. Dan: rename to UNUSED. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit c4fccfe3e65c17ee5284e10570f9a8fd20e361fa Author: Dan McGee <dan@archlinux.org> Date: Wed May 4 15:49:47 2011 -0500 pactree: make -Wwrite-strings friendly Use a few structs to hold configuration values we change given certain options so we can be const-correct with string assignment across the board. Behavior should be completely unchanged. Signed-off-by: Dan McGee <dan@archlinux.org> commit e8a40526cb3be82c5019f0ee3f592a08b3387fa9 Author: Dan McGee <dan@archlinux.org> Date: Wed May 4 15:48:47 2011 -0500 Fix warnings reported by -Wwrite-strings These are places where we stuck a string constant in a variable not marked as const. Signed-off-by: Dan McGee <dan@archlinux.org> commit c03faa32f335f3fb7bc1bc8718dd1781781ef3dd Author: Dan McGee <dan@archlinux.org> Date: Wed May 4 15:42:50 2011 -0500 Reduce duplicate signing debug code and fix logic condition We had a lot of similar looking code that we can collapse down into a function. This also fixes errors seen when turning on some gcc warnings and implicitly casting away the const-ness of the string. Free the list when we are done with it as well. Also, fix a logic error where we should be checking with &&, not ||. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/PKGBUILD-example.txt | 8 +++- lib/libalpm/be_local.c | 6 +- lib/libalpm/be_package.c | 4 +- lib/libalpm/be_sync.c | 2 +- lib/libalpm/conflict.c | 8 +-- lib/libalpm/dload.c | 11 ++--- lib/libalpm/package.c | 19 +++++++- lib/libalpm/signing.c | 58 +++++++++-------------- lib/libalpm/trans.c | 4 +- lib/libalpm/util.h | 2 + scripts/makepkg.sh.in | 2 +- src/pacman/package.c | 2 +- src/pacman/util.c | 5 +- src/util/cleanupdelta.c | 4 +- src/util/pactree.c | 112 +++++++++++++++++++++++++-------------------- src/util/testdb.c | 2 +- 16 files changed, 132 insertions(+), 117 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org