Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 557768 Details for
Bug 671380
dev-erlang/jose-1.8.4 : Compiling src/jose_public_key.erl failed:
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
jose-1.8.4_otp21.patch
jose-1.8.4_otp21.patch (text/plain), 1.58 KB, created by
ZappeL
on 2018-12-14 12:49:05 UTC
(
hide
)
Description:
jose-1.8.4_otp21.patch
Filename:
MIME Type:
Creator:
ZappeL
Created:
2018-12-14 12:49:05 UTC
Size:
1.58 KB
patch
obsolete
>--- a/src/jose_public_key.erl 2017-05-19 03:49:53.000000000 +0200 >+++ b/src/jose_public_key.erl 2018-12-14 13:38:46.681978717 +0100 >@@ -40,8 +40,7 @@ > try > public_key:pem_encode(PEMEntries) > catch >- Class:Reason -> >- ST = erlang:get_stacktrace(), >+ Class:Reason:ST -> > case pem_enc(PEMEntries) of > {true, PEMBinary} -> > PEMBinary; >@@ -56,8 +55,7 @@ > try > public_key:pem_entry_decode(PEMEntry) > catch >- Class:Reason -> >- ST = erlang:get_stacktrace(), >+ Class:Reason:ST -> > case pem_entry_dec(PEMEntry) of > {true, DecodedPEMEntry} -> > DecodedPEMEntry; >@@ -80,8 +78,7 @@ > try > public_key:pem_entry_decode(PEMEntry, Password) > catch >- Class:Reason -> >- ST = erlang:get_stacktrace(), >+ Class:Reason:ST -> > case pem_entry_dec(PEMEntry) of > {true, DecodedPEMEntry} -> > DecodedPEMEntry; >@@ -103,8 +100,7 @@ > try > public_key:pem_entry_encode(ASN1Type, Entity) > catch >- Class:Reason -> >- ST = erlang:get_stacktrace(), >+ Class:Reason:ST -> > case pem_entry_enc(ASN1Type, Entity) of > {true, PEMEntry} -> > PEMEntry; >@@ -118,8 +114,7 @@ > try > public_key:pem_entry_encode(ASN1Type, Entity, Password) > catch >- Class:Reason -> >- ST = erlang:get_stacktrace(), >+ Class:Reason:ST -> > case pem_entry_enc(ASN1Type, Entity, Password) of > {true, PEMEntry} -> > PEMEntry; >@@ -230,8 +225,7 @@ > try > public_key:pem_entry_encode(ASN1Type, Entry, Cipher) > catch >- Class:Reason -> >- ST = erlang:get_stacktrace(), >+ Class:Reason:ST -> > case pem_entry_enc1(ASN1Type, Entry, Cipher) of > {true, Encoded} -> > Encoded;
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 671380
:
555478
|
555480
|
555482
|
555484
|
555486
|
555488
| 557768