zlib: update to 1.3

This commit is contained in:
Tom G. Christensen 2023-10-11 14:42:06 +02:00
parent 23e64a72fb
commit 780bac71aa
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=zlib
version=1.2.13
version=1.3
pkgver=1
source[0]=http://zlib.net/$topdir-$version.tar.gz
# If there are no patches, simply comment this
@ -51,6 +51,7 @@ install()
compat zlib 1.2.8 1 1
compat zlib 1.2.11 1 1
compat zlib 1.2.12 1 1
compat zlib 1.2.13 1 1
}
reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Wed Oct 11 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 1.3-1
- Update to 1.3
* Fri Nov 04 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 1.2.13-1
- Update to 1.2.13 (fixes CVE-2022-37434)