diff options
author | Nick Hainke <vincent@systemli.org> | 2024-02-02 13:46:28 +0100 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2024-02-02 17:26:29 +0100 |
commit | 8456e84891c2f5486e4bc33e590da424da18b731 (patch) | |
tree | a47ad0ac53c87161af46b6601c8b4a0ac88988df /package/libs/zlib | |
parent | c18a05ee15e28fd58a4af81efa7761aa628a7d8b (diff) |
zlib: update to 1.3.1
Release Notes:
https://github.com/madler/zlib/releases/tag/v1.3.1
Refresh patch:
- 004-attach-sourcefiles-in-patch-002-to-buildsystem.patch
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs/zlib')
-rw-r--r-- | package/libs/zlib/Makefile | 4 | ||||
-rw-r--r-- | package/libs/zlib/patches/004-attach-sourcefiles-in-patch-002-to-buildsystem.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/zlib/Makefile b/package/libs/zlib/Makefile index 5152c9735e..2559fbba0d 100644 --- a/package/libs/zlib/Makefile +++ b/package/libs/zlib/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zlib -PKG_VERSION:=1.3 +PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/madler/zlib/releases/download/v$(PKG_VERSION) -PKG_HASH:=8a9ba2898e1d0d774eca6ba5b4627a11e5588ba85c8851336eb38de4683050a7 +PKG_HASH:=38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32 PKG_LICENSE:=Zlib PKG_LICENSE_FILES:=README diff --git a/package/libs/zlib/patches/004-attach-sourcefiles-in-patch-002-to-buildsystem.patch b/package/libs/zlib/patches/004-attach-sourcefiles-in-patch-002-to-buildsystem.patch index 81816aed68..5181dcf419 100644 --- a/package/libs/zlib/patches/004-attach-sourcefiles-in-patch-002-to-buildsystem.patch +++ b/package/libs/zlib/patches/004-attach-sourcefiles-in-patch-002-to-buildsystem.patch @@ -1,6 +1,6 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -91,34 +91,67 @@ set(ZLIB_PUBLIC_HDRS +@@ -93,34 +93,67 @@ set(ZLIB_PUBLIC_HDRS ${CMAKE_CURRENT_BINARY_DIR}/zconf.h zlib.h ) |