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:           Fri Jun 11 23:13:41 UTC 2021

Modified Files:
        pkgsrc/net/mosquitto: Makefile distinfo

Log Message:
net/mosquitto: Update to 2.0.11

Packaging changes: link against pthread, per upstream recommendations

Upstream changes: Bugfixes


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/mosquitto/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/mosquitto/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/mosquitto/Makefile
diff -u pkgsrc/net/mosquitto/Makefile:1.23 pkgsrc/net/mosquitto/Makefile:1.24
--- pkgsrc/net/mosquitto/Makefile:1.23  Tue Jun  8 10:12:55 2021
+++ pkgsrc/net/mosquitto/Makefile       Fri Jun 11 23:13:41 2021
@@ -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@localhost
 HOMEPAGE=      https://mosquitto.org/
@@ -44,6 +43,9 @@ FILES_SUBST+= MOSQUITTO_GROUP=${MOSQUITT
 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"

Index: pkgsrc/net/mosquitto/distinfo
diff -u pkgsrc/net/mosquitto/distinfo:1.18 pkgsrc/net/mosquitto/distinfo:1.19
--- pkgsrc/net/mosquitto/distinfo:1.18  Tue Apr  6 13:16:22 2021
+++ pkgsrc/net/mosquitto/distinfo       Fri Jun 11 23:13:41 2021
@@ -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



Home | Main Index | Thread Index | Old Index