[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.4-139-gdf5024f
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 df5024fd64de5b033ed76d3ea347a1126572cbc3 (commit) via 081ba4816ee90e59be31a14da6e7ac2ea5a10db8 (commit) via 7fccfc78195f257e907ff4f04294ef743559017a (commit) via a13bf7497948b27786a1d568264d91b8fa60491b (commit) from 5389cdf65431e6daf219b9bb8f8985c6c33b1996 (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 df5024fd64de5b033ed76d3ea347a1126572cbc3 Author: Dan McGee <dan@archlinux.org> Date: Sun May 4 20:51:04 2008 -0500 Use strdup() instead of a static buffer We only need a copy of this string once we know we are going to extract it, and we don't need a static buffer to copy it into since it is coming from a known-length string. Signed-off-by: Dan McGee <dan@archlinux.org> commit 081ba4816ee90e59be31a14da6e7ac2ea5a10db8 Author: Dan McGee <dan@archlinux.org> Date: Sun May 4 20:48:32 2008 -0500 Update md5 routines XySSL 0.9 was released; sync our code with the upstream source. Note that there weren't any real changes besides renaming of macros, so nothing much to see here. The biggest change may be the licence- it is now GPL/BSD software rather than LGPL/BSD. The license header is changed to reflect this. Signed-off-by: Dan McGee <dan@archlinux.org> commit 7fccfc78195f257e907ff4f04294ef743559017a Author: Dan McGee <dan@archlinux.org> Date: Sun May 4 19:34:03 2008 -0500 be_files.c: PATH_MAX cleanup Most of these are not easy to remove, but I could kill the ones in the two lastupdate functions. Signed-off-by: Dan McGee <dan@archlinux.org> commit a13bf7497948b27786a1d568264d91b8fa60491b Author: Dan McGee <dan@archlinux.org> Date: Sun May 4 19:15:49 2008 -0500 pacman-side code cleanups When taking a look at PATH_MAX usage, I found a few small things we can clean up or fix. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/add.c | 38 +++++++++++++-------- lib/libalpm/be_files.c | 19 +++++++--- lib/libalpm/md5.c | 86 +++++++++++++++++++++++------------------------ lib/libalpm/md5.h | 29 +++++----------- src/pacman/package.c | 7 +--- src/pacman/query.c | 9 +++-- src/pacman/sync.c | 4 +- 7 files changed, 97 insertions(+), 95 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Dan McGee