pkgsrc-WIP-changes archive

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

mosquitto: remove config.mk in post-extract



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Sep 4 12:53:08 2018 -0400
Changeset:	de5f4c59f777054bbbfd9559827752b2c5b91991

Modified Files:
	mosquitto/Makefile
	mosquitto/TODO

Log Message:
mosquitto: remove config.mk in post-extract

This ensures that any patches to it will fail, also.

Update TODO with CVE status.

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

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

diffstat:
 mosquitto/Makefile | 6 +++---
 mosquitto/TODO     | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index ea1574c563..f9234eb282 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -19,9 +19,8 @@ USE_TOOLS+=	gmake
 
 # config.mk is in theory used by only the non-cmake build.  Remove it,
 # to force a failure if it somehow becomes used.
-post-patch:
-	${RM} ${WRKRSC}/config.mk
-
+post-extract:
+	${RM} ${WRKSRC}/config.mk
 
 CONF_FILES=	share/examples/mosquitto/pskfile.example \
 		share/examples/mosquitto/pwfile.example \
@@ -42,5 +41,6 @@ post-install:
 	${INSTALL_DATA}	${WRKSRC}/pskfile.example ${WRKSRC}/pwfile.example ${WRKSRC}/mosquitto.conf ${WRKSRC}/aclfile.example ${DESTDIR}${PREFIX}/share/examples/mosquitto
 
 .include "../../devel/libuuid/buildlink3.mk"
+# ?needed
 .include "../../net/libcares/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/mosquitto/TODO b/mosquitto/TODO
index 45013b56fa..1d6db04e36 100644
--- a/mosquitto/TODO
+++ b/mosquitto/TODO
@@ -24,5 +24,6 @@ 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.
+Query sent to list on 20180904.  It seems likely that they are fixed
+but that it is not clearly documented.
 


Home | Main Index | Thread Index | Old Index