You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.7 KiB

# ChangeLog for app-crypt/bcrypt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcrypt/ChangeLog,v 1.12 2011/03/29 19:51:18 c1pher Exp $
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.