opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

0002-Branding-patch-UnZip-by-Debian.-Original-by-Info-ZIP.patch (869B)


      1 From 2561e7b7057dcca65b1ff2d5d2e12b4a1ba254fe Mon Sep 17 00:00:00 2001
      2 From: Santiago Vila <sanvila@debian.org>
      3 Date: Sat, 15 Jun 2019 18:13:11 -0700
      4 Subject: [PATCH] "Branding patch": UnZip by Debian. Original by Info-ZIP.
      5 
      6 ---
      7  unzip.c | 3 +--
      8  1 file changed, 1 insertion(+), 2 deletions(-)
      9 
     10 diff --git a/unzip.c b/unzip.c
     11 index 8dbfc95..1abaccb 100644
     12 --- a/unzip.c
     13 +++ b/unzip.c
     14 @@ -570,8 +570,7 @@ Send bug reports using //www.info-zip.org/zip-bug.html; see README for details.\
     15  #else /* !VMS */
     16  # ifdef COPYRIGHT_CLEAN
     17     static ZCONST char Far UnzipUsageLine1[] = "\
     18 -UnZip %d.%d%d%s of %s, by Info-ZIP.  Maintained by C. Spieler.  Send\n\
     19 -bug reports using http://www.info-zip.org/zip-bug.html; see README for details.\
     20 +UnZip %d.%d%d%s of %s, by Debian. Original by Info-ZIP.\
     21  \n\n";
     22  # else
     23     static ZCONST char Far UnzipUsageLine1[] = "\
     24 -- 
     25 2.20.1
     26