gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / unzip-zipbomb-manpage.patch
1 From 6fe72291a5563cdbcd2bdd87e36528537b7cdcfb Mon Sep 17 00:00:00 2001
2 From: Jakub Martisko <jamartis@redhat.com>
3 Date: Mon, 18 Nov 2019 14:17:46 +0100
4 Subject: [PATCH] update the man page
5
6 ---
7 man/unzip.1 | 2 ++
8 1 file changed, 2 insertions(+)
9
10 diff --git a/man/unzip.1 b/man/unzip.1
11 index 21816d1..4d66073 100644
12 --- a/man/unzip.1
13 +++ b/man/unzip.1
14 @@ -850,6 +850,8 @@ the specified zipfiles were not found.
15 invalid options were specified on the command line.
16 .IP 11
17 no matching files were found.
18 +.IP 12
19 +invalid zip file with overlapped components (possible zip bomb).
20 .IP 50
21 the disk is (or was) full during extraction.
22 .IP 51
23 --
24 2.23.0
25