Thomas Petazzoni
d3db2e61ce
.checkpackageignore: remove entry to tovid patch
...
The tovid package was removed in commit
7be241b49c , but .checkpackageignore was
forgotten.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4658045130
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:48:33 +02:00
Bernd Kuhls
9b31b64382
utils/genrandconfig: increase default target ubifs image size
...
The new value is calculated based on:
ROOTFS_SIZE = 5G (see commit 3c98eb26db )
BR2_TARGET_ROOTFS_UBIFS_LEBSIZE = 0x1f800
5G / 0x1f800 = 41610
Fixes:
http://autobuild.buildroot.net/results/f72/f72918d63510b170e5da01bfa9c247cf9dcf507f/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:26:09 +02:00
Julien Olivain
2fd06a0e57
support/testing/tests/package/test_zchunk.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:25:49 +02:00
Julien Olivain
78c7f45946
support/testing/tests/package/test_pigz.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:25:42 +02:00
Julien Olivain
305e74b2d8
support/testing/tests/package/test_lzop.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:25:38 +02:00
TIAN Yuanhao
f41fd3daf3
package/linux-firmware: fix old Mediatek WiFi firmware location
...
The old Mediatek WiFi firmware was moved into a mediatek/
subdirectory, see
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=8451c2b1d529dc1a49328ac9235d3cf5bb8a8fcb
Fixes:
http://autobuild.buildroot.net/results/fd237455c59686d04a795af8b7e54e9f4678d073/
Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:22:24 +02:00
Bernd Kuhls
7be241b49c
package/tovid: remove package
...
Build is broken:
"It seems that you are using `distutils.command.build` to add
new subcommands. Using `distutils` directly is considered deprecated,
please use `setuptools.command.build`.
By 2023-Dec-13, you need to update your project and remove deprecated
calls or your builds will no longer be supported."
The last commit for this package occured on May, 30th, 2016.
The last issue was opened Jan, 31st, 2017 and was unanswered.
Fixes:
http://autobuild.buildroot.net/results/b57/b571d7838950e0b5ca67106cbcd9ba61b4f04a48/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:19:15 +02:00
Bernd Kuhls
0368cd8163
package/libssh: fix build with Thumb
...
/home/buildroot/autobuild/instance-3/output-1/build/libssh-0.10.5/src/bignum.c:
In function 'ssh_make_bignum_string':
/home/buildroot/autobuild/instance-3/output-1/build/libssh-0.10.5/src/bignum.c:64:1:
sorry, unimplemented: '-fstack-check=specific' for Thumb-1
Fixes:
http://autobuild.buildroot.net/results/82c/82c8e3bb755bc8732a81f05a72f04a96ecc08b4e/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:18:35 +02:00
Bernd Kuhls
52b325d1d4
package/elfutils: fix build without c++
...
The version bump to 0.189 with commit
258c27f6335aa66ce634c93b82ab146bf65f7f2 introduced an error when
libstdc++ support is not available and --disable-demangler was not used:
https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=73e212b0a778c6dbe84f79b7eb2647dea50ea16f
Fixes:
http://autobuild.buildroot.net/results/cd4/cd4ca1a2b2eabe6937cb920cda5d8e566216546e/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:18:24 +02:00
Bernd Kuhls
7258c27f63
package/elfutils: bump version to 0.189
...
Rebased patch due to upstream commit
https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=c9c055a6949702af57e46f4eac3355d4a4f94c5d
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:28:22 +02:00
Bernd Kuhls
e738ea3ebd
package/nfs-utils: fix static build
...
Fixes:
http://autobuild.buildroot.net/results/f17/f17a554c86f0b24327b49fdc75612cc133f129ed/
f9dc4bab9f bumped nfs-utils to version
2.6.3 which includes the addition of the two files patched here.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:27:30 +02:00
Bernd Kuhls
ad276d94a3
package/util-linux: bump version to 2.39
...
Release notes:
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39-ReleaseNotes
Removed patch which is included in this version bump.
Updated license hash due to upstream commit
https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?id=faeb1b64b36ededd1a0b62555cad65f002d47ac6
adding the BSD-2-Clause license:
https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/diff/README.licensing?id=faeb1b64b36ededd1a0b62555cad65f002d47ac6
Even though there is now some BSD-2-Clause code in util-linux, no
license file was added upstream with the BSD-2-Clause text.
Reformatted UTIL_LINUX_LICENSE and added BSD-2-Clause license.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:25:44 +02:00
Bernd Kuhls
ecfa41b6f1
package/wireless-regdb: bump version to 2023.05.03
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:23:39 +02:00
Bernd Kuhls
4528d5093c
package/gnutls: bump version to 3.8.0
...
Updated license hashes due to upstream commit:
"Sync GPL/LGPL license files from Gnulib"
a39e528897
Removed configure options related to guile which were removed upstream:
100cc2a706
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:23:11 +02:00
Thomas Petazzoni
a9fa704025
package/rtl8822cs: fix coding style in Config.in
...
Fixes:
package/rtl8822cs/Config.in:10: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in )
package/rtl8822cs/Config.in:11: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in )
As reported by:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4653997920
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:20:15 +02:00
Lang Daniel
a1a2bfa429
DEVELOPERS: update entry for Daniel Lang
...
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Daniel Lang <dalang@gmx.at >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:04:11 +02:00
Bernd Kuhls
a0ca839ab1
{linux, linux-headers}: bump 6.{3, 4}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:03:40 +02:00
Bernd Kuhls
0b9451cd75
package/intel-mediadriver: bump version to 23.3.0
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:02:28 +02:00
James Hilliard
bfb370286c
package/{rust, rust-bin}: bump to version 1.71.0
...
Link to Rust 1.70.0 announcement: https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:00:42 +02:00
James Hilliard
167e8479f4
package/strace: bump to version 6.4
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:00:16 +02:00
Julien Olivain
4fb4658c53
support/testing/tests/package/test_zstd.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:00:05 +02:00
Julien Olivain
0a6af11163
support/testing/tests/package/test_lz4.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 11:59:54 +02:00
Julien Olivain
d3142f032a
support/testing/tests/package/test_brotli.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 11:59:47 +02:00
Prabhu Sannachi
c46df9de21
package/redis-plus-plus: new package
...
Redis client written in C++
This is a C++ client library for Redis. It's based on hiredis, and is
compatible with C++ 17, C++ 14, and C++ 11.
https://github.com/sewenew/redis-plus-plus
Signed-off-by: Prabhu Sannachi <prabhu.sannachi@collins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 23:40:16 +02:00
Vyacheslav
d5ff6b9673
package/rtl8822cs: new package
...
This package adds the rtl88822cs WiFi driver.
repo: https://github.com/jethome-ru/rtl88x2cs.git
branch: tune_for_jethub
Driver is known to support Realtek RTL8822CS SDIO WiFi/BT chip.
Signed-off-by: Viacheslav Bocharov <adeep@lexina.in >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 23:21:11 +02:00
Kris Bahnsen
83f11700fe
package/linux-firmware: add QCA9377 BT firmware
...
Deploy firmware files as well.
Signed-off-by: Kris Bahnsen <kris@embeddedTS.com >
Signed-off-by: Kris Bahnsen <kris@embeddedTS.com >
Signed-off-by: Kris Bahnsen <kris@embeddedTS.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 23:02:31 +02:00
Stefan Agner
320cba8951
package/linux-firmware: Add Broadcom BNX2 firmware
...
Signed-off-by: Stefan Agner <stefan@agner.ch >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 23:01:58 +02:00
Bernd Kuhls
fe7d5e9695
package/linux-firmware: bump version to 20230515
...
Updated license hashes due to upstream commits:
- copyright year bumps
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/LICENSE.amdgpu?id=d0598c3b82f24f3ed811f5505f4090924c4da626
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/LICENCE.qat_firmware?id=24c9df9b942518717dd53966712df69ac35c8b90
- other changes
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/LICENCE.qat_firmware?id=588dd07134daf4b0f6f74698f24eeb74ebe90012
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/WHENCE
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:58:27 +02:00
Bernd Kuhls
d45bf987b8
package/libfribidi: bump to version 1.0.13
...
Release notes:
https://github.com/fribidi/fribidi/releases/tag/v1.0.13
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:31:04 +02:00
Bernd Kuhls
effe9f895e
package/ghostscript: security bump version to 10.01.2
...
Fixes CVE-2023-36664:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36664
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:27:40 +02:00
Julien Olivain
d3534eca22
support/testing/tests/package/test_acpica.py: run runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:27:22 +02:00
Giulio Benetti
636264541f
package/sunxi-mali-utgard-driver: bump to version 2023-07-13
...
With this patch Linux 6.3 is supported.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:23:13 +02:00
Peter Seiderer
f77320b107
package/python-jinja2: update project URL
...
- update project URL (where the old one re-directs to)
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:23:13 +02:00
Peter Seiderer
13a59c3182
package/python-flask-wtf: bump version to 1.1.1
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:23:13 +02:00
Peter Seiderer
94f36bdfec
package/python-flask-babel: bump version to 3.1.0
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:23:13 +02:00
Peter Seiderer
634e9c1a47
package/python-flask: bump version to 2.3.2
...
- update docs/license.rst hash (removed duplicated BSD-3-Clause and
reference to LICENSE.rst, removed Artwork and reference to
artwork/LICENSE.rst)
- add new runtime dependency on python-blinker
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:23:13 +02:00
Peter Seiderer
fc2031e635
package/python-blinker: new package
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:23:13 +02:00
Peter Seiderer
3d07ba0f28
package/python-werkzeug: bump version to 2.3.6
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:10:11 +02:00
Peter Seiderer
7646642858
package/python-pytz: bump version to 2023.3
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:10:09 +02:00
Peter Seiderer
b324c88042
package/python-markupsafe: bump version to 2.1.3
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:10:08 +02:00
Peter Seiderer
66f91a7942
package/python-click: bump version to 8.1.4
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 22:10:07 +02:00
Julien Olivain
40f2451529
package/edk2-non-osi: bump in sync with edk2-stable202305
...
Bump the edk2-non-osi commit to the one corresponding to version
edk2-stable202305 of edk2, based on the timestamps.
Cc: Dick Olsson <hi@senzilla.io >
Cc: Vincent Stehlé <vincent.stehle@arm.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 19:45:51 +02:00
Julien Olivain
d08e83f8f8
package/edk2-platforms: bump in sync with edk2-stable202305
...
Bump the edk2-platforms commit to the one corresponding to version
edk2-stable202305 of edk2, based on the timestamps.
Cc: Dick Olsson <hi@senzilla.io >
Cc: Vincent Stehlé <vincent.stehle@arm.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 19:45:28 +02:00
Julien Olivain
6a91dbc5bc
boot/edk2: bump to version edk2-stable202305
...
For change log since version edk2-stable202208, see:
- https://github.com/tianocore/edk2/releases/tag/edk2-stable202211
- https://github.com/tianocore/edk2/releases/tag/edk2-stable202302
- https://github.com/tianocore/edk2/releases/tag/edk2-stable202305
The main motivation of this bump is the RISC-V QEMU Virt support
introduced in edk2-stable202302 (not yet supported in Buildroot).
Cc: Dick Olsson <hi@senzilla.io >
Cc: Vincent Stehlé <vincent.stehle@arm.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 19:45:16 +02:00
Thomas Petazzoni
587d392df7
support/testing/tests/package/test_shadow: fix flake8 warning
...
Fixes:
support/testing/tests/package/test_shadow.py:3:1: F401 'infra.basetest.BASIC_TOOLCHAIN_CONFIG' imported but unused
Reported by https://gitlab.com/buildroot.org/buildroot/-/jobs/4643484762 .
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-13 00:14:34 +02:00
Carlos Santos
5444dd5e0f
package/qemu: install keyboard maps only if necessary
...
They are required only for system emulation, so pull a patch already
reviewed upstream that makes the installation conditional:
https://patchwork.kernel.org/project/qemu-devel/patch/20230327172147.196607-1-casantos@redhat.com/
Signed-off-by: Carlos Santos <unixmania@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-12 23:41:11 +02:00
Bernd Kuhls
da2a418ff9
package/eudev: bump version to 3.2.12
...
Release notes:
https://github.com/eudev-project/eudev/releases/tag/v3.2.12
Removed patch 0001, a different fix was applied in 2015:
c7badd37d3
Removed patch 0002 which is included in this release.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-12 23:35:30 +02:00
Bernd Kuhls
61bfe280d1
package/kodi-pvr-waipu: bump version to 20.9.0-Nexus
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-12 23:33:09 +02:00
Romain Naour
109f22283c
support/testing: TestPythonPy3Txtorcon: use python base configuration
...
The base configuration now provide a glibc toolchain,
we can safely switch to it.
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-12 23:22:30 +02:00
Romain Naour
0760784d1e
support/testing: TestPythonPy3Treq: use python base configuration
...
The base configuration now provide a glibc toolchain,
we can safely switch to it.
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-12 23:22:29 +02:00