Skip to content

Commit 521706e

Browse files
http:// → https://
1 parent 5a82f71 commit 521706e

34 files changed

+91
-90
lines changed

FAQ

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44

55
If your question is not there, please check the zlib home page
6-
http://zlib.net/ which may have more recent information.
7-
The latest zlib FAQ is at http://zlib.net/zlib_faq.html
6+
https://zlib.net/ which may have more recent information.
7+
The latest zlib FAQ is at https://zlib.net/zlib_faq.html
88

99

1010
1. Is zlib Y2K-compliant?
@@ -38,7 +38,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
3838
made with more input or output space. A Z_BUF_ERROR may in fact be
3939
unavoidable depending on how the functions are used, since it is not
4040
possible to tell whether or not there is more output pending when
41-
strm.avail_out returns with zero. See http://zlib.net/zlib_how.html for a
41+
strm.avail_out returns with zero. See https://zlib.net/zlib_how.html for a
4242
heavily annotated example.
4343

4444
6. Where's the zlib documentation (man pages, etc.)?
@@ -109,8 +109,8 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
109109

110110
16. Can zlib decode Flate data in an Adobe PDF file?
111111

112-
Yes. See http://www.pdflib.com/ . To modify PDF forms, see
113-
http://sourceforge.net/projects/acroformtool/ .
112+
Yes. See https://www.pdflib.com/ . To modify PDF forms, see
113+
https://sourceforge.net/projects/acroformtool/ .
114114

115115
17. Why am I getting this "register_frame_info not found" error on Solaris?
116116

@@ -235,7 +235,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
235235
As far as we know, no. In fact, that was originally the whole point behind
236236
zlib. Look here for some more information:
237237

238-
http://www.gzip.org/#faq11
238+
https://www.gzip.org/
239239

240240
32. Can zlib work with greater than 4 GB of data?
241241

@@ -271,7 +271,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
271271
If you don't have snprintf() or vsnprintf() and would like one, you can
272272
find a portable implementation here:
273273

274-
http://www.ijs.si/software/snprintf/
274+
https://www.ijs.si/software/snprintf/
275275

276276
Note that you should be using the most recent version of zlib. Versions
277277
1.1.3 and before were subject to a double-free vulnerability, and versions
@@ -283,7 +283,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
283283
Probably what you want is to use zlib in Java. zlib is already included
284284
as part of the Java SDK in the java.util.zip package. If you really want
285285
a version of zlib written in the Java language, look on the zlib home
286-
page for links: http://zlib.net/ .
286+
page for links: https://zlib.net/ .
287287

288288
35. I get this or that compiler or source-code scanner warning when I crank it
289289
up to maximally-pedantic. Can't you guys write proper code?
@@ -314,7 +314,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
314314

315315
zlib doesn't support encryption. The original PKZIP encryption is very
316316
weak and can be broken with freely available programs. To get strong
317-
encryption, use GnuPG, http://www.gnupg.org/ , which already includes zlib
317+
encryption, use GnuPG, https://www.gnupg.org/ , which already includes zlib
318318
compression. For PKZIP compatible "encryption", look at
319319
http://www.info-zip.org/
320320

README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ZLIB DATA COMPRESSION LIBRARY
33
zlib 1.3.1.1 is a general purpose data compression library. All the code is
44
thread safe. The data format used by the zlib library is described by RFCs
55
(Request for Comments) 1950 to 1952 in the files
6-
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
7-
rfc1952 (gzip format).
6+
https://datatracker.ietf.org/doc/html/rfc1950 (zlib format),
7+
rfc1951 (deflate format) and rfc1952 (gzip format).
88

99
All functions of the compression library are documented in the file zlib.h
1010
(volunteer to write man pages welcome, contact [email protected]). A usage example
@@ -21,11 +21,11 @@ make_vms.com.
2121

2222
Questions about zlib should be sent to <[email protected]>, or to Gilles Vollant
2323
<[email protected]> for the Windows DLL version. The zlib home page is
24-
http://zlib.net/ . Before reporting a problem, please check this site to
24+
https://zlib.net/ . Before reporting a problem, please check this site to
2525
verify that you have the latest version of zlib; otherwise get the latest
2626
version and check whether the problem still exists or not.
2727

