Thomas Petazzoni
cd8a576c6d
support/scripts/pkg-stats: allow disabling CPE matching
...
This is useful when debugging/developing the pkg-stats script.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2022-04-02 16:34:07 +02:00
Bernd Kuhls
2120113026
package/kodi-pvr-mythtv: bump version to 19.0.8-Matrix
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-03-31 17:53:54 +02:00
Fabrice Fontaine
ae699d7f9a
package/python-paramiko: security bump to version 2.10.3
...
Fix CVE-2022-24302: Creation of new private key files using PKey
subclasses was subject to a race condition between file creation & mode
modification, which could be exploited by an attacker with knowledge of
where the Paramiko-using code would write out such files.
https://github.com/paramiko/paramiko/blob/2.10.3/sites/www/changelog.rst
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-03-31 17:53:10 +02:00
Bernd Kuhls
a7fa40a9c1
package/libzlib: security bump version to 1.2.12
...
Fixes CVE-2018-25032.
Release notes:
http://madler.net/pipermail/zlib-announce_madler.net/2022/000012.html
Changelog: https://github.com/madler/zlib/blob/master/ChangeLog
Added upstream patch to fix build error.
Updated license hash due to version bump, reformatted hashes:
21767c654d
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-03-31 17:50:28 +02:00
Lang Daniel
1506ff275b
package/dbus-cxx: bump to version 2.2.0
...
- License has been changed from GPL to LGPL or BSD-3-Clause
- Drop upstream patches
Signed-off-by: Daniel Lang <d.lang@abatec.at >
[Arnout: license is actually LGPL-3.0+, not LGPL-3.0]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 21:51:00 +02:00
Quentin Schulz
1da911cbde
package/qt5wayland: fix compilation when libxkbcommon is disabled
...
When libxkbcommon is disabled, QT_CONFIG(xkbcommon) is not defined which
means the variable and function pointer in this patch are compiled out
from the header, but the cpp code actually still made use of it. This
patch fixes the build issue when libxkbcommon package is not to be
built.
This patch was taken from (merged):
https://codereview.qt-project.org/c/qt/qtwayland/+/344916
Cc: Quentin Schulz <foss+buildroot@0leil.net >
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 21:51:00 +02:00
Quentin Schulz
ba8f35eda6
package/qt5base: fix race with libxkbcommon
...
qt5wayland package currently has a bug if the xkbcommon Qt config is not
enabled which highlighted a race issues between qt5base, libxkbcommon
and qt5wayland.
qt5wayland has a dependency on libxkbcommon package if it's enabled.
qt5base only has a dependency on libxkbcommon if xcb support is to be
enabled.
If libxkbcommon package is built before qt5base, qt5base will detect it
during its configure step and enable the Qt config accordingly. This
will make it available to qt5wayland afterwards, even if xcb support is
not enabled in Buildroot Kconfig.
However, if qt5base is built before libxkbcommon is, qt5base will not
advertise support of xbcommon feature to qt5wayland (which will fail its
build because of a bug in the source code).
Since the package build order should not impact the outcome of the
build, let's explicit the dependency if and only if libxkbcommon package
is to be compiled at some point in time so that at least this feature is
not susceptible to races.
Move the xkbcommon entries out of the BR2_PACKAGE_QT5BASE_XCB condition,
instead make them depend on BR2_PACKAGE_LIBXKBCOMMON. Since
BR2_PACKAGE_QT5BASE_XCB selects BR2_PACKAGE_LIBXKBCOMMON they are still
included if xcb is selected.
Cc: Quentin Schulz <foss+buildroot@0leil.net >
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com >
[Arnout: remove the already existing xkbcommon entries]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 21:49:39 +02:00
Quentin Schulz
be3f9cde29
package/qt5/qt5base: update comment pointing to patches fixing CVE-2021-38593
...
The patches aren't in Buildroot anymore but in the qt5base sources
directly, so let's give the commit hash of the fixes instead.
Cc: Quentin Schulz <foss+buildroot@0leil.net >
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 21:22:36 +02:00
Quentin Schulz
1cae2aa844
package/qt5/qt5base: security bump
...
This fixes CVE-2022-25255 and CVE-2022-25634.
Cc: Quentin Schulz <foss+buildroot@0leil.net >
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 21:22:36 +02:00
Fabrice Fontaine
5ed1baa7e2
package/netatalk: security bump to version 3.1.13
...
- Fixes CVE-2021-31439, CVE-2022-23121, CVE-2022-23123, CVE-2022-23122,
CVE-2022-23125, CVE-2022-23124 and CVE-2022-0194
- Drop second patch (already in version)
- Add tarball sha256
- Update indentation in hash file (two spaces)
https://sourceforge.net/projects/netatalk/files/netatalk/3.1.13
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 21:22:36 +02:00
Fabrice Fontaine
f44c5d3f54
package/unclutter-xfixes: bump to version 1.6
...
Update indentation in hash file (two spaces)
https://github.com/Airblader/unclutter-xfixes/releases/tag/v1.6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 21:22:36 +02:00
Fabrice Fontaine
f33260685b
package/matio: security bump to version 1.5.22
...
- Fixed heap-based buffer overflows when reading (crafted) MAT file
(CVE-2020-36428, CVE-2021-36977)
- Update hash of COPYING (year updated and contributors added:
a3730c0979 )
https://github.com/tbeu/matio/releases/tag/v1.5.22
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 21:22:26 +02:00
James Hilliard
ea04ee34f0
package/systemd: bump to version 250.4
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 20:54:53 +02:00
Francois Perrad
ab1c99158a
package/luasocket: bump to version 3.0.0
...
moved under the hat of https://github.com/lunarmodules
diff LICENSE:
-LuaSocket 3.0 license
-Copyright � 2004-2013 Diego Nehab
+Copyright (C) 2004-2022 Diego Nehab
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 20:54:50 +02:00
Fabrice Fontaine
92e436b73d
package/opus: enable custom modes
...
Enable custom modes to avoid the following build failure with jack2
raised since commit 618a23100f :
Checking for header opus/opus_custom.h : not found
The above check failed, but the checkee is required for --opus.
It should be noted that before this commit, opus was silently disabled
Fixes:
- http://autobuild.buildroot.org/results/b1c050ccd6152c43a6da5f5d2174c3cc0dc2ff3e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 20:54:47 +02:00
Fabrice Fontaine
a5eefab2d4
package/jack1: bump to version 0.126
...
- Switch site to get latest release
- libsndfile and readline are not a dependency since removal of
example-clients and tools with
ca3af4b0d8
- Update indentation in hash file (two spaces)
https://jackaudio.org/news/2022/01/15/jack1-v01260-and-jack2-v1920-releases.html
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 20:54:45 +02:00
James Hilliard
97abb7a8d5
package/meson: bump to version 0.62.0
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-28 20:54:42 +02:00
Francois Perrad
6b609e77bf
package/luasec: bump to version 1.0.2
...
diff LICENSE:
-LuaSec 1.0 license
+LuaSec 1.0.2 license
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:51 +02:00
Francois Perrad
b04d8ad4d2
package/lua-basexx: bump to version 0.4.1
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:48 +02:00
Fabrice Fontaine
7b66fdc55f
package/vim: security bump to version 8.2.4632
...
Fix CVE-2022-0943: Heap-based Buffer Overflow occurs in vim in GitHub
repository vim/vim prior to 8.2.4563.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:45 +02:00
Bernd Kuhls
4722ba7b6e
package/intel-mediasdk: bump version to 22.3.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:42 +02:00
Bernd Kuhls
3dd0940081
package/intel-gmmlib: bump version to 22.1.2
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:40 +02:00
Bernd Kuhls
c75dc73de4
package/intel-mediadriver: bump version to 22.3.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:37 +02:00
Fabrice Fontaine
bd651106fc
package/btrfs-progs: bump to version 5.16.2
...
Drop patches (already in version)
https://github.com/kdave/btrfs-progs/blob/v5.16.2/CHANGES
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:34 +02:00
Fabrice Fontaine
f799da6f74
package/frr: bump to version 8.2.2
...
Drop patches (already in version)
https://frrouting.org/release/8.2.2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:31 +02:00
James Hilliard
148e2115c0
package/meson: bump to version 0.61.4
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:28 +02:00
Fabrice Fontaine
bc1ffa38ba
package/atk: bump to version 2.38.0
...
https://gitlab.gnome.org/GNOME/atk/-/tags/2.38.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:25 +02:00
Fabrice Fontaine
f11f6ab6e6
package/iwd: fix uclibc build
...
Fix the following uclibc build failure raised since bump to version 1.25
in commit 0fc5bc2359 and
https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=01cd8587606bf2da1af245163150589834126c1 :
/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/powerpc-buildroot-linux-uclibc/10.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: src/storage.o: in function `storage_init':
storage.c:(.text+0x13a4): undefined reference to `explicit_bzero'
Fixes:
- http://autobuild.buildroot.org/results/2aff8d3d7c33c95e2c57f7c8a71e69939f0580a1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:23 +02:00
Peter Seiderer
082076ffc1
package/wireshark: fix compile with ccache enabled
...
- use HOSTCC_NOCCACHE (instead of HOSTCC) for LEMON_C_COMPILER
Fixes:
[...] /usr/bin/cmake [...] -DLEMON_C_COMPILER=.../host/bin/ccache /usr/bin/gcc [...]
[...]
[ 0%] Building C object tools/lemon/CMakeFiles/lemon.dir/lemon.c.o
.../host/bin/ccache: invalid option -- 'D'
Reported-by: Dan Ambrosio <dambrosio@outrider.ai >
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:20 +02:00
Fabrice Fontaine
e54b82306d
package/protozero: fix build with clang-tidy
...
Fix the following build failure if clang-tidy is found on host (and
protobuf is built before protozero) which is raised since tests are
disabled in commit be4869f393 :
CMake Error at CMakeLists.txt:77 (add_dependencies):
The dependency target "writer_tests" of target "clang-tidy" does not exist.
Fixes:
- http://autobuild.buildroot.org/results/c3ae3b5caf79eb30c8a1786f58abea4f2b41a26e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:17 +02:00
James Hilliard
3cbe5a540f
package/python-txaio: bump to version 22.2.1
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:14 +02:00
James Hilliard
83ab8cc0bd
package/network-manager: bump to version 1.36.4
...
CONTRIBUTING.md hash changed due to various style updates.
Set new default wifi backend config option to iwd when enabled in
cases where the default wpa_supplicant is not enabled.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:12 +02:00
James Hilliard
b848117699
package/pkg-meson: add cmake dependency support
...
Meson dependencies and variables can be provided by cmake similar to
how they can be provided by pkgconfig, for this to work we need to
ensure that cmake_prefix_path is set for both cross and native
targets along with the cmake binary path.
See:
https://mesonbuild.com/Dependencies.html#cmake
https://mesonbuild.com/Dependencies.html#arbitrary-variables-from-dependencies-that-can-be-found-multiple-ways
https://mesonbuild.com/Machine-files.html#meson-builtin-options
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 18:12:09 +02:00
Fabrice Fontaine
39ceb94fdb
package/gdk-pixbuf: fix target loaders.cache
...
As reported by Rutger Sassen in
https://lists.buildroot.org/pipermail/buildroot/2022-March/638895.html ,
target loaders.cache is broken since commit
75361a9aba so fix it by prepending /usr/
to relative host paths
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:59:58 +02:00
Fabrice Fontaine
a324bbcf7e
package/mp4v2: bump to version 2.1.1
...
- Switch to new active fork:
https://github.com/enzo1982/mp4v2/discussions/1
461abd2b13
- C++11 is not needed anymore thanks to
5a57bc2ce8
- Drop patch (not needed since
23f8b907d4 )
- Update license (minor fix:
0c37402d9d )
- Version 2.1.1 was never released before so no issue is expected
(except a misunderstanding of users but new upstream is aware of this:
https://github.com/enzo1982/mp4v2/discussions/1#discussioncomment-2399344 )
https://github.com/enzo1982/mp4v2/releases/tag/v2.1.1
https://github.com/enzo1982/mp4v2/releases/tag/v2.1.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:59:55 +02:00
Fabrice Fontaine
618a23100f
package/jack2: explicitly {dis, en}able opus and readline
...
Explicitly disable or enable opus and readline which have been added by
commits 055cf58842 and
f658b1934f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:59:52 +02:00
Fabrice Fontaine
930db465d9
package/jack2: fix build with libexecinfo
...
Fix the following build failure raised on uclibc and musl since the
addition of libexecinfo package in commit
eea8ba446c :
/home/peko/autobuild/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/10.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: dbus/sigsegv.c.17.o: in function `signal_segv':
sigsegv.c:(.text+0x98): undefined reference to `backtrace'
Fixes:
- http://autobuild.buildroot.org/results/dca49cb9b3e66fac921601560e9358bcce9acffc
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:59:50 +02:00
Fabrice Fontaine
b38d3d2271
package/ola: fix host build
...
host-bison and host-flex are mandatory dependencies of host-ola since
the reintroduction of the package in commit
16ff948444 :
configure: error: bison not found, please install it
Fixes:
- http://autobuild.buildroot.org/results/ac089629a58d55ec5d1aa83fd77bd487bc9d76de
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:59:47 +02:00
Peter Seiderer
b5f82a4a5a
package/wget: bump version to 1.21.3
...
- bump version to 1.21.3 (for details see [1])
- remove legacy --with-libidn option (see [2]), replace with
--enable-iri option in case locale support and libidn2 are available
[1] https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00017.html
[2] https://git.savannah.gnu.org/cgit/wget.git/commit/configure.ac?id=a24e67e239ef949cc77a4c4e5a0beb703026a296
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:59:44 +02:00
Vincent Stehlé
3de486f8b0
package/busybox: fix udhcpc options in minimal config
...
The busybox-minimal.config, which is used by systems without an MMU, specifies
the "-b" command line option for udhcpc. However, this option is not supported
by BusyBox udhcpc anymore since version 1.27.0 when building for systems
without an MMU.
Remove the "-b" option from busybox-minimal.config to repair network
initialization on systems without an MMU.
This fixes the following network initialization failure:
udhcpc: invalid option -- b
FAIL
Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:59:41 +02:00
Pedro Aguilar
3eb888ce39
packages/guile: bump to version 3.0.8
...
Signed-off-by: Pedro Aguilar <paguilar@paguilar.org >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:55:23 +02:00
Fabrice Fontaine
9a78a75613
package/jack1: libsndfile is optional, not mandatory
...
libsndfile is only needed to build jackrec example client
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:55:23 +02:00
Fabrice Fontaine
05bbdfa382
package/jack1: libsamplerate is optional, not mandatory
...
libsamplerate is only needed to build the NetJack backend and internal
client
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:55:23 +02:00
Fabrice Fontaine
a960dbc5d5
package/json-glib: bump to version 1.6.6
...
- Update introspection option:
461edcc8cd
- Disable docs (enabled by default since
8d6176451f )
- Disable tests (added by:
8e835f8ed2 )
- Update indentation in hash file (two spaces)
https://gitlab.gnome.org/GNOME/json-glib/-/blob/1.6.6/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:55:23 +02:00
Fabrice Fontaine
328516a5ad
package/bluez5_utils: hid and hog needs headers >= 3.18
...
Fix the following build failure with hid and hog raised since their
addition in commit fb9fc969d9 and
https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=9b58288693680b021e5dcbc6f8bea80b5be89311
https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=646db71713b05d50b2b0c421da34e80ed4c54fbd
because UHID_GET_REPORT is only available since kernel 3.18 and
fa71f32b5d :
profiles/input/device.c: In function 'uhid_send_get_report_reply':
profiles/input/device.c:222:24: error: 'union <anonymous>' has no member named 'get_report_reply'
if (size > sizeof(ev.u.get_report_reply.data))
^
profiles/input/device.c:223:21: error: 'union <anonymous>' has no member named 'get_report_reply'
size = sizeof(ev.u.get_report_reply.data);
^
profiles/input/device.c:231:12: error: 'UHID_GET_REPORT_REPLY' undeclared (first use in this function)
ev.type = UHID_GET_REPORT_REPLY;
^
Fixes:
- http://autobuild.buildroot.org/results/1db406eac7620e3f76d997414eb7af7d2ac6cfe6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:55:23 +02:00
Fabrice Fontaine
d76b7564f1
package/pkcs11-helper: fix build without threads
...
Fix the following build failure without threads and openvpn raised since
commit 0199dc1617 :
/home/giuliobenetti/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabihf/9.3.0/../../../../arm-buildroot-linux-uclibcgnueabihf/bin/ld: /home/giuliobenetti/autobuild/run/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/libpkcs11-helper.so: undefined reference to `_pkcs11h_slotevent_init'
Fixes:
- http://autobuild.buildroot.org/results/fcaa70cc035d6f9d35dfa8d564e9948c7e1cfd9e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:55:23 +02:00
Andreas Ziegler
0f3d6d2e6a
package/zziplib: fix static build failure with mpd
...
The current released version of zziplib copies static libraries with appended
major version, but omits creating the necessary links to the base file names.
This prevents the linker to find the libraries via the search path.
The issue (https://github.com/gdraheim/zziplib/issues/117 ) has been
fixed upstream; this patch extracts the necessary part of commit 0e8d35f92efb680c81f6ec1fca9f11d173dce389, to enable creation of symlinks.
This resolves the following autobuild issues:
http://autobuild.buildroot.net/results/6c56b645a2b723920f07b98474452824fba5e2c1
http://autobuild.buildroot.net/results/032aaff121fb114f388c67dbca3ad2b02f670e38
http://autobuild.buildroot.net/results/ba711034c0abe980f677e26de41739223e2f66e9
Signed-off-by: Andreas Ziegler <br015@umbiko.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:55:23 +02:00
Fabrice Fontaine
ad21d84a58
package/usbguard: bump to version 1.1.1
...
- This bump fixes unauthorized access via D-Bus (CVE-2019-25058):
https://github.com/advisories/GHSA-p5wh-m4gj-x2mr
but dbus is disabled on buildroot
- musl is supported since
b04e8deaca
- C++17 is now mandatory:
8c86264986
- Update hash of license file (use license file from gnu.org:
3292511ab1 )
https://github.com/USBGuard/usbguard/blob/usbguard-1.1.1/CHANGELOG.md
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:47:13 +02:00
Yann E. MORIN
945f8a788f
boot/optee-os: fix version choice
...
Commit c5d441b7f2 (boot/optee-os: bump to version 3.16.0) forgot to
propagate the rustc arch dependency from the new version, to the default
clause of the choice.
This leaves only the custom git tree as a posible source for building
OP-TEE OS in case the host can't have a rustc compiler.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Clément Léger <clement.leger@bootlin.com >
Cc: Etienne Carriere <etienne.carriere@linaro.org >
Acked-by: Etienne Carriere <etienne.carriere@linaro.org >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:33:24 +02:00
Andreas Ziegler
8974c6fa26
package/mpd: update to version 0.23.6
...
Remove 0002-lib-alsa-Error-add-missing-include.patch, the upstream fix is part
of this release
Change log:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.6/NEWS
Signed-off-by: Andreas Ziegler <br015@umbiko.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2022-03-27 17:33:24 +02:00