diff --git a/build/git/build.sh b/build/git/build.sh index 2817f0b33d..b48a888ab4 100755 --- a/build/git/build.sh +++ b/build/git/build.sh @@ -19,7 +19,7 @@ . ../../lib/build.sh PROG=git -VER=2.47.0 +VER=2.47.1 PKG=developer/versioning/git SUMMARY="$PROG - distributed version control system" DESC="Git is a free and open source distributed version control system " diff --git a/build/libtool/build.sh b/build/libtool/build.sh index 55083f78b4..29abeeaf8b 100755 --- a/build/libtool/build.sh +++ b/build/libtool/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=libtool -VER=2.5.3 +VER=2.5.4 PKG=developer/build/libtool ##IGNORE## SUMMARY="unused; replaced below" DESC="$SUMMARY" diff --git a/build/nss/build.sh b/build/nss/build.sh index 06540acd87..ef1a8b226d 100755 --- a/build/nss/build.sh +++ b/build/nss/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=nss -VER=3.106 +VER=3.107 PKG=system/library/mozilla-nss SUMMARY="Network Security Services" DESC="Network Security Services (NSS) is a set of libraries designed to " diff --git a/build/sqlite3/build.sh b/build/sqlite3/build.sh index 29b8ec4ca3..e5e493bd9d 100755 --- a/build/sqlite3/build.sh +++ b/build/sqlite3/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=sqlite-autoconf -VER=3470000 +VER=3470100 PKG=database/sqlite-3 SUMMARY="SQL database engine library" DESC="SQLite is a self-contained, high-reliability, embedded, full-featured, " diff --git a/build/sudo/build.sh b/build/sudo/build.sh index 4960207ee2..16f14c81b0 100755 --- a/build/sudo/build.sh +++ b/build/sudo/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=sudo -VER=1.9.16p1 +VER=1.9.16p2 PKG=security/sudo SUMMARY="Authority delegation tool" DESC="Provide limited super-user privileges to specific users" diff --git a/build/wget2/build.sh b/build/wget2/build.sh index b4d9ebbae0..734b729c7e 100755 --- a/build/wget2/build.sh +++ b/build/wget2/build.sh @@ -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=wget2 -VER=2.1.0 +VER=2.2.0 PKG=web/wget2 SUMMARY="GNU Wget2" DESC="Retrieving files using HTTP, HTTPS, FTP and FTPS " diff --git a/build/wget2/patches/getaddrinfo.patch b/build/wget2/patches/getaddrinfo.patch deleted file mode 100644 index bef814b475..0000000000 --- a/build/wget2/patches/getaddrinfo.patch +++ /dev/null @@ -1,21 +0,0 @@ - -Upstream PR: https://gitlab.com/gnuwget/wget2/-/merge_requests/530 - -illumos does not support getaddrinfo() with hints where ai_socktype is 0 -(unspecified) and ai_flags contains AI_NUMERICSERV. Neither, apparently, does -Windows. - -https://www.illumos.org/issues/11616 - -diff -wpruN --no-dereference '--exclude=*.orig' a~/libwget/dns.c a/libwget/dns.c ---- a~/libwget/dns.c 1970-01-01 00:00:00 -+++ a/libwget/dns.c 1970-01-01 00:00:00 -@@ -227,7 +227,7 @@ static int resolve(int family, int flags - { - struct addrinfo hints = { - .ai_family = family, --#ifdef _WIN32 -+#if defined(_WIN32) || defined(__illumos__) - // It looks like on Windows 0 is not a valid option here. - // see https://learn.microsoft.com/en-us/windows/win32/api/ws2def/ns-ws2def-addrinfoa - // TODO: On Windows, do two calls to getaddrinfo (for TCP and UDP) and merge the results. diff --git a/build/wget2/patches/series b/build/wget2/patches/series deleted file mode 100644 index 261d2b6b8d..0000000000 --- a/build/wget2/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -testsuite-fuzz-recvfrom.patch -getaddrinfo.patch diff --git a/build/wget2/patches/testsuite-fuzz-recvfrom.patch b/build/wget2/patches/testsuite-fuzz-recvfrom.patch deleted file mode 100644 index 3bd4922f86..0000000000 --- a/build/wget2/patches/testsuite-fuzz-recvfrom.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -wpruN --no-dereference '--exclude=*.orig' a~/fuzz/libwget_http_client_fuzzer.c a/fuzz/libwget_http_client_fuzzer.c ---- a~/fuzz/libwget_http_client_fuzzer.c 1970-01-01 00:00:00 -+++ a/fuzz/libwget_http_client_fuzzer.c 1970-01-01 00:00:00 -@@ -113,7 +113,7 @@ int connect(int sockfd, const struct soc - return libc_connect(sockfd, addr, addrlen); - } - --ssize_t recvfrom(int sockfd, void *buf, size_t len, int flags, struct sockaddr *src_addr, socklen_t *addrlen) -+ssize_t recvfrom(int sockfd, void * restrict buf, size_t len, int flags, struct sockaddr *src_addr, void *addrlen) - { - if (sockfd == connect_fd) { - if (mode == 1 && len > 1) { diff --git a/doc/packages.md b/doc/packages.md index 5559e0e5cd..d4d68a4cdd 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -12,11 +12,11 @@ | compress/zip | 3.0 | https://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/ http://www.info-zip.org/Zip.html | compress/zstd | 1.5.6 | https://github.com/facebook/zstd/releases | data/iso-codes | 4.17.0 | https://salsa.debian.org/api/v4/projects/iso-codes-team%2Fiso-codes/repository/tags https://salsa.debian.org/iso-codes-team/iso-codes/tags -| database/sqlite-3 | 3470000 | https://www.sqlite.org/download.html +| database/sqlite-3 | 3470100 | https://www.sqlite.org/download.html | developer/build/autoconf | 2.72 | https://ftp.gnu.org/gnu/autoconf/ | developer/build/automake | 1.17 | https://ftp.gnu.org/gnu/automake/ | developer/build/gnu-make | 4.4.1 | https://ftp.gnu.org/gnu/make/ -| developer/build/libtool | 2.5.3 | https://www.gnu.org/software/libtool/ +| developer/build/libtool | 2.5.4 | https://www.gnu.org/software/libtool/ | developer/exuberant-ctags | 5.8 | https://sourceforge.net/projects/ctags/files/ctags/ http://ctags.sourceforge.net/ | developer/gcc7 | 7.5 | https://ftp.gnu.org/gnu/gcc/ | developer/gcc10 | 10.5 | https://ftp.gnu.org/gnu/gcc/ @@ -27,7 +27,7 @@ | developer/nasm | 2.16.03 | http://www.nasm.us/pub/nasm/releasebuilds | developer/parser/bison | 3.8.2 | https://ftp.gnu.org/gnu/bison/ | developer/pkg-config | 0.29.2 | https://pkg-config.freedesktop.org/releases -| developer/versioning/git | 2.47.0 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/ +| developer/versioning/git | 2.47.1 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/ | developer/versioning/mercurial | 6.8.2 | https://www.mercurial-scm.org/release/?M=D https://www.mercurial-scm.org/wiki/WhatsNew | developer/versioning/sccs | 5.09 | https://sourceforge.net/projects/sccs/files/ | driver/tuntap | 1.3.3 | https://github.com/kaizawa/tuntap/tags @@ -54,7 +54,7 @@ | library/nettle | 3.10 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony | library/ncurses | 6.5 | https://ftp.gnu.org/gnu/ncurses/ | library/nghttp2 | 1.64.0 | https://github.com/nghttp2/nghttp2/releases -| library/nss | 3.106 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/ +| library/nss | 3.107 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/ | library/nspr | 4.36 | http://archive.mozilla.org/pub/nspr/releases/ | https://ftp.mozilla.org/pub/security/nss/releases/ | library/pcre2 | 10.44 | https://github.com/PhilipHazel/pcre2/releases | library/perl-5/xml-parser | 2.47 | https://metacpan.org/pod/XML::Parser @@ -82,7 +82,7 @@ | runtime/perl | 5.40.0 | https://www.cpan.org/src/README.html | runtime/python-311 | 3.11.10 | https://www.python.org/downloads/source/ | runtime/python-312 | 3.12.7 | https://www.python.org/downloads/source/ -| security/sudo | 1.9.16p1 | https://www.sudo.ws/ +| security/sudo | 1.9.16p2 | https://www.sudo.ws/ | service/network/chrony | 4.5 | https://download.tuxfamily.org/chrony/ | service/network/ntpsec | 1.2.3 | https://github.com/ntpsec/ntpsec/tags https://blog.ntpsec.org/ | service/network/smtp/dma | 0.13 | https://github.com/corecode/dma/tags @@ -119,7 +119,7 @@ | text/less | 668 | http://www.greenwoodsoftware.com/less/download.html | web/curl | 8.11.0 | https://curl.haxx.se/download.html | web/wget | 1.25.0 | https://ftp.gnu.org/gnu/wget/ -| web/wget2 | 2.1.0 | https://ftp.gnu.org/gnu/wget/ +| web/wget2 | 2.2.0 | https://ftp.gnu.org/gnu/wget/ | library/glib2 | 2.82.2 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable | developer/gnu-binutils | 2.43.1 | https://ftp.gnu.org/gnu/binutils | media/xorriso | 1.5.6.pl02 | https://www.gnu.org/software/xorriso/