summaryrefslogtreecommitdiffstats
path: root/archive-libs/zlib/HISTORY
diff options
context:
space:
mode:
authorEric Sandall2022-06-13 22:17:34 -0700
committerEric Sandall2022-06-13 22:17:34 -0700
commit89fd6c5ec73be3a8a220285dd6949aa8781884da (patch)
tree57cc59e6a71567795fb65ed99324844699090c9a /archive-libs/zlib/HISTORY
parent4b54b98ebeef721a8fd4a5f1b5cc61ac9a096e7f (diff)
zlib: Fix CRC32 https://github.com/madler/zlib/issues/613
PATCHLEVEL++ Apply 0002-fix-crc32.patch 2.12 breaks CRC32 for programs like java See https://github.com/madler/zlib/issues/613
Diffstat (limited to 'archive-libs/zlib/HISTORY')
-rw-r--r--archive-libs/zlib/HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/archive-libs/zlib/HISTORY b/archive-libs/zlib/HISTORY
index d8f3c5e89c..d64f8e091a 100644
--- a/archive-libs/zlib/HISTORY
+++ b/archive-libs/zlib/HISTORY
@@ -1,3 +1,9 @@
+2022-06-13 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD: Apply 0002-fix-crc32.patch
+ * 0002-fix-crc32.patch: 2.12 breaks CRC32 for programs like java
+ See https://github.com/madler/zlib/issues/613
+
2022-03-28 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 1.2.12, SECURITY_PAATCH++, (CVE-2018-25032)
* BUILD: modified filtering of CFLAGS to catch all possible variants of -O