[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.1.0-25-g6ee95af
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 6ee95afe7e9ac1b0ecdc517948ecdcc3b69ccf68 (commit) via e93b0a2f37a41e8ba38f7ae7aa6f4ec7c5b8664d (commit) via 916e226b7839e38d9245ecbef396eb5ba5b6a224 (commit) via 801a26805663b0a79bf619a0fec853293806969b (commit) via 549c2878f965e5b6cb001ff3c8c5e3122becf8e1 (commit) via 8186dc11a90dbc310acaad7ee867ee995adbd6ed (commit) from bbe02ec57fd56670dfe0bc08d981ce8a1aa31370 (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 6ee95afe7e9ac1b0ecdc517948ecdcc3b69ccf68 Author: Chantry Xavier <shiningxc@gmail.com> Date: Sun Jan 13 22:43:53 2008 +0100 doc: update documentation for --recursive and --cascade This addresses some of the issues in FS#9192. Attempt to clarify the -Rc and -Rs options in the man page. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit e93b0a2f37a41e8ba38f7ae7aa6f4ec7c5b8664d Author: Dan McGee <dan@archlinux.org> Date: Sun Jan 13 17:41:35 2008 -0600 doc: update makepkg options Add documentation for --holdver (from Scott) and --forcever (saying this is an internal option that should not be used by most end users), and re-alphabetize the --asroot option. Signed-off-by: Dan McGee <dan@archlinux.org> commit 916e226b7839e38d9245ecbef396eb5ba5b6a224 Author: Scott Horowitz <stonecrest@gmail.com> Date: Sun Jan 13 17:39:06 2008 -0600 makepkg: Introduce --holdver option to prevent bumped pkgrel This allows us to keep the --forcever option internal to makepkg. Fixes FS#9194. Signed-off-by: Dan McGee <dan@archlinux.org> commit 801a26805663b0a79bf619a0fec853293806969b Author: Jaroslaw Swierczynski <swiergot@juvepoland.com> Date: Sun Jan 13 15:06:25 2008 +0100 FS#9183 : force correct permissions on tmp/. [Xav: removed unneeded makepath_internal function, and fixed the permission value : 1777 -> 01777] Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 549c2878f965e5b6cb001ff3c8c5e3122becf8e1 Author: Dan McGee <dan@archlinux.org> Date: Sun Jan 13 14:14:34 2008 -0600 Disallow a NULL section in _parseconfig If we allow _parseconfig to continue processing when section is not defined, then we have the potential to segfault during strcmp calls. This is no good. For some reason, we had existing logic that tested this case but only if it was processing and 'Include' directive. Expand the check to check for a NULL section in all cases, and print an error message if this is the case. Reported here: http://bbs.archlinux.org/viewtopic.php?id=42235 Signed-off-by: Dan McGee <dan@archlinux.org> commit 8186dc11a90dbc310acaad7ee867ee995adbd6ed Author: Chantry Xavier <shiningxc@gmail.com> Date: Sun Jan 13 11:08:59 2008 +0100 Ensure correct dir permissions in the database. Fix for FS#9176. A previous commit (6e8daa553bbd5) already forced all database files to 644. Now the directories are also forced to 755. Additionally, repo-add now sets the umask to 022, just like makepkg does, to fix the problem at its root. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/makepkg.8.txt | 20 +++++++++++++++----- doc/pacman.8.txt | 12 +++++++----- lib/libalpm/trans.c | 2 +- lib/libalpm/util.c | 11 +++++++++-- lib/libalpm/util.h | 1 + scripts/makepkg.sh.in | 32 ++++++++++++++++++++++++-------- scripts/repo-add.sh.in | 3 +++ src/pacman/pacman.c | 4 ++-- 8 files changed, 62 insertions(+), 23 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Dan McGee