aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bcrypt.rb
AgeCommit message (Collapse)Author
2013-01-26bcrypt: style nitsAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-02-09bcrypt: avoid inreplaceJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-10Update formulae to use ENV.cflagsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-02-06bcrypt - use inreplace and optimize CC/CFLAGSAdam Vandenberg
2010-02-06Bcrypt 1.1Rémi Prévost
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>