Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2019 22:28:44 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510858 - in head/net/mosquitto: . files
Message-ID:  <201909022228.x82MSibY089181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Sep  2 22:28:43 2019
New Revision: 510858
URL: https://svnweb.freebsd.org/changeset/ports/510858

Log:
  net/mosquitto: update to 1.6.4
  
  PR:		239675
  Submitted by:	joe@thrallingpenguin.com (maintainer)
  Reported by:	crest@rlwinm.de

Deleted:
  head/net/mosquitto/files/patch-lib_mosquitto__internal.h
Modified:
  head/net/mosquitto/Makefile   (contents, props changed)
  head/net/mosquitto/distinfo   (contents, props changed)
  head/net/mosquitto/files/patch-CMakeLists.txt   (contents, props changed)
  head/net/mosquitto/files/patch-config.mk   (contents, props changed)
  head/net/mosquitto/files/patch-mosquitto.conf   (contents, props changed)
  head/net/mosquitto/files/patch-src_CMakeLists.txt   (contents, props changed)
  head/net/mosquitto/files/patch-src_mosquitto__passwd.c   (contents, props changed)
  head/net/mosquitto/pkg-plist   (contents, props changed)

Modified: head/net/mosquitto/Makefile
==============================================================================
--- head/net/mosquitto/Makefile	Mon Sep  2 22:24:19 2019	(r510857)
+++ head/net/mosquitto/Makefile	Mon Sep  2 22:28:43 2019	(r510858)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mosquitto
-PORTVERSION=	1.5.8
+PORTVERSION=	1.6.4
 CATEGORIES=	net
 MASTER_SITES=	http://mosquitto.org/files/source/
 

Modified: head/net/mosquitto/distinfo
==============================================================================
--- head/net/mosquitto/distinfo	Mon Sep  2 22:24:19 2019	(r510857)
+++ head/net/mosquitto/distinfo	Mon Sep  2 22:28:43 2019	(r510858)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551386128
-SHA256 (mosquitto-1.5.8.tar.gz) = 78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4
-SIZE (mosquitto-1.5.8.tar.gz) = 442834
+TIMESTAMP = 1565197492
+SHA256 (mosquitto-1.6.4.tar.gz) = a3d5822c249f6a6e13311b1b09eff6807ea01608a5a77934e1769842e9d146ef
+SIZE (mosquitto-1.6.4.tar.gz) = 576040

