diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 1ac6fc23837b..ac29bab4773a 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,5 +1,5 @@ PORTNAME= mosquitto -DISTVERSION= 2.0.18 +DISTVERSION= 2.0.20 CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ diff --git a/net/mosquitto/distinfo b/net/mosquitto/distinfo index df86a5fee80f..4a0eef47119b 100644 --- a/net/mosquitto/distinfo +++ b/net/mosquitto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697355630 -SHA256 (mosquitto-2.0.18.tar.gz) = d665fe7d0032881b1371a47f34169ee4edab67903b2cd2b4c083822823f4448a -SIZE (mosquitto-2.0.18.tar.gz) = 796351 +TIMESTAMP = 1734507485 +SHA256 (mosquitto-2.0.20.tar.gz) = ebd07d89d2a446a7f74100ad51272e4a8bf300b61634a7812e19f068f2759de8 +SIZE (mosquitto-2.0.20.tar.gz) = 799972 diff --git a/net/mosquitto/files/patch-src_CMakeLists.txt b/net/mosquitto/files/patch-src_CMakeLists.txt index c268f901f8f0..7ce42f56b518 100644 --- a/net/mosquitto/files/patch-src_CMakeLists.txt +++ b/net/mosquitto/files/patch-src_CMakeLists.txt @@ -1,6 +1,6 @@ ---- src/CMakeLists.txt.orig 2023-02-13 19:40:35 UTC -+++ src/CMakeLists.txt -@@ -194,13 +194,13 @@ endif (WIN32) +--- src/CMakeLists.txt.orig 2024-12-18 09:43:22.511844000 +0200 ++++ src/CMakeLists.txt 2024-12-18 09:45:34.368783000 +0200 +@@ -194,7 +194,7 @@ if (WITH_WEBSOCKETS) if (STATIC_WEBSOCKETS) @@ -9,10 +9,3 @@ if (WIN32) set (MOSQ_LIBS ${MOSQ_LIBS} iphlpapi) link_directories(${mosquitto_SOURCE_DIR}) - endif (WIN32) - else (STATIC_WEBSOCKETS) -- set (MOSQ_LIBS ${MOSQ_LIBS} websockets) -+ set (MOSQ_LIBS ${MOSQ_LIBS} websockets_shared) - endif (STATIC_WEBSOCKETS) - endif (WITH_WEBSOCKETS) -