pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mosquitto
Module Name: pkgsrc
Committed By: gdt
Date: Sat Jul 12 12:56:07 UTC 2025
Modified Files:
pkgsrc/net/mosquitto: Makefile distinfo
pkgsrc/net/mosquitto/patches: patch-lib_CMakeLists.txt
Log Message:
net/mosquitto: Update to 2.0.22
Upstream NEWS: bugfixes
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/mosquitto/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/mosquitto/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/net/mosquitto/patches/patch-lib_CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/mosquitto/Makefile
diff -u pkgsrc/net/mosquitto/Makefile:1.42 pkgsrc/net/mosquitto/Makefile:1.43
--- pkgsrc/net/mosquitto/Makefile:1.42 Sat Mar 8 13:59:13 2025
+++ pkgsrc/net/mosquitto/Makefile Sat Jul 12 12:56:07 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/03/08 13:59:13 gdt Exp $
+# $NetBSD: Makefile,v 1.43 2025/07/12 12:56:07 gdt Exp $
-DISTNAME= mosquitto-2.0.21
-PKGREVISION= 1
+DISTNAME= mosquitto-2.0.22
CATEGORIES= net
MASTER_SITES= https://mosquitto.org/files/source/
Index: pkgsrc/net/mosquitto/distinfo
diff -u pkgsrc/net/mosquitto/distinfo:1.38 pkgsrc/net/mosquitto/distinfo:1.39
--- pkgsrc/net/mosquitto/distinfo:1.38 Sat Mar 8 13:59:13 2025
+++ pkgsrc/net/mosquitto/distinfo Sat Jul 12 12:56:07 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2025/03/08 13:59:13 gdt Exp $
+$NetBSD: distinfo,v 1.39 2025/07/12 12:56:07 gdt Exp $
-BLAKE2s (mosquitto-2.0.21.tar.gz) = 187ec09757dcca65da0e805d02f8ff426b71116d2fceaf4e578ab37d1ff0d68e
-SHA512 (mosquitto-2.0.21.tar.gz) = 3acc093ef709c3f0f9d837abbb9e39e4e4ed60488c6180e2da733d65b19107f607c1fb89592d39a14faea531c8689227232e7cb13f3f58cb5ee43dad317c7cd6
-Size (mosquitto-2.0.21.tar.gz) = 804168 bytes
-SHA1 (patch-lib_CMakeLists.txt) = a1b1327c81eefc13fcb5249697f7a6bc3c94e308
+BLAKE2s (mosquitto-2.0.22.tar.gz) = 2769b4d2538943c378d5674996f5e40558f7b263be588837a9b0c3d5bad96944
+SHA512 (mosquitto-2.0.22.tar.gz) = 5aae399b308d8262a758a72064c613bfd6930e1a54f34939e30454d988c65c9d7c4c139ed70a016baa1264a0100a0c842c00e843ffe3ef83f90be440403e7482
+Size (mosquitto-2.0.22.tar.gz) = 805967 bytes
+SHA1 (patch-lib_CMakeLists.txt) = 8aefb1ddc43c3bd1edb16d0453edaf8c264eb76c
SHA1 (patch-mosquitto.conf) = ac304038543f8cd84f06a748c3e538f32186f942
SHA1 (patch-src_CMakeLists.txt) = ad906a507fcd39ac4fdcf98afde75ff715101698
Index: pkgsrc/net/mosquitto/patches/patch-lib_CMakeLists.txt
diff -u pkgsrc/net/mosquitto/patches/patch-lib_CMakeLists.txt:1.3 pkgsrc/net/mosquitto/patches/patch-lib_CMakeLists.txt:1.4
--- pkgsrc/net/mosquitto/patches/patch-lib_CMakeLists.txt:1.3 Sun Oct 13 14:13:23 2024
+++ pkgsrc/net/mosquitto/patches/patch-lib_CMakeLists.txt Sat Jul 12 12:56:07 2025
@@ -1,14 +1,14 @@
-$NetBSD: patch-lib_CMakeLists.txt,v 1.3 2024/10/13 14:13:23 gdt Exp $
+$NetBSD: patch-lib_CMakeLists.txt,v 1.4 2025/07/12 12:56:07 gdt Exp $
On NetBSD, do not include librt.
\todo Why? All other "UNIX" does, except Mac.
\todo Consider filing upstream.
---- lib/CMakeLists.txt.orig 2024-10-02 10:09:25.000000000 +0000
+--- lib/CMakeLists.txt.orig 2025-07-11 21:32:27.000000000 +0000
+++ lib/CMakeLists.txt
-@@ -61,12 +61,12 @@ set(C_SRC
+@@ -62,12 +62,12 @@ set(C_SRC
- set (LIBRARIES ${OPENSSL_LIBRARIES})
+ set (LIBRARIES OpenSSL::SSL)
-if (UNIX AND NOT APPLE AND NOT ANDROID)
+if (UNIX AND NOT APPLE AND NOT ANDROID AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
Home |
Main Index |
Thread Index |
Old Index