Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68104 Details for
Bug 105054
dev-util/subversion-1.2.3-r1 contains insecure RUNPATH's
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
perl-5.8.7-MakeMaker-RUNPATH-gentoo.patch
perl-5.8.7-MakeMaker-RUNPATH.patch (text/plain), 943 bytes, created by
Martin Schlemmer (RETIRED)
on 2005-09-10 06:14:09 UTC
(
hide
)
Description:
perl-5.8.7-MakeMaker-RUNPATH-gentoo.patch
Filename:
MIME Type:
Creator:
Martin Schlemmer (RETIRED)
Created:
2005-09-10 06:14:09 UTC
Size:
943 bytes
patch
obsolete
>--- perl-5.8.7/lib/ExtUtils/MM_Unix.pm 2005-09-10 14:06:59.000000000 +0200 >+++ perl-5.8.7.az/lib/ExtUtils/MM_Unix.pm 2005-09-10 15:13:01.000000000 +0200 >@@ -1915,6 +1915,17 @@ > # LD_RUN_PATH now computed by ExtUtils::Liblist > ($self->{EXTRALIBS}, $self->{BSLOADLIBS}, > $self->{LDLOADLIBS}, $self->{LD_RUN_PATH}) = @libs; >+ # We do not want the build root in RPATH >+ if (exists $ENV{PORTAGE_TMPDIR}) { >+ # If we have PORTAGE_TMPDIR set, strip that, as just testing for >+ # /usr and /opt might not be sufficient >+ $self->{LD_RUN_PATH} = join ':', grep /.../ && !/^\Q$ENV{PORTAGE_TMPDIR}/, >+ split /:/, $self->{LD_RUN_PATH}; >+ } else { >+ # Else just use /usr and /opt paths, and hope for the best >+ $self->{LD_RUN_PATH} = join ':', grep m!^/(?:usr|opt)!, split /:/, >+ $self->{LD_RUN_PATH}; >+ } > last; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 105054
:
68102
|
68103
|
68104
|
68107
|
72240