diff options
author | gdt <gdt@pkgsrc.org> | 2021-02-04 17:45:03 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-02-04 17:45:03 +0000 |
commit | 0215d1cdd01c033518b2a4f46a05d4d06d1abe61 (patch) | |
tree | 7c4cee530523d1ecc9f0f3b1257abc8dd9f3fb65 /net/mosquitto | |
parent | 9c8feae91f1db98e2083058e63c9d45b7a4dbca9 (diff) | |
download | pkgsrc-0215d1cdd01c033518b2a4f46a05d4d06d1abe61.tar.gz |
net/mosquitto: Update to 2.0.7
upstream changes: bug fixes
Diffstat (limited to 'net/mosquitto')
-rw-r--r-- | net/mosquitto/Makefile | 4 | ||||
-rw-r--r-- | net/mosquitto/distinfo | 11 | ||||
-rw-r--r-- | net/mosquitto/patches/patch-misc_letsencrypt_mosquitto-copy.sh | 15 |
3 files changed, 7 insertions, 23 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index ca39223fbfa..f67c28d200c 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/02/01 20:50:01 triaxx Exp $ +# $NetBSD: Makefile,v 1.19 2021/02/04 17:45:03 gdt Exp $ -DISTNAME= mosquitto-2.0.6 +DISTNAME= mosquitto-2.0.7 CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ diff --git a/net/mosquitto/distinfo b/net/mosquitto/distinfo index e918dfb5639..8a50902683f 100644 --- a/net/mosquitto/distinfo +++ b/net/mosquitto/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.14 2021/02/01 16:43:53 triaxx Exp $ +$NetBSD: distinfo,v 1.15 2021/02/04 17:45:03 gdt Exp $ -SHA1 (mosquitto-2.0.6.tar.gz) = 2b183679790d0ba65774fcb7ccab709d88dc568a -RMD160 (mosquitto-2.0.6.tar.gz) = 29839b23fb832086b593ac1c952a6aa5fd8e72da -SHA512 (mosquitto-2.0.6.tar.gz) = 78ade9f0ea73fedbdd0bac1b585ba414062bc939bfed591bf5efa555406a053739e393386a064420e14138960a70327444b6c29471baa562529669adc7ade95d -Size (mosquitto-2.0.6.tar.gz) = 756359 bytes +SHA1 (mosquitto-2.0.7.tar.gz) = 2966230db3e0463d21c06410b4a90cde437c6ee9 +RMD160 (mosquitto-2.0.7.tar.gz) = f1f6a9236bb6fca78381ef594988afdf68548125 +SHA512 (mosquitto-2.0.7.tar.gz) = 262f52d3a06f9c42723e1906ef91b3b8cdb58c078050aa413c5e9526e68c2dfda0cfe9a78d2713570f0e91717f45cb85e2a651eb9de500f11ac3c95c0fdcc03b +Size (mosquitto-2.0.7.tar.gz) = 756625 bytes SHA1 (patch-lib_CMakeLists.txt) = 81981f812dc38572e727a9a5dfb427b80476702d SHA1 (patch-lib_net__mosq.c) = a38294cdfea98f2da0879ea93373c5f04aebdb20 -SHA1 (patch-misc_letsencrypt_mosquitto-copy.sh) = a4d601b71f68d3f9e62d923d21c58f26558eb551 SHA1 (patch-mosquitto.conf) = 737e950d5225c8d8e4ca22c9824c4846a0b224ee SHA1 (patch-src_CMakeLists.txt) = 76a3c560929aabce943b25bf9d2cefa173b792b0 diff --git a/net/mosquitto/patches/patch-misc_letsencrypt_mosquitto-copy.sh b/net/mosquitto/patches/patch-misc_letsencrypt_mosquitto-copy.sh deleted file mode 100644 index c161bd456bf..00000000000 --- a/net/mosquitto/patches/patch-misc_letsencrypt_mosquitto-copy.sh +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-misc_letsencrypt_mosquitto-copy.sh,v 1.1 2021/01/28 19:46:24 triaxx Exp $ - -Fix shell portability problem. - ---- misc/letsencrypt/mosquitto-copy.sh.orig 2021-01-11 16:49:40.000000000 +0000 -+++ misc/letsencrypt/mosquitto-copy.sh -@@ -12,7 +12,7 @@ - # Place this script in /etc/letsencrypt/renewal-hooks/deploy/ and make it - # executable after editing it to your needs. - --if [ ${RENEWED_DOMAINS} == "my-mosquitto-domain" ]; then -+if [ ${RENEWED_DOMAINS} = "my-mosquitto-domain" ]; then - # Copy new certificate to Mosquitto directory - cp ${RENEWED_LINEAGE}/fullchain.pem /etc/mosquitto/certs/server.pem - cp ${RENEWED_LINEAGE}/privkey.pem /etc/mosquitto/certs/server.key |