File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 13
13
# }}}
14
14
15
15
# 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.
17
17
18
18
. ../../lib/build.sh
19
19
20
20
PROG=zlib
21
- VER=1.3
21
+ VER=1.3.1
22
22
PKG=library/zlib
23
23
SUMMARY=" $PROG compression library"
24
24
DESC=" A patent-free compression library"
@@ -36,6 +36,10 @@ CONFIGURE_OPTS[amd64]="--libdir=$PREFIX/lib/amd64"
36
36
CONFIGURE_OPTS[aarch64]=" --libdir=$PREFIX /lib"
37
37
LDFLAGS[i386]+=" -lssp_ns"
38
38
39
+ TESTSUITE_SED="
40
+ s/version [0-9\.]* = 0x[0-9a-z]*/VERSION/g
41
+ "
42
+
39
43
pre_configure () {
40
44
export cc=$CC
41
45
Original file line number Diff line number Diff line change 1
1
hello world
2
- zlib version 1.3 = 0x1300 , compile flags = 0xa9
2
+ zlib VERSION , compile flags = 0xa9
3
3
uncompress(): hello, hello!
4
4
gzread(): hello, hello!
5
5
gzgets() after gzseek: hello!
@@ -9,7 +9,7 @@ after inflateSync(): hello, hello!
9
9
inflate with dictionary: hello, hello!
10
10
*** zlib test OK ***
11
11
hello world
12
- zlib version 1.3 = 0x1300 , compile flags = 0xa9
12
+ zlib VERSION , compile flags = 0xa9
13
13
uncompress(): hello, hello!
14
14
gzread(): hello, hello!
15
15
gzgets() after gzseek: hello!
@@ -19,7 +19,7 @@ after inflateSync(): hello, hello!
19
19
inflate with dictionary: hello, hello!
20
20
*** zlib shared test OK ***
21
21
hello world
22
- zlib version 1.3 = 0x1300 , compile flags = 0xa9
22
+ zlib VERSION , compile flags = 0xa9
23
23
uncompress(): hello, hello!
24
24
gzread(): hello, hello!
25
25
gzgets() after gzseek: hello!
Original file line number Diff line number Diff line change 65
65
| library/security/openssl-3 | 3.1.4 | https://www.openssl.org/source/
66
66
| library/unixodbc | 2.3.12 | http://www.unixodbc.org/download.html
67
67
| 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/
69
69
| meta/data/microcode/amd | 20231205 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
70
70
| meta/data/microcode/intel | 20231114 | https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases
71
71
| network/dns/bind | 9.18.21 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/
You can’t perform that action at this time.
0 commit comments