Skip to content

Commit 3df9f65

Browse files
http:// → https://
1 parent 0f51fb4 commit 3df9f65

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;

contrib/dotzlib/DotZLib/Inflater.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/UnitTests.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;
@@ -17,7 +17,7 @@
1717
// Unit tests for the DotZLib class library
1818
// ----------------------------------------
1919
//
20-
// Use this with NUnit 2 from http://www.nunit.org
20+
// Use this with NUnit 2 from https://nunit.org
2121
//
2222

2323
namespace DotZLibTests

contrib/dotzlib/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Build instructions:
5555
Copyright (c) Henrik Ravn 2004
5656

5757
Use, modification and distribution are subject to the Boost Software License, Version 1.0.
58-
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
58+
(See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)

contrib/gcc_gvmat64/gvmat64.S

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
; misrepresented as being the original software
3131
; 3. This notice may not be removed or altered from any source distribution.
3232
;
33-
; http://www.zlib.net
34-
; http://www.winimage.com/zLibDll
35-
; http://www.muppetlabs.com/~breadbox/software/assembly.html
33+
; https://www.zlib.net
34+
; https://www.winimage.com/zLibDll
35+
; https://www.muppetlabs.com/~breadbox/software/assembly.html
3636
;
3737
; to compile this file for zLib, I use option:
3838
; gcc -c -arch x86_64 gvmat64.S

contrib/minizip/MiniZip64_info.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MiniZip - Copyright (c) 1998-2010 - by Gilles Vollant - version 1.1 64 bits from
22

33
Introduction
44
---------------------
5-
MiniZip 1.1 is built from MiniZip 1.0 by Gilles Vollant ( http://www.winimage.com/zLibDll/minizip.html )
5+
MiniZip 1.1 is built from MiniZip 1.0 by Gilles Vollant ( https://www.winimage.com/zLibDll/minizip.html )
66

77
When adding ZIP64 support into minizip it would result into risk of breaking compatibility with minizip 1.0.
88
All possible work was done for compatibility.
@@ -11,7 +11,7 @@ All possible work was done for compatibility.
1111
Background
1212
---------------------
1313
When adding ZIP64 support Mathias Svensson found that Even Rouault have added ZIP64
14-
support for unzip.c into minizip for a open source project called gdal ( http://www.gdal.org/ )
14+
support for unzip.c into minizip for a open source project called gdal ( https://gdal.org/ )
1515

1616
That was used as a starting point. And after that ZIP64 support was added to zip.c
1717
some refactoring and code cleanup was also done.
@@ -43,7 +43,7 @@ Credits
4343
Used when debugging and validating the creation of zip files using MiniZip64
4444

4545

46-
ZIP App Note http://www.pkware.com/documents/casestudies/APPNOTE.TXT
46+
ZIP App Note https://www.pkware.com/documents/casestudies/APPNOTE.TXT
4747
Zip File specification
4848

4949

contrib/minizip/ioapi.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* ioapi.h -- IO base function header for compress/uncompress .zip
2-
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
2+
part of the MiniZip project - ( https://www.winimage.com/zLibDll/minizip.html )
33
4-
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
4+
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( https://www.winimage.com/zLibDll/minizip.html )
55
66
Modifications for Zip64 support
7-
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
7+
Copyright (C) 2009-2010 Mathias Svensson ( https://result42.com )
88
99
For more info read MiniZip_info.txt
1010

contrib/minizip/ioapi.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* ioapi.h -- IO base function header for compress/uncompress .zip
2-
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
2+
part of the MiniZip project - ( https://www.winimage.com/zLibDll/minizip.html )
33
4-
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
4+
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( https://www.winimage.com/zLibDll/minizip.html )
55
66
Modifications for Zip64 support
7-
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
7+
Copyright (C) 2009-2010 Mathias Svensson ( https://result42.com )
88
99
For more info read MiniZip_info.txt
1010

contrib/minizip/iowin32.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* iowin32.c -- IO base function header for compress/uncompress .zip
22
Version 1.1, February 14h, 2010
3-
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
3+
part of the MiniZip project - ( https://www.winimage.com/zLibDll/minizip.html )
44
5-
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
5+
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( https://www.winimage.com/zLibDll/minizip.html )
66
77
Modifications for Zip64 support
8-
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
8+
Copyright (C) 2009-2010 Mathias Svensson ( https://result42.com )
99
1010
For more info read MiniZip_info.txt
1111

contrib/minizip/iowin32.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* iowin32.h -- IO base function header for compress/uncompress .zip
22
Version 1.1, February 14h, 2010
3-
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
3+
part of the MiniZip project - ( https://www.winimage.com/zLibDll/minizip.html )
44
5-
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
5+
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( https://www.winimage.com/zLibDll/minizip.html )
66
77
Modifications for Zip64 support
8-
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
8+
Copyright (C) 2009-2010 Mathias Svensson ( https://result42.com )
99
1010
For more info read MiniZip_info.txt
1111

contrib/minizip/miniunz.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/*
22
miniunz.c
33
Version 1.1, February 14h, 2010
4-
sample part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
4+
sample part of the MiniZip project - ( https://www.winimage.com/zLibDll/minizip.html )
55
6-
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
6+
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( https://www.winimage.com/zLibDll/minizip.html )
77
88
Modifications of Unzip for Zip64
99
Copyright (C) 2007-2008 Even Rouault
1010
1111
Modifications for Zip64 support on both zip and unzip
12-
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
12+
Copyright (C) 2009-2010 Mathias Svensson ( https://result42.com )
1313
*/
1414

1515
#if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__))
@@ -187,7 +187,7 @@ static int makedir(const char *newdir) {
187187

188188
static void do_banner(void) {
189189
printf("MiniUnz 1.1, demo of zLib + Unz package written by Gilles Vollant\n");
190-
printf("more info at http://www.winimage.com/zLibDll/unzip.html\n\n");
190+
printf("more info at https://www.winimage.com/zLibDll/unzip.html\n\n");
191191
}
192192

193193
static void do_help(void) {

contrib/minizip/minizip.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/*
22
minizip.c
33
Version 1.1, February 14h, 2010
4-
sample part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
4+
sample part of the MiniZip project - ( https://www.winimage.com/zLibDll/minizip.html )
55
6-
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
6+
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( https://www.winimage.com/zLibDll/minizip.html )
77
88
Modifications of Unzip for Zip64
99
Copyright (C) 2007-2008 Even Rouault
1010
1111
Modifications for Zip64 support on both zip and unzip
12-
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
12+
Copyright (C) 2009-2010 Mathias Svensson ( https://result42.com )
1313
*/
1414

1515

@@ -163,7 +163,7 @@ static int check_exist_file(const char* filename) {
163163

164164
static void do_banner(void) {
165165
printf("MiniZip 1.1, demo of zLib + MiniZip64 package, written by Gilles Vollant\n");
166-
printf("more info on MiniZip at http://www.winimage.com/zLibDll/minizip.html\n\n");
166+
printf("more info on MiniZip at https://www.winimage.com/zLibDll/minizip.html\n\n");
167167
}
168168

169169
static void do_help(void) {

0 commit comments

Comments
 (0)