components/gzip/patches/znew.patch
author Rich Burridge <rich.burridge@oracle.com>
Fri, 29 Apr 2016 05:16:35 -0700
changeset 5880 caab292318a0
parent 3799 c3e697abd23b
permissions -rw-r--r--
23189614 Update gzip to version 1.8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5880
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
     1
Still need to add a PATH with /usr/gnu/bin at the front, to get it to pick
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
     2
up GNU versions of utilities like chmod that use command line options that
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
     3
are not present in the Solaris supplied utilities in /usr/bin.
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
     4
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
     5
This patch is Solaris specific and will not be sent upstream.
1503
b106d9f581c1 15440739 SUNBT6633578 gzcmp/gzdiff + gznew shell scripts use temporary files unsafely
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
5880
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
     7
--- gzip-1.8/znew.in.orig	2016-04-27 06:31:30.480064454 -0700
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
     8
+++ gzip-1.8/znew.in	2016-04-27 06:31:59.295495761 -0700
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
     9
@@ -18,6 +18,8 @@
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
    10
 # with this program; if not, write to the Free Software Foundation, Inc.,
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
    11
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1503
b106d9f581c1 15440739 SUNBT6633578 gzcmp/gzdiff + gznew shell scripts use temporary files unsafely
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
 
5880
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
    13
+PATH=/usr/gnu/bin:$bindir:$PATH; export PATH
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
    14
+
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
    15
 version="znew (gzip) @VERSION@
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
    16
 Copyright (C) 2010-2016 Free Software Foundation, Inc.
caab292318a0 23189614 Update gzip to version 1.8
Rich Burridge <rich.burridge@oracle.com>
parents: 3799
diff changeset
    17
 This is free software.  You may redistribute copies of it under the terms of