pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xmlrpc-c



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 11 06:54:29 UTC 2025

Modified Files:
        pkgsrc/textproc/xmlrpc-c: Makefile

Log Message:
xmlrpc-c: note that this builds its included (ancient) copy of expat

Should be fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/textproc/xmlrpc-c/Makefile

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

Modified files:

Index: pkgsrc/textproc/xmlrpc-c/Makefile
diff -u pkgsrc/textproc/xmlrpc-c/Makefile:1.75 pkgsrc/textproc/xmlrpc-c/Makefile:1.76
--- pkgsrc/textproc/xmlrpc-c/Makefile:1.75      Sun Mar 30 21:10:47 2025
+++ pkgsrc/textproc/xmlrpc-c/Makefile   Fri Apr 11 06:54:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2025/03/30 21:10:47 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2025/04/11 06:54:29 wiz Exp $
 
 DISTNAME=      xmlrpc-c-1.51.04
 # the "super stable" branch
@@ -45,6 +45,13 @@ SUBST_SED.pthread+=  -e 's/-L\(.\)libdir/
 
 LDFLAGS.OpenBSD+=      ${PTHREAD_LINKFLAGS}
 
+# TODO: really use pkgsrc expat
+# this builds against the included libexpat, not the pkgsrc version
+# see https://www.openwall.com/lists/oss-security/2025/04/09/4 for details
+# and a possible patch
+#post-extract:
+#      ${RM} -rf ${WRKSRC}/lib/expat
+
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../www/libwww/buildlink3.mk"



Home | Main Index | Thread Index | Old Index