[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.0.1-9-g6a1d394
Dan McGee
dan at archlinux.org
Wed Dec 7 11:05:44 EST 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, maint has been updated
via 6a1d3948a670184f01a697efe55b91b4ccdcb51d (commit)
via 17e0be9e6a5ed1cf5611e23d3c9debd0a3248077 (commit)
via d85d0ddcfeab6212a588e50529744277f0ca48bb (commit)
via 61ce2ca1bbf4f8042c77e50a37297003bdebd01d (commit)
from 5490cd6eb22752d2eac5410152d239c50224dbc1 (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 6a1d3948a670184f01a697efe55b91b4ccdcb51d
Author: Dan McGee <dan at archlinux.org>
Date: Mon Dec 5 23:20:08 2011 -0600
Use correct size in memset
We were using the size of a pointer, not the size of the whole
archive_read_buffer struct. Thanks to Clang/LLVM 3.0 and Allan/Dave in
IRC for finding this one.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 17e0be9e6a5ed1cf5611e23d3c9debd0a3248077
Author: Dan McGee <dan at archlinux.org>
Date: Mon Dec 5 10:07:40 2011 -0600
repo-add: enforce maximum .sig file size
This prevents user error in adding a file generated via `gpg --sign`
rather than `--detach-sign`, for example. The same 16KiB limit is used
we use in our pacman download code.
The section is moved above the checksum generation to avoid presenting
info messages to the user if the signature isn't valid.
Addresses a shortcoming pointed out in FS#27453.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit d85d0ddcfeab6212a588e50529744277f0ca48bb
Author: Dan McGee <dan at archlinux.org>
Date: Mon Dec 5 10:06:12 2011 -0600
Enforce signature download size limit on -U <url> operations
We had a 16 KiB limit on database signatures, we should do the same here
too to have a slight sanity check, even if we can't do so for the
package itself yet.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 61ce2ca1bbf4f8042c77e50a37297003bdebd01d
Author: Lukas Fleischer <archlinux at cryptocrack.de>
Date: Fri Dec 2 09:49:30 2011 +0100
contrib/paclist: Add "--help" command line parameter
Be consistent with all other contrib scripts and support the "--help"
command line switch. Fixes FS#27258.
Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
contrib/paclist.in | 2 +-
lib/libalpm/dload.c | 3 +++
lib/libalpm/util.c | 2 +-
scripts/repo-add.sh.in | 19 ++++++++++++-------
4 files changed, 17 insertions(+), 9 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list