summaryrefslogtreecommitdiff
path: root/src/contrib/pascal/zlibpas.pas
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2017-05-18 14:17:25 +0100
committerNarayan Kamath <narayan@google.com>2017-05-18 14:27:43 +0100
commit20877b3d8f8c1c2eb639905e4732356e03f38ff7 (patch)
tree51e5bd2195c3956cc412e1105428b7a203d3f53c /src/contrib/pascal/zlibpas.pas
parent86d60dc6f4a38aa2fd5d19fb707c920f8cd015eb (diff)
downloadzlib-20877b3d8f8c1c2eb639905e4732356e03f38ff7.tar.gz
Revert "Update zlib to 1.2.11"android-vts-8.0_r2android-vts-8.0_r1oreo-dev
This reverts commit fbe84be2fe4449e251193686bc704939e70e0d06. This causes issues with server side infrastructure that makes invasive assumptions about the nature of compressed zlib output at each compression level which was broken by the upgrade from 1.2.8 -> 1.2.11. As a result, the upgrade is being temporarily reverted to give the teams involved a little more time to fix the issues on their end. Bug: 38369364 Test: run cts -m CtsLibcoreTestCases (cherry picked from commit 64c8fd52127407737beccba617e02eaf4a58ae7f) Change-Id: I721461a384d763713fb9d07b43824859a661c6e9
Diffstat (limited to 'src/contrib/pascal/zlibpas.pas')
-rw-r--r--src/contrib/pascal/zlibpas.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contrib/pascal/zlibpas.pas b/src/contrib/pascal/zlibpas.pas
index a0dff11..e6a0782 100644
--- a/src/contrib/pascal/zlibpas.pas
+++ b/src/contrib/pascal/zlibpas.pas
@@ -10,8 +10,8 @@ unit zlibpas;
interface
const
- ZLIB_VERSION = '1.2.11';
- ZLIB_VERNUM = $12a0;
+ ZLIB_VERSION = '1.2.8';
+ ZLIB_VERNUM = $1280;
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;