From 5b8d7202f86be52f78b837ed33ca5daad40e1471 Mon Sep 17 00:00:00 2001 From: kekePower Date: Fri, 10 Nov 2017 13:27:40 +0100 Subject: [PATCH] Update zlib due to severe bug From zlib.net: Version 1.2.11 has these key improvements over 1.2.10: Fix deflate stored bug when pulling last block from window Permit immediate deflateParams changes before any deflate input Due to the bug fixes, any installations of 1.2.9 or 1.2.10 should be immediately replaced with 1.2.11. --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 0fb97782..50405e2a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -14,9 +14,9 @@ new_http_archive( new_http_archive( name = "zlib_archive", build_file = "zlib.BUILD", - sha256 = "8d7e9f698ce48787b6e1c67e6bff79e487303e66077e25cb9784ac8835978017", - strip_prefix = "zlib-1.2.10", - url = "http://zlib.net/fossils/zlib-1.2.10.tar.gz", + sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1", + strip_prefix = "zlib-1.2.11", + url = "http://zlib.net/fossils/zlib-1.2.11.tar.gz", ) local_repository(