[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.4.1-82-gbef19a2
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 bef19a266bf5d80b68cab02f6a3ccc3fcedbec6d (commit) via 283ef6519aa20b8c63c9b916573b5f243ff7be2e (commit) via 302188b1690e68333a3768f2a6d261559e81ca0a (commit) via c0f58ea9a22c64e42b6784663ceb7272565428f5 (commit) via 960c2cdcf7583251592b02c41161cea65eba28fd (commit) via f2296aab89b12fe49204fba8f62dc8dd2d9e05eb (commit) via 022ec3dbb76686337969cee6e14113b397987cfa (commit) via 821ff061b181d009e0633e5ab12aec7aa608884a (commit) from f7895cc188e221c064aac475908a09d2f50b8d38 (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 bef19a266bf5d80b68cab02f6a3ccc3fcedbec6d Merge: c0f58ea 283ef65 Author: Dan McGee <dan@archlinux.org> Date: Tue Oct 5 11:15:56 2010 -0500 Merge branch 'maint' commit c0f58ea9a22c64e42b6784663ceb7272565428f5 Author: Allan McRae <allan@archlinux.org> Date: Wed Sep 29 22:24:07 2010 +1000 makepkg: canonicalize paths from environmental variables This prevents circular symlinks and weird final package locations when using commands like 'PKGDEST="." makepkg'. Fixes FS#20922. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 960c2cdcf7583251592b02c41161cea65eba28fd Author: Allan McRae <allan@archlinux.org> Date: Mon Oct 4 18:42:10 2010 +1000 makepkg: compare paths using bash test Compare paths using bash's "-ef" rather than by string tests as this takes symlinks into account. This will prevent issues similar to those in FS#20922 if (e.g.) $PKGDEST is a symlink to $startdir. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit f2296aab89b12fe49204fba8f62dc8dd2d9e05eb Author: Allan McRae <allan@archlinux.org> Date: Wed Sep 29 21:54:31 2010 +1000 makepkg: improve srcdir check and add pkgdir The checking of the package for $srcdir references was overly sensitive and gave a lot of what appear to be false positives with binary files (in particular with debugging symbols kept). Restrict the search for $srcdir to non-binary files as this should still catch the majority of configuration issues the check was initially designed to catch. Also, add a similar check for $pkgdir. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 022ec3dbb76686337969cee6e14113b397987cfa Author: Allan McRae <allan@archlinux.org> Date: Wed Sep 29 21:22:30 2010 +1000 makepkg: remove STRIP_DIRS For binary packages, the majority of the time used in the debugs symbol stripping process is the actual stripping of the binaries/libraries and not the testing of which files to strip. This allows more complete stripping of packages that install to "non-standard" paths that would not be generally included in makepkg.conf. Any performance hit that may be apparent for (_large_) "arch=('any')" packages can readily be avoided by disabling stripping in the PKGBUILD options array. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 821ff061b181d009e0633e5ab12aec7aa608884a Author: Sebastian Nowicki <sebnow@gmail.com> Date: Sun Sep 12 22:01:14 2010 +0800 Set pm_errno on libarchive errors while reading Signed-off-by: Sebastian Nowicki <sebnow@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- doc/makepkg.conf.5.txt | 7 ------- etc/makepkg.conf.in | 4 +--- lib/libalpm/package.c | 16 +++++++++++++--- scripts/makepkg.sh.in | 40 +++++++++++++++++++++++++++++----------- test/pacman/pmpkg.py | 10 ++-------- 6 files changed, 46 insertions(+), 33 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org