Bernd Kuhls
73491bf4ec
package/alsa-lib: bump version to 1.2.7.1
...
Changelog: https://www.alsa-project.org/wiki/Changes_v1.2.7_v1.2.7.1
Removed patch which was applied upstream:
92fff4e9d0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-08 09:37:27 +02:00
Michael Vetter
3ad7ba90c0
package/libstrophe: bump to version 0.12.1
...
Remove upstreamed patch 0001-fix-ssize_t.patch
Signed-off-by: Michael Vetter <jubalh@iodoru.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-08 09:37:00 +02:00
Bernd Kuhls
227b162728
package/dtv-scan-tables: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-08 09:35:01 +02:00
Bernd Kuhls
70532a8e09
package/tvheadend: bump version
...
Drop patches included in upstream version.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-08 09:34:32 +02:00
Bernd Kuhls
f941dfb61f
package/x264: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-08 09:34:12 +02:00
Fabrice Fontaine
a5adc9b658
package/libcurl: fix build without sched_yield
...
Fix the following build failure without sched_yield raised since bump to
version 7.84.0 in commit b034109dd6 :
In file included from easy.c:89:
easy_lock.h: In function 'curl_simple_lock_lock':
easy_lock.h:56:7: error: implicit declaration of function 'sched_yield' [-Werror=implicit-function-declaration]
56 | sched_yield();
| ^~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/fbc80a0002d640210c81a4c518856c02669059b7
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Baruch Siach <baruch@tkos.co.il >
Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-08 09:33:40 +02:00
Fabrice Fontaine
b1d6180442
package/evtest: bump to version 1.35
...
- Drop patches (already in version)
- host-pkgconf is not needed since
https://cgit.freedesktop.org/evtest/commit/?id=2cebc0ab5c36c4f81d35677c46b245de849ed062
- Update indentation in hash file (two spaces)
https://lists.freedesktop.org/archives/input-tools/2022-May/001578.html
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-08 09:19:29 +02:00
Neal Frager
b38fff43a7
board/zynqmp/kria/kv260/uboot.fragment: add additional uboot build options
...
This patch adds additional uboot build options that are
required for kria k26 soms.
Signed-off-by: Neal Frager <neal.frager@amd.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-07 17:10:37 +02:00
Bernd Kuhls
b3990050c8
package/x11r7/xkeyboard-config: bump version to 2.36
...
Release notes: https://cgit.freedesktop.org/xkeyboard-config/tree/NEWS
Upstream switched to meson.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-07 15:18:37 +02:00
Bernd Kuhls
e4ff284ba8
package/libvpx: bump version to 1.12.0
...
Changelog: https://github.com/webmproject/libvpx/blob/main/CHANGELOG
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-07 15:18:01 +02:00
Bernd Kuhls
d83565fb68
package/libass: bump version to 0.16.0
...
Changelog: https://github.com/libass/libass/blob/master/Changelog
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-07 15:17:47 +02:00
Bernd Kuhls
e2b61502f0
package/python3: bump version to 3.10.5
...
Release notes:
https://docs.python.org/release/3.10.5/whatsnew/changelog.html#python-3-10-5-final
Drop md5 hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-07 15:16:44 +02:00
Fabrice Fontaine
3eb61f5884
package/kbd: bump to version 2.5.1
...
Update hash of COPYING (upstream license file used since
1c47fec4fe )
https://github.com/legionus/kbd/releases/tag/v2.5.0
https://github.com/legionus/kbd/releases/tag/v2.5.1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-07 15:15:46 +02:00
Fabrice Fontaine
bb7bd0cc4f
package/erofs-utils: bump to version 1.5
...
- Drop patches (already in version)
- liberofs is now released under GPL-2.0+ OR Apache-2.0 license:
https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/commit/?id=49b344c5531a7819f282b0b1b6eb01682c0e41ae
- This bump will fix the following build failure on or1k thanks to
https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/commit/?id=100cae2b98a70ac69ae7a09ed94f86ddf8c89fe2
In file included from ../include/erofs/cache.h:11,
from cache.c:9:
../include/erofs/internal.h:34:2: error: #error incompatible PAGE_SIZE is already defined
34 | #error incompatible PAGE_SIZE is already defined
| ^~~~~
https://lists.ozlabs.org/pipermail/linux-erofs/2022-June/006462.html
Fixes:
- http://autobuild.buildroot.org/results/755f8d736b8ad96b213bb3975b26f1143e60e5b5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Gao Xiang <hsiangkao@aol.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-07 15:13:19 +02:00
James Hilliard
587578442a
package/pipewire: bump to version 0.3.53
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2022-07-07 15:11:50 +02:00
Giulio Benetti
d594c16123
package/libnss: bump version to 3.80
...
Let's drop local patch that has been upstreamed:
190801f7f1
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:49:56 +02:00
Danomi Manchego
0d566b8cc7
package/bind: fix indentation of options in menuconfig
...
Move kconfig comment below the "if BR2_PACKAGE_BIND...endif" block so
that the two sub-options are presented in menuconfig as subordinate to
"bind" package selection rather than equal to it as if they were
unrelated.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:45:44 +02:00
Fabrice Fontaine
4138151e44
package/tcpreplay: fix build with musl-fts
...
Fix the following build failure with musl-fts raised since bump to
version 4.4.1 in commit cc66cf922b and
e1f4c2ac91 :
/home/giuliobenetti/autobuild/run/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc-buildroot-linux-uclibc/10.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: tcpreplay-tcpreplay.o: in function `main':
tcpreplay.c:(.text.startup+0x21c): undefined reference to `fts_open'
Fixes:
- http://autobuild.buildroot.org/results/e47940b5b158395329c0132bb1bbea429c4dc249
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:45:04 +02:00
Dominik Michael Rauh
c3ebeca440
package/uboot-tools: fix BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_REDUNDANT help text
...
The help section of "BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_REDUNDANT"
refers to U-Boot configuration option "CONFIG_ENV_SIZE_REDUND" which is
removed since U-Boot v2020.01, so remove this reference.
We may replace this with a reference to "CONFIG_ENV_OFFSET_REDUND" as
another indicator that a redundant environment image should be created.
This also fixes a minor typo in the same file.
Signed-off-by: Dominik Michael Rauh <dmrauh@posteo.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:42:52 +02:00
Kory Maincent
d780b828fc
utils/genrandconfig: add optee-os custom tarball handling
...
Add a custom case to make sure that a random configuration with an
empty tarball location for OP-TEE OS doesn't fail. It reverts to
BR2_TARGET_OPTEE_OS_LATEST in that case.
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:36:34 +02:00
Fabrice Fontaine
05f559bacc
package/sbc: bump to version 2.0
...
Drop patch (already in version)
https://git.kernel.org/pub/scm/bluetooth/sbc.git/tree/ChangeLog?h=2.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:32:36 +02:00
Fabrice Fontaine
affabe47a2
package/libsndfile: fix libsndfile.pc
...
Fix the following build failure with libsamplerate or minimodem raised
since bump to version 1.1.0 in commit
c59a9d12b7 :
powerpc-buildroot-linux-uclibc-gcc.br_real: error: EXTERNAL_MPEG_LIBS@: No such file or directory
Add host-pkgconf dependency to avoid the following build failure when
running autoreconf:
configure.ac:345: error: macro PKG_INSTALLDIR is not defined; is a m4 file missing?
m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from...
Fixes:
- http://autobuild.buildroot.org/results/6de2d7634b1958693b7cf96fbcc79121f92347e9
- http://autobuild.buildroot.org/results/bf66b19cacd6394957f534035af647ddd8037d60
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:29:55 +02:00
Fabrice Fontaine
07f26d8aa9
package/pigz: bump to version 2.7
...
- Use official tarball
- Update hash of README (version and date updated:
cb8a432c91 )
https://zlib.net/pipermail/pigz-announce_zlib.net/2022-January/000017.html
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:29:05 +02:00
Fabrice Fontaine
cbd365b748
package/libdvdread: bump to version 6.1.3
...
https://code.videolan.org/videolan/libdvdread/-/blob/6.1.3/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:28:20 +02:00
Fabrice Fontaine
07b7f88668
package/earlyoom: bump to version 1.7
...
https://github.com/rfjakob/earlyoom/blob/v1.7/README.md#changelog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:27:58 +02:00
Fabrice Fontaine
d4558c5299
package/dmidecode: bump to version 3.4
...
http://git.savannah.gnu.org/cgit/dmidecode.git/plain/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:27:32 +02:00
Fabrice Fontaine
a3e0bf8509
package/libsamplerate: bump to version 0.2.2
...
- Switch site to get latest release
- Update indentation in hash file (two spaces)
https://github.com/libsndfile/libsamplerate/blob/0.2.2/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:24:07 +02:00
Fabrice Fontaine
eb8bef884b
package/libsamplerate: disable sndfile
...
libsndfile is only used for examples and tests so disable it
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:22:52 +02:00
Fabrice Fontaine
5ef445e84f
package/libsamplerate: use --{dis, en}able-alsa
...
Commit 5b679d7806 forgot to set
--{dis,en}able-alsa
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:22:12 +02:00
Bernd Kuhls
2d972d4f03
package/x11r7/xcb-proto: bump version to 1.15.2
...
Release notes:
https://lists.x.org/archives/xorg-announce/2022-June/003169.html
https://lists.x.org/archives/xorg-announce/2022-June/003170.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:20:35 +02:00
Bernd Kuhls
d4ca769ad4
package/x11r7/xlib_libX11: bump version to 1.8.1
...
Release notes:
https://lists.x.org/archives/xorg-announce/2022-June/003168.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:19:51 +02:00
Bernd Kuhls
9b4914cc4c
package/unixodbc: bump version to 2.3.11
...
Removed unsecure md5 hash, upstream does not provide other hashes so we
keep our sha256 hash. Switched _SITE to http.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:19:02 +02:00
Giulio Benetti
e186b4d89d
package/harfbuzz: bump to version 4.4.0
...
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:18:13 +02:00
Bernd Kuhls
480da99652
package/intel-mediasdk: bump version to 22.4.4
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:16:42 +02:00
Bernd Kuhls
3cfdd0777d
package/intel-mediadriver: bump version to 22.4.4
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:16:38 +02:00
Bernd Kuhls
8fc1fe6483
package/libva-utils: bump version to 2.15.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:16:24 +02:00
Bernd Kuhls
0cd5902030
package/libva: bump version to 2.15.0
...
Release notes: https://github.com/intel/libva/blob/v2.15-branch/NEWS
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:15:39 +02:00
Fabrice Fontaine
569873ae9d
package/inih: bump to version 55
...
https://github.com/benhoyt/inih/releases/tag/r54
https://github.com/benhoyt/inih/releases/tag/r55
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:14:59 +02:00
Fabrice Fontaine
03edfd96e8
package/memtester: bump to version 4.5.1
...
https://pyropus.ca./software/memtester/CHANGELOG
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:14:23 +02:00
Fabrice Fontaine
d932260f8f
package/isl: bump to version 0.24
...
https://repo.or.cz/isl.git/blob/3ea3e8b77475bea49b35b8215d8f66af94121b3c:/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:13:33 +02:00
Fabrice Fontaine
876be2b0f3
package/keyutils: add KEYUTILS_CPE_ID_VENDOR
...
cpe:2.3:a:keyutils_project:keyutils is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Akeyutils_project%3Akeyutils
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:12:29 +02:00
Fabrice Fontaine
03920e842b
package/libgpgme: fix LIBGPGME_CPE_ID_PRODUCT
...
Fix typo added by commit 6b79c8fb05
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 23:11:48 +02:00
Heiko Thiery
167a15b764
package/netopeer2: bump version to 2.1.23
...
Add patch to fix issue building with buildroot. The patch is already
accepted upstream.
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 21:47:48 +02:00
Heiko Thiery
62d5699d00
package/libnetconf2: bump version to 2.1.11
...
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 21:47:15 +02:00
Heiko Thiery
ca336ca3bf
package/sysrepo: bump version to 2.1.64
...
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 21:46:59 +02:00
Heiko Thiery
528fcb326f
package/libyang: bump version to 2.0.194
...
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 21:46:42 +02:00
Dario Binacchi
f414afe53d
package/uuu: bump to version 1.4.224
...
It requires the host-zstd package.
The hash of README.md changed due to changes unrelated to the license
terms:
-- `sudo apt-get install libusb-1.0-0-dev libbz2-dev pkg-config cmake libssl-dev g++`
+- `sudo apt-get install libusb-1.0-0-dev libbz2-dev libzstd-dev pkg-config cmake libssl-dev g++`
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-06 08:51:18 +02:00
Marcus Folkesson
dedc1b71d9
package/libostree: bump to version 2022.4
...
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-07-05 22:17:12 +02:00
Quentin Schulz
bba4dad9aa
package/libcamera: strip symbols before signing IPA libs
...
Open-Source IPA shlibs need to be signed in order to be runnable within
the same process, otherwise they are deemed Closed-Source and run in
another process and communicate over IPC.
The shlib installed on the target should be the same as the one signed
by libcamera during package creation otherwise the signature won't match
the shlib.
Buildroot sanitizes RPATH in a post build process. meson gets rid of
rpath while installing so we don't need to do it manually.
Buildroot may strip symbols, so we need to do the same before signing.
Signing the IPA shlibs is done by the meson install target, so we need
to strip the IPA shlibs, so after the build but before the install,
which a post-build hooks fits the best.
Cc: Quentin Schulz <foss+buildroot@0leil.net >
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com >
[yann.morin.1998@free.fr: slight rewording of commit log]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-07-04 21:50:44 +02:00
Fabrice Fontaine
7d58c41394
package/uuu: add host-openssl dependency
...
Fix the following build failure raised since the addition of the package
in commit 776385d645 :
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENSSL_CRYPTO_LIBRARY (ADVANCED)
linked by target "uuu" in directory /home/buildroot/autobuild/instance-0/output-1/build/host-uuu-1.4.193/uuu
OPENSSL_SSL_LIBRARY (ADVANCED)
linked by target "uuu" in directory /home/buildroot/autobuild/instance-0/output-1/build/host-uuu-1.4.193/uuu
Fixes:
- http://autobuild.buildroot.org/results/2f05bc67112a59eba8f59ff707e43d76e41dbad1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2022-07-04 18:54:06 +02:00