pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mosquitto net/mosquitto: Update to 2.0.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ef9b35b6ab8
branches:  trunk
changeset: 383276:3ef9b35b6ab8
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Aug 16 23:08:39 2022 +0000

description:
net/mosquitto: Update to 2.0.15

Upstream changes: bugfixes

diffstat:

 net/mosquitto/Makefile                          |   5 ++---
 net/mosquitto/distinfo                          |  10 +++++-----
 net/mosquitto/patches/patch-lib_strings__mosq.c |  15 ++++++++-------
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (60 lines):

diff -r 9c2b0723e970 -r 3ef9b35b6ab8 net/mosquitto/Makefile
--- a/net/mosquitto/Makefile    Tue Aug 16 20:54:35 2022 +0000
+++ b/net/mosquitto/Makefile    Tue Aug 16 23:08:39 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/07/03 10:47:15 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2022/08/16 23:08:39 gdt Exp $
 
-DISTNAME=      mosquitto-2.0.14
-PKGREVISION=   1
+DISTNAME=      mosquitto-2.0.15
 CATEGORIES=    net
 MASTER_SITES=  https://mosquitto.org/files/source/
 
diff -r 9c2b0723e970 -r 3ef9b35b6ab8 net/mosquitto/distinfo
--- a/net/mosquitto/distinfo    Tue Aug 16 20:54:35 2022 +0000
+++ b/net/mosquitto/distinfo    Tue Aug 16 23:08:39 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.25 2022/02/03 08:02:11 wiz Exp $
+$NetBSD: distinfo,v 1.26 2022/08/16 23:08:39 gdt Exp $
 
-BLAKE2s (mosquitto-2.0.14.tar.gz) = 23628d8cd06b94846933da5cac079bf755db11b4b5c0da5c8aad8dd75cd66e60
-SHA512 (mosquitto-2.0.14.tar.gz) = a9e4f41b9af679b30318570e86a465546024651373df10e3b132f4593b89d22d0dbac01bb7371a57132ba030a2e73971c612acb5c9ac12f5ccd06aa38d9444c2
-Size (mosquitto-2.0.14.tar.gz) = 787414 bytes
+BLAKE2s (mosquitto-2.0.15.tar.gz) = 3dd3094b16ff417032fc07738f7c3eae7dcfe40247e493db9698c1f0984d7dda
+SHA512 (mosquitto-2.0.15.tar.gz) = 8a0c58222ea0b9304e7f096f6d13965478072baf1d1c9bc931b32a33f5ea8196c2dd54bde8d83fec7ed9cd413cb5fb115ce0a6701ca20664df52fdd7ca63ddaf
+Size (mosquitto-2.0.15.tar.gz) = 792632 bytes
 SHA1 (patch-lib_CMakeLists.txt) = 81981f812dc38572e727a9a5dfb427b80476702d
 SHA1 (patch-lib_net__mosq.c) = fdf488984e3b902473f28d6e3482169788c0d517
-SHA1 (patch-lib_strings__mosq.c) = afa4e5313abe6c428189aa01b86cf7ce8462b41e
+SHA1 (patch-lib_strings__mosq.c) = fb290d7766328d6aa1e935adec9c0fad2eb11c4b
 SHA1 (patch-mosquitto.conf) = 6091113365a7c1d3d726af30fee682abafc40ab0
 SHA1 (patch-src_CMakeLists.txt) = d0425fd674f2cd1a992a36e616dc8b29e130550b
diff -r 9c2b0723e970 -r 3ef9b35b6ab8 net/mosquitto/patches/patch-lib_strings__mosq.c
--- a/net/mosquitto/patches/patch-lib_strings__mosq.c   Tue Aug 16 20:54:35 2022 +0000
+++ b/net/mosquitto/patches/patch-lib_strings__mosq.c   Tue Aug 16 23:08:39 2022 +0000
@@ -1,16 +1,17 @@
-$NetBSD: patch-lib_strings__mosq.c,v 1.1 2021/12/31 23:59:17 triaxx Exp $
+$NetBSD: patch-lib_strings__mosq.c,v 1.2 2022/08/16 23:08:39 gdt Exp $
 
 Suppress warning by including missing header.
 
---- lib/strings_mosq.c.orig    2021-11-17 00:28:35.000000000 +0000
+--- lib/strings_mosq.c.orig    2022-08-16 13:34:02.000000000 +0000
 +++ lib/strings_mosq.c
-@@ -20,6 +20,9 @@ Contributors:
- 
+@@ -21,6 +21,10 @@ Contributors:
  #include <errno.h>
  #include <string.h>
+ 
 +#if defined(__NetBSD__)
 +#include <strings.h>
 +#endif
- 
- #include "mosquitto.h"
- #include "mqtt_protocol.h"
++
+ #ifndef WIN32
+ #  include <strings.h>
+ #endif



Home | Main Index | Thread Index | Old Index