nss: update in-tree zlib to 1.2.11 with CVE-2018-25032 fix

This commit is contained in:
roytam1 2022-04-01 23:56:16 +08:00
commit 21d56c9c93
32 changed files with 3020 additions and 2858 deletions

View file

@ -1,7 +1,7 @@
zlib data compression library
URL: http://zlib.net/
Version: 1.2.5
Version: 1.2.11 (cacf7f1d4e3d44d871b605da3b647f07d718623f)
License: zlib License
License File: http://zlib.net/zlib_license.html
@ -9,10 +9,3 @@ 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.