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 087be2f1fbae2d7168732c7004d8963a3d9d21d8 (commit)
via 6f0ffb23860e8d1b4593d60e970919ae7b31340d (commit)
via 5fe41df8a9eaac288433a54e216f96b1fe729c01 (commit)
via 22331fdadb1b055030a6f68e2bb9eed589187a10 (commit)
via 65d43fbb843e035812dde4578afa98c4e7388374 (commit)
via a4e3fd18474186ac81acca91adecbb905aee3357 (commit)
via de5473c026ea1a8bf8fdb4218a6911b5d5e1f0b2 (commit)
via eee61a0bbc2a11f0d2a52d7d22425faaa2aeaef1 (commit)
via 7ea0a115db79405db46a38e785765ae968c46dee (commit)
from 1a00ee5c276785aef70225c2cc951dbb15888ea5 (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 087be2f1fbae2d7168732c7004d8963a3d9d21d8
Author: Xavier Chantry <[email protected]>
Date: Fri Sep 18 21:59:52 2009 +0200
delta : add external cleanup script
Signed-off-by: Xavier Chantry <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 6f0ffb23860e8d1b4593d60e970919ae7b31340d
Author: Allan McRae <[email protected]>
Date: Fri Mar 5 14:17:57 2010 +1000
makepkg: always update symlinks to compressed man pages
When a man page has both symbolic and hard links, any symlink pointing
to other than the alphabetically first hardlink was not "compressed"
and left dangling towards the uncompressed man page. Fixes FS#18569.
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 5fe41df8a9eaac288433a54e216f96b1fe729c01
Author: Cedric Staniewski <[email protected]>
Date: Mon Dec 21 20:26:28 2009 +0100
makepkg: make strip options configurable
The newly added variables STRIP_BINARIES, STRIP_SHARED and STRIP_STATIC,
that are set in makepkg.conf, specify the strip options used on binaries
and shared and static libraries.
In addition, files are now stripped more aggressively by default.
Implements FS#13592 the way it was suggested by Allan in the comments.
Signed-off-by: Cedric Staniewski <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 22331fdadb1b055030a6f68e2bb9eed589187a10
Author: Dan McGee <[email protected]>
Date: Sat Mar 6 22:02:36 2010 +1000
makepkg: Remove setgid bit on srcdir/pkgdir creation
It was noted in FS#17533 that setgid bits are carried down into any created
subdirectories, and thus could end up being in a built package if the
original package directory was marked g+s. When we create src/ and pkg/,
explicitly chmod them to remove any sticky bits.
Signed-off-by: Dan McGee <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
commit 65d43fbb843e035812dde4578afa98c4e7388374
Author: Allan McRae <[email protected]>
Date: Sun Mar 7 17:31:26 2010 +1000
makepkg: abort on missing or non-writable PKGDEST
When PKGDEST pointed to a non-writable location, makepkg would fail
after completing the build process. This patch makes it abort as
soon as PKGDEST is parsed.
Also, move the SRCDEST check to the same point rather than right
before downloading sources (which was after dependency checks).
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit a4e3fd18474186ac81acca91adecbb905aee3357
Author: Allan McRae <[email protected]>
Date: Tue Jan 26 23:29:31 2010 +1000
makepkg: only strip files that are writable
TODO:
http://mailman.archlinux.org/pipermail/pacman-dev/2010-January/010390.html
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit de5473c026ea1a8bf8fdb4218a6911b5d5e1f0b2
Author: Nezmer <[email protected]>
Date: Wed Jan 20 17:34:42 2010 +0200
makepkg: Add documentation for the new SRCPKGDEST variable
Add SRCPKGDEST documentation to the makepkg.conf man page
Signed-off-by: Nezmer <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit eee61a0bbc2a11f0d2a52d7d22425faaa2aeaef1
Author: Cedric Staniewski <[email protected]>
Date: Fri Dec 4 17:49:54 2009 +0100
makepkg: document environment variables PKGDEST and SRCDEST
Signed-off-by: Cedric Staniewski <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 7ea0a115db79405db46a38e785765ae968c46dee
Author: Allan McRae <[email protected]>
Date: Thu Feb 25 13:41:46 2010 +1000
makepkg: update required programs
Remove getopt, add xz.
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 9 +++
doc/Makefile.am | 13 ++++-
doc/makepkg.8.txt | 8 +++
doc/makepkg.conf.5.txt | 17 ++++++
etc/Makefile.am | 3 +
etc/makepkg.conf.in | 6 ++
lib/libalpm/alpm.h | 1 +
lib/libalpm/delta.c | 46 +++++++++++++++-
scripts/makepkg.sh.in | 59 +++++++++++++--------
src/util/.gitignore | 3 +
src/util/Makefile.am | 6 ++-
src/util/cleanupdelta.c | 134 +++++++++++++++++++++++++++++++++++++++++++++++
12 files changed, 276 insertions(+), 29 deletions(-)
create mode 100644 src/util/cleanupdelta.c
hooks/post-receive
--
The official pacman repository