FreeBSD Bugzilla – Attachment 217626 Details for
Bug 248819
security/p11-kit: Update to 0.23.21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] modify linker scripts to work with older ld(1)
pr-p11-kit-fix-version-script-test.diff (text/plain), 1.65 KB, created by
John Hein
on 2020-08-29 21:40:54 UTC
(
hide
)
Description:
[patch] modify linker scripts to work with older ld(1)
Filename:
MIME Type:
Creator:
John Hein
Created:
2020-08-29 21:40:54 UTC
Size:
1.65 KB
patch
obsolete
>Index: files/patch-p11-kit-libp11-kit.map >=================================================================== >--- files/patch-p11-kit-libp11-kit.map (nonexistent) >+++ files/patch-p11-kit-libp11-kit.map (working copy) >@@ -0,0 +1,13 @@ >+Work around failing --version-script test. >+https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248819 >+ >+--- p11-kit/libp11-kit.map.orig 2019-07-07 17:56:29 UTC >++++ p11-kit/libp11-kit.map >+@@ -1,5 +1,7 @@ >+ LIBP11_KIT_1.0 { >+ global: >++ __progname; >++ environ; >+ C_GetFunctionList; >+ p11_kit_be_loud; >+ p11_kit_be_quiet; > >Property changes on: files/patch-p11-kit-libp11-kit.map >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-p11-kit-p11-module.map >=================================================================== >--- files/patch-p11-kit-p11-module.map (nonexistent) >+++ files/patch-p11-kit-p11-module.map (working copy) >@@ -0,0 +1,10 @@ >+--- p11-kit/p11-module.map.orig 2019-10-26 07:40:26 UTC >++++ p11-kit/p11-module.map >+@@ -1,5 +1,7 @@ >+ { >+ global: >++ __progname; >++ environ; >+ C_GetFunctionList; >+ local: >+ *; > >Property changes on: files/patch-p11-kit-p11-module.map >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 248819
:
217431
| 217626