kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

Bump zlib to 1.3.1

Open aleksraiden opened this issue 1 year ago • 5 comments
trafficstars

Update zlib to 1.3.1 release. Full changelog - https://github.com/madler/zlib/releases/tag/v1.3.1

Key features:

  • Fix bug in inflateSync() for data held in bit buffer
  • Add LIT_MEM define to use more memory for a small deflate speedup
  • Fix decision on the emission of Zip64 end records in minizip
  • Neutralize zip file traversal attacks in miniunz

aleksraiden avatar Jan 31 '24 19:01 aleksraiden

Will merge if CI success...

mapleFU avatar Feb 01 '24 02:02 mapleFU

As I see, something in cmake scripts, need a help in this point

aleksraiden avatar Feb 01 '24 08:02 aleksraiden

A bug are fixed at https://github.com/madler/zlib/commit/f1f503da85d52e56aae11557b4d79a42bcaa2b86

aleksraiden avatar Feb 01 '24 16:02 aleksraiden

I'm not so familiar with cmake, maybe @PragmaTwice could help

mapleFU avatar Feb 04 '24 14:02 mapleFU

I'm not so familiar with cmake, maybe @PragmaTwice could help

All OK, maintainer of a zlib has been fix a bug, so we are waiting next release.

aleksraiden avatar Feb 06 '24 07:02 aleksraiden

Update to latest head, includes all current fix, instead of 1.3.1.

aleksraiden avatar Apr 05 '24 10:04 aleksraiden

A bug are fixed at madler/zlib@f1f503d

Then let's wait for the next release. We're not urgent to move the zlib version here.

tisonkun avatar Apr 18 '24 23:04 tisonkun