Skip to content

Commit

Permalink
Merge pull request #3437 from citrus-it/pkgupd
Browse files Browse the repository at this point in the history
Core package updates
  • Loading branch information
hadfl authored Jan 1, 2024
2 parents f56c3e2 + 7e1b319 commit 7685c0b
Show file tree
Hide file tree
Showing 15 changed files with 596 additions and 603 deletions.
4 changes: 2 additions & 2 deletions build/autoconf/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 2021 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
#
. ../../lib/build.sh

PROG=autoconf
VER=2.71
VER=2.72
PKG=developer/build/autoconf
SUMMARY="GNU $PROG"
DESC="$PROG - GNU autoconf utility"
Expand Down
1,141 changes: 567 additions & 574 deletions build/autoconf/testsuite.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bind/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=bind
VER=9.18.20
VER=9.18.21
PKG=network/dns/bind
SUMMARY="BIND DNS tools"
DESC="Client utilities for DNS lookups"
Expand Down
2 changes: 1 addition & 1 deletion build/nss/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=nss
VER=3.95
VER=3.96.1
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/python311/coverage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PKG=library/python-3/coverage-311
PROG=coverage
VER=7.3.2
VER=7.4.0
SUMMARY="Python coverage module"
DESC="Code coverage testing for Python"

Expand Down
2 changes: 1 addition & 1 deletion build/python311/cryptography/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PKG=library/python-3/cryptography-311
PROG=cryptography
VER=41.0.5
VER=41.0.7
SUMMARY="Cryptographic recipes and primitives"
DESC="$SUMMARY"

Expand Down
4 changes: 2 additions & 2 deletions build/python311/idna/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 2023 OmniOS Community Edition (OmniOSce) Association.

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

