aboutsummaryrefslogtreecommitdiffstats
path: root/net/libzmq4
Commit message (Collapse)AuthorAgeFilesLines
* security/libsodium: Upgrade version 1.0.8 => 1.0.10marino2016-07-131-1/+1
| | | | | | | | Also bump all ports that depend on libsodium. PR: 210999 Submitted by: manu Approved by: vsevolod (maintainer)
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update libsodium to 1.0.8vsevolod2016-03-231-0/+1
| | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at
* net/libzmq4: Update to 4.1.4koobs2016-02-022-13/+6
| | | | | | | | | - Update PORTVERSION and distinfo checksum (4.1.4) [1] - Convert DEBUG option conditional into helper - Convert test target into new test framework bits PR: 206555 [1] Submitted by: w.schwarzenfeld@aon.at [1]
* - Update to 4.1.3lwhsu2015-08-263-24/+3
| | | | | | Approved by: koobs (maintainer) MFH: 2015Q3 Differential Revision: https://reviews.freebsd.org/D3402
* - Add a temp fix for zmq4 and ipv6lwhsu2015-08-072-0/+21
| | | | | | | | | | | | | | This patch is from https://github.com/freebsd/freebsd-ports/pull/31 which s based on https://github.com/zeromq/zeromq4-1/commit/81464652d2453c608bbbb52fd59e9e9f20857178 Submitted by: melvyn-sopacua (on github) Approved by: koobs (maintainer) MFH: 2015Q3
* net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721koobs2015-06-153-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to 4.1.2 - Update pkg-plist - USES: pkg-config is now a global dependency - OPTIONS: with-sytem-pgm is now with-pgm, update helpers - OPTIONS: with-libsodium no longer takes args, update helpers - Override pkgconfigdir via configure, deprecate USES: pathfix - Bump PORTREVISION for dependent ports for shared library version change While I'm here: - Whitespace align Makefile Based on: PR: 200502 Reported by: Sevan Janiyan <venture37 geeklan co uk> Submitted by: Jason Unovitch <jason.unovitch gmail com> MFH: 2015Q2 Security: 10a6d0aa-0b1c-11e5-bb90-002590263bf5 Security: CVE-2014-9721
* - Updated libsodium to 1.0.3 [1]vsevolod2015-06-141-0/+1
| | | | | | | - Bump revision for dependent ports PR: 200548 [1] Submitted by: rsimmons0 at gmail.com [1]
* net/libzmq4: Update to 4.0.5koobs2015-02-093-13/+18
| | | | | | | | | | | | | | | | | | | | | | - Update to 4.0.5 - Add LICENSE_FILE - Sort Makefile sections - Verbose'ify build - Reduce diffs between net/libzmq3 [1] [1] NOTE: OpenPGM is now a DEFAULT option in net/libzmq3 Changes: * https://github.com/zeromq/zeromq4-x/blob/v4.0.5/NEWS While I'm here: - Bump PORTREVISIONS to chase shared library version change - czmq: Verbose'ify czmq build - czmq: Use install-strip to strip shared library PR: 197407
* Activate CURVE and OPENPGM options by defaultbapt2014-10-311-1/+3
| | | | | | Strip binaries Approved by: koobs (maintainer)
* - Convert security/libsodium to USES=libtool and bump dependent portstijl2014-07-071-1/+1
| | | | | - Run "make check" from regression-test target - dns/curvedns: white space fixes
* Switch ZeroMQ 4 ports to USES=libtool and bump revision of affected ports.naddy2014-06-072-3/+4
| | | | Approved by: koobs
* net/libzmq4: Update to 4.0.4koobs2014-03-222-3/+3
| | | | | | | | - Update to 4.0.4 Changes: https://github.com/zeromq/zeromq4-x/blob/v4.0.4/NEWS
* net/libzmq4: Update to 4.0.3koobs2013-11-292-3/+3
| | | | - Update to 4.0.3
* net/libzmq4: ZeroMQ core library (Version 4) [NEW PORT]koobs2013-11-284-0/+117
ZeroMQ - Distributed Computing Made Simple * The socket library that acts as a concurrency framework. * Carries messages across inproc, IPC, TCP, and multicast. * Connect N-to-N via fanout, pubsub, pipeline, request-reply. * Asynch I/O for scalable multicore message-passing apps. Version 4 Features: * New wire level protocol, ZMTP/3.0 * New security framework with PLAIN and CURVE mechanisms * New ZMQ_STREAM socket type WWW: http://www.zeromq.org/ PR: ports/183730 Reviewed by: kwm, wg