Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177766 Details for
Bug 100985
app-crypt/mypasswordsafe-20050615.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix to make it compile with gcc 4.3.2
mypasswordsafe-20061216-gcc43.patch (text/plain), 1.95 KB, created by
Zak Kipling
on 2009-01-08 16:19:35 UTC
(
hide
)
Description:
Fix to make it compile with gcc 4.3.2
Filename:
MIME Type:
Creator:
Zak Kipling
Created:
2009-01-08 16:19:35 UTC
Size:
1.95 KB
patch
obsolete
>diff -u mypasswordsafe-0.0.20050615/src/safeserializer.cpp mypasswordsafe-0.0.20050615/src/safeserializer.cpp >--- mypasswordsafe-0.0.20050615/src/safeserializer.cpp >+++ mypasswordsafe-0.0.20050615/src/safeserializer.cpp >@@ -22,6 +22,7 @@ > #include "plaintextlizer.hpp" > #include "serializers.hpp" > #include "xmlserializer.hpp" >+#include <algorithm> > > using namespace std; > >--- mypasswordsafe-0.0.20050615.orig/src/crypto/bfproxy.cpp >+++ mypasswordsafe-0.0.20050615/src/crypto/bfproxy.cpp >@@ -17,6 +17,7 @@ > * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > */ > #include "bfproxy.hpp" >+#include <cstring> > > BFProxy::BFProxy(const unsigned char *key, int len) > { >only in patch2: >unchanged: >--- mypasswordsafe-0.0.20050615.orig/src/encryptedstring.cpp >+++ mypasswordsafe-0.0.20050615/src/encryptedstring.cpp >@@ -22,6 +22,8 @@ > #include "crypto/sha1.h" > #include "securedstring.hpp" > #include "encryptedstring.hpp" >+#include <cstring> >+#include <cstdlib> > > using namespace std; > >only in patch2: >unchanged: >--- mypasswordsafe-0.0.20050615.orig/src/pwsafe/Util.h >+++ mypasswordsafe-0.0.20050615/src/pwsafe/Util.h >@@ -11,6 +11,7 @@ > > #include <string> > using std::string; >+#include <cstring> > #include "PW_sha1.h" > #include "PwsPlatform.h" > #include "myutil.hpp" >only in patch2: >unchanged: >--- mypasswordsafe-0.0.20050615.orig/src/pwsafe/Util.cpp >+++ mypasswordsafe-0.0.20050615/src/pwsafe/Util.cpp >@@ -6,6 +6,8 @@ > //#include "PwsPlatform.h" > > #include <stdio.h> >+#include <limits.h> >+#include <cstdlib> > #include <iostream> > using std::cout; > using std::endl; >only in patch2: >unchanged: >--- mypasswordsafe-0.0.20050615.orig/src/safe.hpp >+++ mypasswordsafe-0.0.20050615/src/safe.hpp >@@ -128,7 +128,7 @@ > SafeEntry(SafeGroup *parent); > SafeEntry(SafeGroup *parent, > const QString &n, const QString &u, >- const EncryptedString &p, const QString &n); >+ const EncryptedString &p, const QString ¬e); > SafeEntry(const SafeEntry &item); > ~SafeEntry(); >
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 100985
:
64864
|
65060
|
67195
|
89688
|
89689
| 177766