Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core package updates #3453

Merged
merged 5 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/glib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# }}}

# Copyright 2011-2012 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=glib
VER=2.78.3
VER=2.78.4
PKG=library/glib2
SUMMARY="GNOME utility library"
DESC="The GNOME general-purpose utility library"
Expand Down
6 changes: 3 additions & 3 deletions build/glib/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ glib:gio+cpp / cxx-17 OK
glib:gio+cpp / cxx-20 OK
glib:gio+cpp / cxx-2b OK
glib:gio+cpp / cxx-98 OK
glib:gio+no-valgrind+gdbus-codegen+slow / codegen.py OK 34 subtests passed
glib:gio+no-valgrind+gdbus-codegen+slow / codegen.py OK 37 subtests passed
glib:gio+no-valgrind+pkg-config / gio-2.0-pkg-config OK
glib:gio+no-valgrind+pkg-config / gio-unix-2.0-pkg-config OK
glib:gio+portal-support / portal-support-env-var OK 1 subtests passed
Expand Down Expand Up @@ -192,7 +192,7 @@ glib:glib+core / rec-mutex OK 29 s
glib:glib+core / refcount OK 4 subtests passed
glib:glib+core / refcount-macro OK 4 subtests passed
glib:glib+core / refstring OK 5 subtests passed
glib:glib+core / regex OK 847 subtests passed
glib:glib+core / regex OK 848 subtests passed
glib:glib+core / relation OK 1 subtests passed
glib:glib+core / rwlock OK 8 subtests passed
glib:glib+core / scannerapi OK 4 subtests passed
Expand Down Expand Up @@ -349,8 +349,8 @@ glib:gio / converter-stream ERROR k
glib:gio / g-file-info ERROR killed by signal 6 SIGABRT
glib:gio / appmonitor ERROR killed by signal 6 SIGABRT
glib:gio / file ERROR killed by signal 5 SIGTRAP
glib:gio / appinfo ERROR killed by signal 5 SIGTRAP
glib:gio / desktop-app-info ERROR killed by signal 5 SIGTRAP
glib:gio / appinfo ERROR killed by signal 5 SIGTRAP
glib:gio / gsettings ERROR killed by signal 5 SIGTRAP

Ok: 325
Expand Down
4 changes: 2 additions & 2 deletions build/lzlib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

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

PROG=lzlib
PKG=library/lzlib
VER=1.13
VER=1.14
SUMMARY="Data compression library"
DESC="$SUMMARY providing in-memory LZMA (de-)compression functions"

Expand Down
2 changes: 1 addition & 1 deletion build/lzlib/patches/ld-soname.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diff -wpruN '--exclude=*.orig' a~/Makefile.in a/Makefile.in
diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile.in a/Makefile.in
--- a~/Makefile.in 1970-01-01 00:00:00
+++ a/Makefile.in 1970-01-01 00:00:00
@@ -26,7 +26,7 @@ lib$(libname).a : lzlib.o
Expand Down
2 changes: 1 addition & 1 deletion build/lzlib/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testing lzlib-1.13...
testing lzlib-1.14...
testing decompression...
testing compression...
testing bad input...
Expand Down
4 changes: 2 additions & 2 deletions build/nghttp2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# }}}
#
# Copyright 2011-2017 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=nghttp2
VER=1.58.0
VER=1.59.0
PKG=library/nghttp2
SUMMARY="nghttp2: HTTP/2 C Library"
DESC="An implementation of the Hypertext Transfer Protocol version 2 in C"
Expand Down
4 changes: 2 additions & 2 deletions build/nghttp2/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Making check in src
Making check in testdata
Making all in testdata
============================================================================
Testsuite summary for nghttp2 1.58.0
Testsuite summary for nghttp2 1.59.0
============================================================================
# TOTAL: 0
# PASS: 0
Expand All @@ -22,7 +22,7 @@ Making check in testdata
PASS: main
PASS: failmalloc
============================================================================
Testsuite summary for nghttp2 1.58.0
Testsuite summary for nghttp2 1.59.0
============================================================================
# TOTAL: 2
# PASS: 2
Expand Down
4 changes: 2 additions & 2 deletions build/nss/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
# http://www.illumos.org/license/CDDL.
# }}}
#
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

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

