diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-06-18 21:39:41 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-06-18 21:39:41 +0000 |
commit | a92c21ce105d99b2ec94bb16a7e27be30da2ab83 (patch) | |
tree | 0c8779b3889497c2f9ffa9d3604291a25516e9c5 /app-crypt | |
parent | version bump (diff) | |
download | historical-a92c21ce105d99b2ec94bb16a7e27be30da2ab83.tar.gz historical-a92c21ce105d99b2ec94bb16a7e27be30da2ab83.tar.bz2 historical-a92c21ce105d99b2ec94bb16a7e27be30da2ab83.zip |
Initial import.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bcrypt/ChangeLog | 18 | ||||
-rw-r--r-- | app-crypt/bcrypt/Manifest | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/app-crypt/bcrypt/ChangeLog b/app-crypt/bcrypt/ChangeLog new file mode 100644 index 000000000000..063581bd9508 --- /dev/null +++ b/app-crypt/bcrypt/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for app-crypt/bcrypt +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcrypt/ChangeLog,v 1.1 2003/06/18 21:39:41 absinthe Exp $ + +*bcrypt-1.1 (18 Jun 2003) + + 18 Jun 2003; Dylan Carlson <absinthe@gentoo.org> bcrypt-1.1.ebuild: + Initial import. + + NOTE: + In addition to encrypting your data, bcrypt will by default overwrite the + original input file with random garbage three times before deleting it in + order to thwart data recovery attempts by persons who may gain access to + your computer. + + If you're not quite ready for this level of paranoia yet, use the '-r' + switch. Please see the bcrypt(1) man page for more details. + diff --git a/app-crypt/bcrypt/Manifest b/app-crypt/bcrypt/Manifest new file mode 100644 index 000000000000..da1eb20979b5 --- /dev/null +++ b/app-crypt/bcrypt/Manifest @@ -0,0 +1,2 @@ +MD5 31f2495e33647aaa8adaf28d31de59a4 bcrypt-1.1.ebuild 723 +MD5 99d04f9cdab690b8f1c86be81f974c24 files/digest-bcrypt-1.1 61 |