28-
PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
28+
PLEASE read the zlib FAQ https://zlib.net/zlib_faq.html before asking for help.
2929

3030
Mark Nelson <[email protected]> wrote an article about zlib for the Jan. 1997
3131
issue of Dr. Dobb's Journal; a copy of the article is available at
@@ -43,9 +43,9 @@ can be found at https://github.com/pmqs/IO-Compress .
4343

4444
A Python interface to zlib written by A.M. Kuchling <[email protected]> is
4545
available in Python 1.5 and later versions, see
46-
http://docs.python.org/library/zlib.html .
46+
https://docs.python.org/library/zlib.html .
4747

48-
zlib is built into tcl: http://wiki.tcl.tk/4610 .
48+
zlib is built into tcl: https://wiki.tcl-lang.org/page/zlib .
4949

5050
An experimental package to read and write files in .zip format, written on top
5151
of zlib by Gilles Vollant <[email protected]>, is available in the
@@ -69,7 +69,7 @@ Notes for some targets:
6969
- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
7070
other compilers. Use "make test" to check your compiler.
7171

72-
- For PalmOs, see http://palmzlib.sourceforge.net/
72+
- For PalmOs, see https://palmzlib.sourceforge.net/
7373

7474

7575
Acknowledgments:

contrib/README.contrib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ for help about these, not the zlib authors. Thanks.
66

77
ada/ by Dmitriy Anisimkov <[email protected]>
88
Support for Ada
9-
See http://zlib-ada.sourceforge.net/
9+
See https://zlib-ada.sourceforge.net/
1010

1111
blast/ by Mark Adler <[email protected]>
1212
Decompressor for output of PKWare Data Compression Library (DCL)
@@ -37,7 +37,7 @@ iostream3/ by Ludwig Schwardt <[email protected]>
3737
minizip/ by Gilles Vollant <[email protected]>
3838
Mini zip and unzip based on zlib
3939
Includes Zip64 support by Mathias Svensson <[email protected]>
40-
See http://www.winimage.com/zLibDll/minizip.html
40+
See https://www.winimage.com/zLibDll/minizip.html
4141

4242
pascal/ by Bob Dellaca <[email protected]> et al.
4343
Support for Pascal

contrib/ada/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the main functionality of ZLib.Ada.
5959
The routines from the package specifications are commented.
6060

6161

62-
Homepage: http://zlib-ada.sourceforge.net/
62+
Homepage: https://zlib-ada.sourceforge.net/
6363
Author: Dmitriy Anisimkov <[email protected]>
6464

6565
Contributors: Pascal Obry <[email protected]>, Steve Sangwine <[email protected]>

contrib/dotzlib/DotZLib/ChecksumImpl.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// © Copyright Henrik Ravn 2004
33
//
44
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
5-
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
66
//
77

88
using System;
@@ -199,4 +199,4 @@ public override void Update(byte[] data, int offset, int count)
199199
}
200200
#endregion
201201

202-
}
202+
}

contrib/dotzlib/DotZLib/CircularBuffer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// © Copyright Henrik Ravn 2004
33
//
44
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
5-
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
66
//
77

88
using System;

contrib/dotzlib/DotZLib/CodecBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// © Copyright Henrik Ravn 2004
33
//
44
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
5-
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
66
//
77

88
using System;

contrib/dotzlib/DotZLib/Deflater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// © Copyright Henrik Ravn 2004
33
//
44
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
5-
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
66
//
77

88
using System;

contrib/dotzlib/DotZLib/DotZLib.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// © Copyright Henrik Ravn 2004
33
//
44
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
5-
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
66
//
77

88
using System;

contrib/dotzlib/DotZLib/GZipStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// © Copyright Henrik Ravn 2004
33
//
44
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
5-
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
66
//
77

88
using System;

0 commit comments

Comments
 (0)