Skip to content

Commit

Permalink
zlib - update from 1.3 to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Jan 25, 2024
1 parent 8a2e224 commit 3625323
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions build/zlib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# }}}

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

. ../../lib/build.sh

PROG=zlib
VER=1.3
VER=1.3.1
PKG=library/zlib
SUMMARY="$PROG compression library"
DESC="A patent-free compression library"
Expand All @@ -36,6 +36,10 @@ CONFIGURE_OPTS[amd64]="--libdir=$PREFIX/lib/amd64"
CONFIGURE_OPTS[aarch64]="--libdir=$PREFIX/lib"
LDFLAGS[i386]+=" -lssp_ns"

TESTSUITE_SED="
s/version [0-9\.]* = 0x[0-9a-z]*/VERSION/g
"

pre_configure() {
export cc=$CC

Expand Down
6 changes: 3 additions & 3 deletions build/zlib/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hello world
zlib version 1.3 = 0x1300, compile flags = 0xa9
zlib VERSION, compile flags = 0xa9
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek: hello!
Expand All @@ -9,7 +9,7 @@ after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
*** zlib test OK ***
hello world
zlib version 1.3 = 0x1300, compile flags = 0xa9
zlib VERSION, compile flags = 0xa9
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek: hello!
Expand All @@ -19,7 +19,7 @@ after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
*** zlib shared test OK ***
hello world
zlib version 1.3 = 0x1300, compile flags = 0xa9
zlib VERSION, compile flags = 0xa9
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek: hello!
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
| library/security/openssl-3 | 3.1.4 | https://www.openssl.org/source/
| library/unixodbc | 2.3.12 | http://www.unixodbc.org/download.html
| library/xxhash | 0.8.2 | https://github.com/Cyan4973/xxHash/releases | Currently used solely by rsync
| library/zlib | 1.3 | https://www.zlib.net/
| library/zlib | 1.3.1 | https://www.zlib.net/
| meta/data/microcode/amd | 20231205 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
| meta/data/microcode/intel | 20231114 | https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases
| network/dns/bind | 9.18.21 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/
Expand Down

0 comments on commit 3625323

Please sign in to comment.