[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-547-gc0835ff
Allan McRae
allan at archlinux.org
Wed Feb 6 19:49:02 EST 2013
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 c0835ff08e3228c748c57784869401d50421930c (commit)
via defa56155828c3f8c8fb5a08a90190532aed2ca9 (commit)
via fc0ec7644ca55f16c81b2f037cfccbfe79679019 (commit)
via 2d832adf08ea428a956cf9e070a347fc01fb67de (commit)
via 2f137fdd39d1441f961757ccb1f1e6f6670ac72a (commit)
via 1631255357c248ed827c14ce51e3648c74d0adbf (commit)
via ec339969d9479d21256ac3954d9292fa83f9a017 (commit)
via 7956441350f0de11394de9afdcf95a54d608bc47 (commit)
via 5c5cdb0eb964e1806c868e4deb84afa04c13bb75 (commit)
via f170a94c137d355cfebb7d1623b685f34a09081b (commit)
via 274c3890b07bdb6faae7bbbd7535f73c26565f24 (commit)
via 529cf928ab10050fb43935f5065f5052496438aa (commit)
via 66171822295741fea7d00500ca4924c187f7bb4c (commit)
via 7edd262a060c508a3a08b73dc18158eeac16c053 (commit)
via 05d83c46fd0ae6fce3e220dd77d113cb448e068f (commit)
via 33b3b6d9b854687f0fc3030eba134aad1485546f (commit)
from 3aece8f0eedd703349bcd7bd6bf4b221d9f5775c (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 c0835ff08e3228c748c57784869401d50421930c
Author: Allan McRae <allan at archlinux.org>
Date: Tue Feb 5 11:35:47 2013 +1000
Additions to .mailmap
Standardize on the most common name for email addresses with multiple
name variants.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit defa56155828c3f8c8fb5a08a90190532aed2ca9
Author: Chirantan Ekbote <chirantan.ekbote at gmail.com>
Date: Sun Feb 3 14:46:05 2013 +1000
Document fakeroot and fakechroot as dependencies
Signed-off-by: Allan McRae <allan at archlinux.org>
commit fc0ec7644ca55f16c81b2f037cfccbfe79679019
Author: Allan McRae <allan at archlinux.org>
Date: Sun Feb 3 14:36:53 2013 +1000
Remove outdated instructions in pactest README
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 2d832adf08ea428a956cf9e070a347fc01fb67de
Author: Chirantan Ekbote <chirantan.ekbote at gmail.com>
Date: Thu Jan 31 22:24:23 2013 -0500
Remove conditional checks for fakechroot from test files
We don't want test files to do any checks for fakechroot since we will
print a warning if it is not found.
Signed-off-by: Chirantan Ekbote <chirantan.ekbote at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 2f137fdd39d1441f961757ccb1f1e6f6670ac72a
Author: Chirantan Ekbote <chirantan.ekbote at gmail.com>
Date: Thu Jan 31 22:24:22 2013 -0500
Print a warning if fakechroot is not found
Fixes FS#33551.
Signed-off-by: Chirantan Ekbote <chirantan.ekbote at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 1631255357c248ed827c14ce51e3648c74d0adbf
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Sat Feb 2 10:16:19 2013 -0500
use strtok_r to parse multi-value config options
This prevents multiple spaces between values from being
parsed as empty values.
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit ec339969d9479d21256ac3954d9292fa83f9a017
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Tue Jan 29 21:38:48 2013 -0500
document that stdin must not be a tty to read from it
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 7956441350f0de11394de9afdcf95a54d608bc47
Author: Allan McRae <allan at archlinux.org>
Date: Sat Feb 2 19:58:50 2013 +1000
Better error message with "-" is specified without stdin
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 5c5cdb0eb964e1806c868e4deb84afa04c13bb75
Author: Allan McRae <allan at archlinux.org>
Date: Sat Feb 2 12:40:01 2013 +1000
doc: update PKGBUILD man page
Rearrange the functions section of the PKGBUILD man package. Clarify
that the package() function is a requirement and the rest are all
optional. Note that $pkgdir should only be used in the package()
function.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit f170a94c137d355cfebb7d1623b685f34a09081b
Author: Allan McRae <allan at archlinux.org>
Date: Sat Feb 2 12:13:41 2013 +1000
makepkg: make $pkgdir non-accessible during build()
The idea of having separate build() and package() functions is that
build() is run as a normal uses and package() as (fake)root. Any
files placed in $pkgdir during build() can have the wrong permissions.
Restrict access to $pkgdir during build() - unless there is no package()
function.
Also, set $pkgdir to something "useful" during build(). For split
packages, this uses "<path>/pkg/$pkgbase" because it is not obvious
which $pkgdir is being referred to.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 274c3890b07bdb6faae7bbbd7535f73c26565f24
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Wed Jan 30 20:33:09 2013 -0500
make test/scripts/human_to_size.sh executable
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 529cf928ab10050fb43935f5065f5052496438aa
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Tue Jan 29 21:23:31 2013 -0500
add missing utilities to contrib/README
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 66171822295741fea7d00500ca4924c187f7bb4c
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Tue Jan 29 21:23:30 2013 -0500
unset executable bit on updpkgsums.sh.in
No other contrib script is executable.
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 7edd262a060c508a3a08b73dc18158eeac16c053
Author: Dave Reisner <dreisner at archlinux.org>
Date: Tue Jan 29 09:25:18 2013 -0500
inline libarchive compat wrappers
Suggested-by: Dan McGee <dan at archlinux.org>
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 05d83c46fd0ae6fce3e220dd77d113cb448e068f
Author: Allan McRae <allan at archlinux.org>
Date: Tue Feb 5 10:55:55 2013 +1000
Document LocalFileSigLevel and RemoteFileSigLevel
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 33b3b6d9b854687f0fc3030eba134aad1485546f
Author: Allan McRae <allan at archlinux.org>
Date: Thu Dec 22 20:19:18 2011 +1000
Add configuration option for Upgrade operation SigLevel
Add LocalFileSigLevel and RemoteFileSigLevel to control the signature
checking for "pacman -U <file>" and "pacman -U <url>" operations
respectively. The starting value for both these options is SigLevel,
if it is specified in the [options] section, or the built-in system
default. The specified values override and/or supplement this initial
value. Note there is no distinction between setting "Required" and
"PackageRequired" as there are no database options for Upgrade
operations.
Signed-off-by: Allan McRae <allan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
.mailmap | 4 ++
contrib/README | 18 +++++--
doc/PKGBUILD.5.txt | 101 ++++++++++++++++++++------------------
doc/pacman.8.txt | 4 +-
doc/pacman.conf.5.txt | 8 +++
lib/libalpm/Makefile.am | 2 +-
lib/libalpm/alpm.h | 9 ++++
lib/libalpm/handle.c | 52 +++++++++++++++++---
lib/libalpm/handle.h | 4 ++
lib/libalpm/libarchive-compat.c | 65 ------------------------
lib/libalpm/libarchive-compat.h | 60 ++++++++++++++++++----
scripts/makepkg.sh.in | 42 +++++++++-------
src/pacman/conf.c | 67 +++++++++++++++++++++----
src/pacman/conf.h | 2 +
src/pacman/pacman.c | 95 ++++++++++++++++++-----------------
src/pacman/upgrade.c | 21 ++++++--
test/pacman/README | 23 +++------
test/pacman/pmtest.py | 4 +-
test/pacman/tests/scriptlet001.py | 4 --
test/pacman/tests/scriptlet002.py | 4 --
20 files changed, 354 insertions(+), 235 deletions(-)
mode change 100755 => 100644 contrib/updpkgsums.sh.in
delete mode 100644 lib/libalpm/libarchive-compat.c
mode change 100644 => 100755 test/scripts/human_to_size_test.sh
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list