Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core package updates #3738

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/libxml2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=libxml2
VER=2.13.4
VER=2.13.5
PKG=library/libxml2
SUMMARY="XML C parser and toolkit"
DESC="Portable XML parser and toolkit library"
Expand Down
2 changes: 1 addition & 1 deletion build/libxml2/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Total 3821 tests, no errors
Total 3826 tests, no errors
Total 49 tests, no errors
Testing HTMLparser : 36 of 42 functions ...
Testing HTMLtree : 18 of 18 functions ...
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.16
VER=1.9.16p1
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/sudo/patches/mansections.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Solaris/illumos scheme. Adjust sudo to suit.
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac
--- a~/configure.ac 1970-01-01 00:00:00
+++ a/configure.ac 1970-01-01 00:00:00
@@ -1796,9 +1796,9 @@ case "$host" in
@@ -1800,9 +1800,9 @@ case "$host" in
AS_IF([test "$with_AFS" = "yes"], [
AFS_LIBS="-lc -lucb"
])
Expand Down
59 changes: 0 additions & 59 deletions build/sudo/patches/securepath.patch

This file was deleted.

1 change: 0 additions & 1 deletion build/sudo/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ audit-event.patch
Makefile.in.patch
mansections.patch
pam-illumos.patch
securepath.patch
6 changes: 3 additions & 3 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
| library/libffi | 3.4.5 | https://sourceware.org/libffi/
| library/libpsl | 0.21.5 | https://github.com/rockdaboot/libpsl/releases
| library/libuv | 1.49.2 | 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/libxml2 | 2.13.5 | 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/
| library/nettle | 3.10 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony
Expand Down Expand Up @@ -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.16 | https://www.sudo.ws/
| security/sudo | 1.9.16p1 | 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
Expand Down Expand Up @@ -139,7 +139,7 @@
| library/python-3/meson-312 | 1.6.0 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/
| library/python-3/orjson-312 | 3.10.11 | https://github.com/ijl/orjson/releases
| library/python-3/packaging-312 | 24.2 | https://pypi.org/project/packaging
| library/python-3/pip-312 | 24.3.1 | https://pypi.org/project/pip
| library/python-3/pip-312 | 24.3.1 | https://pypi.org/project/pip
| library/python-3/pycodestyle-312 | 2.12.1 | https://pypi.org/project/pycodestyle/
| library/python-3/pycparser-312 | 2.22 | https://pypi.org/project/pycparser
| library/python-3/pycurl-312 | 7.44.1 | https://pypi.org/project/pycurl
Expand Down
Loading