summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2013-03-28 21:43:05 +0000
committerjoerg <joerg>2013-03-28 21:43:05 +0000
commitda6220f3dc77541f5759673a5a0f648f8d2f2a02 (patch)
treeb03afbb16b469f851780f6616aa2387b09246bfd /security
parent18da8adfc72b5302332e2f8c3d71261df50186cd (diff)
downloadpkgsrc-da6220f3dc77541f5759673a5a0f648f8d2f2a02.tar.gz
Forward declaration must not be qualified with a namespace. Adjust.
Diffstat (limited to 'security')
-rw-r--r--security/MyPasswordSafe/distinfo3
-rw-r--r--security/MyPasswordSafe/patches/patch-src_xmlserializer.hpp12
2 files changed, 14 insertions, 1 deletions
diff --git a/security/MyPasswordSafe/distinfo b/security/MyPasswordSafe/distinfo
index 79a54d8ac7e..3fbf2ee39c0 100644
--- a/security/MyPasswordSafe/distinfo
+++ b/security/MyPasswordSafe/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2012/03/02 15:07:16 hans Exp $
+$NetBSD: distinfo,v 1.12 2013/03/28 21:43:10 joerg Exp $
SHA1 (MyPasswordSafe-20061216.src.tgz) = 37bb3f7491b42c8aac5d71cc6546ced018a15119
RMD160 (MyPasswordSafe-20061216.src.tgz) = b61f1525aed3160b88c1ef6c6922ff131ad2248c
@@ -12,3 +12,4 @@ SHA1 (patch-src-crypto-bfproxy.cpp) = cb84b4c5f474f057f0b702ff541d0587369a21e8
SHA1 (patch-src-encryptedstring.cpp) = 715f7918fce45d3c4516acbcadd99e87f58a6492
SHA1 (patch-src-pwsafe-Util.cpp) = 81b660bfbaa1472071c2ff6d859e5489b133596e
SHA1 (patch-src-safeserializer.cpp) = e63997bc2ebb452056831bf5c147435a3edb2a14
+SHA1 (patch-src_xmlserializer.hpp) = 49c91a388b521c5efe5d511adee9a2bd0479ed2e
diff --git a/security/MyPasswordSafe/patches/patch-src_xmlserializer.hpp b/security/MyPasswordSafe/patches/patch-src_xmlserializer.hpp
new file mode 100644
index 00000000000..4677c4da9c2
--- /dev/null
+++ b/security/MyPasswordSafe/patches/patch-src_xmlserializer.hpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_xmlserializer.hpp,v 1.1 2013/03/28 21:43:11 joerg Exp $
+
+--- src/xmlserializer.hpp.orig 2013-03-27 10:08:42.000000000 +0000
++++ src/xmlserializer.hpp
+@@ -22,7 +22,6 @@
+ #include "safeserializer.hpp"
+
+ class Safe;
+-enum Safe::Error;
+ class EncryptedString;
+ class SecuredString;
+