diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-23 23:49:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-23 23:49:53 +0000 |
commit | dc055555e832fb4f65c5d0fdb5c137c0ee074613 (patch) | |
tree | 2d56f29b0854b076e83d1eab0583a4fc8ad19b8d /ChangeLog | |
parent | fix typo ... BUILDDIR -> PORTAGE_BUILDDIR (diff) | |
download | portage-cvs-dc055555e832fb4f65c5d0fdb5c137c0ee074613.tar.gz portage-cvs-dc055555e832fb4f65c5d0fdb5c137c0ee074613.tar.bz2 portage-cvs-dc055555e832fb4f65c5d0fdb5c137c0ee074613.zip |
abort if binaries have null RPATHs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,12 +1,16 @@ # ChangeLog for Portage; the Gentoo Linux ports system # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.991 2005/06/18 01:01:35 vapier Exp $ +# $Id: ChangeLog,v 1.992 2005/06/23 23:49:53 vapier Exp $ MAJOR CHANGES in 2.0.51: 1. /var/cache/edb/virtuals is no longer used at all. It's calculated now. 2. /var/cache/edb/world is now /var/lib/portage/world. 3. /etc/portage/profile/virtuals is _USER_ configs only. + 23 Jun 2005; Mike Frysinger <vapier@gentoo.org> + bin/ebuild-default-functions.sh: + Update the scanelf RUNPATH check to abort on null paths. + 17 Jun 2005; Mike Frysinger <vapier@gentoo.org> bin/repoman: Report exit status if gpg failed to return with 0. |