[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.0rc1-62-g9934b3b
Dan McGee
dan at archlinux.org
Fri Aug 19 11:00:20 EDT 2011
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 9934b3bd345011eef6a96249d8d90de594c04cd0 (commit)
via 24824b54ce6ce3f62417be493d1e29eeb2cc8f53 (commit)
via 2ca27ab3a14c106a7153dda337a61c79db7a6de0 (commit)
via 1723e6dc4f8eff8aaa1e0f7560800c76e85f3009 (commit)
via 16334f778b59ebf831c15640db2fe9706e7c9615 (commit)
from c28052e45b94437d8c476c648ad6c9f9b8c04f36 (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 9934b3bd345011eef6a96249d8d90de594c04cd0
Author: Dave Reisner <dreisner at archlinux.org>
Date: Thu Aug 18 15:21:58 2011 -0400
lib/dload: unlink on response code >=400
ftp and http both define >=400 as being "something bad happened"
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 24824b54ce6ce3f62417be493d1e29eeb2cc8f53
Author: Dave Reisner <dreisner at archlinux.org>
Date: Thu Aug 18 14:17:30 2011 -0400
dload: add 'unlink_on_fail' to payload struct
Let callers of _alpm_download state whether we should delete on fail,
rather than inferring it from context. We still override this decision
and always unlink when a temp file is used.
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 2ca27ab3a14c106a7153dda337a61c79db7a6de0
Author: Dave Reisner <dreisner at archlinux.org>
Date: Thu Aug 18 12:27:12 2011 -0400
makepkg: quote re-evaluation of simple vars
This is a safety measure to prevent simple code injection.
$ i="foo bar"
$ eval i="$i"
bash: bar: command not found
$ eval i=\"$i\"
$ echo "|$i|"
|foo bar|
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 1723e6dc4f8eff8aaa1e0f7560800c76e85f3009
Author: Dave Reisner <dreisner at archlinux.org>
Date: Thu Aug 18 12:18:39 2011 -0400
lib/dload: prevent possible NULL dereference
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 16334f778b59ebf831c15640db2fe9706e7c9615
Author: Dave Reisner <dreisner at archlinux.org>
Date: Fri Aug 19 02:17:04 2011 -0400
sync: fix garbled output in conflict prompt
$ pacman -S cronie
resolving dependencies...
looking for inter-conflicts...
:: cronie and fcron are in conflict (@.). Remove fcron? [y/N] n
$ sudo pacman -S pacman
resolving dependencies...
looking for inter-conflicts...
:: pacman and pacman-git are in conflict (pKÃ). Remove pacman-git? [y/N]
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
lib/libalpm/be_sync.c | 1 +
lib/libalpm/dload.c | 16 ++++++++++------
lib/libalpm/dload.h | 1 +
lib/libalpm/sync.c | 2 +-
scripts/makepkg.sh.in | 12 ++++++------
5 files changed, 19 insertions(+), 13 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list