From 6a336ff55fd9e31188a04f8ee848309653135219 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Tue, 18 Jun 2019 11:38:22 -1000 Subject: Update unzip to work with new ipsw files --- data/unzip/debian/patches/02-this-is-debian-unzip.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/unzip/debian/patches/02-this-is-debian-unzip.patch (limited to 'data/unzip/debian/patches/02-this-is-debian-unzip.patch') diff --git a/data/unzip/debian/patches/02-this-is-debian-unzip.patch b/data/unzip/debian/patches/02-this-is-debian-unzip.patch new file mode 100644 index 000000000..7f0465120 --- /dev/null +++ b/data/unzip/debian/patches/02-this-is-debian-unzip.patch @@ -0,0 +1,16 @@ +From: Santiago Vila +Subject: "Branding patch": UnZip by Debian. Original by Info-ZIP. +X-Debian-version: 5.52-5 + +--- a/unzip.c ++++ b/unzip.c +@@ -570,8 +570,7 @@ + #else /* !VMS */ + # ifdef COPYRIGHT_CLEAN + static ZCONST char Far UnzipUsageLine1[] = "\ +-UnZip %d.%d%d%s of %s, by Info-ZIP. Maintained by C. Spieler. Send\n\ +-bug reports using http://www.info-zip.org/zip-bug.html; see README for details.\ ++UnZip %d.%d%d%s of %s, by Debian. Original by Info-ZIP.\ + \n\n"; + # else + static ZCONST char Far UnzipUsageLine1[] = "\ -- cgit v1.2.3