Skip to content

Commit

Permalink
Merge pull request #3365 from citrus-it/pkgupd
Browse files Browse the repository at this point in the history
Core package updates
  • Loading branch information
hadfl authored Sep 29, 2023
2 parents 5df9459 + 2d87e40 commit 56841b3
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 16 deletions.
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.18
VER=9.18.19
PKG=network/dns/bind
SUMMARY="BIND DNS tools"
DESC="Client utilities for DNS lookups"
Expand Down
2 changes: 1 addition & 1 deletion build/gettext/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=gettext
VER=0.22
VER=0.22.2
PKG=text/gnu-gettext
SUMMARY="gettext - GNU gettext utility"
DESC="GNU gettext - GNU gettext utility"
Expand Down
8 changes: 6 additions & 2 deletions build/gettext/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ PASS: xgettext-15
SKIP: xgettext-16
PASS: xgettext-17
PASS: xgettext-18
PASS: xgettext-combine-1
PASS: xgettext-combine-2
PASS: xgettext-combine-3
PASS: xgettext-appdata-1
PASS: xgettext-awk-1
PASS: xgettext-awk-2
Expand Down Expand Up @@ -387,6 +390,7 @@ PASS: xgettext-perl-stackovfl-1
PASS: xgettext-perl-stackovfl-2
PASS: xgettext-perl-stackovfl-3
PASS: xgettext-perl-stackovfl-4
PASS: xgettext-perl-stackovfl-5
PASS: xgettext-php-1
PASS: xgettext-php-2
PASS: xgettext-php-3
Expand Down Expand Up @@ -564,8 +568,8 @@ PASS: autopoint-1
PASS: autopoint-2
PASS: autopoint-3
PASS: cldr-plurals-1
# TOTAL: 548
# PASS: 520
# TOTAL: 552
# PASS: 524
# SKIP: 27
# XFAIL: 0
# FAIL: 1
Expand Down
2 changes: 1 addition & 1 deletion build/pv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
. ../../lib/build.sh

PROG=pv
VER=1.7.24
VER=1.8.0
PKG=shell/pipe-viewer
SUMMARY="Pipe Viewer"
DESC="pv - a terminal-based tool for monitoring the progress of data through a pipeline."
Expand Down
6 changes: 4 additions & 2 deletions build/pv/local.mog
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.

# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.

license doc/COPYING license="Artistic2"
license docs/COPYING license="GPLv3"

<transform path=usr/share/doc -> drop>

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.10
VER=1.11
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
4 changes: 2 additions & 2 deletions build/python311/rapidjson/patches/hexdigits.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
For compatibility with simplejson, output lower case hex digits for dump[s]()
with ensure_ascii=True

diff -wpruN '--exclude=*.orig' a~/rapidjson/include/rapidjson/writer.h a/rapidjson/include/rapidjson/writer.h
diff -wpruN --no-dereference '--exclude=*.orig' a~/rapidjson/include/rapidjson/writer.h a/rapidjson/include/rapidjson/writer.h
--- a~/rapidjson/include/rapidjson/writer.h 1970-01-01 00:00:00
+++ a/rapidjson/include/rapidjson/writer.h 1970-01-01 00:00:00
@@ -375,7 +375,7 @@ protected:
@@ -381,7 +381,7 @@ protected:
}

bool WriteString(const Ch* str, SizeType length) {
Expand Down
12 changes: 6 additions & 6 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
| library/security/openssl-3 | 3.1.3 | 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/
| meta/data/microcode/amd | 20230809 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
| library/zlib | 1.3 | https://www.zlib.net/
| meta/data/microcode/amd | 20230918 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
| meta/data/microcode/intel | 20230808 | https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases
| network/dns/bind | 9.18.18 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/
| network/dns/bind | 9.18.19 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/
| network/openssh | 9.4p1 | 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 @@ -89,7 +89,7 @@
| shell/bash | 5.2.15 | https://ftp.gnu.org/gnu/bash/
| shell/bash5-patchlvl | 015 | https://ftp.gnu.org/gnu/bash/bash-5.2-patches
| shell/bash5-completions | 2.11 | https://github.com/scop/bash-completion/releases
| shell/pipe-viewer | 1.7.24 | http://www.ivarch.com/programs/pv.shtml
| shell/pipe-viewer | 1.8.0 | http://www.ivarch.com/programs/pv.shtml
| shell/tcsh | 6.24.10 | https://github.com/tcsh-org/tcsh/tags
| shell/zsh | 5.9 | https://sourceforge.net/projects/zsh/files/zsh
| system/cpuid | 1.8.2 | https://github.com/tycho/cpuid/tags
Expand All @@ -110,7 +110,7 @@
| terminal/tmux | 3.3 | https://github.com/tmux/tmux/releases http://tmux.github.io/
| text/gawk | 5.2.2 | https://ftp.gnu.org/gnu/gawk/
| text/gnu-diffutils | 3.10 | http://git.savannah.gnu.org/cgit/diffutils.git/refs/tags
| text/gnu-gettext | 0.22 | https://ftp.gnu.org/pub/gnu/gettext/
| text/gnu-gettext | 0.22.2 | https://ftp.gnu.org/pub/gnu/gettext/
| text/gnu-grep | 3.11 | https://ftp.gnu.org/gnu/grep/
| text/gnu-patch | 2.7.6 | http://git.savannah.gnu.org/cgit/patch.git/refs/tags
| text/gnu-sed | 4.9 | https://ftp.gnu.org/gnu/sed/ https://savannah.gnu.org/news/?group=sed
Expand Down Expand Up @@ -144,7 +144,7 @@
| library/python-3/pyopenssl-311 | 23.2.0 | https://pypi.org/project/pyOpenSSL
| library/python-3/pyrsistent-311 | 0.19.3 | https://pypi.org/project/pyrsistent
| library/python-3/pyyaml-311 | 6.0.1 | https://pypi.org/project/PyYAML
| library/python-3/rapidjson-311 | 1.10 | https://pypi.org/project/python-rapidjson
| library/python-3/rapidjson-311 | 1.11 | 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.1.2 | https://pypi.org/project/setuptools
| library/python-3/setuptools-rust-311 | 1.7.0 | https://pypi.org/project/setuptools-rust
Expand Down

0 comments on commit 56841b3

Please sign in to comment.