From 53d962557a79cc4cc70e297d116ce9deb1515e36 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 18 Apr 2021 11:14:33 +0200 Subject: dev-tcltk/tclxml: Drop 3.2-r2, EAPI5-- Closes: https://bugs.gentoo.org/766671 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch (limited to 'dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch') diff --git a/dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch b/dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch deleted file mode 100644 index 2d13c6575ea6..000000000000 --- a/dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch +++ /dev/null @@ -1,16 +0,0 @@ - tclxslt-libxslt.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tclxslt-libxslt.c b/tclxslt-libxslt.c -index d943bf7..d18f645 100644 ---- a/tclxslt-libxslt.c -+++ b/tclxslt-libxslt.c -@@ -1506,7 +1506,7 @@ TclXSLTExtFunction(xpathCtxt, nargs) - obj = TclXSLT_ConvertTclObjToXPathObj(extinfo->interp, resultPtr); - valuePush(xpathCtxt, obj); - } else { -- xmlGenericError(xmlGenericErrorContext, -+ xmlGenericError(xmlGenericErrorContext, "%s", - Tcl_GetStringFromObj(resultPtr, NULL)); - /* Need to define a new error code - this is the closest in meaning */ - xpathCtxt->error = XPATH_UNKNOWN_FUNC_ERROR; -- cgit v1.2.3