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: Tue Aug 11 12:26:41 UTC 2020
Modified Files:
pkgsrc/net/mosquitto: Makefile distinfo
pkgsrc/net/mosquitto/patches: patch-src_CMakeLists.txt
Log Message:
net/mosquitto: Update to 1.6.11
pkgsrc changes: none
upstream changes: bugfixes
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/mosquitto/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/mosquitto/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/net/mosquitto/patches/patch-src_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.10 pkgsrc/net/mosquitto/Makefile:1.11
--- pkgsrc/net/mosquitto/Makefile:1.10 Thu Apr 16 15:19:11 2020
+++ pkgsrc/net/mosquitto/Makefile Tue Aug 11 12:26:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/04/16 15:19:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2020/08/11 12:26:41 gdt Exp $
-VERSION= 1.6.9
+VERSION= 1.6.11
DISTNAME= mosquitto-${VERSION}
CATEGORIES= net
MASTER_SITES= https://mosquitto.org/files/source/
Index: pkgsrc/net/mosquitto/distinfo
diff -u pkgsrc/net/mosquitto/distinfo:1.8 pkgsrc/net/mosquitto/distinfo:1.9
--- pkgsrc/net/mosquitto/distinfo:1.8 Thu Apr 16 15:19:11 2020
+++ pkgsrc/net/mosquitto/distinfo Tue Aug 11 12:26:41 2020
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.8 2020/04/16 15:19:11 jperkin Exp $
+$NetBSD: distinfo,v 1.9 2020/08/11 12:26:41 gdt Exp $
-SHA1 (mosquitto-1.6.9.tar.gz) = 424686c7cc3e0a9eced4875bef23ed666537d890
-RMD160 (mosquitto-1.6.9.tar.gz) = f10560110d223861d35c7d22f620282028a8241e
-SHA512 (mosquitto-1.6.9.tar.gz) = f78228a1e8305e4d89b34250981ed2c5fe5317636003636dc90f6fa2b1e3ca3c8fadb705ee7301f5252456cb093a6547bd46a255ca3d9fb5cdced697738d6eb7
-Size (mosquitto-1.6.9.tar.gz) = 610934 bytes
+SHA1 (mosquitto-1.6.11.tar.gz) = 0b80f39363a87d22b17d76eb0a5016c92fa5d865
+RMD160 (mosquitto-1.6.11.tar.gz) = 4e887495a340d1b1c5228aced8e641a03cd9bed5
+SHA512 (mosquitto-1.6.11.tar.gz) = b934f5442a588688dccd8459bfe86f6d4eac77934b0eadb3fba14c8a028d233af2136b6694ad9fa4de37ab4ab56671f4ab787f2cd631e1790064254529745b4a
+Size (mosquitto-1.6.11.tar.gz) = 610563 bytes
SHA1 (patch-lib_CMakeLists.txt) = cddb8803a759820c8059028f924b56c22689ee54
SHA1 (patch-lib_net__mosq.c) = a38294cdfea98f2da0879ea93373c5f04aebdb20
SHA1 (patch-mosquitto.conf) = ca82a8a1bdc59d5e6f4121d8474693245b923789
-SHA1 (patch-src_CMakeLists.txt) = 66571704d96c672b8c1537794cf492e9cfce2e0c
+SHA1 (patch-src_CMakeLists.txt) = abcd6c11f0b6831c3155104b43e8ce654f0b42b8
Index: pkgsrc/net/mosquitto/patches/patch-src_CMakeLists.txt
diff -u pkgsrc/net/mosquitto/patches/patch-src_CMakeLists.txt:1.2 pkgsrc/net/mosquitto/patches/patch-src_CMakeLists.txt:1.3
--- pkgsrc/net/mosquitto/patches/patch-src_CMakeLists.txt:1.2 Thu Apr 16 15:19:11 2020
+++ pkgsrc/net/mosquitto/patches/patch-src_CMakeLists.txt Tue Aug 11 12:26:41 2020
@@ -1,21 +1,21 @@
-$NetBSD: patch-src_CMakeLists.txt,v 1.2 2020/04/16 15:19:11 jperkin Exp $
+$NetBSD: patch-src_CMakeLists.txt,v 1.3 2020/08/11 12:26:41 gdt Exp $
On NetBSD, don't use -ldl (why?).
Sent upstream via email 20190427.
---- src/CMakeLists.txt.orig 2020-02-27 23:49:51.000000000 +0000
+--- src/CMakeLists.txt.orig 2020-08-11 11:18:06.000000000 +0000
+++ src/CMakeLists.txt
-@@ -151,6 +151,8 @@ endif (HAVE_GETADDRINFO_A AND WITH_ADNS)
- if (UNIX)
- if (APPLE)
+@@ -152,6 +152,8 @@ if (UNIX)
set (MOSQ_LIBS ${MOSQ_LIBS} dl m)
-+ elseif (${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
-+ set (MOSQ_LIBS ${MOSQ_LIBS} m)
+ elseif (${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
+ set (MOSQ_LIBS ${MOSQ_LIBS} m)
++ elseif (${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
++ set (MOSQ_LIBS ${MOSQ_LIBS} m)
elseif(QNX)
set(MOSQ_LIBS ${MOSQ_LIBS} m socket)
else(APPLE)
-@@ -184,9 +186,9 @@ target_link_libraries(mosquitto ${MOSQ_L
+@@ -185,9 +187,9 @@ target_link_libraries(mosquitto ${MOSQ_L
if (UNIX)
if (APPLE)
set_target_properties(mosquitto PROPERTIES LINK_FLAGS "-Wl,-exported_symbols_list -Wl,${mosquitto_SOURCE_DIR}/src/linker-macosx.syms")
Home |
Main Index |
Thread Index |
Old Index