Skip to content

Commit 3b6ae6e

Browse files
authored
Merge pull request #3453 from citrus-it/pkgupd
Core package updates
2 parents 6a4c08d + 3625323 commit 3b6ae6e

File tree

14 files changed

+32
-28
lines changed

14 files changed

+32
-28
lines changed

build/glib/build.sh

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

1515
# Copyright 2011-2012 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=glib
21-
VER=2.78.3
21+
VER=2.78.4
2222
PKG=library/glib2
2323
SUMMARY="GNOME utility library"
2424
DESC="The GNOME general-purpose utility library"

build/glib/testsuite.log

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ glib:gio+cpp / cxx-17 OK
113113
glib:gio+cpp / cxx-20 OK
114114
glib:gio+cpp / cxx-2b OK
115115
glib:gio+cpp / cxx-98 OK
116-
glib:gio+no-valgrind+gdbus-codegen+slow / codegen.py OK 34 subtests passed
116+
glib:gio+no-valgrind+gdbus-codegen+slow / codegen.py OK 37 subtests passed
117117
glib:gio+no-valgrind+pkg-config / gio-2.0-pkg-config OK
118118
glib:gio+no-valgrind+pkg-config / gio-unix-2.0-pkg-config OK
119119
glib:gio+portal-support / portal-support-env-var OK 1 subtests passed
@@ -192,7 +192,7 @@ glib:glib+core / rec-mutex OK 29 s
192192
glib:glib+core / refcount OK 4 subtests passed
193193
glib:glib+core / refcount-macro OK 4 subtests passed
194194
glib:glib+core / refstring OK 5 subtests passed
195-
glib:glib+core / regex OK 847 subtests passed
195+
glib:glib+core / regex OK 848 subtests passed
196196
glib:glib+core / relation OK 1 subtests passed
197197
glib:glib+core / rwlock OK 8 subtests passed
198198
glib:glib+core / scannerapi OK 4 subtests passed
@@ -349,8 +349,8 @@ glib:gio / converter-stream ERROR k
349349
glib:gio / g-file-info ERROR killed by signal 6 SIGABRT
350350
glib:gio / appmonitor ERROR killed by signal 6 SIGABRT
351351
glib:gio / file ERROR killed by signal 5 SIGTRAP
352-
glib:gio / appinfo ERROR killed by signal 5 SIGTRAP
353352
glib:gio / desktop-app-info ERROR killed by signal 5 SIGTRAP
353+
glib:gio / appinfo ERROR killed by signal 5 SIGTRAP
354354
glib:gio / gsettings ERROR killed by signal 5 SIGTRAP
355355

356356
Ok: 325

build/lzlib/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414

15-
# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

1919
PROG=lzlib
2020
PKG=library/lzlib
21-
VER=1.13
21+
VER=1.14
2222
SUMMARY="Data compression library"
2323
DESC="$SUMMARY providing in-memory LZMA (de-)compression functions"
2424

build/lzlib/patches/ld-soname.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
diff -wpruN '--exclude=*.orig' a~/Makefile.in a/Makefile.in
1+
diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile.in a/Makefile.in
22
--- a~/Makefile.in 1970-01-01 00:00:00
33
+++ a/Makefile.in 1970-01-01 00:00:00
44
@@ -26,7 +26,7 @@ lib$(libname).a : lzlib.o

build/lzlib/testsuite.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
testing lzlib-1.13...
1+
testing lzlib-1.14...
22
testing decompression...
33
testing compression...
44
testing bad input...

build/nghttp2/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# }}}
1414
#
1515
# Copyright 2011-2017 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=nghttp2
21-
VER=1.58.0
21+
VER=1.59.0
2222
PKG=library/nghttp2
2323
SUMMARY="nghttp2: HTTP/2 C Library"
2424
DESC="An implementation of the Hypertext Transfer Protocol version 2 in C"

build/nghttp2/testsuite.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Making check in src
55
Making check in testdata
66
Making all in testdata
77
============================================================================
8-
Testsuite summary for nghttp2 1.58.0
8+
Testsuite summary for nghttp2 1.59.0
99
============================================================================
1010
# TOTAL: 0
1111
# PASS: 0
@@ -22,7 +22,7 @@ Making check in testdata
2222
PASS: main
2323
PASS: failmalloc
2424
============================================================================
25-
Testsuite summary for nghttp2 1.58.0
25+
Testsuite summary for nghttp2 1.59.0
2626
============================================================================
2727
# TOTAL: 2
2828
# PASS: 2

build/nss/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414
#
15-
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

1919
PROG=nss
20-
VER=3.96.1
20+
VER=3.97
2121
PKG=system/library/mozilla-nss
2222
SUMMARY="Network Security Services"
2323
DESC="Network Security Services (NSS) is a set of libraries designed to "

build/nss/patches/aarch64.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/pk11wrap/pk11hpke.c a/lib
5454
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/pk11wrap/pk11pub.h a/lib/pk11wrap/pk11pub.h
5555
--- a~/lib/pk11wrap/pk11pub.h 1970-01-01 00:00:00
5656
+++ a/lib/pk11wrap/pk11pub.h 1970-01-01 00:00:00
57-
@@ -847,12 +847,14 @@ SECStatus PK11_AEADRawOp(PK11Context *co
57+
@@ -888,12 +888,14 @@ SECStatus PK11_AEADRawOp(PK11Context *co
5858
unsigned char *out, int *outlen,
5959
int maxout, const unsigned char *in, int inlen);
6060
/* NSS builds the mechanism specific params */

build/nss/patches/pkcs11v3.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CK_GENERATOR_FUNCTION is just CK_ULONG, so replace it in the header file.
1313
diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/pk11wrap/pk11pub.h a/lib/pk11wrap/pk11pub.h
1414
--- a~/lib/pk11wrap/pk11pub.h 1970-01-01 00:00:00
1515
+++ a/lib/pk11wrap/pk11pub.h 1970-01-01 00:00:00
16-
@@ -847,7 +847,7 @@ SECStatus PK11_AEADRawOp(PK11Context *co
16+
@@ -888,7 +888,7 @@ SECStatus PK11_AEADRawOp(PK11Context *co
1717
unsigned char *out, int *outlen,
1818
int maxout, const unsigned char *in, int inlen);
1919
/* NSS builds the mechanism specific params */

0 commit comments

Comments
 (0)