zlib 1.3.0 (JollaPhone & X)

Rating: 
0
No votes yet

derived of https://github.com/madler/zlib/tree/develop (1.3.0 final) + patches (73331a6a0481067628f065ffe87bb1d8f787d10c 5af7cef45eeef86ddf6ab00b4e363c1eecaf47b6 and ac8f12c97d1afd9bafa9c710f827d40a407d3266) + jolla-git(0001-zlib-arm-vec)

sha256sum filename:
a8c1e941185c5d40526a86bf44802ae45f4713c96220f6609c3886f3ed8269c5 minizip-1.3.0-0.armv7hl.rpm
8701e5c30c6977c0d53932fd1e561b784a0309957f2dd89a95e47aa60433d6f9 minizip-devel-1.3.0-0.armv7hl.rpm
ae856c3aa4847142eadead207f37e133fd420ed937d016105a136d1afcc23329 zlib-1.3.0-0.armv7hl.rpm
136bf60e504dc68cf82123b31edad246984edf17dab481fd951382c261772ea0 zlib-devel-1.3.0-0.armv7hl.rpm
eb6eec6c65f71e11e0c84847e36325885cfd104598e37934af3a4d5f924deff5 zlib-doc-1.3.0-0.armv7hl.rpm
bd10f73f7da2eb78926c0d1a0d9b277e518e271cf90ace354883d628e1dc4b3f zlib-static-1.3.0-0.armv7hl.rpm

Category:

Application versions: 
AttachmentSizeDate
File minizip-1.2.11-1.armv7hl.rpm51.06 KB27/09/2018 - 19:34
File minizip-devel-1.2.11-1.armv7hl.rpm12 KB27/09/2018 - 19:34
File zlib-devel-1.2.11-1.armv7hl.rpm67.01 KB27/09/2018 - 19:34
File zlib-1.2.11-1.armv7hl.rpm131.4 KB27/09/2018 - 19:34
File minizip-1.2.11.1-2.armv7hl.rpm21.26 KB17/06/2020 - 22:16
File minizip-devel-1.2.11.1-2.armv7hl.rpm11.96 KB17/06/2020 - 22:16
File zlib-devel-1.2.11.1-2.armv7hl.rpm29.13 KB17/06/2020 - 22:17
File zlib-doc-1.2.11.1-2.armv7hl.rpm43.97 KB17/06/2020 - 22:17
File zlib-1.2.11.1-2.armv7hl.rpm65.46 KB17/06/2020 - 22:19
File minizip-1.2.12-2.armv7hl.rpm24.62 KB02/04/2022 - 17:14
File minizip-devel-1.2.12-2.armv7hl.rpm16.2 KB02/04/2022 - 17:14
File zlib-devel-1.2.12-2.armv7hl.rpm33.38 KB02/04/2022 - 17:15
File zlib-doc-1.2.12-2.armv7hl.rpm49.01 KB02/04/2022 - 17:16
File zlib-1.2.12-2.armv7hl.rpm69.52 KB02/04/2022 - 17:18
File minizip-1.2.12-3.armv7hl.rpm24.62 KB31/08/2022 - 19:25
File minizip-devel-1.2.12-3.armv7hl.rpm16.21 KB31/08/2022 - 19:26
File zlib-devel-1.2.12-3.armv7hl.rpm33.36 KB31/08/2022 - 19:27
File zlib-doc-1.2.12-3.armv7hl.rpm49.02 KB31/08/2022 - 19:27
File zlib-static-1.2.12-3.armv7hl.rpm50.45 KB31/08/2022 - 19:28
File zlib-1.2.12-3.armv7hl.rpm69.53 KB01/09/2022 - 03:24
File minizip-1.3.0-0.armv7hl.rpm25.06 KB27/10/2023 - 22:05
File minizip-devel-1.3.0-0.armv7hl.rpm16.27 KB27/10/2023 - 22:05
File zlib-devel-1.3.0-0.armv7hl.rpm33.38 KB27/10/2023 - 22:05
File zlib-doc-1.3.0-0.armv7hl.rpm49.22 KB27/10/2023 - 22:05
File zlib-static-1.3.0-0.armv7hl.rpm50.59 KB27/10/2023 - 22:05
File zlib-1.3.0-0.armv7hl.rpm69.61 KB27/10/2023 - 22:05
Changelog: 

1.3.0-0: fixes critical CVE-2023-45853

1.2.12-3: fixes critical CVE-2022-37434
- eff308af425b67093bab25f80f1ae950166bece1.patch
- 1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d.patch

Changes in 1.2.12 (27 Mar 2022)
- Permit a deflateParams() parameter change as soon as possible
- Limit hash table inserts after switch from stored deflate
- Fix bug when window full in deflate_stored()
- Fix CLEAR_HASH macro to be usable as a single statement
- Avoid a conversion error in gzseek when off_t type too small
- Have Makefile return non-zero error code on test failure
- Avoid some conversion warnings in gzread.c and gzwrite.c
- Update use of errno for newer Windows CE versions
- Small speedup to inflate [psumbera]
- Return an error if the gzputs string length can't fit in an int
- Add address checking in clang to -w option of configure
- Don't compute check value for raw inflate if asked to validate
- Handle case where inflateSync used when header never processed
- Avoid the use of ptrdiff_t
- Avoid an undefined behavior of memcpy() in gzappend()
- Avoid undefined behaviors of memcpy() in gz*printf()
- Avoid an undefined behavior of memcpy() in _tr_stored_block()
- Make the names in functions declarations identical to definitions
- Remove old assembler code in which bugs have manifested
- Fix deflateEnd() to not report an error at start of raw deflate
- Add legal disclaimer to README
- Emphasize the need to continue decompressing gzip members
- Correct the initialization requirements for deflateInit2()
- Fix a bug that can crash deflate on some input when using Z_FIXED CVE-2018-25032
- Assure that the number of bits for deflatePrime() is valid
- Use a structure to make globals in enough.c evident
- Use a macro for the printf format of big_t in enough.c
- Clean up code style in enough.c, update version
- Use inline function instead of macro for index in enough.c
- Clarify that prefix codes are counted in enough.c
- Show all the codes for the maximum tables size in enough.c
- Add gznorm.c example, which normalizes gzip files
- Fix the zran.c example to work on a multiple-member gzip file
- Add tables for crc32_combine(), to speed it up by a factor of 200
- Add crc32_combine_gen() and crc32_combine_op() for fast combines
- Speed up software CRC-32 computation by a factor of 1.5 to 3
- Use atomic test and set, if available, for dynamic CRC tables
- Don't bother computing check value after successful inflateSync()
- Correct comment in crc32.c
- Explicitly note that the 32-bit check values are 32 bits
- Avoid adding empty gzip member after gzflush with Z_FINISH
- Fix memory leak on error in gzlog.c
- Fix error in comment on the polynomial representation of a byte
- Clarify gz* function interfaces, referring to parameter names
- Change macro name in inflate.c to avoid collision in VxWorks
- Correct typo in blast.c
- Improve portability of contrib/minizip
- Fix indentation in minizip's zip.c
- Replace black/white with allow/block. (theresa-m)
- minizip warning fix if MAXU32 already defined. (gvollant)
- Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)
- Clean up minizip to reduce warnings for testing
- Add fallthrough comments for gcc
- Eliminate use of ULL constants
- Separate out address sanitizing from warnings in configure
- Remove destructive aspects of make distclean
- Check for cc masquerading as gcc or clang in configure
- Fix crc32.c to compile local functions only if used