| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-19 | lcab: add 1.0b12 bottle. | BrewTestBot | |
| 2015-01-19 | lcab 1.0b12 (new formula) | Baptiste Fontaine | |
| Closes #36008. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-19 | pigz: add 2.3.1 bottle. | BrewTestBot | |
| 2015-01-19 | pigz: patch CVE-2015-1191 | Tim D. Smith | |
| Closes #36019. | |||
| 2015-01-18 | lsyncd: update 2.1.5_2 bottle. | BrewTestBot | |
| 2015-01-18 | lysncd: xnu headers for 10.10.2 | Tim D. Smith | |
| Closes #35964. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-01-18 | lsyncd: patch CVE-2014-8990 | Tim D. Smith | |
| 2015-01-18 | sqlmap: add 0.9_1 bottle. | BrewTestBot | |
| 2015-01-18 | sqlmap: clean up, add test | Alessio Bogon | |
| * Remove outdated resources and options. * Remove python dependency (sqlmap works with python 2.6 and 2.7) * Symlink `sqlmapapi.py` if available * More useful test Closes #35921. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-01-18 | vrpn: add 07.33 bottle. | BrewTestBot | |
| 2015-01-18 | vrpn 07.33 | Juan Sebastian Casallas | |
| Closes #36003. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-01-18 | clutter-gst: add 2.0.12 bottle. | BrewTestBot | |
| 2015-01-18 | clutter-gst 2.0.12 | Baptiste Fontaine | |
| Closes #36014. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-01-18 | hub: install manpages for devel/HEAD. | Jacob Zimmerman | |
| Closes #36011. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-18 | cabextract: test added | Baptiste Fontaine | |
| Closes #36006. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-18 | scala: update 2.11.5 bottle. | BrewTestBot | |
| 2015-01-18 | scala 2.11.5 | Rinat Muhamedgaliev | |
| Closes #36001. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-18 | torrentcheck: remove broken test. | Mike McQuaid | |
| 2015-01-18 | solr: don't remove empty "example/logs" directory. | Jonatan Samoocha | |
| An empty "example/logs" directory was removed by brew as part of post-install cleaning. Solr fails to start out-of-the-box without this directory, so a skip_clean statement was added to ignore this directory. Fixes #35775. Closes #35999. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-18 | libsodium: update 1.0.2 bottle. | BrewTestBot | |
| 2015-01-18 | libsodium 1.0.2 | Tomasz Pajor | |
| Closes #35994. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-18 | unison: update 2.48.3 bottle. | BrewTestBot | |
| 2015-01-18 | unison 2.48.3 | Larry Hynes | |
| Closes #35984. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-18 | subversion: update 1.8.11 bottle. | BrewTestBot | |
| 2015-01-18 | subversion 1.8.11 | Branko Čibej | |
| And Serf version 1.3.8. Also removed part of the patch for configure that is no longer needed, and tweaked the remaining hunk of that patch so that it applies without fuzz. Closes #35970. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-18 | torrentcheck: fix CFLAGS splitting. | Mike McQuaid | |
| 2015-01-18 | csync: add 0.50.0 bottle. | BrewTestBot | |
| 2015-01-18 | csync 0.50.0 | Jack Nagel | |
| 2015-01-18 | groonga: update 4.1.0 bottle. | BrewTestBot | |
| 2015-01-18 | groonga: fix mruby support | Jack Nagel | |
| Fixes #35508. | |||
| 2015-01-17 | ykpers: update 1.16.2 bottle. | BrewTestBot | |
| 2015-01-17 | libyubikey: update 1.12 bottle. | BrewTestBot | |
| 2015-01-17 | libyubikey 1.12 | Jack Nagel | |
| 2015-01-17 | ykpers: add yubikey-personalization alias | Jack Nagel | |
| 2015-01-17 | ykpers 1.16.2 | Jack Nagel | |
| 2015-01-17 | sickbeard: update 507 bottle. | BrewTestBot | |
| 2015-01-17 | sickbeard 507 | Jack Nagel | |
| Closes #35794. | |||
| 2015-01-17 | yubico-piv-tool: update 0.1.3 bottle. | BrewTestBot | |
| 2015-01-17 | Update to version 0.1.3 | Fredrik Pettai | |
| Closes #35871. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-17 | gmp: fix brew audit, https://ftp.gnu.org | Steven Peters | |
| Closes #35806. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-17 | Fix brew test linking errors in several formula on 10.10 | Steven Peters | |
| OS X 10.10 seems to require "-L{lib}" as a C/C++ compiler argument in order to link properly. This is causing several brew test failures. This patch modifies several formula in a single commit by adding "-L{lib}" to the brew test ENV.cc argument lists. I manually verified that these specific tests are failing with the change and passing with it on 10.10. To identify other formulae that may be subject to this issue, the following may be used: ~~~ grep -rnI 'ENV\.cc.*test\.c' Library/Formula \ | grep -v '\-L#{lib}' ~~~ Closes #35806. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-17 | go-app-engine-32 1.9.17 | Jack Nagel | |
| 2015-01-17 | go-app-engine-64 1.9.17 | Justin Beckwith | |
| Closes #35801. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-17 | mariadb 10.1.2 devel | Dan | |
| Closes #34788. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-17 | jpegoptim: update 1.4.2 bottle. | BrewTestBot | |
| 2015-01-17 | jpegoptim 1.4.2 | Baptiste Fontaine | |
| Closes #35809. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-17 | torrentcheck: fix passing cflags | Jack Nagel | |
| 2015-01-17 | pstree: update homepage | Jack Nagel | |
| Closes #35135. | |||
| 2015-01-17 | gnuplot: don't disable cairo when building with wx support | Jack Nagel | |
| Closes #35815. | |||
| 2015-01-17 | s3cmd: update 1.5.0 bottle. | BrewTestBot | |
