Skip to content

Commit

Permalink
Merge pull request #3454 from citrus-it/zlibr48
Browse files Browse the repository at this point in the history
zlib - update from 1.3 to 1.3.1 (r151048)
  • Loading branch information
hadfl authored Jan 26, 2024
2 parents acb12f5 + d3666b0 commit 345ae5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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

0 comments on commit 345ae5d

Please sign in to comment.