1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/zlib/README.nss Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +zlib data compression library 1.5 + 1.6 +URL: http://zlib.net/ 1.7 +Version: 1.2.5 1.8 +License: zlib License 1.9 +License File: http://zlib.net/zlib_license.html 1.10 + 1.11 +Description: 1.12 + 1.13 +NSS uses zlib in libSSL (for the DEFLATE compression method), modutil, and 1.14 +signtool. 1.15 + 1.16 +Local Modifications: 1.17 + 1.18 +- patches/prune-zlib.sh: run this shell script to remove unneeded files 1.19 + from the zlib distribution. 1.20 +- patches/msvc-vsnprintf.patch: define HAVE_VSNPRINTF for Visual C++ 2008 1.21 + (9.0) and later.