Bernd Kuhls
b38be2fcae
DEVELOPERS: add Bernd Kuhls to various packages
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 7d271346e5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-08-23 13:25:37 +02:00
Peter Korsgaard
7814dbce15
Update for 2023.05.1
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023.05.1
2023-07-17 17:06:21 +02:00
Bernd Kuhls
50ceb24bb6
package/dahdi-linux: fix build with kernel < 6.3
...
Buildroot commit 840b552746 added a patch
from upstream bug tracker which fixes build with kernel >= 6.3 but broke
the build with earlier kernels.
This patch adds additional code for compatibility with kernel < 6.3.
Fixes:
http://autobuild.buildroot.net/results/c8c/c8c51153d3a61842d57a2a4be3dc75ec9964e41c/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 353c06849b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 16:32:34 +02:00
Giulio Benetti
f445c63558
package/rtl8192eu: bump to version 2023-06-23 on branch 5.11.2.1
...
Drop local patch that has been upstreamed.
It now supports building with Linux version > 6.1
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit f12f54998a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 15:15:34 +02:00
Bernd Kuhls
eb6a2e7d31
{linux, linux-headers}: bump 5.15.x / 6.{1, 3, 4}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 88a2e0c473 )
[Peter: drop 6.4.x bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 15:12:19 +02:00
André Zwing
e90f7de856
package/wine: bump to version 8.0.1
...
Signed-off-by: André Zwing <nerv@dawncrow.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit e97efdeef9 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 15:07:39 +02:00
Bernd Kuhls
8b26a893f5
package/mesa3d-demos: needs C++
...
Reference:
https://gitlab.freedesktop.org/mesa/demos/-/blob/main/meson.build#L21
Fixes:
http://autobuild.buildroot.net/results/90e/90e98fa0f37462cadea0fcbff9feabad5554587d/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit c1a7079a23 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 15:04:36 +02:00
Bernd Kuhls
7f8805c1a6
utils/genrandconfig: disable cramfs images
...
Fixes build error:
warning: estimate of required size (upper bound) is 1374MB, but
maximum image size is 272MB, we might die prematurely
mkcramfs: filesystem too big
Fixes:
http://autobuild.buildroot.net/results/d47/d47f9b462707dffe1b6665f143701303b04e2adc/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit af5ccec266 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 15:03:56 +02:00
Bernd Kuhls
747f62053c
package/fwts: fix build with BR2_OPTIMIZE_0
...
Fixes:
http://autobuild.buildroot.net/results/fab/fabd031d38cb618cdb11b4a86cd853b0da61695b/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 4a239f14ef )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 15:01:25 +02:00
Bernd Kuhls
ecdd588f43
package/php: bump version to 8.2.8
...
Changelog: https://www.php.net/ChangeLog-8.php#8.2.8
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 3ca3304276 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 14:57:59 +02:00
Bernd Kuhls
f2f7a1901a
package/busybox: bump version to 1.36.1
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit a7e4f557f5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 14:57:28 +02:00
Peter Korsgaard
3d613b21b0
board/raspberrypi: handle dtb overlays for all variants
...
Most rpi defconfigs use dtb overlays, but not rpi0 / rpi2 - Making it harder
to use overlays on those boards as the genimage files have to be tweaked.
To fix this, create the rpi-firmware/overlays directory in the post-build
script if needed and unconditionally include it in the genimage files so
rpi0/rpi2 works consistently with the other variants.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 6021f3678b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 14:13:35 +02:00
Bernd Kuhls
2356a40fad
package/samba4: bump version to 4.18.4
...
Release notes:
https://www.samba.org/samba/history/samba-4.18.4.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 006badd9b6 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 14:12:36 +02:00
Bernd Kuhls
19424402c5
package/samba4: bump version to 4.18.3
...
Release notes: https://www.samba.org/samba/history/samba-4.18.3.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit adfdeb1f82 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 14:11:58 +02:00
Bernd Kuhls
36482bd613
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 3512b76f2e )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 14:06:45 +02:00
Gwenhael Goavec-Merou
b1a9eeba83
package/gnuradio: fix build with python-pybind > 2.10.0
...
Since commit 0e82c360942907f5a2f379e64e0d211aaff80774 (and since release
2.10.1), a new variable called PYBIND11_PYTHONLIBS_OVERWRITE was introduced
and set to ON by default.
According to comment before this option:
"Overwrite cached values read from Python library (classic search). Turn off if
cross-compiling and manually setting these values."
In buildroot's context this option must be disabled to keep variables
provided by buildroot and lib/app.
Fixes:
- http://autobuild.buildroot.net/results/7423df5db5237d94bb49e32698828d4fe470e39b/
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit 11aa7ac8fa )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 14:03:22 +02:00
Bernd Kuhls
dbea8981a6
package/libgcrypt: disable asm on i386
...
Fixes:
http://autobuild.buildroot.net/results/933/93330f9e1867b1ddc1de19b57d70d223b6f23994/
Code failing to build on i386 was added in libgcrypt-10.0.0
9d909cb67e
which was added in buildroot with commit
d96b9ed073
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit cef05ae156 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 13:50:02 +02:00
Marcin Niestroj
01cbe25105
configs/chiliboard: uboot needs openssl
...
Fixes uboot build errors:
In file included from tools/imagetool.h:24,
from tools/aisimage.c:7:
include/image.h:1383:12: fatal error: openssl/evp.h: No such file or directory
1383 | # include <openssl/evp.h>
|
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 7ee2bd48f1 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 13:07:18 +02:00
Bernd Kuhls
3dfd81986e
package/sconeserver: re-add dependency to pcre
...
While pcre was an optional dependency with autoconf [1] upstream removed
the HAVE_LIBPCRE defines with the introduction of cmake [2] breaking the
build without pcre after buildroot switched to cmake with commit
8b42bbf30a .
Fixes:
http://autobuild.buildroot.net/results/a15/a15db87c8cec195905b6bcc2cbd3da59ad8aa3b9/
[1] 98ec61436c
[2] 0cb655721d
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 8539a2075c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 13:06:02 +02:00
Bernd Kuhls
cb18e7e6f0
package/mpir: force arm mode instead of Thumb mode
...
Fix the following build failure:
/tmp/ccuwJnnt.s:124: Error: selected processor does not support `umull ip,r6,r2,r1' in Thumb mode
/tmp/ccuwJnnt.s:159: Error: selected processor does not support `umull ip,r0,r7,r1' in Thumb mode
Fixes:
http://autobuild.buildroot.net/results/610/61094bc7b7eb1d1e49bf8fcd1864b5cd3d7c4499/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit ff037fe543 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 13:03:46 +02:00
Bernd Kuhls
62aac0da49
package/taglib: bump to version 1.13.1
...
Release notes:
https://mail.kde.org/pipermail/taglib-devel/2023-July/003066.html
Changelog:
https://taglib.org/#taglib-1131-release---jul-1-2023
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 261c5894b0 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 12:56:22 +02:00
Bernd Kuhls
eaada7c96b
package/python-pyicu: fix build
...
Fixes:
http://autobuild.buildroot.net/results/977/977c043615603dd3541e23b81c5f11374606aff6/
Set environment variables to cross-compile friendly values, this prevents
icu-config picking up host libraries:
https://gitlab.pyicu.org/main/pyicu/-/blob/main/setup.py#L89
https://gitlab.pyicu.org/main/pyicu/-/blob/main/setup.py#L179
https://gitlab.pyicu.org/main/pyicu/-/blob/main/setup.py#L216
This follows the upstream build docs:
https://gitlab.pyicu.org/main/pyicu#building-pyicu
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit c15e60c106 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 22:06:08 +02:00
Sébastien Szymanski
b62df15fda
package/pkgconf: fix download URL
...
Due to problems with the registrar (dynadot) [1], the dereferenced.org
domain got stolen and is up for auction. While sorting that out, the
official download site has changed to a different domain [2]. Update
PKGCONF_SITE to the new location.
There's an upstream bug to track the issue [3].
[1] https://social.treehouse.systems/@ariadne/110643909699308207
[2] 437c2a3218
[3] https://github.com/pkgconf/pkgconf/issues/302
Fixes: https://bugs.busybox.net/show_bug.cgi?id=15673
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit ef95ec920c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 22:03:36 +02:00
Romain Naour
4a2dbae95f
package/{binutils, gdb}: switch to https urls for archives hashes
...
FTP urls doesn't work anymore with Firefox [1] and Google Chrome [2],
switch to https urls.
[1] https://blog.mozilla.org/addons/2020/04/13/what-to-expect-for-the-upcoming-deprecation-of-ftp-in-firefox/
[2] https://chromestatus.com/feature/6246151319715840
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit bd17127b4a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 19:46:40 +02:00
Bernd Kuhls
df3f76c86f
package/assimp: needs gcc >= 7
...
Fixes:
http://autobuild.buildroot.net/results/d6c/d6caf3c2c0fd670e70950d3e89629df39f8ce596/
After adding various fixes for the autobuilder error and subsequent
build errors this build error can only be fixed by using gcc >= 7:
output/build/assimp-5.2.5/code/AssetLib/Obj/ObjFileParser.cpp:55:23:
fatal error: string_view: No such file or directory
Usage of string_view was added in version 5.2.5 by upstream commit
f6bcb160d0
which was added to buildroot by commit
7d843d9cc0
Removed BR2_TOOLCHAIN_HAS_GCC_BUG_64735 which is only valid for gcc < 7
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 6dad3a709c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 19:44:58 +02:00
Bernd Kuhls
18706806b3
package/haproxy: bump version to 2.6.14
...
Changelog: http://www.haproxy.org/download/2.6/src/CHANGELOG
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit f43f9c6ea6 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 19:42:24 +02:00
Bernd Kuhls
81c8ac125a
package/haproxy: fix build on aarch64
...
Fixes:
http://autobuild.buildroot.net/results/07c/07ccb8c45c709a4b6ed32aafa33cd04e74174b11/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 7fde35212c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 19:42:16 +02:00
Gary Bisson
c2f0c3bf6e
configs/nitrogen*: add missing openssl u-boot dependency
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271709
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271710
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271712
Signed-off-by: Gary Bisson <bisson.gary@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 717762b5f5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 18:26:02 +02:00
Gary Bisson
5230b93c77
configs/nitrogen*: add missing pylibfdt u-boot dependency
...
Needed by binman.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271714
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271716
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271718
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271719
Signed-off-by: Gary Bisson <bisson.gary@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit ce8bf14ff6 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 18:25:04 +02:00
Леонид Юрьев (Leonid Yuriev)
da9f314f9d
package/libmdbx: bump version to 0.12.7 "Artek"
...
This is bugfix release of stable libmdbx branch,
on the day of international children's camp «Artek».
It is reasonable to backport this patch to all applicable releases/branches of Buildroot.
The most significant fixes of v0.12.7:
- added workaround for build issues with modern GCC using `-m32 -arch=i686 -Ofast`.
- fixed the cause of the false-positive warning of modern GCC in the C++ API.
- refined DB opening in "recovery" mode and switching to a given meta-page.
The complete ChangeLog: https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md
Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 86cca91c24 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 18:20:28 +02:00
Bernd Kuhls
095d4bbdaf
package/rygel: fix Config.in comment
...
Move the comment out of the if-clause and include the python3 dependency
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit e539853fc3 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 18:17:20 +02:00
Bernd Kuhls
76dd7489f2
package/gupnp: fix build with newer versions of libxml2
...
Fixes:
http://autobuild.buildroot.net/results/b26/b267c4137edebc504757b6275824c748cce3d894/
libxml2 deprecated the function xmlRecoverMemory with commit
51035c539e
first included in versions 2.11.0. Buildroot bumped libxml2 to the 2.11
branch with commit dfe1ca7872 .
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 4f9ce6dbf6 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 18:16:59 +02:00
Peter Seiderer
d7af75764a
package/qt6: bump version to 6.4.3
...
For details see [1].
[1] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.4.3/release-note.md
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit a846728911 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 18:06:21 +02:00
Julien Olivain
22fd7da0d2
package/fluidsynth: bump to version 2.3.3
...
For change log since v2.3.2, see:
- https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.3
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 2c9b853093 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 18:03:27 +02:00
Bernd Kuhls
fb5ced5914
package/syslog-ng: disable python support
...
Upstream added a list of python modules declared as runtime dependencies
f18345d2a1
most of them with fixed (and outdated) versions.
Disable python support for the time being.
Fixes:
http://autobuild.buildroot.net/results/436/436e90bb1f77143b05cb98df78934555bbb7df35/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Reviewed-by: Chris Packham <judge.packham@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 227c42b8c3 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 18:00:49 +02:00
Luca Ceresoli
ca87e434b2
package/agentpp: fix build error due to type mismatch
...
This was supposedly fixed by commit 5f06ecf5e1 ("package/agentpp:
security bump to version 4.6.0") but has kept happening so far.
No public place for contributions, thus this patch has been sent to private
e-mail.
Fixes:
http://autobuild.buildroot.net/results/e8abd6bdc62a028955915706b03d72239786c703/
http://autobuild.buildroot.net/results/24441fb679fbf5f913c9b6431c98aec596ead587/
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit d68f6e3042 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 17:58:40 +02:00
Bernd Kuhls
22c14e41b4
package/freetype: bump version to 2.13.1
...
Release notes:
https://sourceforge.net/projects/freetype/files/freetype2/2.13.1/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 22c6344c71 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 17:52:34 +02:00
Bernd Kuhls
55ea70d56d
package/audit: update musl fix
...
Upstream proposed a different fix:
https://github.com/linux-audit/audit-userspace/pull/311#issuecomment-1609953611
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 2d9ccbcd10 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 11:20:19 +02:00
Bernd Kuhls
b2961a318d
package/samba4: add optional dependency to libunwind
...
Upstream added configure options for libunwind in commit
14feb93d48
Fixes:
http://autobuild.buildroot.net/results/63c/63c469106e9daa198f77d8da7a5bb123edcce0f7/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit bca9d7e58a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 11:17:41 +02:00
Bernd Kuhls
829eec5dbf
package/bind: security bump version to 9.16.42
...
Changelog: https://ftp.isc.org/isc/bind9/9.16.42/CHANGES
Fixes CVE-2023-2911
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 5ce72a74d2 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 11:13:06 +02:00
Peter Korsgaard
e3b6770a7a
package/wireshark: security bump to version 4.0.6
...
Fixes the following security issues:
- CVE-2023-1992: The RPC over RDMA dissector could crash
https://www.wireshark.org/security/wnpa-sec-2023-09.html
- CVE-2023-1993: The LISP dissector could go into a large loop
https://www.wireshark.org/security/wnpa-sec-2023-10.html
- CVE-2023-1994: The GQUIC dissector could crash
https://www.wireshark.org/security/wnpa-sec-2023-11.html
- CVE-2023-2855: The Candump log file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-12.html
- CVE-2023-2857: The BLF file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-13.html
- The GDSDB dissector could go into an infinite loop
https://www.wireshark.org/security/wnpa-sec-2023-14.html
- CVE-2023-2858: The NetScaler file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-15.html
- CVE-2023-2856: The VMS TCPIPtrace file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-16.html
- CVE-2023-2854: The BLF file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-17.html
- CVE-2023-0666: The RTPS dissector could crash
https://www.wireshark.org/security/wnpa-sec-2023-18.html
- CVE-2023-0668: The IEEE C37.118 Synchrophasor dissector could crash
https://www.wireshark.org/security/wnpa-sec-2023-19.html
- The XRA dissector could go into an infinite loo
https://www.wireshark.org/security/wnpa-sec-2023-20.html
[Peter: refer to SIGNATURES files now that it is again fixed]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit af25796d49 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 11:12:48 +02:00
Bin Meng
5f07925767
configs/hifive_unleashed: Update to use OpenSBI 1.2
...
Since the rest of RISC-V boards have been switched to use OpenSBI
1.2, let's update hifive_unleashed to use OpenSBI 1.2 too.
Resolves: https://bugs.busybox.net/show_bug.cgi?id=15658
Signed-off-by: Bin Meng <bmeng@tinylab.org >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 02f6d77fbd )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 10:06:11 +02:00
Bernd Kuhls
8375841e0b
package/dav1d: bump version to 1.2.1
...
Release notes:
https://code.videolan.org/videolan/dav1d/-/blob/master/NEWS
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 199301a6d5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 08:24:08 +02:00
Peter Korsgaard
bf495325c1
package/tiff: security bump to version 4.5.1
...
Fixes the following security issues:
- CVE-2023-1916: A flaw was found in tiffcrop, a program distributed by the
libtiff package. A specially crafted tiff file can lead to an
out-of-bounds read in the extractImageSection function in
tools/tiffcrop.c, resulting in a denial of service and limited information
disclosure. This issue affects libtiff versions 4.x.
- CVE-2023-25434: libtiff 4.5.0 is vulnerable to Buffer Overflow via
extractContigSamplesBytes() at /libtiff/tools/tiffcrop.c:3215.
- CVE-2023-26965: loadImage() in tools/tiffcrop.c in LibTIFF through 4.5.0
has a heap-based use after free via a crafted TIFF image
Drop the now upstream
0001-tiffcrop-Correct-simple-copy-paste-error-Fix-488.patch.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit cb496970c0 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 08:19:37 +02:00
Charles Hardin
9153c6283b
package/alsa-plugins: fix dependencies for the alsa plugin package
...
The alsa-utils will remove and create the /usr/share/alsa dir
as a whole and since the alsa plugins needs to add config into
this same directory it should come after those install steps.
Also, the bluez alsa needs the plugins installed to find them
during the configuration phases - so, interlock the plugins
when configured.
Signed-off-by: Charles Hardin <ckhardin@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit 3223a34ee5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 08:15:12 +02:00
Bernd Kuhls
0067ab06a3
package/quickjs: disable on sh*
...
quickjs unconditionally uses FE_{DOWN,UP}WARD and so fails to build on
sh* since its addition in commit
5d50793659
Fixes:
sh4: http://autobuild.buildroot.net/results/46d/46d7da58a857939ee3a33f60ab64ad278157c3bd/
sh4a: http://autobuild.buildroot.net/results/b1d/b1db05e79e5505c6606524e54e159224b633eac2/
sh4aeb: http://autobuild.buildroot.net/results/c30/c307a1b67142405f81c9276056b28bea366f2ccf/
sh4eb: http://autobuild.buildroot.net/results/945/945b508385ba5aa25f982f8a8493628fa828e472/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit 1880a061e8 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 08:09:25 +02:00
Bernd Kuhls
f2fd4a3775
package/quickjs: disable on microblaze
...
quickjs unconditionally uses FE_{DOWN,UP}WARD and so fails to build on
microblaze since its addition in commit
5d50793659
Fixes:
http://autobuild.buildroot.net/results/3b1/3b1b1f91998bfdec65f3e6fb8931df9c8871b953/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit 72bb3e89aa )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 08:09:22 +02:00
Peter Korsgaard
b32591f5f5
package/dbus: security bump to version 1.2.28
...
Fixes the following security issues:
- CVE-2023-34969: Fix an assertion failure in dbus-daemon when a privileged
Monitoring connection (dbus-monitor, busctl monitor, gdbus monitor or
similar) is active, and a message from the bus driver cannot be delivered
to a client connection due to <deny> rules or outgoing message quota.
This is a denial of service if triggered maliciously by a local attacker.
- Fix an incorrect assertion that could be used to crash dbus-daemon or
other users of DBusServer prior to authentication, if libdbus was compiled
with assertions enabled.
For details, see the NEWS file:
https://gitlab.freedesktop.org/dbus/dbus/blob/dbus-1.12/NEWS
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit 52ae2a4e1d )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 08:05:54 +02:00
Bernd Kuhls
2851e8ed7f
package/audit: bump version to 3.1.1
...
Changelog:
https://github.com/linux-audit/audit-userspace/blob/v3.1.1/ChangeLog
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit afbc2f47fb )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 08:04:57 +02:00
Bernd Kuhls
b8b36712ef
package/audit: fix musl build
...
Fixes:
http://autobuild.buildroot.net/results/a52/a52ff08c3373ffb253b89e9197671583354d1360/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit 7a27b230ab )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-16 08:03:09 +02:00