Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 312269 Details for
Bug 328467
sys-apps/keyutils has insecure runpaths
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix NULL RPATH in keyutils-1.4
keyutils-1.4-fix-null-rpath.patch (text/plain), 636 bytes, created by
Mitch Harder
on 2012-05-19 14:05:19 UTC
(
hide
)
Description:
Patch to fix NULL RPATH in keyutils-1.4
Filename:
MIME Type:
Creator:
Mitch Harder
Created:
2012-05-19 14:05:19 UTC
Size:
636 bytes
patch
obsolete
>diff -Naur keyutils-1.4.a//Makefile keyutils-1.4.b//Makefile >--- keyutils-1.4.a//Makefile 2012-05-19 08:51:56.959840676 -0500 >+++ keyutils-1.4.b//Makefile 2012-05-19 08:53:38.019850895 -0500 >@@ -73,10 +73,10 @@ > > > keyctl: keyctl.c keyutils.h Makefile $(DEVELLIB) >- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L. -lkeyutils -Wl,-rpath,$(LIB) >+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L. -lkeyutils $(RPATH) > > request-key: request-key.c keyutils.h Makefile $(DEVELLIB) >- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L. -lkeyutils -Wl,-rpath,$(LIB) >+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L. -lkeyutils $(RPATH) > > > MAN1 := $(DESTDIR)/usr/share/man/man1
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 328467
:
238929
| 312269