| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Also bump all ports that depend on libsodium.
PR: 210999
Submitted by: manu
Approved by: vsevolod (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
| |
Approved by: koobs (maintainer)
MFH: 2015Q3
Differential Revision: https://reviews.freebsd.org/D3402
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- Bump revision for dependent ports
PR: 200548 [1]
Submitted by: rsimmons0 at gmail.com [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Strip binaries
Approved by: koobs (maintainer)
|
|
|
|
|
| |
- Run "make check" from regression-test target
- dns/curvedns: white space fixes
|
|
|
|
| |
Approved by: koobs
|
|
|
|
|
|
|
|
| |
- Update to 4.0.4
Changes:
https://github.com/zeromq/zeromq4-x/blob/v4.0.4/NEWS
|
|
|
|
| |
- Update to 4.0.3
|
|
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
|