pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/cppzmq
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 21 08:50:22 UTC 2025
Modified Files:
pkgsrc/net/cppzmq: Makefile distinfo
Log Message:
cppzmq: updated to 4.11.0
4.11.0
Features/fixes
Add zmq_timers support
Add file descriptor support for poller
Feature/expose monitor socket for active poller
Allow generic sequence of poller events
Add configurable sockopt for raw router sockets
Add on_monitor_stopped function for monitor_t
Add ZMQ_BUSY_POLL option
Fix std::max compilation error on Windows
Fix -Wold-style-cast compilation warning
Remove space in custom string literal
Package/tools/internal
Remove ENABLE_DRAFTS option
Update to Catch2 v3
document CPPZMQ_BUILD_TESTS and adjust formatting and semantics of build instructions
Update CMakeLists.txt
docs: fix link target
Version 4.11.0
Update CI runners
Upgrade deprecated CI OS
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/cppzmq/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/cppzmq/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/cppzmq/Makefile
diff -u pkgsrc/net/cppzmq/Makefile:1.5 pkgsrc/net/cppzmq/Makefile:1.6
--- pkgsrc/net/cppzmq/Makefile:1.5 Mon Jan 15 09:41:53 2024
+++ pkgsrc/net/cppzmq/Makefile Mon Jul 21 08:50:22 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/01/15 09:41:53 nros Exp $
+# $NetBSD: Makefile,v 1.6 2025/07/21 08:50:22 adam Exp $
-DISTNAME= cppzmq-4.10.0
-PKGREVISION= 1
+DISTNAME= cppzmq-4.11.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=zeromq/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -15,16 +14,6 @@ USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
TEST_TARGET= test
-
-# for catch2 v2 -> v3 migration
-SUBST_CLASSES+= catch2v3
-SUBST_STAGE.catch2v3= pre-configure
-SUBST_FILES.catch2v3+= tests/*.cpp
-SUBST_FILES.catch2v3+= tests/*.hpp
-SUBST_FILES.catch2v3+= tests/CMakeLists.txt
-SUBST_SED.catch2v3+= -e 's,<catch2/catch.hpp>,<catch2/catch_all.hpp>,g'
-SUBST_SED.catch2v3+= -e 's,Catch2::Catch2,Catch2::Catch2WithMain,g'
-
# needed for building unit tests
.include "../../devel/catch2/buildlink3.mk"
.include "../../devel/cmake/build.mk"
Index: pkgsrc/net/cppzmq/distinfo
diff -u pkgsrc/net/cppzmq/distinfo:1.3 pkgsrc/net/cppzmq/distinfo:1.4
--- pkgsrc/net/cppzmq/distinfo:1.3 Tue Jul 18 04:53:45 2023
+++ pkgsrc/net/cppzmq/distinfo Mon Jul 21 08:50:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/07/18 04:53:45 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/07/21 08:50:22 adam Exp $
-BLAKE2s (cppzmq-4.10.0.tar.gz) = 28e634cc610cad9c26283bd6499759707ba090dd1f91ee8253cab868ae4ad3ea
-SHA512 (cppzmq-4.10.0.tar.gz) = 4a4f3c2a270b9b21591b08a81f2ab6a72693af213c115f2c0aa5b737fd0363d09dba92437f48268ff982e6c27d6830f79244599bd9198e3402c6cca566cea27a
-Size (cppzmq-4.10.0.tar.gz) = 47099 bytes
+BLAKE2s (cppzmq-4.11.0.tar.gz) = 90cc596899ebe3f633c406b0046a21234a262f3bc3a8efabbcb2b443f2320ced
+SHA512 (cppzmq-4.11.0.tar.gz) = 7ef3866fe0a337771be40153dd744306fa951214329670a068a0344e909b1128fabce22676561d68bed270716e6fabda53e8bcc839184565db634b38d11bdbac
+Size (cppzmq-4.11.0.tar.gz) = 49666 bytes
Home |
Main Index |
Thread Index |
Old Index