Marcus Hoffmann
58f391ee6b
package/python-typing-inspection: bump to 0.4.2
...
Changelog: https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md#v042-2025-10-01
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-17 18:37:45 +02:00
Bernd Kuhls
6d0251c9d5
package/python-lmdb: bump version to 1.7.5
...
Added dependencies to python-cffi & python-patch-ng due to upstream
commit:
3f6f458df6
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-17 18:28:54 +02:00
Bernd Kuhls
960cbf71ae
package/python-patch-ng: new package
...
Needed by python-lmdb 1.7.3+.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-17 18:28:54 +02:00
Bernd Kuhls
2d0451030f
package/python-pyudev: bump version to 0.24.4
...
Rebased patch 0001 due to upstream commit:
6d760e7eef
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-17 18:28:54 +02:00
Bernd Kuhls
884626ede2
package/python-automat: bump version to 25.4.16
...
Release notes: https://github.com/glyph/automat/releases/tag/25.4.16
Switched setup type to hatch following upstream commit:
643f7ce4ff
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-17 18:28:54 +02:00
Bernd Kuhls
80ccde6308
package/python-glslang: bump version to 16.0.0
...
Release notes:
https://github.com/KhronosGroup/glslang/releases/tag/15.4.0
https://github.com/KhronosGroup/glslang/releases/tag/16.0.0
Updated license hash due to upstream commit:
e70645c457
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-17 18:28:54 +02:00
Bernd Kuhls
828a63c5fc
package/python-oauthlib: bump version to 3.3.1
...
Release notes:
https://github.com/oauthlib/oauthlib/releases/tag/v3.3.0
https://github.com/oauthlib/oauthlib/releases/tag/v3.3.1
Updated license hash due to upstream commits:
1137a2fbed
059875a888
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-16 22:35:00 +02:00
Marcus Hoffmann
6b5a9e7683
package/python-anyio: bump to 4.11.0
...
Release Notes: https://github.com/agronholm/anyio/releases/tag/4.11.0
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-16 22:10:13 +02:00
Marcus Hoffmann
773dbbf5c1
package/python-trio: bump to 0.31.0
...
Changelog: https://trio.readthedocs.io/en/latest/history.html#trio-0-31-0-2025-09-09
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-16 22:08:35 +02:00
Bernd Kuhls
f6dc1f580d
package/python-pynacl: bump version to 1.6.0
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-16 21:55:13 +02:00
Bernd Kuhls
aba023cf4f
package/libsodium: bump version to 1.0.20
...
Release notes:
https://github.com/jedisct1/libsodium/releases/tag/1.0.19-RELEASE
https://github.com/jedisct1/libsodium/releases/tag/1.0.20-RELEASE
Updated license hash due to copyright year bumps:
https://github.com/jedisct1/libsodium/commits/1.0.20-RELEASE/LICENSE
(1.0.18 was released in 2019.)
Needed to fix build error with python-pynacl 1.6.0, currently under
review: https://patchwork.ozlabs.org/project/buildroot/patch/20251013175513.86276-17-bernd@kuhls.net/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-16 21:53:32 +02:00
Bernd Kuhls
2661d9b34f
{linux, linux-headers}: bump 6.{1, 6, 12, 17}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-16 21:42:20 +02:00
Vincent Stehlé
24ff258905
support/testing: test_xen: add networking
...
Enhance the Xen python tests to exercise networking:
- Add the networking support we need to the Linux kernel configurations.
- Add a virtual network interface to the Xen dom1 configurations.
- Update the test in the following way:
* Start the emulator with restricted networking.
* Create a network bridge in dom0.
* Check that networking is functional in both domains by ping'ing the
gateway.
(Refer also to the diagram in the python script.)
- While at it, bump Linux kernel to 6.17.1 and U-Boot to 2025.07.
We also need to adjust the DTB address in the Arm 32b U-Boot script to
accommodate the new U-Boot version, which does not have enough free space
around the control DTB anymore.
We disable IPv6 in both kernel configurations to make the 32b test pass
on gitlab CI.
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-16 21:04:29 +02:00
Scott Fan
0c2a0a44f0
board/beaglebone: fix shellcheck warning in post-build.sh
...
Remove entry from .checkpackageignore
Signed-off-by: Scott Fan <fancp2007@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
2025-10-15 22:13:17 +02:00
Scott Fan
98a3491d1c
configs/beaglebone: bump Linux to 6.12.34-ti-arm32-r12 and U-Boot to 2025.10
...
The patch bumps the Linux kernel to version 6.12.34-ti-arm32-r12 and
U-Boot to version 2025.10.
Tested on beaglebone black.
Signed-off-by: Scott Fan <fancp2007@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
2025-10-15 22:06:24 +02:00
Maxime Leroy
31ced13e5d
package/grout: bump to 0.13.0 version
...
See the release note of the new versions:
https://github.com/DPDK/grout/releases/tag/v0.13.0
https://github.com/DPDK/grout/releases/tag/v0.12.0
Signed-off-by: Maxime Leroy <maxime@leroys.fr >
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
2025-10-15 22:05:14 +02:00
Maxime Leroy
6b3c1f1b0f
package/libecoli: bump version to 0.8.0
...
This new version is required to compile grout v0.13.0.
Signed-off-by: Maxime Leroy <maxime@leroys.fr >
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
2025-10-15 22:04:44 +02:00
Bernd Kuhls
d05e2f785d
package/python-webpy: bump version to 0.70 and add upstream commit to fix CVE-2025-3818
...
Release notes: https://github.com/webpy/webpy/releases/tag/webpy-0.70
Switched _SITE to github because version 0.70 was not released to
pypi.org: https://pypi.org/project/web.py/#history
Added upstream commit to fix CVE-2025-3818.
This bump includes
f7540bef65
which removes the deprecated cgi module which was removed in Python 3.13
and causes build errors since buildroot bumped python3 to 3.13.2 with
commit d63e207eb8 .
Fixes:
https://autobuild.buildroot.net/results/5a7/5a7382250d33ddfd49de2c7996fb54aaf20dd62c/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
2025-10-15 21:59:37 +02:00
Bernd Kuhls
f3eeb0c19a
package/samba4: security bump version to 4.22.5
...
Release notes: https://www.samba.org/samba/history/samba-4.22.5.html
Fixes CVE-2025-9640 & CVE-2025-10230.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
2025-10-15 21:58:10 +02:00
Bernd Kuhls
98fe2238af
package/lesstif: remove package
...
lesstif received its last release in 2009, the homepage was last
updated in 2013: https://lesstif.sourceforge.net
The last update on the project trackers was in 2015:
https://sourceforge.net/projects/lesstif/support
Debian removed lesstif in 2013:
https://wiki.debian.org/lesstif2motifTransition
The package is causing build errors since the default version of gcc was
bumped to 14.x with buildroot commit 1e1fafa1f0 :
CutPaste.c:1031:25: error: assignment to 'long int *' from incompatible
pointer type 'char *' [-Wincompatible-pointer-types]
Instead of fixing an unmaintained package we remove it from buildroot,
no other package depends on it.
Fixes:
https://autobuild.buildroot.net/results/798/798ccab7b69754fb9b73b84e31d91bece8e7a2b4/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
2025-10-15 21:56:56 +02:00
Bernd Kuhls
d16c812b7e
package/python3: security bump version to 3.13.8
...
Release notes: https://www.python.org/downloads/release/python-3138/
Fixes the following security issues:
gh-139400: xml.parsers.expat: Make sure that parent Expat parsers are only
garbage-collected once they are no longer referenced by subparsers created
by ExternalEntityParserCreate(). Patch by Sebastian Pipping.
gh-139283: sqlite3: correctly handle maximum number of rows to fetch in
Cursor.fetchmany and reject negative values for Cursor.arraysize. Patch by
Bénédikt Tran.
gh-135661: Fix CDATA section parsing in html.parser.HTMLParser according to
the HTML5 standard
https://docs.python.org/release/3.13.8/whatsnew/changelog.html#security
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
[Peter: Mark as security bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 09:10:03 +02:00
Bernd Kuhls
d756322bbc
package/libdrm: bump version to 2.4.127
...
Release notes:
https://lists.x.org/archives/xorg-announce/2025-October/003634.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 09:07:35 +02:00
Dario Binacchi
0840468112
package/iw: bump to version 6.17
...
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 09:06:37 +02:00
Dario Binacchi
675993944c
package/isl: bump to version 0.27
...
Release notes:
https://groups.google.com/g/isl-announce/c/8lpal5tZdgU
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 09:05:30 +02:00
Dario Binacchi
8111bdcab1
package/iptraf-ng: security bump to version 1.2.2
...
This bump includes the security fix for CVE-2024-52949.
Fixes:
https://www.cve.org/CVERecord?id=CVE-2024-52949 .
Release notes:
https://github.com/iptraf-ng/iptraf-ng/releases/tag/v1.2.2
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 09:04:09 +02:00
Dario Binacchi
687934c0dc
package/ipset: bump to version 7.24
...
Release notes:
https://ipset.netfilter.org/changelog.html
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 09:03:22 +02:00
Dario Binacchi
532d5561f4
package/iproute2: bump to version 6.17.0
...
Release announcement:
https://lore.kernel.org/netdev/20250929095042.48200315@hermes.local/
Changelog:
https://github.com/iproute2/iproute2/compare/v6.16.0...v6.17.0
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 09:02:49 +02:00
Dario Binacchi
0caf27785d
package/irqbalance: bump to version 1.9.4
...
Release notes:
https://github.com/Irqbalance/irqbalance/releases/tag/v1.9.4
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 09:01:44 +02:00
Bernd Kuhls
ff42a32e9b
package/python-pycryptodomex: bump version to 3.23.0
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:59:53 +02:00
Bernd Kuhls
585c288ab5
package/python-pyasn1-modules: bump version to 0.4.2
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:57:47 +02:00
Bernd Kuhls
3f42b0f536
package/python-zope-interface: bump version to 8.0.1
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:53:27 +02:00
Bernd Kuhls
c563222e93
package/python-zipstream-ng: bump version to 1.9.0
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:51:55 +02:00
Bernd Kuhls
9ee27919c5
package/python-xmltodict: bump version to 1.0.2
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:49:35 +02:00
Bernd Kuhls
a6ef3ac5e3
package/python-xlsxwriter: bump version to 3.2.9
...
Updated license hash due to copyright year bump:
3524002102
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:48:00 +02:00
Bernd Kuhls
1519659b42
package/python-wrapt: bump version to 1.17.2
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:41:50 +02:00
Bernd Kuhls
7a71637b28
package/python-websockets: bump version to 15.0.1
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:32:04 +02:00
Bernd Kuhls
eaba33f749
package/python-websocket-client: bump version to 1.9.0
...
Updated license hash due to copyright year bump:
e46a8fe2db
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:12:00 +02:00
Bernd Kuhls
d8cc0d0927
package/python-wcwidth: bump version to 0.2.14
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:10:51 +02:00
Bernd Kuhls
9e3fc9ea10
package/python-validators: bump version to 0.35.0
...
Updated license hash due to copyright year bump:
6d8a1abcdf
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:08:52 +02:00
Bernd Kuhls
e6f3fc52df
package/python-urwid: bump version to 3.0.3
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:06:28 +02:00
Bernd Kuhls
f313896f0d
package/python-trio-websocket: bump version to 0.12.2
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:04:27 +02:00
Bernd Kuhls
5229b57cda
package/python-thrift: bump version to 0.22.0
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-10-15 08:02:37 +02:00
Bernd Kuhls
0e4abf4845
package/python-tornado: bump version to 6.5.2
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-14 23:58:06 +02:00
Bernd Kuhls
bdb107998e
package/python-telnetlib3: bump version to 2.0.8
...
Updated license hash due to upstream commit
b7dfcb6067
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-14 23:58:06 +02:00
Bernd Kuhls
400cbb1f48
package/python-sympy: bump version to 1.14.0
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-14 23:58:06 +02:00
Bernd Kuhls
0b8b9f0486
package/python-sqliteschema: bump version to 2.0.1
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-14 23:58:06 +02:00
Bernd Kuhls
8ac6128afb
package/python-sqlalchemy: bump version to 2.0.44
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-14 23:58:06 +02:00
Bernd Kuhls
2ab5af64c0
package/python-spidev: bump version to 3.8
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-14 23:58:06 +02:00
Bernd Kuhls
d6bd542dce
package/python-simplesqlite: bump version to 1.5.4
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-14 23:58:06 +02:00
Bernd Kuhls
12bee15003
package/python-simplejson: bump version to 3.20.2
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-10-14 23:58:06 +02:00