diff options
author | joerg <joerg@pkgsrc.org> | 2011-08-02 17:09:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-08-02 17:09:21 +0000 |
commit | 5834101508ecbd6be0b3847de7d1410752040a19 (patch) | |
tree | a5ea3a01a2c5726bed3b4eabc1b87b8126e47f07 | |
parent | b0aba28d37ad77bee510f304a1e22e644fbf9141 (diff) | |
download | pkgsrc-5834101508ecbd6be0b3847de7d1410752040a19.tar.gz |
Fix prototype.
-rw-r--r-- | security/MyPasswordSafe/distinfo | 3 | ||||
-rw-r--r-- | security/MyPasswordSafe/patches/patch-ae | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/security/MyPasswordSafe/distinfo b/security/MyPasswordSafe/distinfo index 977972aa001..bbd993373c5 100644 --- a/security/MyPasswordSafe/distinfo +++ b/security/MyPasswordSafe/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2007/01/06 19:06:22 rillig Exp $ +$NetBSD: distinfo,v 1.9 2011/08/02 17:09:21 joerg Exp $ SHA1 (MyPasswordSafe-20061216.src.tgz) = 37bb3f7491b42c8aac5d71cc6546ced018a15119 RMD160 (MyPasswordSafe-20061216.src.tgz) = b61f1525aed3160b88c1ef6c6922ff131ad2248c @@ -7,3 +7,4 @@ SHA1 (patch-aa) = ef524bde4c75a822bdf035a828242e6eec5fd652 SHA1 (patch-ab) = 41f42aa0fa4f9d97431a9a01807a0a2cc838a753 SHA1 (patch-ac) = b6bd898a248da7052087a233e7aac215ad1196e2 SHA1 (patch-ad) = 56179239b4ab92ee83f792432bc07c1501e1cdad +SHA1 (patch-ae) = e5dca33f49895f5b30d757fd41dc58d6e8bb55a0 diff --git a/security/MyPasswordSafe/patches/patch-ae b/security/MyPasswordSafe/patches/patch-ae new file mode 100644 index 00000000000..3aace22b3a9 --- /dev/null +++ b/security/MyPasswordSafe/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2011/08/02 17:09:21 joerg Exp $ + +--- src/safe.hpp.orig 2011-08-02 13:39:15.000000000 +0000 ++++ src/safe.hpp +@@ -129,7 +129,7 @@ public: + SafeEntry(SafeGroup *parent); + SafeEntry(SafeGroup *parent, + const QString &n, const QString &u, +- const EncryptedString &p, const QString &n); ++ const EncryptedString &p, const QString &m); + SafeEntry(const SafeEntry &item); + ~SafeEntry(); + |