smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

update ZeroMQ #302

Closed smanders closed 3 years ago

smanders commented 3 years ago

we are currently using libzmq 4.3.3 and cppzmq 4.7.1 https://github.com/smanders/externpro/issues/282

From: Daniel Marsden Sent: Friday, February 12, 2021 11:23 AM To: Scott M Anderson Cc: Kelley Ballard; Steven Woolsey Subject: ZeroMQ Library Update to 4.3.4

Smanders,

I've stumbled into an issue in the current version of libzmq v4.3.3. This was also discovered by the libzmq group and noted: https://github.com/zeromq/libzmq/issues/4086. The fix has been released in the most recent version 4.3.4 - https://github.com/zeromq/libzmq/releases Can we request to pull in the updated version with the fix into externpro? If you prefer a ticket to be written let me know.

My apologies for not discovering this sooner.

Thank you, Daniel Marsden

smanders commented 3 years ago

current patch https://github.com/zeromq/libzmq/compare/v4.3.3...smanders:xp4.3.3

smanders commented 3 years ago

version 4.3.4 patch https://github.com/zeromq/libzmq/compare/v4.3.4...smanders:xp4.3.4

smanders commented 3 years ago

completed with commit to dev branch referenced above