diff options
Diffstat (limited to 'net/mosquitto')
-rw-r--r-- | net/mosquitto/Makefile | 1 | ||||
-rw-r--r-- | net/mosquitto/files/patch-mosquitto.conf | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 948a1b6cc1a5..37be21cf92a7 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,5 +1,6 @@ PORTNAME= mosquitto DISTVERSION= 2.0.22 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ diff --git a/net/mosquitto/files/patch-mosquitto.conf b/net/mosquitto/files/patch-mosquitto.conf index b20b04014aa1..2bf7472095b9 100644 --- a/net/mosquitto/files/patch-mosquitto.conf +++ b/net/mosquitto/files/patch-mosquitto.conf @@ -18,12 +18,3 @@ # ================================================================= # Listeners -@@ -360,7 +360,7 @@ - # certificate files must have ".crt" as the file ending and you must run - # "openssl rehash <path to capath>" each time you add/remove a certificate. - # capath is not supported for websockets. --#cafile -+cafile /usr/local/share/certs/ca-root-nss.crt - #capath - - |