Skip to content

Commit 1c329e9

Browse files
authored
dep: update to zlib 1.3.1 (v1.16.x) (#3175)
**What problem is this PR intended to solve?** Update vendored zlib to 1.3.1. See #3172 Please note that Nokogiri is not vulnerable to the CVE patched in this version of zlib (which is related to the minizip library, which is not used by Nokogiri or its vendored libraries).
2 parents 80fb608 + edeac07 commit 1c329e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
---
22
libxml2:
33
version: "2.12.6"
44
sha256: "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb"
@@ -10,8 +10,8 @@ libxslt:
1010
# sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.39.sha256sum
1111

1212
zlib:
13-
version: "1.3"
14-
sha256: "ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
13+
version: "1.3.1"
14+
sha256: "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23"
1515
# SHA-256 hash provided on http://zlib.net/
1616

1717
libiconv:

0 commit comments

Comments
 (0)