Skip to content

Commit 47df3b0

Browse files
authored
Update Zlib to 1.2.12 (#109)
* Update zlib.patch * Update ZLIB version to 1.2.12
1 parent 993260c commit 47df3b0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ project(vitasdk)
1111
set(GCC_VERSION 10.3.0)
1212
set(GCC_HASH SHA256=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344)
1313

14-
set(ZLIB_VERSION 1.2.11)
15-
set(ZLIB_HASH SHA256=4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066)
14+
set(ZLIB_VERSION 1.2.12)
15+
set(ZLIB_HASH SHA256=7db46b8d7726232a621befaab4a1c870f00a90805511c0e0090441dac57def18)
1616

1717
set(LIBELF_VERSION 0.8.13)
1818
set(LIBELF_HASH SHA256=591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d)

patches/zlib.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -r -u zlib-1.2.11/CMakeLists.txt zlib-1.2.11-patched/CMakeLists.txt
2-
--- zlib-1.2.11/CMakeLists.txt 2017-01-15 17:29:40.000000000 +0000
3-
+++ zlib-1.2.11-patched/CMakeLists.txt 2018-01-07 18:11:41.296650376 +0000
1+
diff -r -u zlib-1.2.12/CMakeLists.txt zlib-1.2.12-patched/CMakeLists.txt
2+
--- zlib-1.2.12/CMakeLists.txt 2022-03-27 18:39:42.000000000 -0500
3+
+++ zlib-1.2.12-patched/CMakeLists.txt 2022-03-28 22:10:09.518039100 -0500
44
@@ -225,25 +225,3 @@
55
if(NOT SKIP_INSTALL_FILES AND NOT SKIP_INSTALL_ALL )
66
install(FILES ${ZLIB_PC} DESTINATION "${INSTALL_PKGCONFIG_DIR}")

0 commit comments

Comments
 (0)