aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2015-03-17subliminal: restore colorlog resourceDominyk Tiller
Fixes [this comment](https://github.com/Homebrew/homebrew/pull/33147#issuecomment-82 504716). Tim removed it accidentally, so we should be cool to re-add it. Bottles will need bumping for the new resource. Closes #37806. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-17id3tool: add 1.2a bottle.BrewTestBot
2015-03-17id3tool: test addedBaptiste Fontaine
Closes #37798. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17xplanetfx: update 2.6.5 bottle.BrewTestBot
2015-03-17xplanetfx 2.6.5blogabe
Closes #37796. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17batik 1.8Dominyk Tiller
Somewhat weirdly, the documentation is completely missing from this release, in both the tarball and zip. Release to fix CVE-2015-0250, anyhow. Closes #37795. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17mono: update 3.12.1 bottle.BrewTestBot
2015-03-17mono 3.12.1Dominyk Tiller
Version bump which fixes Mono’s vulnerability to FREAK, and removes SSLv2 (But nobody was using SSLv2 still, right, folks?) Closes #37794. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17protobuf: always run make check when bottlingTim D. Smith
Closes #37785. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-17protobuf: fix python handlingTim D. Smith
Install protobuf's setup_requires (moral equivalent of :build deps) to buildpath before running setup.py. Routes around the problem we used to have with python-dateutil, which was obsoleted by a new google-apputils release anyway. Closes #37296.
2015-03-17tutum: update 0.13.0 bottle.BrewTestBot
2015-03-17tutum 0.13.0tifayuki
Closes #37792. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17jenkins 1.605Alexey
Closes #37791. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17hackrf: add 2014.08.1 bottle.BrewTestBot
2015-03-17hackrf 2014.08.1 (new formula)Frederik De Bleser
Closes #37629. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17audit: enforce https for apache.orgViktor Szakáts
- including all apache.org subdomains - for `homepage` as well Closes #37778. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17golo 2.1.0Romain Lespinasse
Closes #37790. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17putty: update 0.64 bottle.BrewTestBot
2015-03-17putty 0.64Dominyk Tiller
Fixes CVE-2015-2157. Closes #37772. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17libressl: update 2.1.5 bottle.BrewTestBot
2015-03-17libressl 2.1.5Dominyk Tiller
Version bump. Mostly a bug-fix release, but the LibreSSL team *may* have also fixed some of the OpenSSL vulns due to be announced in the coming days. For the first time in a while, the ` dylib ` versions haven’t changed, so nothing needs to be recompiled. Closes #37789. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17ucspi-tcp: fix strict audit.Mike McQuaid
2015-03-17ucspi-tcp: fix make setup check.Mike McQuaid
2015-03-17jmeter 2.13Ryan Barrett
Apache's dyn/closer.cgi redirector (and the mirrors themselves?) evidently only serve the latest version, so jmeter is currently broken. This fixes it. Background in #34286. Closes #37782. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17fondu: add 060102 bottle.BrewTestBot
2015-03-17fondu: test addedBaptiste Fontaine
Closes #37781. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17flvstreamer: add 2.1c1 bottle.BrewTestBot
2015-03-17flvstreamer: basic test addedBaptiste Fontaine
Closes #37780. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17flasm: add 1.62 bottle.BrewTestBot
2015-03-17flasm: test addedBaptiste Fontaine
Closes #37779. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17unbound: use https url and homepageViktor Szakáts
Closes #37777. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17batik: use https urlViktor Szakáts
Closes #37776. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17spidermonkey: update 1.8.5_1 bottle.BrewTestBot
2015-03-17nss: update 3.17.4_2 bottle.BrewTestBot
2015-03-17nspr: update 4.10.8_1 bottle.BrewTestBot
2015-03-17spidermonkey: work with keg-only nspr.Ruby
For details, please see https://bugzilla.mozilla.org/show_bug.cgi?id=1142646
2015-03-17nss: make keg-only.Ruby
For details, please see https://bugzilla.mozilla.org/show_bug.cgi?id=1142646
2015-03-17nspr: make keg-only.Ruby
For details, please see https://bugzilla.mozilla.org/show_bug.cgi?id=1142646 Closes #37766. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17software_spec: check if bottles are compatible.Mike McQuaid
The `bottled?` method makes more sense when it also checks for compatibility. This is particularly useful for the case in `brew info` so it prints out `(bottled)` correctly depending on the `Cellar`. Closes #37636. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-16protobuf 3.0.0-alpha-2 (devel)Daniel Harrison
Support the 3.0.0-alpha versions of protobuf. Notably, they are required for gRPC. Closes #37731. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-16subliminal: update 0.7.5 bottle.BrewTestBot
2015-03-16subliminal 0.7.5Tim D. Smith
Closes #37725.
2015-03-16depqbf: add 4.0 bottle.BrewTestBot
2015-03-16depqbf 4.0Baptiste Fontaine
Closes #37248. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-16falcon: add 0.9.6.8 bottle.BrewTestBot
2015-03-16falcon: test addedBaptiste Fontaine
Closes #37773. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-16libxc: update 2.2.2 bottle.BrewTestBot
2015-03-16libxc 2.2.2Denis Davydov
Updaated libxc to 2.2.2. Added check. Closes #37774. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-16duplicity 0.7.02 (devel)Lewis Juggins
Closes #37765. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-16batik: fix moved URL.Stepan Anchugov
Closes #37769. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>