Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523488 - net-p2p/fms-0.3.74 version bump
Summary: net-p2p/fms-0.3.74 version bump
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Sachau
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-22 23:54 UTC by Dennis Nezic
Modified: 2017-05-13 14:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Nezic 2014-09-22 23:54:39 UTC
fms 0.3.74 is out, with minor improvements.

My patch is still necessary for the frost USE flag:
--- frostidentity.cpp   2012-03-02 18:19:04.000000000 -0500
+++ frostidentity.cpp.new       2014-09-22 11:27:39.000000000 -0400
@@ -94,7 +95,7 @@
                        sha1(&data[0],data.size(),&hashdata[0]);
 
                        m_rsa.len=sigdata.size();
-                       rval=rsa_pkcs1_verify(&m_rsa,RSA_PUBLIC,SIG_RSA_SHA1,hashdata.size(),&hashdata[0],&sigdata[0]);
+                       rval=rsa_pkcs1_verify(&m_rsa,NULL,NULL,RSA_PUBLIC,POLARSSL_MD_SHA1,hashdata.size(),&hashdata[0],&sigdata[0]);
 
                        return (rval==0) ? true : false;
                }


Reproducible: Always
Comment 1 Thomas Sachau gentoo-dev 2017-05-13 14:02:56 UTC
Closing this bug as obsolete as the current fms version is 0.3.79 and it uses mbedtls instead of polarssl. For any remaining issues, please open a new bug.