Commit graph

29698 commits

Author SHA1 Message Date
Alan Antonuk
190da5c04e cmocka 0.4.1
Closes Homebrew/homebrew#32030.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-01 19:18:51 -05:00
BrewTestBot
6a7ff231fc boot2docker: update 1.2.0 bottle.
Closes Homebrew/homebrew#32029.
2014-09-01 15:07:51 -05:00
Brett Koonce
3db6914884 google-appengine 1.9.10
Closes Homebrew/homebrew#31997.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-01 11:08:51 -05:00
Brett Koonce
febfb25d16 appengine-java-sdk 1.9.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-01 11:08:49 -05:00
Brett Koonce
83e0d6a76c go-appengine-sdk (386) 1.9.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-01 11:08:47 -05:00
BrewTestBot
cb3703f195 zsh: update 5.0.6 bottle. 2014-09-01 11:00:07 -05:00
Daniel Serodio
ef15e8284d zsh 5.0.6
Closes Homebrew/homebrew#32022.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-01 10:59:57 -05:00
BrewTestBot
e579ba7406 youtube-dl: update 2014.09.01.1 bottle. 2014-09-01 10:59:35 -05:00
Sergey M․
9ddc5a4f92 youtube-dl 2014.09.01.1
Closes Homebrew/homebrew#32021.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-01 10:59:26 -05:00
Joep Loijens
abc26941f8 unrar 5.1.7
Closes Homebrew/homebrew#32018.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-01 10:58:57 -05:00
Olivier Dolbeau
eaed3141b7 logstash: tweak wording
Closes Homebrew/homebrew#32020.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-01 10:58:00 -05:00
BrewTestBot
6f00ae9214 git-cola: update 2.0.6 bottle.
Closes Homebrew/homebrew#32017.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-01 10:24:52 +01:00
David Aguilar
ae2d2b342e git-cola 2.0.6 2014-09-01 10:24:47 +01:00
Mike McQuaid
c4b50a83c0 imagemagick: depends_on xz now.
Closes Homebrew/homebrew#32015.
2014-09-01 08:49:02 +01:00
BrewTestBot
d42408b5d5 ttylog: add 0.25 bottle. 2014-09-01 00:23:42 -05:00
ladislas
4cf251c8af New formula: ttylog
Closes Homebrew/homebrew#31985.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-01 00:23:33 -05:00
Patrik Ragnarsson
2281f04f9e svtplay-dl 0.9.2014.08.28
Closes Homebrew/homebrew#32010.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-31 20:28:39 -05:00
BrewTestBot
c0bf3de4df mpd: update 0.18.13 bottle. 2014-08-31 20:25:38 -05:00
Jack Nagel
c2c14a98e6 mpd: inline stable block 2014-08-31 20:25:24 -05:00
Michael Paquier
e993390beb mpd 0.18.13
Bug-release fix with the following changes:
* protocol
  - don't change song on "seekcur" in random mode
* decoder
  - dsdiff, dsf: fix endless loop on malformed file
  - ffmpeg: support ffmpeg/libav version 11
  - gme: fix song duration
* output
  - alsa: fix endless loop at end of file in dsd_usb mode
* fix state file saver
* fix build failure on Darwin

