Blame SOURCES/unzip-zipbomb-manpage.patch

1ed299
From 6fe72291a5563cdbcd2bdd87e36528537b7cdcfb Mon Sep 17 00:00:00 2001
1ed299
From: Jakub Martisko <jamartis@redhat.com>
1ed299
Date: Mon, 18 Nov 2019 14:17:46 +0100
1ed299
Subject: [PATCH] update the man page
1ed299
1ed299
---
1ed299
 man/unzip.1 | 2 ++
1ed299
 1 file changed, 2 insertions(+)
1ed299
1ed299
diff --git a/man/unzip.1 b/man/unzip.1
1ed299
index 21816d1..4d66073 100644
1ed299
--- a/man/unzip.1
1ed299
+++ b/man/unzip.1
1ed299
@@ -850,6 +850,8 @@ the specified zipfiles were not found.
1ed299
 invalid options were specified on the command line.
1ed299
 .IP 11
1ed299
 no matching files were found.
1ed299
+.IP 12
1ed299
+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.
1ed299
 .IP 50
1ed299
 the disk is (or was) full during extraction.
1ed299
 .IP 51
1ed299
-- 
1ed299
2.23.0
1ed299