Re: [pacman-dev] [PATCH] Fix double spaces in Running %s as root is not allowed message

2014-12-20 Thread Allan McRae
On 19/12/14 23:22, tredae...@archlinux.info wrote: From: Timothy Redaelli timothy.redae...@gmail.com --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 33dff245..b4577f10 100644 ---

[pacman-dev] [PATCH 1/5] Improve db upgrade error message

2014-12-20 Thread Allan McRae
This message is clearer without (another) error prefix. Signed-off-by: Allan McRae al...@archlinux.org --- src/pacman/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pacman/conf.c b/src/pacman/conf.c index 873ca0e..7ffc4d5 100644 --- a/src/pacman/conf.c +++

[pacman-dev] [PATCH] pacman-db-upgrade: set umask 022

2014-12-20 Thread Peter Wu
This prevents the database from becoming inaccessible for non-root users when the script was executed with a umask of 027. Signed-off-by: Peter Wu pe...@lekensteyn.nl --- Hi, It would probably be a good idea to set umask 022 for /var/cache/pacman/archives/ as well, but that is not as severe as

Re: [pacman-dev] [PATCH] pacman-db-upgrade: set umask 022

2014-12-20 Thread Allan McRae
On 20/12/14 20:58, Peter Wu wrote: It would probably be a good idea to set umask 022 for /var/cache/pacman/archives/ as well What is that directory?

Re: [pacman-dev] [PATCH] pacman-db-upgrade: set umask 022

2014-12-20 Thread Peter Wu
On Saturday 20 December 2014 21:00:57 Allan McRae wrote: On 20/12/14 20:58, Peter Wu wrote: It would probably be a good idea to set umask 022 for /var/cache/pacman/archives/ as well What is that directory? Typo: s/archives/pkg/ -- Kind regards, Peter https://lekensteyn.nl

[pacman-dev] [PATCH 1/2] libalpm: Parse and write PKGBASEs

2014-12-20 Thread Johannes Löthberg
This commit adds support to libalpm to parse the pkgbase present in packages .PKGINFO files, writing the PKGBASE to the %BASE% section of the local DBs desc files and for parsing it again when loading the local DB Signed-off-by: Johannes Löthberg johan...@kyriasis.com --- lib/libalpm/be_local.c

[pacman-dev] [PATCH 2/2] libalpm: Add accessors for the base field

2014-12-20 Thread Johannes Löthberg
This commit adds the necessary accessor functions to get the PKGBASE of a package, forcing the desc file to be parsed. Signed-off-by: Johannes Löthberg johan...@kyriasis.com --- lib/libalpm/alpm.h | 6 ++ lib/libalpm/be_local.c | 7 +++ lib/libalpm/package.c | 9 +

Re: [pacman-dev] Feature request: Dependency versions in .SRCINFO

2014-12-20 Thread David Macek
On 20. 12. 2014 0:18, Dave Reisner wrote: I see. This is outside the realm of what SRCINFO was intended for -- a parseable copy of the PKGBUILD. What you're asking for could just as easily be collected and catalogued external to the build process. The SRCINFO does help you here, though, as it

[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.2.0

2014-12-20 Thread Allan McRae
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 565c931e2c684d4460ff65cbec9b097ee1d8f94d (commit) via

[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.2.0-2-g91a56a7

2014-12-20 Thread Allan McRae
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 91a56a707253a04123f61530f4e1127e463481e9 (commit) via