PKG=library/python-3/idna-311
PROG=idna
VER=3.4
VER=3.6
SUMMARY="Internationalized Domain Names in Applications (IDNA)"
DESC="Support for the Internationalised Domain Names in Applications (IDNA) "
DESC+="protocol as specified in RFC 5891"
Expand Down
2 changes: 1 addition & 1 deletion build/python311/meson/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PKG=library/python-3/meson-311
PROG=meson
VER=1.2.3
VER=1.3.1
SUMMARY="The Meson Build system"
DESC="An open source build system meant to be both extremely fast, "
DESC+="and, even more importantly, as user friendly as possible"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/mesonbuild/compilers/compilers.py a/mesonbuild/compilers/compilers.py
--- a~/mesonbuild/compilers/compilers.py 1970-01-01 00:00:00
+++ a/mesonbuild/compilers/compilers.py 1970-01-01 00:00:00
@@ -1115,7 +1115,7 @@ class Compiler(HoldableObject, metaclass
@@ -1152,7 +1152,7 @@ class Compiler(HoldableObject, metaclass

def get_largefile_args(self) -> T.List[str]:
'''Enable transparent large-file-support for 32-bit UNIX systems'''
Expand Down
2 changes: 1 addition & 1 deletion build/python311/pip/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PKG=library/python-3/pip-311
PROG=pip
VER=23.3.1
VER=23.3.2
SUMMARY="Tool for installing Python packages"
DESC="$PROG is the standard package installer for Python"

Expand Down
2 changes: 1 addition & 1 deletion build/python311/rapidjson/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PKG=library/python-3/rapidjson-311
PROG=rapidjson
VER=1.13
VER=1.14
SUMMARY="rapidjson - Python interface to RapidJSON"
DESC="RapidJSON is an extremely fast C++ JSON parser and serialization library"
DESC+="; this module wraps it into a Python 3 extension"
Expand Down
2 changes: 1 addition & 1 deletion build/python311/setuptools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PKG=library/python-3/setuptools-311
PROG=setuptools
VER=68.2.2
VER=69.0.3
SUMMARY="Python package management"
DESC="Easily download, build, install, upgrade, and uninstall Python packages"

Expand Down
2 changes: 1 addition & 1 deletion build/python311/typing-extensions/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PKG=library/python-3/typing-extensions-311
PROG=typing-extensions
VER=4.8.0
VER=4.9.0
SUMMARY="Python typing extensions"
DESC="Backported and Experimental Type Hints for Python 3.6+"

Expand Down
2 changes: 1 addition & 1 deletion build/sudo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=sudo
VER=1.9.15p3
VER=1.9.15p4
PKG=security/sudo
SUMMARY="Authority delegation tool"
DESC="Provide limited super-user privileges to specific users"
Expand Down
28 changes: 14 additions & 14 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| compress/zstd | 1.5.5 | https://github.com/facebook/zstd/releases
| data/iso-codes | 4.15.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 | 3440200 | https://www.sqlite.org/download.html
| developer/build/autoconf | 2.71 | https://ftp.gnu.org/gnu/autoconf/
| developer/build/autoconf | 2.72 | https://ftp.gnu.org/gnu/autoconf/
| developer/build/automake | 1.16.5 | https://ftp.gnu.org/gnu/automake/
| developer/build/gnu-make | 4.4.1 | https://ftp.gnu.org/gnu/make/
| developer/build/libtool | 2.4.6 | https://www.gnu.org/software/libtool/
Expand Down Expand Up @@ -53,7 +53,7 @@
| 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.95 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/
| library/nss | 3.96.1 | 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.46 | https://metacpan.org/pod/XML::Parser
Expand All @@ -66,9 +66,9 @@
| 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/
| meta/data/microcode/amd | 20231019 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
| 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.20 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/
| network/dns/bind | 9.18.21 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/
| network/openssh | 9.6p1 | https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/
| network/rsync | 3.2.7 | https://rsync.samba.org/
| network/service/isc-dhcp | 4.4.3-P1 | https://ftp.isc.org/isc/dhcp/ https://www.isc.org/downloads/
Expand All @@ -82,7 +82,7 @@
| runtime/python-39 | 3.9.18 | https://www.python.org/downloads/source/
| runtime/python-310 | 3.10.13 | https://www.python.org/downloads/source/
| runtime/python-311 | 3.11.7 | https://www.python.org/downloads/source/
| security/sudo | 1.9.15p3 | https://www.sudo.ws/
| security/sudo | 1.9.15p4 | https://www.sudo.ws/
| service/network/chrony | 4.5 | https://download.tuxfamily.org/chrony/
| service/network/ntpsec | 1.2.2 | https://github.com/ntpsec/ntpsec/tags https://blog.ntpsec.org/
| service/network/smtp/dma | 0.13 | https://github.com/corecode/dma/tags
Expand Down Expand Up @@ -128,27 +128,27 @@
| library/python-3/asn1crypto-311 | 1.5.1 | https://pypi.org/project/asn1crypto
| library/python-3/attrs-311 | 23.1.0 | https://pypi.org/project/attrs
| library/python-3/cffi-311 | 1.16.0 | https://pypi.org/project/cffi
| library/python-3/coverage-311 | 7.3.2 | https://pypi.org/project/coverage
| library/python-3/coverage-311 | 7.4.0 | https://pypi.org/project/coverage
| library/python-3/crossenv-311 | 1.4.0 | https://pypi.org/project/crossenv
| library/python-3/cryptography-311 | 41.0.5 | https://pypi.org/project/cryptography
| library/python-3/idna-311 | 3.4 | https://pypi.org/project/idna
| library/python-3/cryptography-311 | 41.0.7 | https://pypi.org/project/cryptography
| library/python-3/idna-311 | 3.6 | https://pypi.org/project/idna
| library/python-3/js-regex-311 | 1.0.1 | https://pypi.org/project/js-regex
| library/python-3/jsonrpclib-311 | 0.4.3.2 | https://github.com/tcalmant/jsonrpclib/releases
| library/python-3/jsonschema-311 | 4.17.3 | https://pypi.org/project/jsonschema
| library/python-3/meson-311 | 1.2.3 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/
| library/python-3/orjson-311 | 3.9.10 | https://github.com/ijl/orjson/releases
| library/python-3/pip-311 | 23.3.1 | https://pypi.org/project/pip
| library/python-3/meson-311 | 1.3.1 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/
| library/python-3/orjson-311 | 3.9.10 | https://github.com/ijl/orjson/releases
| library/python-3/pip-311 | 23.3.2 | https://pypi.org/project/pip
| library/python-3/pycodestyle-311 | 2.11.1 | https://pypi.org/project/pycodestyle/
| library/python-3/pycparser-311 | 2.21 | https://pypi.org/project/pycparser
| library/python-3/pycurl-311 | 7.44.1 | https://pypi.org/project/pycurl
| library/python-3/pyopenssl-311 | 23.3.0 | https://pypi.org/project/pyOpenSSL
| library/python-3/pyrsistent-311 | 0.20.0 | https://pypi.org/project/pyrsistent
| library/python-3/pyyaml-311 | 6.0.1 | https://pypi.org/project/PyYAML
| library/python-3/rapidjson-311 | 1.13 | https://pypi.org/project/python-rapidjson
| library/python-3/rapidjson-311 | 1.14 | https://pypi.org/project/python-rapidjson
| library/python-3/semantic-version-311 | 2.10.0 | https://pypi.org/project/semantic-version
| library/python-3/setuptools-311 | 68.2.2 | https://pypi.org/project/setuptools
| library/python-3/setuptools-311 | 69.0.3 | https://pypi.org/project/setuptools
| library/python-3/setuptools-rust-311 | 1.8.1 | https://pypi.org/project/setuptools-rust
| library/python-3/six-311 | 1.16.0 | https://pypi.org/project/six
| library/python-3/tomli-311 | 2.0.1 | https://pypi.org/project/tomli
| library/python-3/typing-extensions-311| 4.8.0 | https://pypi.org/project/typing-extensions
| library/python-3/typing-extensions-311| 4.9.0 | https://pypi.org/project/typing-extensions

0 comments on commit 7685c0b

Please sign in to comment.