summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/bcrypt/ChangeLog-2015')
-rw-r--r--app-crypt/bcrypt/ChangeLog-201552
1 files changed, 52 insertions, 0 deletions
diff --git a/app-crypt/bcrypt/ChangeLog-2015 b/app-crypt/bcrypt/ChangeLog-2015
new file mode 100644
index 00000000..b2939936
--- /dev/null
+++ b/app-crypt/bcrypt/ChangeLog-2015
@@ -0,0 +1,52 @@
+# ChangeLog for app-crypt/bcrypt
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcrypt/ChangeLog,v 1.14 2015/06/09 09:29:25 jlec Exp $
+
+ 09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Updating remote-id in metadata.xml
+
+ 02 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
+ Cleanup due bug #328951
+
+ 29 Mar 2011; Dane Smith <c1pher@gentoo.org> bcrypt-1.1.ebuild,
+ metadata.xml:
+ Small cleanup to ebuild. Add myself as maintainer. Add to crypto herd.
+
+ 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> bcrypt-1.1.ebuild:
+ Transfer Prefix keywords
+
+ 14 Oct 2009; Mark Loeser <halcy0n@gentoo.org> bcrypt-1.1.ebuild:
+ QA fixes; remove useless dodoc LICENSE
+
+ 04 Feb 2008; Fabian Groffen <grobian@gentoo.org> bcrypt-1.1.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
+
+ 13 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
+ add herd
+
+ 23 Nov 2006; Timothy Redaelli <drizzt@gentoo.org>
+ +files/bcrypt-1.1-Makefile.patch, bcrypt-1.1.ebuild:
+ Added support for custom LDFLAGS and CC.
+
+ 20 Sep 2005; Fabian Groffen <grobian@gentoo.org> bcrypt-1.1.ebuild:
+ Marking ~ppc-macos (bug #106599)
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> bcrypt-1.1.ebuild:
+ stable on amd64
+
+ 09 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> bcrypt-1.1.ebuild:
+ Marked ~amd64.
+
+*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.