]>
Git Repo - buildroot-mgba.git/log
Thomas Petazzoni [Thu, 22 Aug 2024 10:38:53 +0000 (12:38 +0200)]
package/cmake: bump to 3.30.2
This is minor release. According to
https://cmake.org/cmake/help/latest/release/3.30.html#updates:
3.30.1, 3.30.2
These versions made no changes to documented features or
interfaces. Some implementation updates were made to support ecosystem
changes and/or fix regressions.
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 14 Oct 2024 23:45:59 +0000 (17:45 -0600)]
package/python-uvloop: bump to version 0.21.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Jon Henrik Bjørnstad [Fri, 6 Sep 2024 09:43:56 +0000 (11:43 +0200)]
package/qbee-agent: bump version to 2024.36
Signed-off-by: Jon Henrik Bjørnstad <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Mattia Narducci [Thu, 5 Sep 2024 20:52:18 +0000 (22:52 +0200)]
board/pine64/pine64: use offset to specify boot partition alignment
Use the 'offset' property in genimage.cfg to align the boot partition on
1 MiB boundary. It is clearer than fixing the size of the previous
u-boot partition.
Suggested-by: Thomas Petazzoni <[email protected] >
Signed-off-by: Mattia Narducci <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Roy Kollen Svendsen [Fri, 4 Oct 2024 21:09:17 +0000 (23:09 +0200)]
package/qt6/qt6charts: new package
In Qt 6.8.0 this package will be replaced by Qt Graphs. But since it
was requested on the mailinglist we add it now. It will be replaced by
qt6graphs when Qt 6.8.0 is out.
Signed-off-by: Roy Kollen Svendsen <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Roy Kollen Svendsen [Fri, 4 Oct 2024 21:09:16 +0000 (23:09 +0200)]
package/qt6: bump version to 6.7.3
For details see:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.3/release-note.md
I have removed a couple of patches here, since they are included in this
version:
- CVE-2024-39936 (qtbase)
- QTBUG-125066 Configure fails in qttools if PrintSupport is disabled (qttools)
Signed-off-by: Roy Kollen Svendsen <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bryan Brattlof [Wed, 9 Oct 2024 22:02:01 +0000 (17:02 -0500)]
configs/ti_am62ax_sk_defconfig: add linux-headers version
When bumping the Linux kernel version I inadvertently removed the pinned
linux-headers version from the defconfig which can break the build if
the default kernel version is not v6.10. Pin linux-headers to the
current am62ax-sk kernel version.
Signed-off-by: Bryan Brattlof <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Romain Naour [Sat, 26 Oct 2024 11:00:59 +0000 (13:00 +0200)]
board/qemu/riscv{32, 64}-virt: remove virtio-blk-device, drive=hd0
Qemu 9.1 recently fixed the RISC-V virt target by adding the missing
default type for block devices [1].
We no longer need to specify virtio-blk-device on the qemu command line
since it's already the default.
[1] https://gitlab.com/qemu-project/qemu/-/commit/
4406ba2b5efce6af64905f827ca244f699db8170
Signed-off-by: Romain Naour <[email protected] >
Cc: Waldemar Brodkorb <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Waldemar Brodkorb [Sat, 26 Oct 2024 11:00:58 +0000 (13:00 +0200)]
package/qemu: update to 9.1.0
See here for changes:
https://wiki.qemu.org/ChangeLog/9.1
The support for the nios2 architecture got removed.
[Romain: Remove BR2_PACKAGE_QEMU_TARGET_NIOS2 from qemu.mk]
Signed-off-by: Waldemar Brodkorb <[email protected] >
Signed-off-by: Romain Naour <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Romain Naour [Sat, 26 Oct 2024 11:00:57 +0000 (13:00 +0200)]
package/qemu: remove leftover QEMU_IGNORE_CVES from Qemu 8.1
Theses CVE are no longer listed by pkg-stats:
https://nvd.nist.gov/vuln/detail/CVE-2023-4135
https://nvd.nist.gov/vuln/detail/CVE-2023-3354
https://nvd.nist.gov/vuln/detail/CVE-2023-3180
Signed-off-by: Romain Naour <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Waldemar Brodkorb [Sat, 26 Oct 2024 11:00:56 +0000 (13:00 +0200)]
configs/qemu_nios2_10m50: delete config
Qemu 9.1.0 removed support for NIOS2 emulation, so we can't
no longer test it when updating Qemu zo 9.1.0.
Furthermore it seems that NIOS2 architecture will be soon
deprecated in the toolchain support.
Signed-off-by: Waldemar Brodkorb <[email protected] >
Signed-off-by: Romain Naour <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Waldemar Brodkorb [Sat, 26 Oct 2024 11:00:55 +0000 (13:00 +0200)]
board/qemu/riscv{32, 64}-virt: do not use the default bus implicitly
Qemu 9.1 recently fixed the RISC-V virt target by adding the missing
default type for block devices [1].
But the qemu command line we use for RISC-V virt is slightly incorrect:
-drive file=rootfs.ext2,format=raw,id=hd0 -device virtio-blk-device,drive=hd0
With Qemu 9.1, this command line now rejected since it conflict with
the new default bus:
qemu-system-riscv64: -drive file=rootfs.ext2,format=raw,id=hd0: Drive 'hd0' is already in use because it has been automatically connected to another device (did you need 'if=none' in the drive options?)
Since we are currently still using Qemu 9.0, apply the suggested change by
adding 'if=none'.
Note: '-drive file=rootfs.ext2,format=raw,id=hd0' can be removed
in a followup patch after the qemu version bump 9.1 is merged.
[1] https://gitlab.com/qemu-project/qemu/-/commit/
4406ba2b5efce6af64905f827ca244f699db8170
[Romain: rework the commit log]
Signed-off-by: Waldemar Brodkorb <[email protected] >
Signed-off-by: Romain Naour <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:23:09 +0000 (23:23 +0200)]
package/procps-ng: fix ncurses.h include
Fixes:
http://autobuild.buildroot.net/results/7f1/
7f1e0b3d99db07ea46c9cd1f51b320b461623c8d /
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 16:29:26 +0000 (10:29 -0600)]
package/tailscale: new package
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sun, 27 Oct 2024 22:25:59 +0000 (23:25 +0100)]
package/meson: bump version to 1.6.0
Updated patch 0001 due to upstream PR
https://github.com/mesonbuild/meson/pull/13368
Release notes:
https://mesonbuild.com/Release-notes-for-1-4-0.html
https://mesonbuild.com/Release-notes-for-1-5-0.html
https://mesonbuild.com/Release-notes-for-1-6-0.html
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sun, 27 Oct 2024 20:56:10 +0000 (21:56 +0100)]
package/iwd: bump to version 3.0
Changelog:
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=3.0
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sun, 27 Oct 2024 20:56:09 +0000 (21:56 +0100)]
package/ell: bump to version 0.69
Changelog:
https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.69
Needed for bump of iwd to 3.0.
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sun, 27 Oct 2024 20:42:15 +0000 (21:42 +0100)]
package/xmrig: bump version to 6.22.1
Changelog: https://github.com/xmrig/xmrig/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Thomas Petazzoni [Mon, 28 Oct 2024 20:56:04 +0000 (21:56 +0100)]
docs/website: fix the link to the mailman archives
Signed-off-by: Thomas Petazzoni <[email protected] >
Fiona Klute (WIWA) [Mon, 28 Oct 2024 17:29:43 +0000 (18:29 +0100)]
docs/manual/adding-packages-directory: describe start script details
This codifies style elements discussed on the mailing list, most
importantly PID file handling, and adds detailed considerations for
writing start scripts.
References:
https://lore.kernel.org/buildroot/
20240712124956 .
3925574 [email protected] /
https://lore.kernel.org/buildroot/
20240714223645 .
39adf8c6 @windsurf/
https://lore.kernel.org/buildroot/
9ec13ac0 -b5b6-4251-98b8-
0d8f7adac452 @gmx.de/
Signed-off-by: Fiona Klute (WIWA) <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Julien Olivain [Mon, 28 Oct 2024 20:34:42 +0000 (21:34 +0100)]
package/jailhouse: fix build when python helper scripts are enabled
When compiling jailhouse with BR2_PACKAGE_JAILHOUSE_HELPER_SCRIPTS=y,
build is failing with error:
Traceback (most recent call last):
File "/buildroot/output/build/jailhouse-
e57d1eff6d55aeed5f977fe4e2acfb6ccbdd7560 /setup.py", line 18, in <module>
setup(name="pyjailhouse", version=version,
File "/buildroot/output/host/lib/python3.12/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
File "/buildroot/output/host/lib/python3.12/sysconfig.py", line 549, in _init_posix
_temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Empty module name
This is due to a missing dependency on the target python3 package.
Jailhouse Python scripts are using setuptools with host-python3 which
reads its sysconfig data from the target-python3. See:
https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.1/package/pkg-python.mk?ref_type=tags#L33
If the target python3 is not installed, this get expanded as an empty
string, leading to this "ValueError: Empty module name" error.
Pure Python packages which are using the python-package infrastructure
usually get this dependency automatically from:
https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.1/package/pkg-python.mk?ref_type=tags#L295
Here, the jailhouse package rather uses the generic-package
infrastructure, then installs the Python scripts (if enabled) with
dedicated macros. This is why the target python3 is needed.
This commit fixes the issue by adding this missing dependency.
Signed-off-by: Julien Olivain <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Mon, 28 Oct 2024 20:34:57 +0000 (21:34 +0100)]
package/ntp: fix md5 related build issue
Fixes:
http://autobuild.buildroot.net/results/fb4/
fb4a011f14e87d348a53695868bb5f3b69496fc8 /
The build errors occured immediately after bumping ntp to 4.2.8p18 with
buildroot commit
49bd6bb638ff73eae3b486b207201382d46a6c05 .
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Julien Olivain [Mon, 28 Oct 2024 20:09:01 +0000 (21:09 +0100)]
package/fluidsynth: bump to version 2.3.7
For change log since v2.3.6, see:
https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.7
Signed-off-by: Julien Olivain <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Julien Olivain [Mon, 28 Oct 2024 19:38:03 +0000 (20:38 +0100)]
package/opencsd: bump to version 1.5.5
For change log, see:
https://github.com/Linaro/OpenCSD/blob/v1.5.5/README.md?plain=1#L344
Signed-off-by: Julien Olivain <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Julien Olivain [Mon, 28 Oct 2024 19:35:04 +0000 (20:35 +0100)]
package/libopenmpt: bump to version 0.7.11
For release note, see:
https://lib.openmpt.org/libopenmpt/2024/10/26/releases-0.7.11-0.6.20-0.5.34-0.4.46/
Signed-off-by: Julien Olivain <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Julien Olivain [Mon, 28 Oct 2024 19:28:28 +0000 (20:28 +0100)]
package/oath-toolkit: libpskc needs host-libxml2
When compiling oath-toolkit with PSKC support, with:
BR2_PACKAGE_OATH_TOOLKIT=y
BR2_PACKAGE_OATH_TOOLKIT_PSKC=y
Build is failing on hosts without libxml2, with output:
make[5]: Entering directory '/buildroot/instance-0/output-1/build/oath-toolkit-2.6.12/libpskc/schemas'
create -noout \
--add "system" "urn:ietf:params:xml:ns:keyprov:pskc" \
"/buildroot/instance-0/output-1/build/oath-toolkit-2.6.12/libpskc/schemas/pskc-schema.xsd" \
--add "system" "http://www.w3.org/TR/2002/REC-xmldsig-core-
20020212 /xmldsig-core-schema.xsd" \
"/buildroot/instance-0/output-1/build/oath-toolkit-2.6.12/libpskc/schemas/xmldsig-core-schema.xsd" \
--add "system" "http://www.w3.org/TR/2002/REC-xmlenc-core-
20021210 /xenc-schema.xsd" \
"/buildroot/instance-0/output-1/build/oath-toolkit-2.6.12/libpskc/schemas/xenc-schema.xsd" \
tmp
/bin/sh: line 1: create: command not found
make[5]: [Makefile:1267: catalog-pskc.xml] Error 127 (ignored)
The build needs the "xmlcatalog" command, provided the host-libxml2
package. The previous error log does not show the "xmlcatalog" because
it is not found by autoconf, then substituted by an empty string (we
only see its arguments).
This commit fixes the issue by adding this missing dependency.
Fixes:
https://autobuild.buildroot.org/results/
d22b8d9ba1f8a948125b4f9713720d070e208799 /
Signed-off-by: Julien Olivain <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Fiona Klute (WIWA) [Mon, 28 Oct 2024 16:31:37 +0000 (17:31 +0100)]
package/openssh: fix musl compile issue
Building package/openssh 9.9p1 with musl failed during linking because
construct_utmp() was referenced due to "use construct_utmp to
construct btmp records" [1], but not built as utmp is disabled in the
Buildroot package. The fix comes from upstream and ensures the
construct_utmp function actually gets built when USE_BTMP is set [2].
[1] https://anongit.mindrot.org/openssh.git/commit/?id=
671c440786a5a66216922f15d0007b60f1e6733f
[2] https://anongit.mindrot.org/openssh.git/commit/?id=
76a618d2842c34c16cd21a4efc7230e2f459008d
Fixes:
http://autobuild.buildroot.net/results/
1e651724373f32e45d122d05fa3a10ac88fe29dc /
Signed-off-by: Fiona Klute (WIWA) <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Леонид Юрьев (Leonid Yuriev) [Sun, 27 Oct 2024 19:30:28 +0000 (22:30 +0300)]
package/libmdbx: bump version to 0.12.12
This is bugfix release of stable libmdbx branch.
The most significant fixes since v0.12.10 (the previous version pinned to
buildroot):
- Fixed the possibility of `SIGSEGV` inside the `coherence_check()` after
changing the geometry by another process with an increase in the upper
DB size above the previous in-process limit.
- Fixed cursor(s) handling opened in parent transactions and closed before
the completion of nested/child transactions. In such case, closed
cursors were "resurrected", which led to a leak of memory allocated for
such cursors.
- Fixed a possibility of `SIGSEGV` when enabling logging of the
`MDBX_LOG_TRACE` level in debug builds.
- Correction of the missing `TXN_END_EOTDONE` in the case the start of
a reading transaction fails. The mentioned bit-flag was missing in the
transaction destruction/shutdown path on error its launch. Because of
this, an attempt was made to destroy the cursors, which led to crash
debug builds, since the corresponding array is intentionally filled
with poison pointers.
- Modification of `mdbx_close_by()` to return an error when trying to
close the dbi descriptor of a table created and/or modified in a
still-running transaction. Such premature closure of the descriptor is
an incorrect use of the API and a violation of the contract/preconditions
formulated in the description of `mdbx_close_dbi()`.
However, instead of returning an error, an incorrect closure of the
descriptor was performed, which could lead to the creation of a table
with an empty name, leakage of database pages and/or corruption of a
b-tree structure (wrong reference to the root of a table).
The complete ChangeLog:
https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md
Signed-off-by: Леонид Юрьев (Leonid Yuriev) <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sun, 27 Oct 2024 20:38:57 +0000 (21:38 +0100)]
DEVELOPERS: remove Bernd Kuhls from libglfw
I am not using this package anymore.
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sun, 27 Oct 2024 20:38:56 +0000 (21:38 +0100)]
package/libglfw: bump version to 3.4
Removed patch 0001 which was applied upstream:
https://github.com/glfw/glfw/commit/
2747e47393cbca2d09db56223e735bd94b21e2eb
Removed patch 0002 which is not needed anymore due to the removal of the
dependency to wayland-protocols:
https://github.com/glfw/glfw/commit/
e8cf53cf708d025a30895dd5671b208f32af2e73
Configure option GLFW_USE_WAYLAND was replaced by GLFW_BUILD_WAYLAND
and the option GLFW_BUILD_X11 was added:
https://github.com/glfw/glfw/commit/
56a4cb0a3a2c7a44a2fd8ab3335adf915e19d30c
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:35:35 +0000 (17:35 -0600)]
package/rust: bump to version 1.82.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Michael Nosthoff [Mon, 28 Oct 2024 12:44:13 +0000 (13:44 +0100)]
package/criu: fix comment condition
in
e97fc89e7b a dependency on host-gcc >= 7 was added but
for the comment the condition was not correctly inverted.
Fixes: e97fc89e7b ("package/protobuf-c: bump to version 1.5.0")
Signed-off-by: Michael Nosthoff <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:53:24 +0000 (19:53 -0600)]
package/python-zope-interface: bump to version 7.1.1
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:50:17 +0000 (19:50 -0600)]
package/python-zipstream-ng: bump to version 1.8.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:47:55 +0000 (19:47 -0600)]
package/python-zeroconf: bump to version 0.136.0
Drop no longer required python-async-timeout runtime dependency.
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:35:37 +0000 (19:35 -0600)]
package/python-yarl: bump to version 1.16.0
Add new python-propcache runtime dependency.
Add new host-python-cython build dependency.
Add new host-python-expandvars build dependency.
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:35:36 +0000 (19:35 -0600)]
package/python-propcache: new package
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:14:25 +0000 (19:14 -0600)]
package/python-xmltodict: bump to version 0.14.2
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:10:45 +0000 (19:10 -0600)]
package/python-wtforms: bump to version 3.2.1
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:07:39 +0000 (19:07 -0600)]
package/python-werkzeug: bump to version 3.0.6
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:04:24 +0000 (19:04 -0600)]
package/python-webob: bump to version 1.8.9
Add new python-legacy-cgi runtime dependency.
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 01:04:23 +0000 (19:04 -0600)]
package/python-legacy-cgi: new package
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 00:54:34 +0000 (18:54 -0600)]
package/python-urwid: bump to version 2.6.16
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 00:51:20 +0000 (18:51 -0600)]
package/python-trove-classifiers: bump to version 2024.10.21.16
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 00:48:44 +0000 (18:48 -0600)]
package/python-trio: bump to version 0.27.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 00:45:12 +0000 (18:45 -0600)]
package/python-tortoise-orm: bump to version 0.21.7
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 00:41:53 +0000 (18:41 -0600)]
package/python-tinycss2: bump to version 1.4.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 00:39:39 +0000 (18:39 -0600)]
package/python-fastapi: bump to version 0.115.4
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Mon, 28 Oct 2024 00:36:56 +0000 (18:36 -0600)]
package/python-starlette: bump to version 0.41.2
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:55:18 +0000 (17:55 -0600)]
package/python-setuptools: bump to version 75.2.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:48:52 +0000 (17:48 -0600)]
package/python-service-identity: bump to verison 24.2.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:45:34 +0000 (17:45 -0600)]
package/python-sentry-sdk: bump to version 2.17.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:44:09 +0000 (17:44 -0600)]
package/python-ruamel-yaml-clib: bump to version 0.2.12
License hash changed due to formatting changes:
https://sourceforge.net/p/ruamel-yaml-clib/code/ci/
9ff72c32e7be55987ee5fb4cd8803b54e28e8a3f /
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:20:31 +0000 (17:20 -0600)]
package/python-redis: bump to version 5.2.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:14:16 +0000 (17:14 -0600)]
package/python-pysnmp: bump to version 7.1.8
Drop no longer required python-pysmi runtime dependency.
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:10:25 +0000 (17:10 -0600)]
package/python-pysmi: bump to version 1.5.5
License hash changed due to adding contributors.
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:06:38 +0000 (17:06 -0600)]
package/python-pyproject-metadata: bump to version 0.9.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 23:03:11 +0000 (17:03 -0600)]
package/python-pyparsing: bump to verison 3.2.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 22:59:28 +0000 (16:59 -0600)]
package/python-logbook: bump to version 1.8.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 22:56:10 +0000 (16:56 -0600)]
package/python-keyring: bump to version 25.5.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 22:51:52 +0000 (16:51 -0600)]
package/python-falcon: bump to version 4.0.1
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 22:45:39 +0000 (16:45 -0600)]
package/python-cached-property: bump to version 2.0.1
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sun, 27 Oct 2024 22:43:35 +0000 (16:43 -0600)]
package/python-asyncssh: bump to version 2.18.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Thomas Petazzoni [Sun, 15 Sep 2024 12:37:28 +0000 (14:37 +0200)]
linux: handle empty BR2_LINUX_KERNEL_IMAGE_TARGET_NAME situation
When BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y,
BR2_LINUX_KERNEL_IMAGE_TARGET_NAME should be set or the build will
fail. Instead of miserably failing the build, let's catch this earlier
and warn the user in a more informative way.
Related to:
http://autobuild.buildroot.net/results/
1d104a051c83bb31e98565369a2ec7badfa21eca /
Signed-off-by: Thomas Petazzoni <[email protected] >
Thomas Petazzoni [Sun, 15 Sep 2024 12:37:27 +0000 (14:37 +0200)]
utils/genrandconfig: handle BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
When BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y,
BR2_LINUX_KERNEL_IMAGE_TARGET_NAME is supposed to be non-empty. But in
the context of genraconfig, we don't know to what value
BR2_LINUX_KERNEL_IMAGE_TARGET_NAME can be set, so let's avoid cases
where BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y. By dropping this option,
kconfig will revert back to the default image format for the selected
architecture.
Fixes:
http://autobuild.buildroot.net/results/
1d104a051c83bb31e98565369a2ec7badfa21eca /
Signed-off-by: Thomas Petazzoni <[email protected] >
Guillaume GC. Chaye [Mon, 16 Sep 2024 08:55:10 +0000 (10:55 +0200)]
package/wpa_supplicant: add configuration for WPA3-Entreprise
Extend the set of options enabled when BR2_PACKAGE_WPA_SUPPLICANT_WPA3
by also enabling:
- CONFIG_SUITEB: WPA3-Enterprise
- CONFIG_SUITEB192: WPA3-Enterprise (SuiteB 192 bits security)
While at it, document the options that are enabled.
Signed-off-by: Guillaume GC. Chaye <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sun, 27 Oct 2024 14:03:48 +0000 (15:03 +0100)]
package/monit: security bump version to 5.34.2
Changelog:
https://bitbucket.org/tildeslash/monit/src/monit-5-34-2/CHANGES
Fixes CVE-2011-1473.
Rebased patch 0002, switched _SITE to https.
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 22:59:18 +0000 (16:59 -0600)]
package/python-pymodbus: bump to version 3.7.4
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 22:57:36 +0000 (16:57 -0600)]
package/python-pyftpdlib: bump to version 2.0.1
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 22:54:41 +0000 (16:54 -0600)]
package/python-pydantic-core: bump to version 2.25.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 22:49:36 +0000 (16:49 -0600)]
package/python-pudb: bump to version 2024.1.3
Migrate from setuptools to hatch build backend.
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 22:45:28 +0000 (16:45 -0600)]
package/python-psycopg2: bump to version 2.9.10
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 22:38:54 +0000 (16:38 -0600)]
package/python-psutil: bump to version 6.1.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 22:36:07 +0000 (16:36 -0600)]
package/python-proto-plus: bump to version 1.25.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 22:14:50 +0000 (16:14 -0600)]
package/python-pillow: bump to version 11.0.0
Migrate build opts to new format.
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:36:35 +0000 (23:36 +0200)]
package/tvheadend: bump version
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:32:25 +0000 (23:32 +0200)]
package/heimdal: Fix build with autoconf-2.72
Fixes:
http://autobuild.buildroot.net/results/175/
175fb65f0151866cd2d83c91c23b453d8c4489f7 /
https://bugs.busybox.net/show_bug.cgi?id=15991
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 21:31:11 +0000 (15:31 -0600)]
package/python-dbus-fast: bump to version 2.24.3
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 21:22:39 +0000 (15:22 -0600)]
package/python-orjson: bump to version 3.10.10
Drop no longer required python-cffi dependency.
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:06:02 +0000 (23:06 +0200)]
package/php: bump version to 8.3.13
Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3
Release notes: https://news-web.php.net/php.announce/442
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:05:44 +0000 (23:05 +0200)]
package/libopenssl: security bump version to 3.4.0
Release notes:
https://github.com/openssl/openssl/blob/openssl-3.4.0/NEWS.md#openssl-34
Fixes CVE-2024-6119:
https://openssl-library.org/news/vulnerabilities/index.html
https://github.com/openssl/openssl/commit/
c47d9d7ec81bbab339d102bded809a558d0ebe6a
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:05:03 +0000 (23:05 +0200)]
package/intel-vpl-gpu-rt: bump version to 24.4.1
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:05:02 +0000 (23:05 +0200)]
package/intel-mediadriver: bump version to 24.4.1
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:04:31 +0000 (23:04 +0200)]
package/dropbear: bump to version 2024.86
Changelog: https://matt.ucc.asn.au/dropbear/CHANGES
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:04:05 +0000 (23:04 +0200)]
package/tor: bump version to 0.4.8.13
Release notes:
https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
https://forum.torproject.org/t/new-tor-stable-release-0-4-8-13/15397
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:03:48 +0000 (23:03 +0200)]
package/dav1d: bump version to 1.5.0
Release notes:
https://code.videolan.org/videolan/dav1d/-/blob/master/NEWS
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:03:23 +0000 (23:03 +0200)]
package/ethtool: bump to version 6.11
Changelog:
https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/tree/NEWS
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:03:04 +0000 (23:03 +0200)]
package/ghostscript: security bump version to 10.04.0
Release notes:
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/tag/gs10040
Fixes CVE-2024-46951, CVE-2024-46952, CVE-2024-46953, CVE-2024-46954,
CVE-2024-46955 & CVE-2024-46956.
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:02:34 +0000 (23:02 +0200)]
package/jsoncpp: bump version to 1.9.6
Release notes:
https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.6
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:01:24 +0000 (23:01 +0200)]
package/libsoundtouch: bump version to 2.3.3
Changelog: https://www.surina.net/soundtouch/README.html (section 5.)
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:01:01 +0000 (23:01 +0200)]
package/libpng: bump version to 1.6.44
Release notes:
https://sourceforge.net/p/png-mng/mailman/message/
58815959 /
https://raw.githubusercontent.com/pnggroup/libpng/v1.6.44/ANNOUNCE
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 21:00:33 +0000 (23:00 +0200)]
package/libopenh264: bump version to 2.4.1
Release notes:
https://github.com/cisco/openh264/releases/tag/v2.4.1
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 20:59:47 +0000 (22:59 +0200)]
package/libldns: bump to version 1.8.4
Switched _SITE to https.
Changelog: https://github.com/NLnetLabs/ldns/blob/1.8.4/Changelog
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 20:59:18 +0000 (22:59 +0200)]
package/sqlite: bump version to 3.47.0
Release notes: https://sqlite.org/releaselog/3_47_0.html
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 20:58:48 +0000 (22:58 +0200)]
package/libuv: bump version to 1.49.2
Changelog: https://github.com/libuv/libuv/blob/v1.49.2/ChangeLog
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 20:58:35 +0000 (14:58 -0600)]
package/python-networkx: bump to version 3.4.2
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Bernd Kuhls [Sat, 26 Oct 2024 20:57:55 +0000 (22:57 +0200)]
package/stellarium: bump version to 24.3
Release notes:
http://stellarium.org/release/2024/09/22/stellarium-24.3.html
Signed-off-by: Bernd Kuhls <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
James Hilliard [Sat, 26 Oct 2024 20:54:12 +0000 (14:54 -0600)]
package/python-marshmallow: bump to version 3.23.0
Signed-off-by: James Hilliard <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Waldemar Brodkorb [Wed, 28 Aug 2024 07:25:39 +0000 (09:25 +0200)]
package/file: fix musl compile issue
It is not totally clear which update is responsible for the
breakage. The breakage has been occurring for as long as Jan 2022.
Therefore it should be backported to older supported buildroot releases.
Add a patch from Gentoo people, also reported Upstream to fix the
issue.
Fixes:
http://autobuild.buildroot.org/results/abf/
abfe66cec3680d396c5774ba492f34599e513edc /
Signed-off-by: Waldemar Brodkorb <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
Francois Perrad [Sun, 13 Oct 2024 09:06:30 +0000 (11:06 +0200)]
package/lua-uuid: new package
Signed-off-by: Francois Perrad <[email protected] >
Signed-off-by: Thomas Petazzoni <[email protected] >
This page took 0.078674 seconds and 4 git commands to generate.