diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-31 10:55:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-02 18:23:06 +0100 |
commit | de5e1bc5ddad1b8ec67711e21479e95dccd90873 (patch) | |
tree | 9242253a27c4f62d46cfb95dacabb5b2f97b0b9c /meta/recipes-core | |
parent | 0d1f93d6286af69621c0ee5e31425e22defb405e (diff) | |
download | poky-de5e1bc5ddad1b8ec67711e21479e95dccd90873.tar.gz |
zlib: upgrade 1.2.13 -> 1.3
Changelog:
============
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9
- Fix bug when gzungetc() is used immediately after gzopen()
- Fix bug when using gzflush() with a very small buffer
- Fix crash when gzsetparams() attempted for transparent write
- Fix test/example.c to work with FORCE_STORED
- Rewrite of zran in examples (see zran.c version history)
- Fix minizip to allow it to open an empty zip file
- Fix reading disk number start on zip64 files in minizip
- Fix logic error in minizip argument processing
- Add minizip testing to Makefile
- Read multiple bytes instead of byte-by-byte in minizip unzip.c
- Add memory sanitizer to configure (--memory)
- Various portability improvements
- Various documentation improvements
- Various spelling and typo corrections
(From OE-Core rev: 369780c635cb99a3d93c38dc4e3944eba5a2c2cd)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/zlib/zlib_1.3.bb (renamed from meta/recipes-core/zlib/zlib_1.2.13.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.2.13.bb b/meta/recipes-core/zlib/zlib_1.3.bb index ec977a3035..c8fd855ee6 100644 --- a/meta/recipes-core/zlib/zlib_1.2.13.bb +++ b/meta/recipes-core/zlib/zlib_1.3.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "https://zlib.net/${BP}.tar.gz \ | |||
13 | " | 13 | " |
14 | UPSTREAM_CHECK_URI = "http://zlib.net/" | 14 | UPSTREAM_CHECK_URI = "http://zlib.net/" |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30" | 16 | SRC_URI[sha256sum] = "ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e" |
17 | 17 | ||
18 | # When a new release is made the previous release is moved to fossils/, so add this | 18 | # When a new release is made the previous release is moved to fossils/, so add this |
19 | # to PREMIRRORS so it is also searched automatically. | 19 | # to PREMIRRORS so it is also searched automatically. |