PROG=nss
VER=3.96.1
VER=3.97
PKG=system/library/mozilla-nss
SUMMARY="Network Security Services"
DESC="Network Security Services (NSS) is a set of libraries designed to "
Expand Down
2 changes: 1 addition & 1 deletion build/nss/patches/aarch64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/pk11wrap/pk11hpke.c a/lib
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/pk11wrap/pk11pub.h a/lib/pk11wrap/pk11pub.h
--- a~/lib/pk11wrap/pk11pub.h 1970-01-01 00:00:00
+++ a/lib/pk11wrap/pk11pub.h 1970-01-01 00:00:00
@@ -847,12 +847,14 @@ SECStatus PK11_AEADRawOp(PK11Context *co
@@ -888,12 +888,14 @@ SECStatus PK11_AEADRawOp(PK11Context *co
unsigned char *out, int *outlen,
int maxout, const unsigned char *in, int inlen);
/* NSS builds the mechanism specific params */
Expand Down
2 changes: 1 addition & 1 deletion build/nss/patches/pkcs11v3.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CK_GENERATOR_FUNCTION is just CK_ULONG, so replace it in the header file.
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/pk11wrap/pk11pub.h a/lib/pk11wrap/pk11pub.h
--- a~/lib/pk11wrap/pk11pub.h 1970-01-01 00:00:00
+++ a/lib/pk11wrap/pk11pub.h 1970-01-01 00:00:00
@@ -847,7 +847,7 @@ SECStatus PK11_AEADRawOp(PK11Context *co
@@ -888,7 +888,7 @@ SECStatus PK11_AEADRawOp(PK11Context *co
unsigned char *out, int *outlen,
int maxout, const unsigned char *in, int inlen);
/* NSS builds the mechanism specific params */
Expand Down
2 changes: 1 addition & 1 deletion build/nss/patches/shadowing.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/softoken/pkcs11.c a/lib/softoken/pkcs11.c
--- a~/lib/softoken/pkcs11.c 1970-01-01 00:00:00
+++ a/lib/softoken/pkcs11.c 1970-01-01 00:00:00
@@ -3506,8 +3506,8 @@ loser:
@@ -3542,8 +3542,8 @@ loser:
char buf[200];
int major = 0, minor = 0;

Expand Down
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
10 changes: 5 additions & 5 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
| library/libuv | 1.47.0 | https://github.com/libuv/libuv/releases | Currently used solely by bind
| library/libxml2 | 2.12.4 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html
| library/libxslt | 1.1.30 | http://xmlsoft.org/libxslt/news.html
| library/lzlib | 1.13 | https://download.savannah.gnu.org/releases/lzip/lzlib/
| library/lzlib | 1.14 | https://download.savannah.gnu.org/releases/lzip/lzlib/
| library/nettle | 3.9.1 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony
| library/ncurses | 6.4 | https://ftp.gnu.org/gnu/ncurses/
| library/nghttp2 | 1.58.0 | https://github.com/nghttp2/nghttp2/releases
| library/nss | 3.96.1 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/
| library/nghttp2 | 1.59.0 | https://github.com/nghttp2/nghttp2/releases
| library/nss | 3.97 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/
| library/nspr | 4.35 | http://archive.mozilla.org/pub/nspr/releases/ | https://ftp.mozilla.org/pub/security/nss/releases/
| library/pcre2 | 10.42 | https://github.com/PhilipHazel/pcre2/releases
| library/perl-5/xml-parser | 2.47 | https://metacpan.org/pod/XML::Parser
Expand All @@ -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 Expand Up @@ -119,7 +119,7 @@
| web/curl | 8.5.0 | https://curl.haxx.se/download.html
| web/wget | 1.21.4 | https://ftp.gnu.org/gnu/wget/
| web/wget2 | 2.1.0 | https://ftp.gnu.org/gnu/wget/
| library/glib2 | 2.78.3 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable
| library/glib2 | 2.78.4 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable
| developer/gnu-binutils | 2.41 | https://ftp.gnu.org/gnu/binutils
| media/xorriso | 1.5.6.pl02 | https://www.gnu.org/software/xorriso/
| system/virtualization/open-vm-tools | 12.3.0 | https://github.com/vmware/open-vm-tools/releases https://docs.vmware.com/en/VMware-Tools/
Expand Down
Loading