Skip to content

Commit

Permalink
Merge pull request #3713 from citrus-it/pkgupd
Browse files Browse the repository at this point in the history
Core package updates
  • Loading branch information
oetiker authored Oct 17, 2024
2 parents fd6b233 + 7a6f0c3 commit 2c832a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/bind/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PKG=network/dns/bind
SUMMARY="BIND DNS tools"
DESC="Client utilities for DNS lookups"

LIBUVVER=1.49.0
LIBUVVER=1.49.1
XFORM_ARGS+=" -DLIBUV=$LIBUVVER"

# This package ships private shared libraries in $PREFIX/lib/dns that are only
Expand Down
2 changes: 1 addition & 1 deletion build/python312/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=Python
VER=3.12.6
VER=3.12.7
PKG=runtime/python-312
MVER=${VER%.*}
SUMMARY="$PROG $MVER"
Expand Down
6 changes: 3 additions & 3 deletions build/python312/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
test_ossaudiodev test_smtpnet test_socketserver test_urllib2net
test_urllibnet test_winsound test_xmlrpc_net test_zipfile64

455 tests OK.
456 tests OK.

Total tests: run=41,886 (filtered) skipped=1,425
Total test files: run=481/489 (filtered) skipped=26 resource_denied=8
Total tests: run=41,968 (filtered) skipped=1,424
Total test files: run=482/490 (filtered) skipped=26 resource_denied=8
Result: SUCCESS
4 changes: 2 additions & 2 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
| library/libidn | 1.42 | http://git.savannah.gnu.org/cgit/libidn.git/refs/tags https://ftp.gnu.org/gnu/libidn/
| library/libffi | 3.4.5 | https://sourceware.org/libffi/
| library/libpsl | 0.21.5 | https://github.com/rockdaboot/libpsl/releases
| library/libuv | 1.49.0 | https://github.com/libuv/libuv/releases | Currently used solely by bind
| library/libuv | 1.49.1 | https://github.com/libuv/libuv/releases | Currently used solely by bind
| library/libxml2 | 2.13.4 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html
| library/libxslt | 1.1.42 | https://gitlab.gnome.org/GNOME/libxslt/-/releases
| library/lzlib | 1.14 | https://download.savannah.gnu.org/releases/lzip/lzlib/
Expand Down Expand Up @@ -81,7 +81,7 @@
| runtime/java/openjdk8 | 1.8.422-05 | https://github.com/openjdk/jdk8u/tags
| 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.6 | https://www.python.org/downloads/source/
| runtime/python-312 | 3.12.7 | https://www.python.org/downloads/source/
| security/sudo | 1.9.16 | 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/
Expand Down

0 comments on commit 2c832a7

Please sign in to comment.