Skip to content

Commit 3625323

Browse files
committed
zlib - update from 1.3 to 1.3.1
1 parent 8a2e224 commit 3625323

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

build/zlib/build.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# }}}
1414

1515
# Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved.
16-
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
16+
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
1717

1818
. ../../lib/build.sh
1919

2020
PROG=zlib
21-
VER=1.3
21+
VER=1.3.1
2222
PKG=library/zlib
2323
SUMMARY="$PROG compression library"
2424
DESC="A patent-free compression library"
@@ -36,6 +36,10 @@ CONFIGURE_OPTS[amd64]="--libdir=$PREFIX/lib/amd64"
3636
CONFIGURE_OPTS[aarch64]="--libdir=$PREFIX/lib"
3737
LDFLAGS[i386]+=" -lssp_ns"
3838

39+
TESTSUITE_SED="
40+
s/version [0-9\.]* = 0x[0-9a-z]*/VERSION/g
41+
"
42+
3943
pre_configure() {
4044
export cc=$CC
4145

build/zlib/testsuite.log

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
hello world
2-
zlib version 1.3 = 0x1300, compile flags = 0xa9
2+
zlib VERSION, compile flags = 0xa9
33
uncompress(): hello, hello!
44
gzread(): hello, hello!
55
gzgets() after gzseek: hello!
@@ -9,7 +9,7 @@ after inflateSync(): hello, hello!
99
inflate with dictionary: hello, hello!
1010
*** zlib test OK ***
1111
hello world
12-
zlib version 1.3 = 0x1300, compile flags = 0xa9
12+
zlib VERSION, compile flags = 0xa9
1313
uncompress(): hello, hello!
1414
gzread(): hello, hello!
1515
gzgets() after gzseek: hello!
@@ -19,7 +19,7 @@ after inflateSync(): hello, hello!
1919
inflate with dictionary: hello, hello!
2020
*** zlib shared test OK ***
2121
hello world
22-
zlib version 1.3 = 0x1300, compile flags = 0xa9
22+
zlib VERSION, compile flags = 0xa9
2323
uncompress(): hello, hello!
2424
gzread(): hello, hello!
2525
gzgets() after gzseek: hello!

doc/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
| library/security/openssl-3 | 3.1.4 | https://www.openssl.org/source/
6666
| library/unixodbc | 2.3.12 | http://www.unixodbc.org/download.html
6767
| library/xxhash | 0.8.2 | https://github.com/Cyan4973/xxHash/releases | Currently used solely by rsync
68-
| library/zlib | 1.3 | https://www.zlib.net/
68+
| library/zlib | 1.3.1 | https://www.zlib.net/
6969
| meta/data/microcode/amd | 20231205 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
7070
| meta/data/microcode/intel | 20231114 | https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases
7171
| network/dns/bind | 9.18.21 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/

0 commit comments

Comments
 (0)