diff options
author | gdt <gdt@pkgsrc.org> | 2021-06-11 23:13:41 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-06-11 23:13:41 +0000 |
commit | 9f5fc790fb1ad9f41eef9a478113afc3e35a1e62 (patch) | |
tree | 73aaa61edb67a37cfb45b630ab89eee65fcb12b9 /net | |
parent | 234a371e6d5d43a5084eb035624d4d21e6c13f9f (diff) | |
download | pkgsrc-9f5fc790fb1ad9f41eef9a478113afc3e35a1e62.tar.gz |
net/mosquitto: Update to 2.0.11
Packaging changes: link against pthread, per upstream recommendations
Upstream changes: Bugfixes
Diffstat (limited to 'net')
-rw-r--r-- | net/mosquitto/Makefile | 9 | ||||
-rw-r--r-- | net/mosquitto/distinfo | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index ba10593a788..27d2c16f19b 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2021/06/08 10:12:55 bouyer Exp $ +# $NetBSD: Makefile,v 1.24 2021/06/11 23:13:41 gdt Exp $ -DISTNAME= mosquitto-2.0.10 +DISTNAME= mosquitto-2.0.11 CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ -PKGREVISION= 1 MAINTAINER= gdt@NetBSD.org HOMEPAGE= https://mosquitto.org/ @@ -44,6 +43,9 @@ FILES_SUBST+= MOSQUITTO_GROUP=${MOSQUITTO_GROUP} FILES_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} FILES_SUBST+= VARBASE=${VARBASE} +PTHREAD_AUTO_VARS= yes +.include "../../mk/pthread.buildlink3.mk" + # mosquitto's build system is very troubled, and the tests do not # currently work. # https://github.com/eclipse/mosquitto/issues/1242 @@ -57,7 +59,6 @@ TEST_TARGET= test .include "options.mk" .include "../../devel/libuuid/buildlink3.mk" .include "../../devel/uthash/buildlink3.mk" -# ?needed .include "../../net/libcares/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/mosquitto/distinfo b/net/mosquitto/distinfo index e588a4de520..c3f10b73ea6 100644 --- a/net/mosquitto/distinfo +++ b/net/mosquitto/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18 2021/04/06 13:16:22 gdt Exp $ +$NetBSD: distinfo,v 1.19 2021/06/11 23:13:41 gdt Exp $ -SHA1 (mosquitto-2.0.10.tar.gz) = 7a7fd91f1619c194e0f9b2e3db0f4eadb9e9da75 -RMD160 (mosquitto-2.0.10.tar.gz) = d828e3f9f61f89f92238bf53535fca0ced5c18c7 -SHA512 (mosquitto-2.0.10.tar.gz) = c356bfe5dc9317e1943cf14c20ae52af544aefc0138349abd3be5001032ce63579aa059dd62901a0802f08d059a9dc29b6fbcba852e3c4cd702189433ceac174 -Size (mosquitto-2.0.10.tar.gz) = 759106 bytes +SHA1 (mosquitto-2.0.11.tar.gz) = 84e055b8f0e69bb6b3f368b18915189eb87b8a23 +RMD160 (mosquitto-2.0.11.tar.gz) = 4676472544e3eb3a3a67e41ea13800ee29a81ed7 +SHA512 (mosquitto-2.0.11.tar.gz) = d0c7c52cb76c4711e54f841217529326d682c4decfc7a1bc96d872904e68df444ca3918fab7ba041b62f7b5420c89c631227b69a8eec51fd2e2dd480d8244710 +Size (mosquitto-2.0.11.tar.gz) = 760325 bytes SHA1 (patch-lib_CMakeLists.txt) = 81981f812dc38572e727a9a5dfb427b80476702d SHA1 (patch-lib_net__mosq.c) = a38294cdfea98f2da0879ea93373c5f04aebdb20 SHA1 (patch-mosquitto.conf) = 737e950d5225c8d8e4ca22c9824c4846a0b224ee |