notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/libzmq4/Makefile
SVNWeb

Number of commits found: 33

Tue, 6 Jun 2023
[ 17:47 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Dimitry Andric ]    commit hash:6b379f1b6bbf8967800fa9e2b164e2a9b58f6778  commit hash:6b379f1b6bbf8967800fa9e2b164e2a9b58f6778  commit hash:6b379f1b6bbf8967800fa9e2b164e2a9b58f6778  6b379f1 
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
Sat, 1 Oct 2022
[ 20:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:42bef93dbcdf98a7a70bb507ca947fd6a616d281  commit hash:42bef93dbcdf98a7a70bb507ca947fd6a616d281  commit hash:42bef93dbcdf98a7a70bb507ca947fd6a616d281  42bef93 
net/libzmq4: OPTIONize STATIC build

PR:		266744
Reported by:	yonas.yanfa@gmail.com
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 8 Mar 2022
[ 02:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:bc808e2bfff33c5b4260c571ee628017ca41f1b9  commit hash:bc808e2bfff33c5b4260c571ee628017ca41f1b9  commit hash:bc808e2bfff33c5b4260c571ee628017ca41f1b9  bc808e2  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
*/*: Take maintainership
Mon, 7 Mar 2022
[ 19:07 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d89f95e2ff861b1e06ad114422b5d116a856970  commit hash:3d89f95e2ff861b1e06ad114422b5d116a856970  commit hash:3d89f95e2ff861b1e06ad114422b5d116a856970  3d89f95  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
all: return koobs' ports to the pool after safekeeping his commit bit.
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: 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)
Wed, 26 May 2021
[ 00:34 Danilo G. Baio (dbaio) search for other commits by this committer Author: Thomas Petig ]    commit hash:f3f486e42206887b05bcca9675087b976b8eb27c  commit hash:f3f486e42206887b05bcca9675087b976b8eb27c  commit hash:f3f486e42206887b05bcca9675087b976b8eb27c  f3f486e 
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>
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 3 Mar 2020
[ 12:56 mat search for other commits by this committer ] Original commit   Revision:527673 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 Mar 2019
[ 08:08 tobik search for other commits by this committer ] Original commit   Revision:494242
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 View all of this commit message)
Sat, 26 Jan 2019
[ 10:50 koobs search for other commits by this committer ] Original commit   Revision:491260
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
Sun, 11 Feb 2018
[ 17:53 yuri search for other commits by this committer ] Original commit   Revision:461517
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)
Thu, 26 Oct 2017
[ 18:42 tijl search for other commits by this committer ] Original commit   Revision:452938
After r452629 also bump ports that optionally depend on libsodium.

PR:		223192
Sun, 20 Aug 2017
[ 11:58 koobs search for other commits by this committer ] Original commit   Revision:448376
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]
Thu, 11 Aug 2016
[ 12:15 koobs search for other commits by this committer ] Original commit   Revision:420065
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>
[ 11:14 koobs search for other commits by this committer ] Original commit   Revision:420061
net/libzmq4: Sort OPTIONS alphebetically

MFH:	2016Q3
[ 10:27 koobs search for other commits by this committer ] Original commit   Revision:420056
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
Tue, 12 Jul 2016
[ 22:03 marino search for other commits by this committer ] Original commit   Revision:418449 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 23 Mar 2016
[ 09:20 vsevolod search for other commits by this committer ] Original commit   Revision:411691 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
Tue, 2 Feb 2016
[ 13:10 koobs search for other commits by this committer ] Original commit   Revision:407815
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]
Tue, 25 Aug 2015
[ 17:18 lwhsu search for other commits by this committer ] Original commit   Revision:395301
- Update to 4.1.3

Approved by:	koobs (maintainer)
MFH:		2015Q3
Differential Revision:	https://reviews.freebsd.org/D3402
Thu, 6 Aug 2015
[ 18:41 lwhsu search for other commits by this committer ] Original commit   Revision:393665
- 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
Mon, 15 Jun 2015
[ 11:06 koobs search for other commits by this committer ] Original commit   Revision:389682
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
Sat, 13 Jun 2015
[ 16:14 vsevolod search for other commits by this committer ] Original commit   Revision:389468 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Updated libsodium to 1.0.3 [1]
- Bump revision for dependent ports

PR:		200548 [1]
Submitted by:	rsimmons0 at gmail.com [1]
Mon, 9 Feb 2015
[ 03:23 koobs search for other commits by this committer ] Original commit   Revision:378711
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
Fri, 31 Oct 2014
[ 10:21 bapt search for other commits by this committer ] Original commit   Revision:371798
Activate CURVE and OPENPGM options by default
Strip binaries

Approved by:	koobs (maintainer)
Mon, 7 Jul 2014
[ 13:54 tijl search for other commits by this committer ] Original commit   Revision:361088
- Convert security/libsodium to USES=libtool and bump dependent ports
- Run "make check" from regression-test target
- dns/curvedns: white space fixes
Fri, 6 Jun 2014
[ 20:27 naddy search for other commits by this committer ] Original commit   Revision:356842
Switch ZeroMQ 4 ports to USES=libtool and bump revision of affected ports.

Approved by:	koobs
Sat, 22 Mar 2014
[ 05:25 koobs search for other commits by this committer ] Original commit   Revision:348758
net/libzmq4: Update to 4.0.4

- Update to 4.0.4

Changes:

    https://github.com/zeromq/zeromq4-x/blob/v4.0.4/NEWS
Thu, 28 Nov 2013
[ 16:08 koobs search for other commits by this committer ] Original commit   Revision:335105
net/libzmq4: Update to 4.0.3

- Update to 4.0.3
[ 11:41 koobs search for other commits by this committer ] Original commit   Revision:335088
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

Number of commits found: 33