aboutsummaryrefslogtreecommitdiffstats
path: root/main/recode/recode-format-security.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-18 19:11:53 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-19 08:58:39 +0100
commit688a7d5cde9190c9032496863e9dad3df77d8e3c (patch)
tree092848644a816644b10a835098f98e0c6b7a7f43 /main/recode/recode-format-security.patch
parentd1969c7aac966b4ec0c35ca6eb648414862eb69e (diff)
downloadaports-688a7d5cde9190c9032496863e9dad3df77d8e3c.tar.bz2
aports-688a7d5cde9190c9032496863e9dad3df77d8e3c.tar.xz
main/recode: upgrade to 3.7.6
Diffstat (limited to 'main/recode/recode-format-security.patch')
-rw-r--r--main/recode/recode-format-security.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/recode/recode-format-security.patch b/main/recode/recode-format-security.patch
deleted file mode 100644
index 756ba3ff56..0000000000
--- a/main/recode/recode-format-security.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up recode-3.6/src/names.c.printf recode-3.6/src/names.c
---- recode-3.6/src/names.c.printf 2000-12-06 20:41:29.000000000 +0100
-+++ recode-3.6/src/names.c 2013-12-18 12:48:42.578052395 +0100
-@@ -892,7 +892,7 @@ list_concise_charset (RECODE_OUTER outer
- if (ucs2 >= 0)
- printf (format, code);
- else if (mnemonic || counter2 != 112)
-- printf (blanks);
-+ printf ("%s", blanks);
-
- if (mnemonic)
- printf (counter2 == 112 ? " %s\n" : " %-3s", mnemonic);