Dumps Celt in the Boneyard. Has officially been merged into the Opus
codec, which we already support, and has consequently ceased being
updated entirely at the current website and download link. See the
great big orange banner on http://www.celt-codec.org/ :)
ClosesHomebrew/homebrew#37051.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Simple bump. Couple of breaking changes upstream but nothing ` brew
uses ` cereal so we should be safe.
ClosesHomebrew/homebrew#37053.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Primary: Fixes the hooking into the system OpenSSL.
Secondary: Style nits. New inreplace for a prior unnoticed/unfixed
error. A simple test as the primary command just insta-fires up the
terminal graphical interface.
ClosesHomebrew/homebrew#37052.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Update to latest stable release, specify that it's only provided by
Lion and earlier, change single quotes to double, change format of
`make` command, remove `require 'formula'`.
ClosesHomebrew/homebrew#37047.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Update to latest stable release, use HTTPS homepage URL, reformat
`make` command, change single quotes to double, align elements of
multi-line array literal, remove `require 'formula'`.
ClosesHomebrew/homebrew#37046.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
aeskeyfind is a forensic tool for locating 128-bit and 256-bit AES keys in a
captured memory image
ClosesHomebrew/homebrew#37025.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Update to latest stable release, set URL to official package location
instead of outdated MIT mirror.
ClosesHomebrew/homebrew#37048.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
* let Homebrew's site-packages appear in sys.path before the shared
/Library site-packages
* rewrite references to the Cellar site-packages in-place instead of
re-adding the HOMEBREW_PREFIX site-packages
ClosesHomebrew/homebrew#28597. FixesHomebrew/homebrew#35763.