summaryrefslogtreecommitdiff
path: root/dev-tcltk/tclxml/files
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-18 11:14:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-19 09:53:32 +0200
commit53d962557a79cc4cc70e297d116ce9deb1515e36 (patch)
treecc735f1512d2bf1b8d0cf5af7c3ee3b61cf6a3c7 /dev-tcltk/tclxml/files
parent228b087a3213c3bc35391628ca2e64d74ca8af52 (diff)
downloadgentoo-53d962557a79cc4cc70e297d116ce9deb1515e36.tar.gz
gentoo-53d962557a79cc4cc70e297d116ce9deb1515e36.tar.bz2
gentoo-53d962557a79cc4cc70e297d116ce9deb1515e36.zip
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 <asturm@gentoo.org>
Diffstat (limited to 'dev-tcltk/tclxml/files')
-rw-r--r--dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch16
1 files changed, 0 insertions, 16 deletions
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;