Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 309057 Details for
Bug 412099
=app-misc/hivex-1.3.2-r1 : _hivex.so contains insecure runpath
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix runpaths
hivex-ruby-rpath.patch (text/plain), 906 bytes, created by
Maxim Koltsov (RETIRED)
on 2012-04-15 15:07:33 UTC
(
hide
)
Description:
Patch to fix runpaths
Filename:
MIME Type:
Creator:
Maxim Koltsov (RETIRED)
Created:
2012-04-15 15:07:33 UTC
Size:
906 bytes
patch
obsolete
>diff -urN hivex-1.3.5.old/ruby/Rakefile.in hivex-1.3.5/ruby/Rakefile.in >--- hivex-1.3.5.old/ruby/Rakefile.in 2012-03-13 19:46:43.000000000 +0400 >+++ hivex-1.3.5/ruby/Rakefile.in 2012-04-15 19:02:42.337118192 +0400 >@@ -38,7 +38,7 @@ > # Build locally > > file MAKEFILE => EXT_CONF do |t| >- unless sh "top_srcdir=$(pwd)/@top_srcdir@; top_builddir=$(pwd)/@top_builddir@; export ARCHFLAGS=\"-arch $(uname -m)\"; mkdir -p @builddir@/ext/hivex; cd @builddir@/ext/hivex; @RUBY@ #{EXT_CONF} --with-_hivex-include=$top_srcdir/lib --with-_hivex-lib=$top_builddir/lib/.libs" >+ unless sh "top_srcdir=@top_srcdir@; top_builddir=@top_builddir@; export ARCHFLAGS=\"-arch $(uname -m)\"; mkdir -p @builddir@/ext/hivex; cd @builddir@/ext/hivex; @RUBY@ #{EXT_CONF} --with-_hivex-include=$top_srcdir/lib --with-_hivex-lib=$top_builddir/lib/.libs" > $stderr.puts "Failed to run extconf" > break > end
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 412099
: 309057 |
309167