Blame SOURCES/unzip-zipbomb-manpage.patch

2f5a67
From 6fe72291a5563cdbcd2bdd87e36528537b7cdcfb Mon Sep 17 00:00:00 2001
2f5a67
From: Jakub Martisko <jamartis@redhat.com>
2f5a67
Date: Mon, 18 Nov 2019 14:17:46 +0100
2f5a67
Subject: [PATCH] update the man page
2f5a67
2f5a67
---
2f5a67
 man/unzip.1 | 2 ++
2f5a67
 1 file changed, 2 insertions(+)
2f5a67
2f5a67
diff --git a/man/unzip.1 b/man/unzip.1
2f5a67
index 21816d1..4d66073 100644
2f5a67
--- a/man/unzip.1
2f5a67
+++ b/man/unzip.1
2f5a67
@@ -850,6 +850,8 @@ the specified zipfiles were not found.
2f5a67
 invalid options were specified on the command line.
2f5a67
 .IP 11
2f5a67
 no matching files were found.
2f5a67
+.IP 12
9b72a6
+invalid zip file with overlapped components (possible zip-bomb). The zip-bomb checks can be disabled by using the UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUE environment variable.
2f5a67
 .IP 50
2f5a67
 the disk is (or was) full during extraction.
2f5a67
 .IP 51
2f5a67
-- 
2f5a67
2.23.0
2f5a67