Skip to content

Commit

Permalink
Merge pull request #3426 from citrus-it/pkgupd
Browse files Browse the repository at this point in the history
Core package updates
  • Loading branch information
oetiker authored Dec 18, 2023
2 parents 3785412 + 2a52711 commit de62896
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/chrony/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=chrony
VER=4.4
VER=4.5
PKG=service/network/chrony
SUMMARY="Network time services"
DESC="A versatile implementation of the Network Time Protocol (NTP)"
Expand Down
1 change: 1 addition & 0 deletions build/chrony/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ Testing regress PASS
Testing samplefilt PASS
Testing siv SKIP (on line 421)
Testing smooth PASS
Testing socket PASS
Testing sources PASS
Testing util PASS
2 changes: 1 addition & 1 deletion build/glib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=glib
VER=2.78.1
VER=2.78.3
PKG=library/glib2
SUMMARY="GNOME utility library"
DESC="The GNOME general-purpose utility library"
Expand Down
2 changes: 1 addition & 1 deletion build/glib/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ glib:glib+core / tree OK 7 su
glib:glib+core / types OK 1 subtests passed
glib:glib+core / unicode OK 38 subtests passed
glib:glib+core / unicode-encoding ERROR killed by signal 6 SIGABRT
glib:glib+core / unicode-normalize OK 2 subtests passed
glib:glib+core / unicode-normalize OK 3 subtests passed
glib:glib+core / unix OK 14 subtests passed
glib:glib+core / uri OK 24 subtests passed
glib:glib+core / utf8-misc OK 7 subtests passed
Expand Down
2 changes: 1 addition & 1 deletion build/mercurial/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=mercurial
VER=6.5.3
VER=6.6.1
PKG=developer/versioning/mercurial
SUMMARY="Mercurial source control management"
DESC="Free, distributed source control management tool"
Expand Down
2 changes: 1 addition & 1 deletion build/rsyslog/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=rsyslog
VER=8.2310.0
VER=8.2312.0
PKG=system/rsyslog
SUMMARY="rsyslog - the rocket-fast system for log processing."
DESC="A high-performance, modular syslog implementation."
Expand Down
2 changes: 1 addition & 1 deletion build/rsyslog/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ PASS: imtcp-tls-ossl-error-key.sh
PASS: imtcp-tls-ossl-error-key2.sh
PASS: uxsock_simple.sh
============================================================================
Testsuite summary for rsyslog 8.2310.0
Testsuite summary for rsyslog 8.2312.0
============================================================================
# TOTAL: 412
# PASS: 372
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.15p2
VER=1.9.15p3
PKG=security/sudo
SUMMARY="Authority delegation tool"
DESC="Provide limited super-user privileges to specific users"
Expand Down
2 changes: 1 addition & 1 deletion build/vim/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

PROG=vim
VER=9.0
PATCHLEVEL=1443
PATCHLEVEL=2136
PKG=editor/vim
SUMMARY="Vi IMproved"
DESC="Advanced text editor that provides the power of the UNIX vi editor "
Expand Down
2 changes: 1 addition & 1 deletion build/vim/patches/dtrace.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diff -wpruN '--exclude=*.orig' a~/runtime/syntax/dtrace.vim a/runtime/syntax/dtrace.vim
diff -wpruN --no-dereference '--exclude=*.orig' a~/runtime/syntax/dtrace.vim a/runtime/syntax/dtrace.vim
--- a~/runtime/syntax/dtrace.vim 1970-01-01 00:00:00
+++ a/runtime/syntax/dtrace.vim 1970-01-01 00:00:00
@@ -77,7 +77,7 @@ syn match dtraceOption contained "\%(def
Expand Down
10 changes: 5 additions & 5 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
| 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.43.0 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/
| developer/versioning/mercurial | 6.5.3 | https://www.mercurial-scm.org/release/?M=D https://www.mercurial-scm.org/wiki/WhatsNew
| developer/versioning/mercurial | 6.6.1 | 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
| editor/vim | 9.0 | http://ftp.vim.org/pub/vim/unix
Expand Down Expand Up @@ -82,8 +82,8 @@
| 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.15p2 | https://www.sudo.ws/
| service/network/chrony | 4.4 | https://download.tuxfamily.org/chrony/
| security/sudo | 1.9.15p3 | 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
| shell/bash | 5.2.21 | https://ftp.gnu.org/gnu/bash/
Expand All @@ -103,7 +103,7 @@
| system/network/lldp | 0.4alpha | https://sourceforge.net/projects/openlldp/files/
| system/pciutils | 3.10.0 | https://www.kernel.org/pub/software/utils/pciutils/
| system/pkgtree | 1.1 | https://github.com/quattor/pkgtree/tags
| system/rsyslog | 8.2310.0 | https://www.rsyslog.com/downloads/download-v8-stable/
| system/rsyslog | 8.2312.0 | https://www.rsyslog.com/downloads/download-v8-stable/
| system/test/fio | 3.36 | https://github.com/axboe/fio/tags
| system/watch | 3.3.16 | https://gitlab.com/api/v4/projects/procps-ng%2Fprocps/releases https://gitlab.com/procps-ng/procps/-/releases
| terminal/screen | 4.9.1 | https://ftp.gnu.org/gnu/screen/
Expand All @@ -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.1 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable
| 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
| 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

0 comments on commit de62896

Please sign in to comment.