Commit graph

11 commits

Author SHA1 Message Date
BrewTestBot
389083a482 bcrypt: add 1.1 bottle. 2014-12-31 14:56:50 +00:00
Xu Cheng
b5dfeba29c bcrypt: add test
Closes Homebrew/homebrew#35391.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-31 14:56:49 +00:00
Xu Cheng
cf505dca77 bcrypt: modernize 2014-12-31 14:56:49 +00:00
Adam Vandenberg
446e7c1c19 bcrypt: style nits 2013-01-26 17:47:38 -08:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
a6813009f4 bcrypt: avoid inreplace
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-09 20:31:40 -06:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg
620317ca6d Update formulae to use ENV.cflags 2010-08-10 08:30:19 -07:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg
fb397833f7 bcrypt - use inreplace and optimize CC/CFLAGS 2010-02-06 16:05:34 -08:00
Rémi Prévost
f6cab77e47 Bcrypt 1.1
Bcrypt is a cross platform file encryption utility. Encrypted files are
portable across all supported operating systems and processors.
Passphrases must be between 8 and 56 characters and are hashed
internally to a 448 bit key. However, all characters supplied are
significant. The stronger your passphrase, the more secure your data.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-06 15:55:26 -08:00