Closes Homebrew/homebrew#32013.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-31 20:25:12 -05:00
BrewTestBot
05b3a8340e libtins: update 3.1 bottle. 2014-08-31 20:19:53 -05:00
Alexandre Cormier
1ab7417e72 libtins 3.1
Closes Homebrew/homebrew#31998.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-31 20:19:41 -05:00
Mike McQuaid
317376596b node: test npm local install, not global. 2014-08-31 18:46:07 +01:00
Mike McQuaid
fadd2c87b6 node: don't use user npmrc. 2014-08-31 18:36:46 +01:00
BrewTestBot
8d2317ed57 node: update 0.10.31 bottle.
Closes Homebrew/homebrew#31914.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-31 18:36:46 +01:00
Dominyk Tiller
026d67a137 node: npm bump, devel killed, npm update change.
Okay, this is part 1 of what will likely become a host of wider changes
I propose on Node to tackle the issues discussed in
[#31777](https://github.com/Homebrew/homebrew/issues/31777).

Part 1: I’ve killed the devel build. It hasn’t been updated since May,
and Node haven’t expressed any sort of haste in issuing even a new
minor bump to the devel build that fixes the rather large [OpenSSL
vulnerabilities](https://github.com/joyent/node/tree/v0.11.13-release/de
ps/openssl/openssl) in 0.11.13. At this point, my feeling is that it’s
dangerously irresponsible to leave the devel build present given those
vulnerabilities, and I’d like to see us scrap it until we see some
movement on patching those issues. This issue is open with Node
[here](https://github.com/joyent/node/issues/8000) but remains largely
ignored and dormant.

Second change: Bumps the npm version that we ship back to the latest
stable release. A minor thing, but an early step towards fixing some of
the bigger npm problems.

Third change: Changes the way we handle npm updates post-install to
specifically target the latest stable release. Our current ``` npm
update npm -g ``` has been habitually dumping people onto the alpha &
beta builds for npm, and this solution (according to the npm team)
should solve that problem permanently. Having done local testing with
this, It does indeed seem to do the job.

These are largely minor fixes to patch things over in a stable, solid
fashion till I can work out ways to avoid the Node issues we’ve been
encountering so rampantly lately.
2014-08-31 18:36:38 +01:00
BrewTestBot
7b69cc676e sqlitebrowser: update 3.3.1 bottle.
Closes Homebrew/homebrew#32005.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-31 18:11:13 +01:00
Justin Clift
76db034cd6 sqlitebrowser 3.3.1
database browser 3.3.1 for sqlite

New version to reflect the project being renamed upstream. ;)
2014-08-31 18:11:02 +01:00
BrewTestBot
8f624eda32 imagemagick: update 6.8.9-7 bottle.
Closes Homebrew/homebrew#32002.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-31 18:00:41 +01:00
Brenex
3a7abd1413 imagemagick 6.8.9-7 2014-08-31 18:00:37 +01:00
BrewTestBot
9969021d1b graphicsmagick: add 1.3.20 bottle.
Closes Homebrew/homebrew#32004.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-31 17:59:48 +01:00
chdiza
2448ba3892 graphicsmagick 1.3.20 2014-08-31 17:59:48 +01:00
Mike McQuaid
79b1b84cb2 cgvg: general cleanup. 2014-08-31 14:38:26 +01:00
BrewTestBot
a28678f173 cgvg: add 1.6.3 bottle.
Closes Homebrew/homebrew#31999.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-31 14:38:26 +01:00
Joshua Uziel
a652b0464b cgvg 1.6.3 2014-08-31 14:38:26 +01:00
BrewTestBot
255e7890d8 percona-server: update 5.6.20-68.0 bottle.
Closes Homebrew/homebrew#32000.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-31 14:38:26 +01:00
Tomasz Pajor
f8f9aac1e7 percona-server: 5.6.20-68.0 2014-08-31 14:38:26 +01:00
Misty De Meo
ccf9570939 pianobar: upstream patch to fix segfault
Fixes Homebrew/homebrew#31957.
2014-08-30 22:09:44 -07:00
Jack Nagel
26bc7d01da Revert "Vala 0.25.2"
This reverts commit e17a7a1772ded74da5cfdd8d4bd5144c1e77b0a3.
2014-08-30 18:27:14 -05:00
BrewTestBot
ccc5aa3c37 vala: update 0.25.2 bottle. 2014-08-30 18:26:25 -05:00
TingPing
956c73c862 Vala 0.25.2
Closes Homebrew/homebrew#31991.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-30 18:26:21 -05:00
Marvin Scholz
4851e1bf0d icecast 2.4.0
Closes Homebrew/homebrew#31995.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-30 18:24:59 -05:00
Eric Bailey
01ebf9360d elixir devel 1.0.0-rc1
Closes Homebrew/homebrew#31989.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-30 18:20:23 -05:00
BrewTestBot
e64a6c3fdb youtube-dl: update 2014.08.29 bottle.
Closes Homebrew/homebrew#31990.
2014-08-30 17:14:44 -05:00
Misty De Meo
54536d240f fits 0.8.2 2014-08-30 12:43:23 -07:00
Patrick Linskey
96ab62bb83 go-app-engine-64 1.9.10
Update go-app-engine-64 to 1.9.10

Closes Homebrew/homebrew#31987.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-30 20:40:45 +01:00
BrewTestBot
35fe8ff1d6 spiped: add 1.4.0 bottle.
Closes Homebrew/homebrew#31982.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-30 19:42:34 +01:00
Frederick Akalin
df5269391e spiped 1.4.0 2014-08-30 19:42:34 +01:00
Andrey Smirnov
efe23b5c5c gpsd: Build and install libgps by default
Pervious configuration of the formula installed static version of
libgps, which made it impossible to use any non-C bindings to that
library.

Closes Homebrew/homebrew#31780.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-30 11:42:42 -05:00
BrewTestBot
1b2c281fd1 sync_gateway: add 1.0.2 bottle.
Closes Homebrew/homebrew#29736.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-30 17:22:00 +01:00