Bernd Kuhls
fd1c47e287
package/webkitgtk: needs NPTL
...
Fixes build error
/home/buildroot/buildroot/output/build/webkitgtk-2.44.2/Source/WTF/wtf/StackBounds.cpp: In static member function 'static WTF::StackBounds WTF::StackBounds::newThreadStackBounds(WTF::PlatformThreadHandle)':
/home/buildroot/buildroot/output/build/webkitgtk-2.44.2/Source/WTF/wtf/StackBounds.cpp:117:5: error: 'pthread_getattr_np' was not declared in this scope; did you mean 'pthread_attr_t'?
117 | pthread_getattr_np(thread, &sattr);
using this defconfig (and libvpx bump to 1.15.0 reverted)
BR2_arm=y
BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREADS=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PER_PACKAGE_DIRECTORIES=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_RPI_USERLAND=y
BR2_PACKAGE_LIBGTK3=y
BR2_PACKAGE_WEBKITGTK=y
A backport of this patch should be considered because the code is
present since 2011:
03f678fac7/Source/WTF/wtf/StackBounds.cpp (L117)
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 054e5c4d22 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-28 11:29:46 +01:00
Bernd Kuhls
4426fd6b64
package/webkitgtk: multimedia support needs gst1-plugins-bad
...
Fixes build error
-- Package 'gstreamer-webrtc-1.0' not found
-- Found GStreamer: GSTREAMER_INCLUDE_DIRS;GSTREAMER_LIBRARIES;GSTREAMER_VERSION;GSTREAMER_BASE_INCLUDE_DIRS;GSTREAMER_BASE_LIBRARIES;GSTREAMER_APP_INCLUDE_DIRS;GSTREAMER_APP_LIBRARIES;GSTREAMER_PBUTILS_INCLUDE_DIRS;GSTREAMER_PBUTILS_LIBRARIES;GSTREAMER_VIDEO_INCLUDE_DIRS;GSTREAMER_VIDEO_LIBRARIES;GSTREAMER_MPEGTS_INCLUDE_DIRS;GSTREAMER_MPEGTS_LIBRARIES;GSTREAMER_TAG_INCLUDE_DIRS;GSTREAMER_TAG_LIBRARIES;GSTREAMER_GL_INCLUDE_DIRS;GSTREAMER_GL_LIBRARIES;GSTREAMER_AUDIO_INCLUDE_DIRS;GSTREAMER_AUDIO_LIBRARIES;GSTREAMER_FFT_INCLUDE_DIRS;GSTREAMER_FFT_LIBRARIES;GSTREAMER_TRANSCODER_INCLUDE_DIRS;GSTREAMER_TRANSCODER_LIBRARIES (Required is at least version "1.18.4")
CMake Error at Source/cmake/GStreamerChecks.cmake:62 (message):
GStreamerTranscoder >= 1.20 is needed for USE_GSTREAMER_TRANSCODER.
Call Stack (most recent call first):
Source/cmake/OptionsGTK.cmake:478 (include)
Source/cmake/WebKitCommon.cmake:237 (include)
CMakeLists.txt:21 (include)
using this defconfig
BR2_arm=y
BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREADS=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PER_PACKAGE_DIRECTORIES=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_RPI_USERLAND=y
BR2_PACKAGE_LIBGTK3=y
BR2_PACKAGE_WEBKITGTK=y
BR2_PACKAGE_WEBKITGTK_MULTIMEDIA=y
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 4a2ec46014 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-28 11:18:58 +01:00
Bernd Kuhls
ecd9ffbdd3
package/webkitgtk: disable libdrm usage when not available
...
Fixes build error
-- Could NOT find LibDRM (missing: LibDRM_INCLUDE_DIR LibDRM_LIBRARY)
CMake Error at Source/cmake/OptionsGTK.cmake:320 (message):
libdrm is required for USE_LIBDRM
Call Stack (most recent call first):
Source/cmake/WebKitCommon.cmake:237 (include)
CMakeLists.txt:21 (include)
with this defconfig:
BR2_arm=y
BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREADS=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PER_PACKAGE_DIRECTORIES=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_RPI_USERLAND=y
BR2_PACKAGE_LIBGTK3=y
BR2_PACKAGE_WEBKITGTK=y
due to libdrm being enabled by default:
f736325e66/Source/cmake/OptionsGTK.cmake (L59)
This is a port of buildroot commit 65f8174648
for the wpewebkit package, quoting its commit message:
Pass USE_LIBDRM=OFF to the wpewebkit CMake configuration step when the
libdrm package has not been selected.
WPE WebKit can be built without libdrm support, and it will still work
with backends that use other platform-specific methods to handle
graphics buffers and/or presenting content onto an output. For example
this is the case with wpebackend-rdk configured to use rpi-userland,
which uses dispmanx to produce the output instead of DRM/KMS.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 865457e762 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-28 11:18:43 +01:00
Peter Korsgaard
0ee60ab4d3
package/opensc: security bump to version 0.26.0
...
Fixes the following security vulnerabilities:
0.25.0:
CVE-2023-5992: Side-channel leaks while stripping encryption PKCS#1.5
padding in OpenSC
https://github.com/OpenSC/OpenSC/wiki/CVE-2023-5992
CVE-2024-1454: Potential use-after-free in AuthentIC driver during card
enrollment in pkcs15init
https://github.com/OpenSC/OpenSC/wiki/CVE-2024-1454
0.26.0:
CVE-2024-45615: Usage of uninitialized values in libopensc and pkcs15init
https://github.com/advisories/GHSA-3q68-hm47-94vg
CVE-2024-45616: Uninitialized values after incorrect check or usage of APDU
response values in libopensc
https://github.com/advisories/GHSA-2mjg-798r-mxwh
CVE-2024-45617: Uninitialized values after incorrect or missing checking
return values of functions in libopensc
https://github.com/advisories/GHSA-cf2w-h975-2fpg
CVE-2024-45618: Uninitialized values after incorrect or missing checking
return values of functions in pkcs15init
https://github.com/advisories/GHSA-f2v6-mw6x-qmwc
CVE-2024-45619: Incorrect handling length of buffers or files in libopensc
https://github.com/advisories/GHSA-9vxw-3j77-cj78
CVE-2024-45620: Incorrect handling of the length of buffers or files in
pkcs15init
https://github.com/advisories/GHSA-9c2g-6v5v-57qg
CVE-2024-8443: Heap buffer overflow in OpenPGP driver when generating key
https://github.com/advisories/GHSA-mgc5-p43f-72pc
Release notes:
https://github.com/OpenSC/OpenSC/releases/tag/0.26.0
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 1f4b4ccde7 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-28 09:46:47 +01:00
Peter Korsgaard
41bd9a5839
package/libsoup3: security bump to version 3.6.1
...
Fixes the following security vulnerabilities:
CVE-2024-52531: GNOME libsoup before 3.6.1 allows a buffer overflow in
applications that perform conversion to UTF-8 in
soup_header_parse_param_list_strict. Input received over the network cannot
trigger this.
https://www.cve.org/CVERecord?id=CVE-2024-52531
CVE-2024-52532: GNOME libsoup before 3.6.1 has an infinite loop, and memory
consumption. during the reading of certain patterns of WebSocket data from
clients.
https://www.cve.org/CVERecord?id=CVE-2024-52532
Changelog: https://gitlab.gnome.org/GNOME/libsoup/-/blob/3.6.1/NEWS
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit b9120736a7 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-28 09:42:00 +01:00
Thomas Devoogdt
f62d6af7fd
package/libsoup3: bump to 3.6.0
...
News:
- https://download.gnome.org/sources/libsoup/3.5/libsoup-3.5.2.news
- https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.0.news
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com >
Acked-by: Adrian Perez de Castro <aperez@igalia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit e3f4647789 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-28 09:41:54 +01:00
Thomas Devoogdt
e8c9054461
package/libsoup3: bump to 3.5.1
...
News: https://download.gnome.org/sources/libsoup/3.5/libsoup-3.5.1.news .
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit cd2a882768 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-28 09:41:46 +01:00
Bernd Kuhls
c5ca74ba46
{linux, linux-headers}: bump 6.{6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit bb654e5a3b )
[Peter: drop 6.12.x bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-26 22:50:29 +01:00
Thomas Petazzoni
8b4a5da997
package/cdrkit: fix build with gcc 14.x
...
This commit adds a patch, which is already in Debian, fixing the build
with gcc 14.x:
/home/autobuild/autobuild/instance-7/output-1/build/host-cdrkit-1.1.11/genisoimage/genisoimage.c:1509:17: error: implicit declaration of function 'parse_checksum_algo' [-Wimplicit-function-declaration]
1509 | if (parse_checksum_algo(optarg, &checksum_algo_iso))
| ^~~~~~~~~~~~~~~~~~~
make[3]: *** [genisoimage/CMakeFiles/genisoimage.dir/build.make:76: genisoimage/CMakeFiles/genisoimage.dir/genisoimage.o] Error 1
Fixes:
http://autobuild.buildroot.net/results/a9cca8da22774ecafdbb382697aae71f78e348f4/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 0a0de4d86c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-23 09:26:00 +01:00
Thomas Petazzoni
849306c66d
package/cdrkit: convert first patch to Git formatted one
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 347def2fd1 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-23 09:25:39 +01:00
Peter Korsgaard
310d70cb08
package/python-django: security bump to version 5.0.10
...
Fixes the following security issues:
CVE-2024-53907: Potential denial-of-service in
django.utils.html.strip_tags()
The strip_tags() method and striptags template filter are subject to a
potential denial-of-service attack via certain inputs containing large
sequences of nested incomplete HTML entities.
CVE-2024-53908: Potential SQL injection in HasKey(lhs, rhs) on Oracle
Direct usage of the django.db.models.fields.json.HasKey lookup on Oracle is
subject to SQL injection if untrusted data is used as a lhs value.
Applications that use the jsonfield.has_key lookup through the __ syntax are
unaffected.
https://www.djangoproject.com/weblog/2024/dec/04/security-releases/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-19 09:44:32 +01:00
Peter Korsgaard
460cce9247
package/libcurl: security bump to version 8.11.1
...
Fixes the following security vulnerability:
CVE-2024-11053: netrc and redirect credential leak
https://curl.se/docs/CVE-2024-11053.html
Changelog: https://curl.se/ch/8.11.1.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 4338deaae5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-19 09:24:45 +01:00
Peter Korsgaard
cf454846b5
package/subversion: security bump to version 1.14.5
...
Fixes the following security vulnerabilities:
CVE-2024-46901: mod_dav_svn denial-of-service via control characters in
paths
It has been discovered that the patch for CVE-2013-1968 was incomplete
and unintentionally left mod_dav_svn vulnerable to control characters
in filenames.
https://subversion.apache.org/security/CVE-2024-46901-advisory.txt
Subversion 1.14.4 also fixed a Windows-only vulnerability:
https://subversion.apache.org/security/CVE-2024-45720-advisory.txt
For change log, see:
https://svn.apache.org/repos/asf/subversion/tags/1.14.5/CHANGES
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
[Julien: add link to change log]
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 9975d28aa3 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-19 09:24:31 +01:00
Peter Korsgaard
5d1912ba3d
package/wireshark: security bump to version 4.0.17
...
Fixes the following vulnerabilities:
4.0.17:
CVE-2024-8250: wnpa-sec-2024-11 · NTLMSSP dissector crash
https://www.wireshark.org/security/wnpa-sec-2024-11
4.0.16:
CVE-2024-8645: wnpa-sec-2024-10 · SPRT dissector crash
https://www.wireshark.org/security/wnpa-sec-2024-10
4.0.15:
CVE-2024-4854: wnpa-sec-2024-07 · MONGO and ZigBee TLV dissector infinite
loops
https://www.wireshark.org/security/wnpa-sec-2024-07
CVE-2024-4853: wnpa-sec-2024-08 · Editcap byte chopping crash
https://www.wireshark.org/security/wnpa-sec-2024-08
CVE-2024-4855: wnpa-sec-2024-09 · Editcap secret injection crash
https://www.wireshark.org/security/wnpa-sec-2024-09
4.0.14:
CVE-2024-2955: wnpa-sec-2024-06 · T.38 dissector crash
https://www.wireshark.org/security/wnpa-sec-2024-06
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-14 12:50:49 +01:00
Bernd Kuhls
79299da8c4
package/wget: security bump version to 1.25.0
...
Release notes:
https://lists.gnu.org/archive/html/bug-wget/2024-11/msg00002.html
Fixes the following vulnerabilities:
- CVE-2024-38428: url.c in GNU Wget through 1.24.5 mishandles semicolons in
the userinfo subcomponent of a URI, and thus there may be insecure
behavior in which data that was supposed to be in the userinfo
subcomponent is misinterpreted to be part of the host subcomponent.
https://nvd.nist.gov/vuln/detail/CVE-2024-38428
- CVE-2024-10524: Applications that use Wget to access a remote resource
using shorthand URLs and pass arbitrary user credentials in the URL are
vulnerable. In these cases attackers can enter crafted credentials which
will cause Wget to access an arbitrary host.
https://www.openwall.com/lists/oss-security/2024/11/18/6
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 295b2c4f8e )
[Peter: mark as security bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-14 11:58:23 +01:00
Bernd Kuhls
27914e481d
package/wget: bump version to 1.24.5
...
Release notes:
https://lists.gnu.org/archive/html/bug-wget/2024-03/msg00008.html
No versions between > 1.21.4 and < 1.24.5 were released:
https://lists.gnu.org/archive/html/bug-wget/2024-03/msg00012.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 9beea334b7 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-14 11:58:12 +01:00
Julien Olivain
76d7d1f1b9
package/nettle: update _SITE to use BR2_GNU_MIRROR
...
The nettle package is distributed on the GNU project servers. See [1]
and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
be used for that purpose. See [3].
For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.
Note: the nettle _SITE was updated to ftp.gnu.org in commit [4].
[1] https://www.lysator.liu.se/~nisse/nettle/
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
[4] 92f0ef5eaa
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
(cherry picked from commit 9ccc0f5642 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-14 09:53:44 +01:00
Julien Olivain
029fc4fb3a
package/freeipmi: update _SITE to use BR2_GNU_MIRROR
...
The freeipmi package is distributed on the GNU project servers.
See [1] and [2]. Buildroot has the BR2_GNU_MIRROR configuration
which can be used for that purpose. See [3].
For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.
[1] https://www.gnu.org/software/freeipmi/download.html
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
(cherry picked from commit bfa2dbc2d6 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-14 09:53:17 +01:00
Julien Olivain
b1f9e8cc15
package/octave: update _SITE to use BR2_GNU_MIRROR
...
The octave package is distributed on the GNU project servers. See [1]
and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
be used for that purpose. See [3].
For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.
[1] https://www.octave.org/download
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
(cherry picked from commit b0a1b0bab1 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-14 09:52:21 +01:00
Julien Olivain
5a07c6f8b3
Config.in: switch GNU mirrors URL to https
...
As explained on [1], the primary GNU mirrors URL is https.
This commit updates BR2_GNU_MIRROR to switch to it.
[1] https://www.gnu.org/prep/ftp.html
Signed-off-by: Julien Olivain <ju.o@free.fr >
Reviewed-by: Vincent Jardin <vjardin@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
(cherry picked from commit 0f9da3934b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-14 09:51:29 +01:00
Julien Olivain
1650865220
boot/grub2: update _SITE to use BR2_GNU_MIRROR
...
The grub2 package is distributed on the GNU project servers. See [1]
and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
be used for that purpose. See [3].
For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.
Note: Commit [4] introduced the grub2 package using BR2_GNU_MIRROR.
Commit [5] changed it to use "http://ftp.gnu.org/gnu/grub " without
providing a justification for that change.
[1] https://www.gnu.org/software/grub/grub-download.html
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
[4] c24fdb3680
[5] 5ffafd2353
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
(cherry picked from commit 51858c4a34 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-13 23:39:09 +01:00
Julien Olivain
2538748565
package/bc: update _SITE to use BR2_GNU_MIRROR
...
The bc package is distributed on the GNU project servers. See [1]
and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
be used for that purpose. See [3]
For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.
As a side note, the bc package was introduced long time ago using
BR2_GNU_MIRROR. See [4]. It was then updated to an alpha version
in [5]. When the alpha version was no longer needed, it was switched
to the main GNU download server in [6].
[1] https://www.gnu.org/software/bc/
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
[4] c95dcd4645
[5] 1faa7c344e
[6] ed7572cc7f
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
(cherry picked from commit 2956a39215 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-13 23:37:23 +01:00
Peter Korsgaard
80ade2cbab
package/python3: security bump to version 3.11.11
...
gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to consistently use the
mapped IPv4 address value for deciding properties. Properties which have
their behavior fixed are is_multicast, is_reserved, is_link_local,
is_global, and is_unspecified.
https://github.com/python/cpython/issues/122792
CVE-2024-9287, gh-124651: Properly quote template strings in venv activation
scripts.
https://github.com/python/cpython/issues/124651
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-13 18:09:21 +01:00
Peter Korsgaard
d8e6f912c6
package/xen: fix 'available' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 21e5a9a96b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:15 +01:00
Peter Korsgaard
3126215c3e
package/xdriver_xf86-video-qxl: fix 'appropriate' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 2e8cd8199c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:13 +01:00
Peter Korsgaard
a2d58f5145
package/wilc-firmware: fix 'acceptable' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 0c6b8c989f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:12 +01:00
Peter Korsgaard
23872a77b2
package/vim: fix 'highlighting' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 900bf91d10 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:10 +01:00
Peter Korsgaard
f1a9811a45
package/vdr-plugin-vnsiserver: fix 'several' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 34c6716887 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:09 +01:00
Peter Korsgaard
996554d0bc
package/transmission: fix 'environment' and 'RECOMMENDED' typos
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 9a46343df3 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:07 +01:00
Peter Korsgaard
7596ec2b69
package/tpm2-tss: fix 'and' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit aca49ab538 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:06 +01:00
Peter Korsgaard
b1b6002049
package/ti-sgx-demos: fix 'available' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit ee93f20f96 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:05 +01:00
Peter Korsgaard
e93fde7c81
package/tcf-agent: fix 'will not' and 'unmodified' typos
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 10c218ea78 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:03 +01:00
Peter Korsgaard
b0d9c27bb3
package/python-pyqt5: fix 'paths' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit a4b0ba45a2 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:19:00 +01:00
Peter Korsgaard
325f755182
package/pkg-utils: fix 'necessary' and 'dictionary' typos
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit ba08a37af5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:36 +01:00
Peter Korsgaard
2167526591
package/pkg-golang: fix 'unknown' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit bd1f401ecd )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:35 +01:00
Peter Korsgaard
d3fe498721
package/pkg-generic: fix 'globally' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 2b51fbdc6a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:33 +01:00
Peter Korsgaard
e9115cd214
package/pkg-carco.mk: fix 'unknown' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 86a5b45755 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:30 +01:00
Peter Korsgaard
8b757ac451
package/php: fix 'deactivate' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit e2f44b5060 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:27 +01:00
Peter Korsgaard
dd1fb4221c
package/pcm-tools: fix 'generating' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit d6586d37ba )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:23 +01:00
Peter Korsgaard
21e949b3e6
package/openvpn: fix 'accommodate' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit b253ae3054 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:21 +01:00
Peter Korsgaard
8016537b7d
package/open62541: fix 'resources' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit b2d2ea4300 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:19 +01:00
Peter Korsgaard
e61b83c61b
package/open2300: fix 'locally' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit f76956eac4 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:18 +01:00
Peter Korsgaard
50a362afac
package/dmraid: fix 'maintenance' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit a268afeb65 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:16 +01:00
Peter Korsgaard
38ac87a690
package/autoconf: fix 'uncommitted' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit fa1a6177dd )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:07:15 +01:00
Peter Korsgaard
e39cad0915
package/go: bump version to 1.22.10
...
go1.22.9 (released 2024-11-06) includes fixes to the linker.
go1.22.10 (released 2024-12-03) includes fixes to the runtime and the
syscall package.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 21:06:04 +01:00
Christian Stewart
0f835efc9c
package/go: bump version to go1.22.8
...
go1.22.8 (released 2024-10-01) includes fixes to cgo, maps, and syscall.
https://go.dev/doc/devel/release#go1.22.8
Signed-off-by: Christian Stewart <christian@aperture.us >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 800ec5dd7f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-12 20:41:38 +01:00
Francois Perrad
c22118bbfb
package/mosquitto: bump to version 2.0.20
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 2a74b3b7c4 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-09 10:01:11 +01:00
Peter Korsgaard
d37527ba49
Update for 2024.02.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024.02.9
2024-12-08 21:51:20 +01:00
Bernd Kuhls
25ba164372
{linux, linux-headers}: bump 4.19.x / 6.11.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 5f18745057 )
[Peter: drop 6.11.x bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-08 15:46:55 +01:00
Peter Korsgaard
be24ec40cd
package/foot: change to git download to work around codeberg archive issue
...
Fixes:
http://autobuild.buildroot.net/results/1959614f6ad63878c390a23770a6778830d6c698/
The tarball downloaded from codeberg has changed. Interesting enough, it is
only the compression that has changed, the uncompressed data is still
identical:
mkdir s.b.o codeberg
wget -P codeberg https://codeberg.org/dnkl/foot/archive/1.16.2.tar.gz
wget -P s.b.o http://sources.buildroot.org/foot/1.16.2.tar.gz
sha256sum */*
0e02af376e5f4a96eeb90470b7ad2e79a1d660db2a7d1aa772be43c7db00e475 codeberg/1.16.2.tar.gz
8060ec28cbf6e2e3d408665330da4bc48fd094d4f1265d7c58dc75c767463c29 s.b.o/1.16.2.tar.gz
gunzip */*
sha256sum */*
7b9fad0611c75d6ba8f53d12ad1366d53c8697240031a5b27334d173b76560fe codeberg/1.16.2.tar
7b9fad0611c75d6ba8f53d12ad1366d53c8697240031a5b27334d173b76560fe s.b.o/1.16.2.tar
Looking at the autobuilder history, this seems to have changed in
January/February, E.G. on January 20th the file hash was correct:
http://autobuild.buildroot.net/results/d4b90a505a035d9bab400ed65f94571854f74f24/
But on February 14th it wasn't:
http://autobuild.buildroot.net/results/2ff85fe3fba2d36c7f0358f2ce43e703aef5f4f0/
This was unfortunately only noticed once we started doing builds without the
s.b.o fallback. To fix it, change to a git clone instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 28c982b5f4 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-12-08 15:44:50 +01:00