diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-06 00:13:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-06 00:13:19 +0000 |
commit | c4db2c018c6ec3ef28f4b766024323f025e408c7 (patch) | |
tree | 663e3ba7578071a2ee1d56ef81231ea34f591bc1 /security/MyPasswordSafe/patches/patch-ac | |
parent | 3225ebe6147ff2b6b64738a5d66e1fb270f8aba3 (diff) | |
download | pkgsrc-c4db2c018c6ec3ef28f4b766024323f025e408c7.tar.gz |
Initial import of MyPasswordSafe-20041001:
MyPasswordSafe is a straight-forward, easy-to-use password manager
that maintains compatibility with Password Safe files. MyPasswordSafe
has the following features:
* Safes are encrypted when they are stored to disk.
* Passwords never have to be seen, because they are copied to
the clipboard
* Random passwords can be generated.
* Window size, position, and column widths are remembered.
* Passwords remain encrypted until they need to be decrypted at
the dialog and file levels.
* A safe can be made active so it will always be opened when
MyPasswordSafe starts.
* Supports Unicode in the safes
* Languages supported: English and French
Diffstat (limited to 'security/MyPasswordSafe/patches/patch-ac')
-rw-r--r-- | security/MyPasswordSafe/patches/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/MyPasswordSafe/patches/patch-ac b/security/MyPasswordSafe/patches/patch-ac new file mode 100644 index 00000000000..5adeb5c6cf9 --- /dev/null +++ b/security/MyPasswordSafe/patches/patch-ac @@ -0,0 +1,17 @@ +$NetBSD: patch-ac,v 1.1.1.1 2004/10/06 00:13:20 wiz Exp $ + +--- src/pwsafe/Util.h.orig 2004-05-05 00:47:07.000000000 +0200 ++++ src/pwsafe/Util.h +@@ -10,8 +10,12 @@ + #include <assert.h> + + #ifndef WIN32 ++#ifdef __NetBSD__ ++#include <sys/endian.h> ++#else + #include <endian.h> + #endif ++#endif + + #include <string> + using std::string; |