summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-12-26 06:29:50 +0000
committerBrian Harring <ferringb@gentoo.org>2005-12-26 06:29:50 +0000
commit85e3299b684ca9e25c7e0e7c25981a7e255c42f0 (patch)
treef043fabd7b0b87465e29ea86ac6b05c6013f6915 /NEWS
parent82725294809a7100f87dad05f623b4ea00cfd44b (diff)
downloadportage-85e3299b684ca9e25c7e0e7c25981a7e255c42f0.tar.gz
portage-85e3299b684ca9e25c7e0e7c25981a7e255c42f0.tar.bz2
portage-85e3299b684ca9e25c7e0e7c25981a7e255c42f0.zip
'DISTFILES indirection; access $BUILDDIR/distdir instead of $DISTFILES , thus blocking unstated access.
svn path=/main/trunk/; revision=2474
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe6a4073f..ef6ad80da 100644
--- a/NEWS
+++ b/NEWS
@@ -24,4 +24,5 @@ portage-2.1 (ongoing via pre releases)
* Allow packages to be upgraded that are only depended on via a
"|| ( =cat/pkg-1* =cat/pkg-2* )" construct.
* Ebuild output is no longer cut off early when using PORT_LOGDIR.
-
+* Distfiles indirection- $DISTFILES access goes through a tmp dir to fail
+ access to files not listed in SRC_URI.