Modified: head/net/mosquitto/files/patch-CMakeLists.txt
==============================================================================
--- head/net/mosquitto/files/patch-CMakeLists.txt	Mon Sep  2 22:24:19 2019	(r510857)
+++ head/net/mosquitto/files/patch-CMakeLists.txt	Mon Sep  2 22:28:43 2019	(r510858)
@@ -1,6 +1,8 @@
---- CMakeLists.txt.orig	2018-09-25 15:27:43 UTC
+Index: CMakeLists.txt
+===================================================================
+--- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -15,6 +15,9 @@ set (VERSION 1.5.3)
+@@ -15,6 +15,9 @@ set (VERSION 1.6.4)
  
  add_definitions (-DCMAKE -DVERSION=\"${VERSION}\")
  
@@ -8,17 +10,17 @@
 +link_directories(/usr/local/lib)
 +
  if (WIN32)
- 	set (BINDIR .)
- 	set (SBINDIR .)
-@@ -40,9 +43,9 @@ else (WIN32)
- 	set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LIBDIR}")
- 	set (INCLUDEDIR include)
- 	set (DATAROOTDIR share)
--	set (MANDIR "${DATAROOTDIR}/man")
-+	set (MANDIR "man")
- 	set (SHAREDIR "${DATAROOTDIR}/mosquitto")
--	set (PKGCONFIGDIR "${LIBDIR}/pkgconfig")
-+	set (PKGCONFIGDIR "${CMAKE_LIBDATADIR}/pkgconfig")
- endif (WIN32)
+ 	add_definitions("-D_CRT_SECURE_NO_WARNINGS")
+ 	add_definitions("-D_CRT_NONSTDC_NO_DEPRECATE")
+@@ -108,9 +111,9 @@ install(FILES mosquitto.conf aclfile.exa
+ # ========================================
  
- option(WITH_TLS
+ configure_file(libmosquitto.pc.in libmosquitto.pc @ONLY)
+-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig")
++install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig")
+ configure_file(libmosquittopp.pc.in libmosquittopp.pc @ONLY)
+-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig")
++install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig")
+ 
+ # ========================================
+ # Testing

Modified: head/net/mosquitto/files/patch-config.mk
==============================================================================
--- head/net/mosquitto/files/patch-config.mk	Mon Sep  2 22:24:19 2019	(r510857)
+++ head/net/mosquitto/files/patch-config.mk	Mon Sep  2 22:28:43 2019	(r510858)
@@ -1,6 +1,8 @@
---- config.mk.orig	2018-09-25 15:27:43 UTC
+Index: config.mk
+===================================================================
+--- config.mk.orig
 +++ config.mk
-@@ -275,7 +275,7 @@ ifeq ($(WITH_WEBSOCKETS),static)
+@@ -283,7 +283,7 @@ ifeq ($(WITH_WEBSOCKETS),static)
  endif
  
  INSTALL?=install

Modified: head/net/mosquitto/files/patch-mosquitto.conf
==============================================================================
--- head/net/mosquitto/files/patch-mosquitto.conf	Mon Sep  2 22:24:19 2019	(r510857)
+++ head/net/mosquitto/files/patch-mosquitto.conf	Mon Sep  2 22:28:43 2019	(r510858)
@@ -1,33 +1,35 @@
---- mosquitto.conf.orig	2019-02-06 15:54:59 UTC
+Index: mosquitto.conf
+===================================================================
+--- mosquitto.conf.orig
 +++ mosquitto.conf
-@@ -28,7 +28,7 @@
+@@ -158,7 +158,7 @@
  # This should be set to /var/run/mosquitto.pid if mosquitto is
- # being run automatically on boot with an init script and 
+ # being run automatically on boot with an init script and
  # start-stop-daemon or similar.
 -#pid_file
 +pid_file /var/run/mosquitto.pid
  
- # When run as root, drop privileges to this user and its primary 
- # group.
-@@ -36,7 +36,7 @@
+ # Set to true to queue messages with QoS 0 when a persistent client is
+ # disconnected. These messages are included in the limit imposed by
+@@ -195,7 +195,7 @@
  # If run as a non-root user, this setting has no effect.
- # Note that on Windows this has no effect and so mosquitto should 
+ # Note that on Windows this has no effect and so mosquitto should
  # be started by the user you wish it to run as.
 -#user mosquitto
 +user nobody
  
- # The maximum number of QoS 1 and 2 messages currently inflight per 
- # client.
-@@ -173,7 +173,7 @@
+ # =================================================================
+ # Default listener
+@@ -208,7 +208,7 @@
  #bind_address
  
  # Port to use for the default listener.
 -#port 1883
 +port 1883
  
- # The maximum number of client connections to allow. This is 
- # a per listener setting.
-@@ -224,7 +224,7 @@
+ # Bind the listener to a specific interface. This is similar to
+ # bind_address above but is useful when an interface has multiple addresses or
+@@ -267,7 +267,7 @@
  # containing the CA certificates. For capath to work correctly, the
  # 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.

Modified: head/net/mosquitto/files/patch-src_CMakeLists.txt
==============================================================================
--- head/net/mosquitto/files/patch-src_CMakeLists.txt	Mon Sep  2 22:24:19 2019	(r510857)
+++ head/net/mosquitto/files/patch-src_CMakeLists.txt	Mon Sep  2 22:28:43 2019	(r510858)
@@ -1,14 +1,16 @@
---- src/CMakeLists.txt.orig	2018-09-25 15:27:43 UTC
+Index: src/CMakeLists.txt
+===================================================================
+--- src/CMakeLists.txt.orig
 +++ src/CMakeLists.txt
-@@ -114,6 +114,7 @@
+@@ -126,6 +126,7 @@ if (WIN32 OR CYGWIN)
  endif (WIN32 OR CYGWIN)
  
  add_definitions (-DWITH_BROKER)
 +add_definitions (-DWITH_THREADING)
  
- set (MOSQ_LIBS ${MOSQ_LIBS} ${OPENSSL_LIBRARIES})
- 
-@@ -132,7 +133,7 @@
+ if (WITH_DLT)
+     message(STATUS "DLT_LIBDIR = ${DLT_LIBDIR}")
+@@ -149,7 +150,7 @@ if (UNIX)
      elseif(QNX)
          set(MOSQ_LIBS ${MOSQ_LIBS} m socket)
      else(APPLE)
@@ -17,11 +19,3 @@
          find_library(LIBRT rt)
          if (LIBRT)
              set (MOSQ_LIBS ${MOSQ_LIBS} rt)
-@@ -186,7 +187,6 @@
- endif (${WITH_TLS} STREQUAL ON)
- 
- if (UNIX AND NOT APPLE)
--	install(CODE "EXEC_PROGRAM(/sbin/ldconfig)")
- endif (UNIX AND NOT APPLE)
- 
- 

Modified: head/net/mosquitto/files/patch-src_mosquitto__passwd.c
==============================================================================
--- head/net/mosquitto/files/patch-src_mosquitto__passwd.c	Mon Sep  2 22:24:19 2019	(r510857)
+++ head/net/mosquitto/files/patch-src_mosquitto__passwd.c	Mon Sep  2 22:28:43 2019	(r510858)
@@ -1,6 +1,8 @@
---- src/mosquitto_passwd.c.orig	2019-02-28 17:18:59 UTC
+Index: src/mosquitto_passwd.c
+===================================================================
+--- src/mosquitto_passwd.c.orig
 +++ src/mosquitto_passwd.c
-@@ -100,7 +100,7 @@ int output_new_password(FILE *fptr, const char *userna
+@@ -141,7 +141,7 @@ int output_new_password(FILE *fptr, cons
  	unsigned char hash[EVP_MAX_MD_SIZE];
  	unsigned int hash_len;
  	const EVP_MD *digest;
@@ -9,7 +11,7 @@
  	EVP_MD_CTX context;
  #else
  	EVP_MD_CTX *context;
-@@ -127,7 +127,7 @@ int output_new_password(FILE *fptr, const char *userna
+@@ -168,7 +168,7 @@ int output_new_password(FILE *fptr, cons
  		return 1;
  	}
  

Modified: head/net/mosquitto/pkg-plist
==============================================================================
--- head/net/mosquitto/pkg-plist	Mon Sep  2 22:24:19 2019	(r510857)
+++ head/net/mosquitto/pkg-plist	Mon Sep  2 22:28:43 2019	(r510858)
@@ -1,6 +1,7 @@
 bin/mosquitto_passwd
 bin/mosquitto_pub
 bin/mosquitto_sub
+bin/mosquitto_rr
 @sample %%ETCDIR%%/aclfile.sample
 @sample %%ETCDIR%%/mosquitto.conf.sample
 @sample %%ETCDIR%%/pskfile.sample
@@ -19,6 +20,7 @@ libdata/pkgconfig/libmosquitto.pc
 libdata/pkgconfig/libmosquittopp.pc
 man/man1/mosquitto_passwd.1.gz
 man/man1/mosquitto_pub.1.gz
+man/man1/mosquitto_rr.1.gz
 man/man1/mosquitto_sub.1.gz
 man/man3/libmosquitto.3.gz
 man/man5/mosquitto.conf.5.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909022228.x82MSibY089181>