summaryrefslogtreecommitdiff
path: root/lib/zlib/README.nss
blob: 58ad213a0abd973d8100a63265b8e45e19de7194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
zlib data compression library

URL: http://zlib.net/
Version: 1.2.5
License: zlib License
License File: http://zlib.net/zlib_license.html

Description:

NSS uses zlib in libSSL (for the DEFLATE compression method), modutil, and
signtool.

Local Modifications:

- patches/prune-zlib.sh: run this shell script to remove unneeded files
  from the zlib distribution.
- patches/msvc-vsnprintf.patch: define HAVE_VSNPRINTF for Visual C++ 2008
  (9.0) and later.