diff options
author | 2021-07-16 18:10:39 -0700 | |
---|---|---|
committer | 2021-07-16 18:10:39 -0700 | |
commit | b7837ed3853bbb446c0d10b851b0c9c70ebac988 (patch) | |
tree | 1af456b9ee8d80102d9c29fd4432e04b7536aa4c /app-arch/pigz/files | |
parent | kde-apps/lokalize: Drop 21.04.3 (r0) (diff) | |
download | gentoo-b7837ed3853bbb446c0d10b851b0c9c70ebac988.tar.gz gentoo-b7837ed3853bbb446c0d10b851b0c9c70ebac988.tar.bz2 gentoo-b7837ed3853bbb446c0d10b851b0c9c70ebac988.zip |
app-arch/pigz: drop 2.4-r1, 2.5
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-arch/pigz/files')
-rw-r--r-- | app-arch/pigz/files/2.4-trailing-junk.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-arch/pigz/files/2.4-trailing-junk.patch b/app-arch/pigz/files/2.4-trailing-junk.patch deleted file mode 100644 index eb5585b7d362..000000000000 --- a/app-arch/pigz/files/2.4-trailing-junk.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 1414ff3eb0b1ac9e5f096b0a28efa459cb8be1cd Mon Sep 17 00:00:00 2001 -From: Georgy Yakovlev <gyakovlev@gentoo.org> -Date: Fri, 10 Jul 2020 19:46:10 -0700 -Subject: [PATCH] Ignore trailing junk on .gz by default, to emulate gzip. - -backport of -https://github.com/madler/pigz/commit/9696c84cb1963651707e649978afb07d0c11b254 ---- - pigz.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pigz.c b/pigz.c -index bbbfd2c..f2e79d7 100644 ---- a/pigz.c -+++ b/pigz.c -@@ -3368,7 +3368,7 @@ local void infchk(void) { - cat(); - else if (was > 1 && get_header(0) != -5) - complain("warning: %s: entries after the first were ignored", g.inf); -- else if ((was == 0 && ret != -1) || (was == 1 && (GET(), !g.in_eof))) -+ else if (( g.verbosity > 1 && was == 0 && ret != -1) || (was == 1 && (GET(), !g.in_eof))) - complain("warning: %s: trailing junk was ignored", g.inf); - } - --- -2.27.0 - |