summaryrefslogtreecommitdiff
path: root/gs
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2002-05-09 16:29:16 +0000
committerRalph Giles <ralph.giles@artifex.com>2002-05-09 16:29:16 +0000
commit99232aeebd43223a912a242a21913260cf82c742 (patch)
treed5418143689b7dff300536ad8294b5fa19875aac /gs
parentef7ab576470c50db4fe7df234e64fcded617aa59 (diff)
Update the url for the zlib website and source. Fixes SF Bug #550585.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@2631 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs')
-rw-r--r--gs/doc/Make.htm17
-rw-r--r--gs/doc/New-user.htm2
-rw-r--r--gs/src/zlib.mak6
3 files changed, 11 insertions, 14 deletions
diff --git a/gs/doc/Make.htm b/gs/doc/Make.htm
index 2be2765e1..f0d73309b 100644
--- a/gs/doc/Make.htm
+++ b/gs/doc/Make.htm
@@ -223,7 +223,7 @@ href="http://www.ijg.org/">Independent JPEG Group</a> (IJG) library, the
<a href="http://www.libpng.org/pub/png/">Portable Network Graphics</a>
(PNG)
library, and the <a
-href="http://www.info-zip.org/pub/infozip/zlib/">zlib</a>
+href="http://www.gzip.org/zlib/">zlib</a>
compression and decompression library. Here are authoritative distribution
points for these libraries, where as elsewhere, "#" is used for version
numbers. The JPEG source code is quite stable, so the reference
@@ -255,15 +255,12 @@ class="offsite">ftp://swrinde.nde.swri.edu/pub/png/src/</a>lpng###.zip
<tr> <td valign=top>zlib (latest)
<td>&nbsp;
- <td> <a
-href="ftp://ftp.info-zip.org/pub/infozip/zlib/zlib.tar.gz"
-class="offsite">ftp://ftp.info-zip.org/pub/infozip/zlib/zlib.tar.gz</a><br>
- <a href="ftp://ftp.info-zip.org/pub/infozip/zlib/zlib.zip"
-class="offsite">ftp://ftp.info-zip.org/pub/infozip/zlib/zlib.zip</a><br>
- <a href="http://www.info-zip.org/pub/infozip/zlib/zlib.tar.gz"
-class="offsite">http://www.info-zip.org/pub/infozip/zlib/zlib.tar.gz</a><br>
- <a href="http://www.info-zip.org/pub/infozip/zlib/zlib.zip"
-class="offsite">http://www.info-zip.org/pub/infozip/zlib/zlib.zip</a>
+ <td> <a href="http://www.gzip.org/zlib/zlib.tar.gz"
+class="offsite">http://www.gzip.org/zlib/zlib.tar.gz</a><br>
+ <a href="http://www.gzip.org/zlib/zlib.zip"
+class="offsite">http://www.gzip.org/zlib/zlib.zip</a><br>
+ <a href="ftp://swrinde.nde.swri.edu/pub/png/src/" class="offsite">ftp://swrinde.nde.swri.edu/pub/png/src/zlib-#.#.#.tar.gz</a><br>
+ <a href="ftp://swrinde.nde.swri.edu/pub/png/src/" class="offsite">ftp://swrinde.nde.swri.edu/pub/png/src/zlib###.zip</a>
</table></blockquote>
<p>
diff --git a/gs/doc/New-user.htm b/gs/doc/New-user.htm
index b3a80693f..4d49d0400 100644
--- a/gs/doc/New-user.htm
+++ b/gs/doc/New-user.htm
@@ -299,7 +299,7 @@ Ghostscript source directory, and <b><tt>README</tt></b> and
<b><tt>png.h</tt></b> in the <b><tt>libpng</tt></b> subdirectory of the
Ghostscript source code.
-<dt>The <a href="http://www.info-zip.org/pub/infozip/zlib/"
+<dt>The <a href="http://www.gzip.org/zlib/"
class="offsite">zlib</a> library
created by Jean-loup Gailly and Mark Adler
<dd>For more information, see <b><tt>zlib.mak</tt></b> in the main
diff --git a/gs/src/zlib.mak b/gs/src/zlib.mak
index f3c99fc66..434b656ad 100644
--- a/gs/src/zlib.mak
+++ b/gs/src/zlib.mak
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1996, 1997, 1998, 1999 Aladdin Enterprises. All rights reserved.
+# Copyright (C) 1995-2002 artofcode LLC. All rights reserved.
#
# This software is provided AS-IS with no warranty, either express or
# implied.
@@ -25,8 +25,8 @@
# This partial makefile compiles the zlib library for use in Ghostscript.
# You can get the source code for this library from:
-# http://www.info-zip.org/pub/infozip/zlib/
-# ftp://ftp.info-zip.org/pub/infozip/zlib/
+# http://www.gzip.org/zlib/
+# http://www.libpng.org/pub/png/src/
# zlib-#.#.#.tar.gz or zlib###.zip
# Please see Ghostscript's `Make.htm' file for instructions about how to
# unpack these archives.