pkgsrc-WIP-changes archive

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

mosquitto: clean up TODO



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Mar 18 12:35:27 2019 -0400
Changeset:	e864111f7220fb383dc012e93a0bc41737b52b30

Modified Files:
	mosquitto/Makefile
	mosquitto/TODO
	mosquitto/distinfo
	mosquitto/patches/patch-lib_CMakeLists.txt

Log Message:
mosquitto: clean up TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e864111f7220fb383dc012e93a0bc41737b52b30

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mosquitto/Makefile                         |  1 +
 mosquitto/TODO                             | 26 ++------------------------
 mosquitto/distinfo                         |  2 +-
 mosquitto/patches/patch-lib_CMakeLists.txt |  4 +++-
 4 files changed, 7 insertions(+), 26 deletions(-)

diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index c9a751b58e..6abf93a1a9 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -23,6 +23,7 @@ USE_TOOLS+=	gmake
 pre-configure:
 	${RM} ${WRKSRC}/config.mk
 
+# \todo Resolve what is an example vs. what might be used.
 CONF_FILES=	${PREFIX}/share/examples/mosquitto/pskfile.example \
 		${PREFIX}/share/examples/mosquitto/pwfile.example \
 		${PREFIX}/share/examples/mosquitto/mosquitto.conf \
diff --git a/mosquitto/TODO b/mosquitto/TODO
index f1445a189c..851390e07a 100644
--- a/mosquitto/TODO
+++ b/mosquitto/TODO
@@ -1,26 +1,4 @@
-* conf files
+* conf files (see Makefile)
 
-Decide on if a mosquitto config file should be installed in etc, or if
-a user should take a few lines from the (large) example as needed.
+* resolve patches (see patch files)
 
-Document our strategy for modifying the example file, explaining if it
-is reflecting compiled-in defaults, or some other reasons.
-
-* patches
-
-For each, document why and file upstream/include ref or explain why
-upstream is inappropriate.
-
-** ldconfig
-
-Upstream appears to run ldconfig on "UNIX", which is incorrect.  File
-a bug about this.
-
-* security
-
-Check if these are really fixed in 1.5.1:
-  https://nvd.nist.gov/vuln/detail/CVE-2017-7653
-  https://nvd.nist.gov/vuln/detail/CVE-2017-7654
-
-Query sent to list on 20180904.  It seems likely that they are fixed
-but that it is not clearly documented.
diff --git a/mosquitto/distinfo b/mosquitto/distinfo
index 3526b3f6a2..f24003df9e 100644
--- a/mosquitto/distinfo
+++ b/mosquitto/distinfo
@@ -5,6 +5,6 @@ RMD160 (mosquitto-1.5.8.tar.gz) = 3c84581f497fd8d191d8df5b6dc7658af650e711
 SHA512 (mosquitto-1.5.8.tar.gz) = 5cf2ae59077878be2784cc83fefe00fa3ff904646711545be519fc48557319c56dc7c15682fffc0dc42c530cdf59f550f25da9eec50a1a7deb222aa11bb669d3
 Size (mosquitto-1.5.8.tar.gz) = 442834 bytes
 SHA1 (patch-CMakeLists.txt) = 34891235466aca2becd6072183298b8949a0a356
-SHA1 (patch-lib_CMakeLists.txt) = 9ab510e09f5099e595129b8bacf1a348b0868271
+SHA1 (patch-lib_CMakeLists.txt) = cddb8803a759820c8059028f924b56c22689ee54
 SHA1 (patch-mosquitto.conf) = faa7e77c30a58105bd678d510f1f545345f6ce0b
 SHA1 (patch-src_CMakeLists.txt) = 08aacc3da1ad69b2a132af3d405d109416a94434
diff --git a/mosquitto/patches/patch-lib_CMakeLists.txt b/mosquitto/patches/patch-lib_CMakeLists.txt
index 721d04e69f..6f8e1353d5 100644
--- a/mosquitto/patches/patch-lib_CMakeLists.txt
+++ b/mosquitto/patches/patch-lib_CMakeLists.txt
@@ -1,6 +1,8 @@
 $NetBSD$
 
-On NetBSD, do not include librt.  (Why?  All other "UNIX" does, except Mac.)
+On NetBSD, do not include librt.
+\todo Why?  All other "UNIX" does, except Mac.
+\todo Consider filing upstream.
 
 --- lib/CMakeLists.txt.orig	2018-09-04 16:57:17.000000000 +0000
 +++ lib/CMakeLists.txt


Home | Main Index | Thread Index | Old Index