Skip to content

Commit

Permalink
Merge pull request #3698 from citrus-it/pkgupd
Browse files Browse the repository at this point in the history
Core package updates
  • Loading branch information
oetiker authored Sep 16, 2024
2 parents 929c9a2 + 2fbb14f commit 9bdf89e
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/curl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=curl
VER=8.9.1
VER=8.10.0
PKG=web/curl
SUMMARY="Command line tool for transferring data with URL syntax"
DESC="Curl is a command line tool for transferring data with URL syntax, "
Expand Down
4 changes: 2 additions & 2 deletions build/curl/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TESTDONE: 1713 tests were considered during 499 seconds.
TESTDONE: 1374 tests out of 1375 reported OK: 99%
TESTDONE: 1726 tests were considered during 573 seconds.
TESTDONE: 1390 tests out of 1391 reported OK: 99%
TESTFAIL: These test cases failed: 1004
2 changes: 1 addition & 1 deletion build/git/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
. ../../lib/build.sh

PROG=git
VER=2.46.0
VER=2.46.1
PKG=developer/versioning/git
SUMMARY="$PROG - distributed version control system"
DESC="Git is a free and open source distributed version control system "
Expand Down
2 changes: 1 addition & 1 deletion build/git/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
*** t0032-reftable-unittest.sh ***
# passed all 1 test(s)
*** t0033-safe-directory.sh ***
# passed all 16 test(s)
# passed all 22 test(s)
*** t0034-root-safe-directory.sh ***
*** t0035-safe-bare-repository.sh ***
# passed all 12 test(s)
Expand Down
22 changes: 22 additions & 0 deletions build/iperf/patches/freeaddrinfo.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
From https://github.com/oracle/solaris-userland

server_res is not touched if the previous getaddrinfo failed;
there is nothing to free.

This reverts the following upstream commit:
https://github.com/esnet/iperf/commit/111212bca2eaab948cff11fafddcb097e7615f52

and was reported here:
https://github.com/esnet/iperf/pull/1755

diff -wpruN --no-dereference '--exclude=*.orig' a~/src/net.c a/src/net.c
--- a~/src/net.c 1970-01-01 00:00:00
+++ a/src/net.c 1970-01-01 00:00:00
@@ -145,7 +145,6 @@ create_socket(int domain, int proto, con
if ((gerror = getaddrinfo(server, portstr, &hints, &server_res)) != 0) {
if (local)
freeaddrinfo(local_res);
- freeaddrinfo(server_res);
return -1;
}

1 change: 1 addition & 0 deletions build/iperf/patches/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
freeaddrinfo.patch
2 changes: 1 addition & 1 deletion build/iso-codes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=iso-codes
VER=4.16.0
VER=4.17.0
PKG=data/iso-codes
SUMMARY="ISO code lists and translations"
DESC="Lists of various ISO standards "
Expand Down
12 changes: 6 additions & 6 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| compress/xz | 5.6.2 | https://tukaani.org/xz/
| compress/zip | 3.0 | https://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/ http://www.info-zip.org/Zip.html
| compress/zstd | 1.5.6 | https://github.com/facebook/zstd/releases
| data/iso-codes | 4.16.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
| data/iso-codes | 4.17.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 | 3460100 | https://www.sqlite.org/download.html
| developer/build/autoconf | 2.72 | https://ftp.gnu.org/gnu/autoconf/
| developer/build/automake | 1.17 | https://ftp.gnu.org/gnu/automake/
Expand All @@ -27,7 +27,7 @@
| developer/nasm | 2.16.03 | http://www.nasm.us/pub/nasm/releasebuilds
| 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.46.0 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/
| developer/versioning/git | 2.46.1 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/
| developer/versioning/mercurial | 6.8.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
Expand Down Expand Up @@ -80,7 +80,7 @@
| runtime/java/openjdk21 | 21.0.4+7 | https://github.com/openjdk/jdk21u/tags
| runtime/java/openjdk8 | 1.8.422-05 | https://github.com/openjdk/jdk8u/tags
| runtime/perl | 5.38.2 | https://www.cpan.org/src/README.html
| runtime/python-311 | 3.11.9 | https://www.python.org/downloads/source/
| runtime/python-311 | 3.11.10 | https://www.python.org/downloads/source/
| runtime/python-312 | 3.12.6 | 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/
Expand Down Expand Up @@ -117,7 +117,7 @@
| text/gnu-sed | 4.9 | https://ftp.gnu.org/gnu/sed/ https://savannah.gnu.org/news/?group=sed
| text/groff | 1.23.0 | https://ftp.gnu.org/gnu/groff/
| text/less | 661 | http://www.greenwoodsoftware.com/less/download.html
| web/curl | 8.9.1 | https://curl.haxx.se/download.html
| web/curl | 8.10.0 | https://curl.haxx.se/download.html
| web/wget | 1.24.5 | https://ftp.gnu.org/gnu/wget/
| web/wget2 | 2.1.0 | https://ftp.gnu.org/gnu/wget/
| library/glib2 | 2.82.0 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable
Expand All @@ -139,7 +139,7 @@
| library/python-3/meson-312 | 1.5.1 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/
| library/python-3/orjson-312 | 3.10.7 | https://github.com/ijl/orjson/releases
| library/python-3/packaging-312 | 24.1 | https://pypi.org/project/packaging
| library/python-3/pip-312 | 24.2 | https://pypi.org/project/pip
| library/python-3/pip-312 | 24.2 | 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 All @@ -149,7 +149,7 @@
| library/python-3/rapidjson-312 | 1.20 | https://pypi.org/project/python-rapidjson
| library/python-3/semantic-version-312 | 2.10.0 | https://pypi.org/project/semantic-version
| library/python-3/setuptools-312 | 73.0.1 | https://pypi.org/project/setuptools
| library/python-3/setuptools-rust-312 | 1.10.1 | https://pypi.org/project/setuptools-rust
| library/python-3/setuptools-rust-312 | 1.10.1 | https://pypi.org/project/setuptools-rust
| library/python-3/six-312 | 1.16.0 | https://pypi.org/project/six
| library/python-3/tomli-312 | 2.0.1 | https://pypi.org/project/tomli
| library/python-3/typing-extensions-312| 4.12.2 | https://pypi.org/project/typing-extensions
Expand Down

0 comments on commit 9bdf89e

Please sign in to comment.