Francois Perrad
bc3ab165ea
package/moarvm: bump to version 2023.06
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-21 23:12:47 +02:00
Francois Perrad
c7aaeff4f1
package/luajit: bump to version 8635cbabf3094c4d8bd00578c7d812bea87bb2d3
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-21 23:12:47 +02:00
Francois Perrad
2c97f3fc0b
package/janet: bump to version 1.29.1
...
remove merged patch
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-21 23:12:44 +02:00
Bernd Kuhls
3ecf0baa74
package/libopenssl: remove deprecated options
...
Fixes configure warning:
***** Deprecated options: no-crypto-mdebug-backtrace, no-ssl2
no-ssl2 option was re-added in 2016:
e80381e1a3
"We warn that it's deprecated, and ignore it otherwise."
Quoting https://www.openssl.org/docs/man3.0/man3/SSLv23_method.html
"Support for SSLv2 [... was] removed in OpenSSL 1.1.0."
Therefore we do not need any legacy handling for
BR2_PACKAGE_LIBOPENSSL_ENABLE_SSL2.
no-crypto-mdebug-backtrace was removed in OpenSSL 3.0:
https://github.com/openssl/openssl/blob/master/NEWS.md?plain=1#L161
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-21 23:02:37 +02:00
Bernd Kuhls
72a437101f
package/{mesa3d, mesa3d-headers}: bump version to 23.1.4
...
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2023-July/000724.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-21 23:00:31 +02:00
Bernd Kuhls
7ccdeeb213
package/openssh: security bump version to 9.3p2
...
Fixes CVE-2023-38408: https://www.openssh.com/txt/release-9.3p2
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-21 23:00:15 +02:00
Bernd Kuhls
e356dada43
package/libuhttpd: add upstream patch to fix openssl3 build
...
Removed unneeded patches and replace them with an upstream commit.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-21 22:56:39 +02:00
Bernd Kuhls
65f79438ef
package/intel-gmmlib: bump version to 22.3.9
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:31:04 +02:00
Bernd Kuhls
cd8028b220
package/linux-headers: drop 6.3.x option
...
The 6.3.x series is now EOL upstream, so drop the linux-headers option
and add legacy handling for it.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:30:28 +02:00
Bernd Kuhls
5037426d2b
{linux, linux-headers}: bump 6.{1, 4}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:30:23 +02:00
Bernd Kuhls
566e00adea
package/libcurl: bump version to 8.2.0
...
Changelog: https://curl.se/changes.html#8_2_0
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:29:27 +02:00
Bernd Kuhls
83651e1833
package/samba4: security bump version to 4.18.5
...
Release notes: https://www.samba.org/samba/history/samba-4.18.5.html
Fixes the following CVEs:
o CVE-2022-2127:
When winbind is used for NTLM authentication, a maliciously
crafted request can trigger an out-of-bounds read in winbind
and possibly crash it.
https://www.samba.org/samba/security/CVE-2022-2127.html
o CVE-2023-3347:
SMB2 packet signing is not enforced if an admin configured
"server signing = required" or for SMB2 connections to Domain
Controllers where SMB2 packet signing is mandatory.
https://www.samba.org/samba/security/CVE-2023-3347.html
o CVE-2023-34966:
An infinite loop bug in Samba's mdssvc RPC service for
Spotlight can be triggered by an unauthenticated attacker by
issuing a malformed RPC request.
https://www.samba.org/samba/security/CVE-2023-34966.html
o CVE-2023-34967:
Missing type validation in Samba's mdssvc RPC service for
Spotlight can be used by an unauthenticated attacker to
trigger a process crash in a shared RPC mdssvc worker process.
https://www.samba.org/samba/security/CVE-2023-34967.html
o CVE-2023-34968:
As part of the Spotlight protocol Samba discloses the server-
side absolute path of shares and files and directories in
search results.
https://www.samba.org/samba/security/CVE-2023-34968.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:28:56 +02:00
Bernd Kuhls
fbec498006
package/libuhttpd: fix comment
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:19:11 +02:00
Bernd Kuhls
687f41227a
package/libuhttpd: fix build with openssl3
...
Fixes:
http://autobuild.buildroot.net/results/c09/c09c77e399e9ee410995a91a22306897eca667d1/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:18:19 +02:00
Bernd Kuhls
3cd014c716
package/pound: fix pcre2 detection
...
Without this fix configure finds the host version of pcre2-config:
checking for pcre2-config... /home/autobuild/autobuild/instance-3/output-1/host/bin/pcre2-config
Fixes:
http://autobuild.buildroot.net/results/1b9/1b98078a28b478018cf60bae35974cb4033e2af0/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:15:04 +02:00
Thomas Petazzoni
79f3d7af7e
package/qt5/qt5tools: adjust dependency of BR2_PACKAGE_QT5TOOLS_QDOC_TOOL
...
Following the bump of LLVM in commit
d8291fde5e ("package/llvm-project: bump
to version 15.0.3"), gcc >= 7.x is needed, so update the dependency of
BR2_PACKAGE_QT5TOOLS_QDOC_TOOL accordingly.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:11:05 +02:00
Bernd Kuhls
2cfa86a548
package/erlang: bump version to 26.0.2
...
Needed for compatibility with OpenSSL 3.x which was added in version 25:
f11a9f2d3a
Added dependency to wchar due to upstream commit
bd0865ff86
Removed all patches.
Added new patch to fix build with defconfig bootlin-x86-64-uclibc.
CVE-2021-29221 does not need to be ignored anymore, the latest broken
version was 23.2.3.
Removed ERLANG_REMOVE_SSL_DEPS hook, bug was fixed upstream:
f03feee7e3
Updated ERLANG_RUN_AUTOCONF due to upstream commit
d277599a42 (diff-9d7b6b593fbd689e1f48ba5964dc3bcc87c51e8e1aab5ff496a4e5ba3a248775R1233)
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:08:03 +02:00
Bernd Kuhls
fd29a61f01
package/ejabberd: bump version to 23.04
...
Rebased patches, added sha256 hash provided by upstream, switched tarball
to tar.gz.
Added make target "all" because the default make target "compile" in
pkg-rebar.mk does not build ejabberdctl.example after upstream commit
93f994d50a
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:08:02 +02:00
Bernd Kuhls
f36e336ee5
package/erlang-p1-zlib: bump version to 1.0.12
...
Updated license hash due to copyright year bump:
244ddf3104
Changelog: https://github.com/processone/ezlib/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:08:00 +02:00
Bernd Kuhls
aaefde2e68
package/erlang-p1-yconf: bump version to 1.0.15
...
Changelog: https://github.com/processone/yconf/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:59 +02:00
Bernd Kuhls
6b87f6e017
package/erlang-p1-yaml: bump version to 1.0.36
...
Changelog:
https://github.com/processone/fast_yaml/blob/master/CHANGELOG.md
[1.0.36 just updated a github workflow file]
Removed paths added by upstream
de7687901d
which break cross-builds.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:58 +02:00
Bernd Kuhls
ec0498a49c
package/erlang-p1-xmpp: bump version to 1.6.2
...
Changelog: https://github.com/processone/xmpp/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:57 +02:00
Bernd Kuhls
805484dd66
package/erlang-p1-utils: bump version to 1.0.25
...
Changelog:
https://github.com/processone/p1_utils/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:55 +02:00
Bernd Kuhls
353dddf768
package/erlang-p1-tls: bump version to 1.1.16
...
Updated license hash due to copyright year bump:
f5d6858f3d
Changelog:
https://github.com/processone/fast_tls/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:54 +02:00
Bernd Kuhls
2154782c64
package/erlang-p1-stun: bump version to 1.2.7
...
Changelog: https://github.com/processone/stun/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:53 +02:00
Bernd Kuhls
ce7a5c6f90
package/erlang-p1-stringprep: bump version to 1.0.29
...
Changelog:
https://github.com/processone/stringprep/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:51 +02:00
Bernd Kuhls
785591557f
package/erlang-p1-sip: bump version to 1.0.49
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:50 +02:00
Bernd Kuhls
98c36ab698
package/erlang-p1-pkix: bump version to 1.0.9
...
Changelog: https://github.com/processone/pkix/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:49 +02:00
Bernd Kuhls
c04fb64a77
package/erlang-p1-oauth2: bump version to 0.6.11
...
Changelog:
https://github.com/processone/p1_oauth2/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:48 +02:00
Bernd Kuhls
6e20bcb1b0
package/erlang-p1-mqtree: bump version to 1.0.15
...
Changelog:
https://github.com/processone/mqtree/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:46 +02:00
Bernd Kuhls
311ecf5f0b
package/erlang-p1-cache-tab: bump version to 1.0.30
...
Changelog:
https://github.com/processone/cache_tab/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:45 +02:00
Bernd Kuhls
ed111183d2
package/erlang-p1-acme: bump version to 1.0.22
...
Changelog:
https://github.com/processone/p1_acme/blob/master/CHANGELOG.md
[1.0.22 just updated a github workflow file]
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:44 +02:00
Bernd Kuhls
2ada699726
package/erlang-lager: bump version to 3.9.2
...
Changelog:
459a3b2cdd
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:43 +02:00
Bernd Kuhls
4dd6dd20b9
package/erlang-jose: bump version to 1.11.5
...
Changelog:
https://github.com/potatosalad/erlang-jose/blob/main/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:41 +02:00
Bernd Kuhls
e46856b4a9
package/erlang-goldrush: bump version to 0.2.0
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:40 +02:00
Bernd Kuhls
4c24761f77
package/erlang-eimp: bump version to 1.0.22
...
Changelog:
https://github.com/processone/eimp/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 23:07:39 +02:00
Lang Daniel
d8291fde5e
package/llvm-project: bump to version 15.0.3
...
- Add new build dependencies to lld and llvm
- Add host-gcc and gcc >= 7.x dependency since clang doesn't build with gcc 6.3
[ 28%] Building CXX object utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/TableGen.cpp.o
output/build/host-clang-15.0.3/utils/TableGen/RISCVVEmitter.cpp: In instantiation of ‘{anonymous}::SemaSignatureTable::init(llvm::ArrayRef<{anonymous}::SemaRecord>)::<lambda(auto:2&)> [with auto:2 = const llvm::SmallVector<clang::RISCV::PrototypeDescriptor>]’:
/usr/include/c++/6/bits/stl_algo.h:3769:5: required from ‘_Funct std::for_each(_IIter, _IIter, _Funct) [with _IIter = std::_Rb_tree_const_iterator<llvm::SmallVector<clang::RISCV::PrototypeDescriptor> >; _Funct = {anonymous}::SemaSignatureTable::init(llvm::ArrayRef<{anonymous}::SemaRecord>)::<lambda(auto:2&)>]’
output/host/include/llvm/ADT/STLExtras.h:1611:23: required from ‘UnaryFunction llvm::for_each(R&&, UnaryFunction) [with R = std::set<llvm::SmallVector<clang::RISCV::PrototypeDescriptor>, {anonymous}::SemaSignatureTable::init(llvm::ArrayRef<{anonymous}::SemaRecord>)::Compare>&; UnaryFunction = {anonymous}::SemaSignatureTable::init(llvm::ArrayRef<{anonymous}::SemaRecord>)::<lambda(auto:2&)>]’
output/build/host-clang-15.0.3/utils/TableGen/RISCVVEmitter.cpp:249:64: required from here
output/build/host-clang-15.0.3/utils/TableGen/RISCVVEmitter.cpp:249:50: error: cannot call member function ‘void {anonymous}::SemaSignatureTable::insert(llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)’ without object
llvm::for_each(Signatures, [this](auto &Sig) { insert(Sig); });
^~~~~~
utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/build.make:313: recipe for target 'utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/RISCVVEmitter.cpp.o' failed
make[4]: *** [utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/RISCVVEmitter.cpp.o] Error 1
Indeed LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN is OFF, the CheckCompilerVersion.cmake
trigger an error if gcc < 7.x. Indded since llvm 15 this option check for C++17 [1]
The last gcc 7.x version (7.5) has been released in 2019.
Fixing llvm/clang issues for old compiler maybe it's not worth it.
- Remove LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN since
gcc >= 7 is mendatory.
When updating LLVM, we also need to update the version of
SPIRV_LLVM_TRANSLATOR because its CMakeLists.txt verifies the LLVM
base version [2].
The patch
package/llvm/0002-Add-missing-cstdint-header-to-Signals.h.patch has
been included in tag llvmorg-15.0.0 of llvm-project.
[1] 4c72deb613
[2] 5be08b8bb9/CMakeLists.txt (LL82C6-L82C6)
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:57:43 +02:00
Lang Daniel
b4c8785ca2
package/llvm-project/llvm-libunwind: new package
...
Starting with version 15, lld needs the llvm implementation
of libunwind, therefore it is added as a host package.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:57 +02:00
Lang Daniel
2d7d00ba55
package/llvm-project/llvm-cmake: new package
...
This is a small host package containing shared cmake modules
that are needed by various projects during configuration.
For example llvm 15 needs it.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:57 +02:00
Lang Daniel
5fad34d0d1
package/libclc: move to llvm-project subfolder
...
To make version bumping easier, move libclc to a new llvm-project subfolder
and specify site for the project. Since the version of libclc is more
recent than the version specified in LLVM_PROJECT_VERSION, don't change
it for now until a later update.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:53 +02:00
Lang Daniel
353f8bd025
package/compiler-rt: move to llvm-project subfolder
...
To make version bumping easier, move compiler-rt to a new llvm-project
subfolder and specify site and version for the project.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:39 +02:00
Lang Daniel
2d660e4cdc
package/clang: move to llvm-project subfolder
...
To make version bumping easier, move clang to a new llvm-project subfolder
and specify site and version for the project.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:35 +02:00
Lang Daniel
e0caf0d0dc
package/lld: move to llvm-project subfolder
...
To make version bumping easier, move lld to a new llvm-project subfolder
and specify site and version for the project.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:39:27 +02:00
Lang Daniel
2bef68f3b0
package/llvm: move to llvm-project folder
...
To make updating easier, move llvm into the llvm-project folder
and use the defined information.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:39:20 +02:00
Lang Daniel
f6eaf60e80
package/llvm-project: new group for llvm packages
...
To make updating easier in the future, group all llvm projects in
one subfolder and define some variables for all of them.
Introduce LLVM_PROJECT_VERSION_MAJOR to be used by the clang package
in a followup change.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:36:09 +02:00
Thomas Petazzoni
157089d34d
package/pipewire: drop consecutive empty lines
...
Fixes:
package/pipewire/pipewire.mk:184: consecutive empty lines
https://gitlab.com/buildroot.org/buildroot/-/jobs/4682253962/raw
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:30:14 +02:00
Bernd Kuhls
d4fa5c83db
package/vulkan-headers: bump version to 1.3.257
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:27:06 +02:00
Bernd Kuhls
6a7c933240
package/pipewire: bump version to 0.3.74
...
Changelog:
https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/NEWS
Added optional dependency to opus, disabled features with missing
dependencies in buildroot.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:23:25 +02:00
Bernd Kuhls
70a4016412
package/resiprocate: fix build with OpenSSL 3.x
...
Backport upstream commits needed for compatibility with OpenSSL 3.x.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:21:51 +02:00
Yegor Yefremov
66d38cfcfd
package/python-pysmb: add the missing runtime dependency
...
python-tqdm dependency was introduced in 1.2.9 (bump occured in
Buildroot commit 1ffc7b4bb1 ).
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:18:42 +02:00