aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/zeromq.rb
AgeCommit message (Collapse)Author
2015-03-02zeromq: explicitly disable libsodiumMin RK
default value for `--with-libsodium` changed from false to true between 4.0 and 4.1 include patch required for libzmq-4.0 to support `--without-libsodium` backported from zeromq/zeromq4-x#105 Closes #36875. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-01-17Fix brew test linking errors in several formula on 10.10Steven 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>
2014-12-30zeromq: add testXu Cheng
2014-12-25zermoq: drop questionable gem installation caveatsJack Nagel
2014-12-04zeromq: modernize autotools depsJack Nagel
2014-11-14zeromq: update pgm optionJack Nagel
2014-10-29zeromq: update 4.0.5_2 bottle.BrewTestBot
Closes #33708. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-29zeromq: make libsodium optional.Mike McQuaid
Otherwise `ntopng` has issues when linking against them statically. Closes #33697. Closes #33677.
2014-10-25zeromq: update 4.0.5_1 bottle.BrewTestBot
Closes #33551. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-25fontforge: general fixes.Dominyk Tiller
Some fixes for the Fontforge, pending the next imminent stable release. Also bumping czmq and zeromq following a discussion [on this](https://github.com/fontforge/fontforge/issues/1837) this morning, during which I stumbled across a fix by removing the two and reinstalling them afresh, so I’m recommending we do that for everyone given the two libraries are tiny and it’ll flush out any configuration or bottle issues that could be lingering.
2014-10-22zeromq: update 4.0.5 bottle.BrewTestBot
2014-10-17zeromq: update 4.0.5 bottle.BrewTestBot
Closes #33241. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-17zeromq: use libsodium by default for security.MinRK
2014-10-15zeromq: update 4.0.5 bottle.BrewTestBot
2014-10-15zeromq 4.0.5MinRK
bugfix/security release Closes #33195. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-25zeromq: update 4.0.4_1 bottle.BrewTestBot
2014-09-25Libsodium 1.0.0Dominyk Tiller
Version bump from 0.7.1 to the big 1.0.0. Closes #32622. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-09zeromq: add 4.0.4 bottle.BrewTestBot
2014-03-11zeromq 4.0.4MinRK
Closes #27451. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-24zeromq 4.0.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-24zeromq 4.0.2MinRK
Closes #24635. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-24zeromq: optional libsodium dependencyJason Roelofs
Closes #23180. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-24zeromq 4.0.1Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-13Add more missing :autoconf depsJack Nagel
2013-10-03zeromq 3.2.4Tao Wu
Closes #23021. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-21zeromq: use spec depsJack Nagel
2013-08-24zeromq: don't patch HEADMinRK
Closes #22107. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-11zeromq: remove Java notes from caveatsAdam Vandenberg
2013-05-20zeromq: apply patch for strndup on 10.6Jack Nagel
Fixes #19877.
2013-05-15zeromq 3.2.3MinRK
Closes #19662. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-20zeromq: Update to 3.2.2Clemens Gruber
Removed older devel version and the build_fat hack needed before 3.2 Closes #16680. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-10-31zeromq 3.2.1-rc1 develt.pickett66
Closes #15774. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-28zeromq: universal build needs std envJack Nagel
Fixes #15182. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-25zeromq: fix build.include? usageAdam Vandenberg
2012-08-22zeromq: fix errors, use external libpgm, add develnibbles 2bits
zeromq gets a makeover to fix build errors and to offer the devel version. This has been tested with clang and llvm from XCode-4.4.1. * Add a devel block * Add a dep on libpgm, a new formula. The internal libpgm is b0rked * Add a `do_config` function that gets run for devel or head builds. * Add ENV.universal_binary for devel and head, it works. * Add conditionals so that the manual lipo to UB is only for stable Fixes #14210 Closes #14292. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08zeromq: style updatesAdam Vandenberg
2012-08-08zeromq: use options dslAdam Vandenberg
2012-07-10Use autotools symbolsAdam Vandenberg
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-14zeromq: update checksum, againJiyoon Jang
Closes #11655. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-10update md5 for zeromq-2.2.0MinRK
The tarball was repackaged, changing its checksum. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-07zeromq 2.2.0MinRK
Closes #11509. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28These now depend on automake for Xcode >= 4.3Max Howell
Fixes #10559. Also added missing deps for osm2pgsql. Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2011-12-19zeromq: Update to 2.1.11MinRK
Closes #9177. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-10zeromq: fix audit warningJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03ZeroMQ: Update to 2.1.10Baris Balic
Closes #7959. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-01ZeroMQ builds with LLVM; Closes #7361.Max Howell
I tided up the caveat text too, it was longer than 80 characters.
2011-08-29ZeroMQ: Update to 2.1.9MinRK
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>