summaryrefslogtreecommitdiff
blob: b690442f54cfc59641397de22ef08324fb6f2cba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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.