Commit Graph

79125 Commits

Author SHA1 Message Date
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
Bernd Kuhls
306ddbcfd6 package/python-setproctitle: bump version to 1.3.7
Updated license file name and hash due to upstream commits:
9950f38639
11d5ba71f0

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
409309c160 package/python-sentry-sdk: bump version to 2.41.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
ce280de0ea package/python-s3transfer: bump version to 0.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
0cc7cc8b56 package/python-ruamel-yaml: bump version to 0.18.15
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
7631bea1e5 package/python-ruamel-yaml-clib: bump version to 0.2.14
Updated license hash due to copyright year bump:
258748687a/#diff-3

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
665c7e1f0f package/python-requests: bump version to 2.32.5
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
f5bba8e3d8 package/python-pyyaml: bump version to 6.0.3
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
c3356edb0c package/python-pythran: bump version to 0.18.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
b3e0226ae8 package/python-pytest: bump version to 8.4.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
2039913772 package/python-pyopenssl: bump version to 25.3.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
69e1c8a6ce package/python-pymodbus: bump version to 3.11.3
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
97b5ab5131 package/python-pyicu: bump version to 2.15.3
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
74a37a7d0b package/python-pyftpdlib: bump version to 2.1.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