From 7282c027a8d1ea7937eb3bcb4d58d6873254ad35 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: May 04 2016 15:51:49 +0000 Subject: Add patch --- diff --git a/python-libarchive-c-2.2-zip2-test.patch b/python-libarchive-c-2.2-zip2-test.patch new file mode 100644 index 0000000..05e409f --- /dev/null +++ b/python-libarchive-c-2.2-zip2-test.patch @@ -0,0 +1,36 @@ +From ad715bd40041d799498e0927fbf51ebea97ec1df Mon Sep 17 00:00:00 2001 +From: Pavel Raiskup +Date: Wed, 4 May 2016 15:10:33 +0200 +Subject: [PATCH] libarchive changed default permissions of directories in zip + files + +See libarchive commit 8d71c4863e1279ae700adce5d83f4c619ceb2d4d +--- + tests/data/unicode2.zip.json | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/tests/data/unicode2.zip.json b/tests/data/unicode2.zip.json +index f84d2f9..5c2e78f 100644 +--- a/tests/data/unicode2.zip.json ++++ b/tests/data/unicode2.zip.json +@@ -10,7 +10,7 @@ + "isblk": false, + "isreg": false, + "isfifo": false, +- "mode": "rwxrwxrwx", ++ "mode": "rwxrwxr-x", + "islnk": false, + "ischr": false + }, +@@ -25,7 +25,7 @@ + "isblk": false, + "isreg": true, + "isfifo": false, +- "mode": "rw-rw-rw-", ++ "mode": "rw-rw-r--", + "islnk": false, + "ischr": false + } +-- +2.5.5 +