Port details |
- libzmq4 ZeroMQ core library (Version 4)
- 4.3.5_2 net =8 4.3.5_2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2013-11-28 11:42:08
- Last Update: 2024-05-20 10:33:03
- Commit Hash: b66e494
- People watching this port, also watch:: pkg, tiff, bash, git, gnutls
- License: MPL20
- WWW:
- https://www.zeromq.org/
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/net/libzmq4/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libzmq4
- pkg install libzmq4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libzmq4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705052315
SHA256 (zeromq-4.3.5.tar.gz) = 6653ef5910f17954861fe72332e68b03ca6e4d9c7160eb3a8de5a5a913bfab43
SIZE (zeromq-4.3.5.tar.gz) = 2530237
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libsodium.so : security/libsodium
- libnorm.so : net/norm
- libpgm.so : net/openpgm
- This port is required by:
- for Build
-
- net-p2p/bitcoin
- net-p2p/bitcoin-daemon
-
Deleted ports which required this port:
- for Libraries
-
- cad/horizon-eda
- comms/gnuradio
- devel/xeus-cling
- devel/xeus-zmq
- math/octave-forge-tablicious
- math/octave-forge-zeromq
- math/sage
-
Deleted ports which required this port:
- for Run
-
- net-p2p/bitcoin
- net-p2p/bitcoin-daemon
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libzmq4-4.3.5_2:
CURVE=on: CURVE security backend
DRAFT_API=on: Enable draft (experimental) APIs
LIBUNWIND=off: Use libunwind to print stack trace in case of error
MANPAGES=on: Build and/or install manual pages
STATIC=on: Build static executables and/or libraries
====> Reliable Multicast Transports
NORM=on: Enable NORM via NRL
PGM=on: Enable PGM transport via OpenPGM
===> Use 'make config' to modify these settings
- Options name:
- net_libzmq4
- USES:
- gmake libtool pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.5_2 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
4.3.5_1 23 Apr 2024 10:47:13 |
Muhammad Moinur Rahman (bofh) Author: Yuri Victorovich |
net/libzmq4: Add option enabling draft APIs
Some draft APIs are necessary in certain usage contexts.
For example, the poller API is draft, but is necessary in order for ZMQ
applications to implement timeouts.
This is why this option enabled by default.
PR: 278391 |
4.3.5 12 Jan 2024 22:37:12 |
Muhammad Moinur Rahman (bofh) |
net/libzmq4: Update version 4.3.4=>4.3.5
- Relicensed from LGPL30+ to MPL20
Changelog: https://github.com/zeromq/libzmq/releases/tag/v4.3.5 |
4.3.4 06 Jun 2023 17:47:37 |
Muhammad Moinur Rahman (bofh) Author: Dimitry Andric |
net/libzmq4: Fix build with libc++ 16
Like recent versions of GNU libstdc++, libc++ 16 now has a static
assertion to ensure that custom allocators have the correct rebind
member, and this assertion fires error when building.
Upstream fixed this in
<https://github.com/zeromq/libzmq/commit/438d5d88>, so apply that patch.
PR: 271850 |
4.3.4 01 Oct 2022 20:08:06 |
Muhammad Moinur Rahman (bofh) |
net/libzmq4: OPTIONize STATIC build
PR: 266744
Reported by: yonas.yanfa@gmail.com |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3.4 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
4.3.4 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
4.3.4 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
4.3.4 26 May 2021 00:34:15 |
Danilo G. Baio (dbaio) Author: Thomas Petig |
net/libzmq4: Update to 4.3.4, Fix security issues
- Patches removed were incorporated upstream.
Changelog: https://github.com/zeromq/libzmq/releases/tag/v4.3.2
https://github.com/zeromq/libzmq/releases/tag/v4.3.3
https://github.com/zeromq/libzmq/releases/tag/v4.3.4
PR: 255102
Approved by: koobs (maintainer, implicit)
MFH: 2021Q2
Security: 21ec4428-bdaa-11eb-a04e-641c67a117d8
Security: 6954a2b0-bda8-11eb-a04e-641c67a117d8
Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org> |
4.3.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.3.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3.1_1 03 Mar 2020 12:56:16 |
mat |
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940 |
4.3.1_1 01 Mar 2019 08:08:14 |
tobik |
net/openpgm: Do not add -I to non-existing directory in openpgm-5.2.pc
foo/lib/pgm-5.2/include does not exist, so applications using strict
compiler flags will fail to build due to this.
Here this breaks devel/xeus build after r491260 [1]:
CMake Error in CMakeLists.txt:
Imported target "cppzmq" includes non-existent path
"/usr/local/lib/pgm-5.2/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location. (Only the first 15 lines of the commit message are shown above ) |
4.3.1 01 Feb 2019 02:08:14 |
koobs |
net/libzmq4: Remove spurious distinfo entry
Leftover while attempting to use PATCHFILES and PATCH_DIST_STRIP with a local
(not remote) source instead of a files/patch-* file, so one could take verbatim
diffs from GitHub commits/PR's which contain a/ b/ path prefixes, without
having to modify them manually.
PR: 230575
Reported by: ohauer
X-MFH-With: r491260
MFH: 2019Q1 |
4.3.1 26 Jan 2019 10:50:44 |
koobs |
net/libzmq4: Update to 4.3.1
- Use upstream provided methods for verbose builds and disabling -Werror
- Pet portlint (USES order)
- Add patch to fix flaky tests [1]
This release fixes a remote code execution vulnerability (CVE-2019-6250)
Changelog:
https://github.com/zeromq/libzmq/releases/tag/v4.3.1
PR: 230575 [1]
Reported by: tobik
Security: 8e48365a-214d-11e9-9f8a-0050562a4d7b
MFH: 2019Q1 |
4.2.3 11 Feb 2018 17:53:33 |
yuri |
net/libzmq4: Update to 4.2.3
Changelog:
https://github.com/zeromq/libzmq/releases/tag/v4.2.3
Additional port changes:
* DISTVERSION
* Added LIBUNWIND option to use devel/libunwind
* Disabled static library
* Minor formatting changes
All tests pass.
This release includes some FreeBSD specific fixes like
https://github.com/zeromq/libzmq/pull/2514/files.
PR: 224495
Submitted by: myself
Approved by: timeout expired, tcberner (mentor, implicit) |
4.2.2_1 26 Oct 2017 18:42:11 |
tijl |
After r452629 also bump ports that optionally depend on libsodium.
PR: 223192 |
4.2.2 20 Aug 2017 11:58:39 |
koobs |
net/libzmq4: Update to 4.2.2
- Update PORTVERSION and distinfo checksum (4.2.2) [1]
- Use DISTVERSIONPREFIX -> tweak MASTER_SITES
- Split CURVE option (now a group) into TWEETNACL and SODIUM options [1]
- Group NORM and PGM options into a MULTICAST group
- Simplify & tweak options descriptions accordingly
- Update MANPAGES configure argument (*-documentation is deprecated)
- Remove patch that was upstreamed [1]
- Move curve_keygen from pkg-plist to conditional PLIST_FILES
PR: 214367
Submitted by: Eric Camachat <eric camachat org> [1] |
4.1.5 11 Aug 2016 12:15:20 |
koobs |
net/libzmq4: Update to 4.1.5, Add MANPAGES option
- Update PORTVERSION and distinfo checksum (4.1.5)
- Update pkg-plist accordingly (library minor version bump)
- Update MASTER_SITES (upstream moved to GitHub releases)
- Add MANPAGES option and dependencies (xmlto/asciidoc (sorry!) as they
now need to be built. Add OPTIONS_SUB and update pkg-plist accordingly
- Re-patch configure after minor updates since 4.1.4
- Sort pkg-plist
PR: 211306 (part two of two)
Submitted by: Eric Camachat <eric camachat org> |
4.1.4_3 11 Aug 2016 11:14:42 |
koobs |
net/libzmq4: Sort OPTIONS alphebetically
MFH: 2016Q3 |
4.1.4_3 11 Aug 2016 10:27:27 |
koobs |
net/libzmq4: Add NORM option, Disable -Werror
- Add NORM option and helpers [1], no default.
- Backport upstream pull request #2066. [1][2]
- Override default -Werror in build.
[2] https://github.com/zeromq/libzmq/pull/2066
PR: 211306 (part 1 of 2) [1]
Submitted by: Eric Camachat <eric camachat org> [1]
MFH: 2016Q3 |
4.1.4_2 12 Jul 2016 22:03:52 |
marino |
security/libsodium: Upgrade version 1.0.8 => 1.0.10
Also bump all ports that depend on libsodium.
PR: 210999
Submitted by: manu
Approved by: vsevolod (maintainer) |
4.1.4_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
4.1.4_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.1.4_1 23 Mar 2016 09:20:35 |
vsevolod |
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at |
4.1.4 02 Feb 2016 13:10:54 |
koobs |
net/libzmq4: Update to 4.1.4
- 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] |
4.1.3 25 Aug 2015 17:18:00 |
lwhsu |
- Update to 4.1.3
Approved by: koobs (maintainer)
MFH: 2015Q3
Differential Revision: https://reviews.freebsd.org/D3402 |
4.1.2_1 06 Aug 2015 18:41:50 |
lwhsu |
- Add a temp fix for zmq4 and ipv6
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 |
4.1.2 15 Jun 2015 11:06:49 |
koobs |
net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721
- 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 |
4.0.5_1 13 Jun 2015 16:14:55 |
vsevolod |
- Updated libsodium to 1.0.3 [1]
- Bump revision for dependent ports
PR: 200548 [1]
Submitted by: rsimmons0 at gmail.com [1] |
4.0.5 09 Feb 2015 03:23:50 |
koobs |
net/libzmq4: Update to 4.0.5
- 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 |
4.0.4_3 31 Oct 2014 10:21:11 |
bapt |
Activate CURVE and OPENPGM options by default
Strip binaries
Approved by: koobs (maintainer) |
4.0.4_2 07 Jul 2014 13:54:24 |
tijl |
- Convert security/libsodium to USES=libtool and bump dependent ports
- Run "make check" from regression-test target
- dns/curvedns: white space fixes |
4.0.4_1 06 Jun 2014 20:27:57 |
naddy |
Switch ZeroMQ 4 ports to USES=libtool and bump revision of affected ports.
Approved by: koobs |
4.0.4 22 Mar 2014 05:25:34 |
koobs |
net/libzmq4: Update to 4.0.4
- Update to 4.0.4
Changes:
https://github.com/zeromq/zeromq4-x/blob/v4.0.4/NEWS |
4.0.3 28 Nov 2013 16:08:00 |
koobs |
net/libzmq4: Update to 4.0.3
- Update to 4.0.3 |
4.0.2 28 Nov 2013 11:41:57 |
koobs |
net/libzmq4: ZeroMQ core library (Version 4) [NEW PORT]
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 |