]> Git Repo - buildroot-mgba.git/log
buildroot-mgba.git
6 months agoconfigs/stm32f769_disco_sd: bump Linux to 5.15.162 and U-Boot to 2024.04
Dario Binacchi [Thu, 11 Jul 2024 12:54:12 +0000 (14:54 +0200)]
configs/stm32f769_disco_sd: bump Linux to 5.15.162 and U-Boot to 2024.04

The patch bumps the Linux kernel to version 5.15.162 and U-Boot to
version 2024.04.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/asterisk: update to 20.8.1
Waldemar Brodkorb [Thu, 11 Jul 2024 09:52:17 +0000 (11:52 +0200)]
package/asterisk: update to 20.8.1

See here for a ChangeLog:
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-20-current.md

20.8.1 contains a fix for CVE-2024-35190. However, the vulnerability
was introduced in commit 68a49128253f677f9e1b235c70d2316342372f7d
between 20.7.0 and 20.8.0, and Buildroot was using 20.7.0, so we were
not affected by this vulnerability.

Patch 0005 is applied upstream.

Signed-off-by: Waldemar Brodkorb <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/snappy: bump to version 1.2.1
Dario Binacchi [Thu, 11 Jul 2024 17:51:04 +0000 (19:51 +0200)]
package/snappy: bump to version 1.2.1

Release notes:
https://github.com/google/snappy/releases/tag/1.2.1
https://github.com/google/snappy/releases/tag/1.2.0

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/snappy: fix compilation error raised by vqtbl1q_u8 instruction
Dario Binacchi [Thu, 11 Jul 2024 17:51:03 +0000 (19:51 +0200)]
package/snappy: fix compilation error raised by vqtbl1q_u8 instruction

The package compilation for the raspberrypi3_qt5we_defconfig raises the
following error:

In file included from buildroot/output/build/snappy-1.1.10/snappy.cc:29:
buildroot/output/build/snappy-1.2.1/snappy-internal.h: In function ‘snappy::internal::V128 snappy::internal::V128_Shuffle(V128, V128)’:
buildroot/output/build/snappy-1.2.1/snappy-internal.h:109:10: error: ‘vqtbl1q_u8’ was not declared in this scope; did you mean ‘vtbl1_u8’?
  109 |   return vqtbl1q_u8(input, shuffle_mask);
      |          ^~~~~~~~~~
      |          vtbl1_u8
make[4]: *** [CMakeFiles/snappy.dir/build.make:118: CMakeFiles/snappy.dir/snappy.cc.o] Error 1

The issue was raised by commit b3fb0b5b4b076 ("Enable vector byte
shuffle optimizations on ARM NEON") contained in version 1.1.10.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/ltris: bump version to 1.3.2
Julien BOIBESSOT [Thu, 11 Jul 2024 14:48:10 +0000 (16:48 +0200)]
package/ltris: bump version to 1.3.2

As requested by Buildroot's autobuilder tracking outdated packages.

Build tested with:

$ ./utils/test-pkg -c ltris.config -p ltris -a
                             arm-aarch64 [ 1/41]: OK
                   bootlin-aarch64-glibc [ 2/41]: OK
               bootlin-arcle-hs38-uclibc [ 3/41]: OK
                    bootlin-armv5-uclibc [ 4/41]: OK
                     bootlin-armv7-glibc [ 5/41]: OK
                   bootlin-armv7m-uclibc [ 6/41]: SKIPPED
                      bootlin-armv7-musl [ 7/41]: OK
                bootlin-m68k-5208-uclibc [ 8/41]: SKIPPED
               bootlin-m68k-68040-uclibc [ 9/41]: OK
             bootlin-microblazeel-uclibc [10/41]: OK
                bootlin-mipsel32r6-glibc [11/41]: OK
                   bootlin-mipsel-uclibc [12/41]: OK
                     bootlin-nios2-glibc [13/41]: OK
                 bootlin-openrisc-uclibc [14/41]: OK
        bootlin-powerpc64le-power8-glibc [15/41]: OK
           bootlin-powerpc-e500mc-uclibc [16/41]: OK
                   bootlin-riscv32-glibc [17/41]: OK
                   bootlin-riscv64-glibc [18/41]: OK
                    bootlin-riscv64-musl [19/41]: OK
                 bootlin-s390x-z13-glibc [20/41]: OK
                      bootlin-sh4-uclibc [21/41]: OK
                   bootlin-sparc64-glibc [22/41]: OK
                    bootlin-sparc-uclibc [23/41]: OK
                    bootlin-x86-64-glibc [24/41]: OK
                     bootlin-x86-64-musl [25/41]: OK
                   bootlin-x86-64-uclibc [26/41]: OK
                   bootlin-x86-i686-musl [27/41]: OK
                   bootlin-xtensa-uclibc [28/41]: OK
                            br-arm-basic [29/41]: OK
                    br-arm-full-nothread [30/41]: OK
                      br-arm-full-static [31/41]: OK
                   br-i386-pentium4-full [32/41]: OK
                      br-mips64-n64-full [33/41]: OK
                 br-mips64r6-el-hf-glibc [34/41]: OK
               br-powerpc-603e-basic-cpp [35/41]: OK
               br-powerpc64-power7-glibc [36/41]: OK
                       linaro-aarch64-be [37/41]: OK
                          linaro-aarch64 [38/41]: OK
                              linaro-arm [39/41]: OK
                         sourcery-mips64 [40/41]: OK
                           sourcery-mips [41/41]: OK
41 builds, 2 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed

$ cat ltris.config
BR2_PACKAGE_LTRIS=y
BR2_PACKAGE_LTRIS_AUDIO=y

Signed-off-by: Julien BOIBESSOT <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/tbb: bump to version 2021.12.0
Francis Laniel [Mon, 17 Jun 2024 15:10:18 +0000 (16:10 +0100)]
package/tbb: bump to version 2021.12.0

Signed-off-by: Francis Laniel <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/pahole: bump to version 1.27
Francis Laniel [Mon, 17 Jun 2024 15:10:17 +0000 (16:10 +0100)]
package/pahole: bump to version 1.27

https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/NEWS?h=v1.27

Signed-off-by: Francis Laniel <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/libgeos: bump version to 3.12.2
Maxim Kochetkov [Thu, 11 Jul 2024 07:31:56 +0000 (10:31 +0300)]
package/libgeos: bump version to 3.12.2

Changelog: https://github.com/libgeos/geos/releases/tag/3.12.2

Signed-off-by: Maxim Kochetkov <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/pinentry: bump to version 1.3.1
Julien Olivain [Wed, 10 Jul 2024 22:06:44 +0000 (00:06 +0200)]
package/pinentry: bump to version 1.3.1

For change log, see:
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=NEWS;h=a07d18953341a4eb65c9873e64c06bc7c642606d

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/rtl8822cs: bump driver version to latest
Viacheslav Bocharov [Wed, 19 Jun 2024 07:55:40 +0000 (10:55 +0300)]
package/rtl8822cs: bump driver version to latest

- Update driver for kernel 6.9+
- Fix warning/errors on build

Fixes: http://autobuild.buildroot.net/results/82dd4d986c0ddfb48e7316473186ef4c9d8ee783
Signed-off-by: Viacheslav Bocharov <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/highway: bump to version 1.2.0
Julien Olivain [Fri, 21 Jun 2024 21:44:47 +0000 (23:44 +0200)]
package/highway: bump to version 1.2.0

For release note, see:
- https://github.com/google/highway/releases/tag/1.2.0

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/python-pyalsa: bump to version 1.2.12
Julien Olivain [Fri, 21 Jun 2024 21:09:04 +0000 (23:09 +0200)]
package/python-pyalsa: bump to version 1.2.12

For change log since 1.2.7, see:
- https://github.com/alsa-project/alsa-python/releases/tag/v1.2.12

This commit also adds a comment about the pgp signature check in the
hash file.

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/linux-firmware: add WiFi and BT firmware for MT7925
Lance Fredrickson [Sun, 23 Jun 2024 22:03:47 +0000 (16:03 -0600)]
package/linux-firmware: add WiFi and BT firmware for MT7925

Signed-off-by: Lance Fredrickson <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoconfigs/spike_riscv64: remove no longer needed kernel fragment
Julien Olivain [Mon, 24 Jun 2024 18:05:19 +0000 (20:05 +0200)]
configs/spike_riscv64: remove no longer needed kernel fragment

Buildroot commit [1] updated riscv-isa-sim (Spike), which now includes
a NS16550 uart emulation. The Kernel config fragment was introduced to
work with older HTIF interface from Spike.

For more information about the HTIF/NS16550 in Spike, see the commit
log [2].

This commit removes this Kernel config fragment, since it is no longer
needed.

[1] https://gitlab.com/buildroot.org/buildroot/-/commit/853b7661bf5ddca5d4b81964ef1a19a133beac85
[2] https://gitlab.com/buildroot.org/buildroot/-/commit/38c581b05cd8e7967783410b36c14b9b561acd12

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoconfigs/arm_foundationv8: bump to Linux 6.8.10
Vincent Stehlé [Mon, 24 Jun 2024 09:19:39 +0000 (11:19 +0200)]
configs/arm_foundationv8: bump to Linux 6.8.10

- Bump Linux kernel to v6.8.10.
- Bump the FVP in the readme to version 11.25 build 15.

Signed-off-by: Vincent Stehlé <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Arnout Vandecappelle <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agosupport/testing: add kmod runtime test
Julien Olivain [Mon, 24 Jun 2024 22:49:58 +0000 (00:49 +0200)]
support/testing: add kmod runtime test

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/alsa-plugins: bump version to 1.2.12
Charles Hardin [Mon, 24 Jun 2024 19:26:10 +0000 (12:26 -0700)]
package/alsa-plugins: bump version to 1.2.12

Changelog:
https://www.alsa-project.org/wiki/Changes_v1.2.11_v1.2.12#alsa-plugins

Signed-off-by: Charles Hardin <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/cmake: bump version to 3.30.0
Bernd Kuhls [Wed, 10 Jul 2024 21:42:45 +0000 (23:42 +0200)]
package/cmake: bump version to 3.30.0

Release notes:
https://cmake.org/cmake/help/latest/release/3.29.html
https://cmake.org/cmake/help/latest/release/3.30.html

Updated license hash due to copyright year bump:
https://gitlab.kitware.com/cmake/cmake/-/commit/4bc97565d0f97fa1a840d56ab58be46ccad175e0
and updated zlib version:
https://gitlab.kitware.com/cmake/cmake/-/commit/6c2bed54f6610405e1a37aa48ff0f8d25f198076

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/tk: bump to version 8.6.14
Julien Olivain [Wed, 10 Jul 2024 21:34:06 +0000 (23:34 +0200)]
package/tk: bump to version 8.6.14

For release note, see:
https://sourceforge.net/projects/tcl/files/Tcl/8.6.14/tcltk-release-notes-8.6.14.txt

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/tcl: bump to version 8.6.14
Julien Olivain [Wed, 10 Jul 2024 21:32:28 +0000 (23:32 +0200)]
package/tcl: bump to version 8.6.14

For release note, see:
https://sourceforge.net/projects/tcl/files/Tcl/8.6.14/tcltk-release-notes-8.6.14.txt

This commit also drops the package patch, which is no longer needed. The
upstream commit [1] completely removed the compatibility layer. The
entry in ".checkpackageignore" is also removed.

[1] https://github.com/tcltk/tcl/commit/04d66a25716cb7738dad3170cca4d0a4683db08a

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/tbtools: allow 32-bit builds
Mika Westerberg [Tue, 18 Jun 2024 13:04:03 +0000 (16:04 +0300)]
package/tbtools: allow 32-bit builds

With the latest tbtools 32-bit builds should work too so drop this
limitation.

Signed-off-by: Mika Westerberg <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/tbtools: install bash completion files and scripts
Mika Westerberg [Tue, 18 Jun 2024 13:04:02 +0000 (16:04 +0300)]
package/tbtools: install bash completion files and scripts

Add hooks to install the bash completion files and scripts provided by
the package.

Signed-off-by: Mika Westerberg <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/tbtools: bump to version 0.4.1
Mika Westerberg [Tue, 18 Jun 2024 13:04:01 +0000 (16:04 +0300)]
package/tbtools: bump to version 0.4.1

Update to the latest release of tbtools.

Fixes build on sparc64:

  http://autobuild.buildroot.net/results/7b533f0dd7cc0c84c831182a4b2c439e84030ba0/

Signed-off-by: Mika Westerberg <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoboard/ti/am64x-sk: update custom hashes
Gero Schwäricke [Thu, 20 Jun 2024 11:08:21 +0000 (13:08 +0200)]
board/ti/am64x-sk: update custom hashes

Commit
7efd75867cd84926b7aa6524e0a41c50c32b20e1 ("configs/ti_am64x_sk_defconfig:
update U-Boot to v2024.04") updated U-Boot and the ti-k3-r5-loader to
2024.04, but did not update the hash files in board/ti/am62x-sk/. It
ended up working for now, because the official versions of boot/uboot
and boot/ti-k3-r5-loader/ also use 2024.04 and therefore have this
hash, but it would have started failing as soon as boot/uboot and/or
boot/ti-k3-r5-loader official version were updated.

Signed-off-by: Gero Schwäricke <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoboard/ti/am62x-sk: update custom hashes
Gero Schwäricke [Thu, 20 Jun 2024 11:08:20 +0000 (13:08 +0200)]
board/ti/am62x-sk: update custom hashes

Commit
cc2910a7dbd331ae0ad6a8f06ce7cd0559a1ebe1 ("configs/ti_am62x_sk_defconfig:
update U-Boot to v2024.04") updated U-Boot and the ti-k3-r5-loader to
2024.04, but did not update the hash files in board/ti/am62x-sk/. It
ended up working for now, because the official versions of boot/uboot
and boot/ti-k3-r5-loader/ also use 2024.04 and therefore have this
hash, but it would have started failing as soon as boot/uboot and/or
boot/ti-k3-r5-loader official version were updated.

Signed-off-by: Gero Schwäricke <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/libzenoh-pico: bump version to 0.11.0
Michel Alex [Thu, 20 Jun 2024 09:25:39 +0000 (09:25 +0000)]
package/libzenoh-pico: bump version to 0.11.0

https://github.com/eclipse-zenoh/zenoh-pico/releases/tag/0.11.0
Signed-off-by: Alex Michel <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/libzenoh-c: bump to version 0.11.0
Michel Alex [Thu, 20 Jun 2024 09:25:35 +0000 (09:25 +0000)]
package/libzenoh-c: bump to version 0.11.0

https://github.com/eclipse-zenoh/zenoh-c/releases/tag/0.11.0
Signed-off-by: Alex Michel <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/libssh: select BR2_PACKAGE_LIBOPENSSL_ENGINES
Heiko Thiery [Tue, 9 Jul 2024 20:24:39 +0000 (22:24 +0200)]
package/libssh: select BR2_PACKAGE_LIBOPENSSL_ENGINES

This fixes link time errors, undefined references to various ENGINE_*
functions in case libopenssl backend is used.

Fixes:

  http://autobuild.buildroot.net/results/5bb845be7f861dc3540a8dc618ccd1a0a759f2d5/

Signed-off-by: Heiko Thiery <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/openocd: add config option for imx_gpio driver
Josua Mayer [Wed, 10 Jul 2024 14:42:57 +0000 (16:42 +0200)]
package/openocd: add config option for imx_gpio driver

imx_gpio driver is used on NXP i.MX family of SoCs and required e.g. for
programming noridc microcontrollers on SolidRun SolidSense family of
devices.

Add new config variable BR2_PACKAGE_OPENOCD_IMXGPIO for imx_gpio driver.

Signed-off-by: Josua Mayer <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/leafnode2: bump version
Bernd Kuhls [Wed, 10 Jul 2024 21:04:48 +0000 (23:04 +0200)]
package/leafnode2: bump version

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/intel-gmmlib: bump version to 22.4.1
Bernd Kuhls [Wed, 10 Jul 2024 20:55:08 +0000 (22:55 +0200)]
package/intel-gmmlib: bump version to 22.4.1

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoutils/update-rust: use pathlib with relative paths
James Hilliard [Sun, 23 Jun 2024 20:58:21 +0000 (14:58 -0600)]
utils/update-rust: use pathlib with relative paths

This avoids the requirement of running update-rust from TOPDIR and
is slightly cleaner.

Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoutils/update-rust: use urllib.request from stdlib instead of requests
James Hilliard [Sun, 23 Jun 2024 20:35:57 +0000 (14:35 -0600)]
utils/update-rust: use urllib.request from stdlib instead of requests

We can use urllib.request without adding any addition lines of code
compared with requests which is not part of the stdlib.

Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoboot/syslinux: fix building with GCC 14.x
Lance Fredrickson [Sun, 23 Jun 2024 03:38:04 +0000 (21:38 -0600)]
boot/syslinux: fix building with GCC 14.x

Add missing stdio.h include. Without this includes, the build fails
with the following error under GCC 14.x:

../../../com32/lib/syslinux/debug.c: In function ‘syslinux_debug’:
../../../com32/lib/syslinux/debug.c:91:5: error: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]
   91 |     printf("Dynamic debug unavailable\n");

Signed-off-by: Lance Fredrickson <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/octave: add optional openssl support
Julien Olivain [Sun, 23 Jun 2024 10:26:15 +0000 (12:26 +0200)]
package/octave: add optional openssl support

GNU Octave supports the --with-openssl configure option since v4.0.0.

For reference, commit 40ea68b4b2 "package/octave: new package"
introduced the package at v7.1.0.

This commits adds this optional support.

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/intel-gmmlib: bump version to 22.4.0
Bernd Kuhls [Sun, 30 Jun 2024 14:57:12 +0000 (16:57 +0200)]
package/intel-gmmlib: bump version to 22.4.0

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/intel-mediadriver: bump version to 24.2.5
Bernd Kuhls [Sun, 30 Jun 2024 14:57:11 +0000 (16:57 +0200)]
package/intel-mediadriver: bump version to 24.2.5

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/intel-vpl-gpu-rt: bump version to 24.2.5
Bernd Kuhls [Sun, 30 Jun 2024 14:57:10 +0000 (16:57 +0200)]
package/intel-vpl-gpu-rt: bump version to 24.2.5

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/onevpl-intel-gpu: rename package to intel-vpl-gpu-rt
Bernd Kuhls [Sun, 30 Jun 2024 14:57:09 +0000 (16:57 +0200)]
package/onevpl-intel-gpu: rename package to intel-vpl-gpu-rt

Upstream renamed the package and moved the github repo:
https://github.com/intel/vpl-gpu-rt/commit/74dbcc6240e8315ad927f642a5d733e6a515a1d4

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/libjxl: bump to version 0.10.3
Julien Olivain [Wed, 10 Jul 2024 20:03:53 +0000 (22:03 +0200)]
package/libjxl: bump to version 0.10.3

For release notes since v0.10.2, see:
- https://github.com/libjxl/libjxl/releases/tag/v0.10.3

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/exim: security bump version to 4.98
Bernd Kuhls [Wed, 10 Jul 2024 16:19:27 +0000 (18:19 +0200)]
package/exim: security bump version to 4.98

Release notes:
https://lists.exim.org/lurker/message/20240710.155945.8823670d.en.html

Fixes CVE-2024-39929: https://bugs.exim.org/show_bug.cgi?id=3099#c4

Removed patch 0004 due to removal of codesourcery arm/aarch64 toolchains
with commit 53a8c5150e5eeeb6dbbead0275dbf9141f507511.

Patch 0005 (renamed to 0004) is still necessary with gcc-13.x,
reformatted Upstream trailer.

Removed patches 0006, 0007 & 0008 which are included in this release.

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/sqlitecpp: require C++11
Michael Nosthoff [Wed, 10 Jul 2024 15:57:54 +0000 (17:57 +0200)]
package/sqlitecpp: require C++11

[0] lists gcc 4.8.4 as minimum version. Since we don't have
a guard for patch versions depend on gcc 4.9

[0] http://srombauts.github.io/SQLiteCpp/#supported-platforms

Signed-off-by: Michael Nosthoff <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoDEVELOPERS: drop Mathieu Audat
Thomas Petazzoni [Wed, 10 Jul 2024 13:41:34 +0000 (15:41 +0200)]
DEVELOPERS: drop Mathieu Audat

Mathieu privately informed me that he no longer has access to the
TS4900 board, he is therefore unable to maintain this board moving
forward. Let's drop his entry from the DEVELOPERS file.

Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/wpewebkit: add backported patch to fix NEON build
Adrian Perez de Castro [Mon, 24 Jun 2024 20:00:53 +0000 (23:00 +0300)]
package/wpewebkit: add backported patch to fix NEON build

Import a patch that has been backported by upstream to the 2.44 release
branch that fixes the build when the target is an ARM processor that
supports NEON instructions.

Signed-off-by: Adrian Perez de Castro <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/gnutls: add tpm2-tss optional dependency
Romain Naour [Thu, 27 Jun 2024 08:40:39 +0000 (10:40 +0200)]
package/gnutls: add tpm2-tss optional dependency

tpm2-tss support is available since gnutls 3.7.3 using
--{with,without}-tpm2 configure option [1].

Since the option is not handled by gnutls package, tpm2-tss support
can be enabled if tpm2-tss package is build before gnutls package.

Likewise, tpm2-tss support can be enabled for the gnutls host variant
if tpm2-tss libraries are installed on the host.
Make sure to disable tpm2-tss support for the host-gnutls.

[1] https://lists.gnupg.org/pipermail/gnutls-help/2022-January/004736.html

Signed-off-by: Romain Naour <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/rauc-hawkbit-updater: add systemd optional dependency
Bartosz Bilas [Wed, 10 Jul 2024 09:41:38 +0000 (11:41 +0200)]
package/rauc-hawkbit-updater: add systemd optional dependency

Take the systemd into account if present.

Signed-off-by: Bartosz Bilas <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/lua-livr-extra: bump to version 0.3.0
Francois Perrad [Wed, 10 Jul 2024 09:08:48 +0000 (11:08 +0200)]
package/lua-livr-extra: bump to version 0.3.0

diff COPYRIGHT:
    -Copyright (C) 2018-2023 Francois Perrad.
    +Copyright (C) 2018-2024 Francois Perrad.

Signed-off-by: Francois Perrad <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/lua-livr: bump to version 0.4.0
Francois Perrad [Wed, 10 Jul 2024 09:08:47 +0000 (11:08 +0200)]
package/lua-livr: bump to version 0.4.0

diff COPYRIGHT:
    -Copyright (C) 2018-2023 Francois Perrad.
    +Copyright (C) 2018-2024 Francois Perrad.

Signed-off-by: Francois Perrad <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/cloudflared: new package
James Hilliard [Mon, 1 Jul 2024 22:49:02 +0000 (16:49 -0600)]
package/cloudflared: new package

Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/python-paho-mqtt: bump version to 2.1.0
Yann E. MORIN [Tue, 9 Jul 2024 12:33:05 +0000 (14:33 +0200)]
package/python-paho-mqtt: bump version to 2.1.0

Version 2.1.0 is a major bump, with an API change that should be
backward compatible with version up to 1.6.1.

The runtime test failed in timeout because the crng init did not have
time to complete in the default 5-second timeout; tests showed that the
trip-off would be between 6s and 7s here, so increase it enough to leave
some margin on less-capable machines.

Signed-off-by: Yann E. MORIN <[email protected]>
Cc: Asaf Kahlon <[email protected]>
Cc: Davide Viti <[email protected]>
Cc: James Hilliard <[email protected]>
Cc: Yegor Yefremov <[email protected]>
Reviewed-by: Marcus Hoffmann <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/sqlitecpp: new package
Michael Nosthoff [Wed, 10 Jul 2024 08:13:47 +0000 (10:13 +0200)]
package/sqlitecpp: new package

SQLiteC++ (SQLiteCpp) is a lean and easy to use C++ SQLite3 wrapper.

http://srombauts.github.io/SQLiteCpp/

Signed-off-by: Michael Nosthoff <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/gnuplot: bump version to 6.0.1
Michael Fischer [Wed, 10 Jul 2024 07:44:25 +0000 (09:44 +0200)]
package/gnuplot: bump version to 6.0.1

Signed-off-by: Michael Fischer <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-pvr-mythtv: bump version to 21.1.9-Omega
Bernd Kuhls [Tue, 9 Jul 2024 22:03:07 +0000 (00:03 +0200)]
package/kodi-pvr-mythtv: bump version to 21.1.9-Omega

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-pvr-mediaportal-tvserver: bump version to 21.0.3-Omega
Bernd Kuhls [Tue, 9 Jul 2024 22:03:06 +0000 (00:03 +0200)]
package/kodi-pvr-mediaportal-tvserver: bump version to 21.0.3-Omega

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-pvr-waipu: bump version to 21.8.4-Omega
Bernd Kuhls [Tue, 9 Jul 2024 22:03:05 +0000 (00:03 +0200)]
package/kodi-pvr-waipu: bump version to 21.8.4-Omega

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/stellarium: bump version to 24.2
Bernd Kuhls [Tue, 9 Jul 2024 22:01:01 +0000 (00:01 +0200)]
package/stellarium: bump version to 24.2

Release notes:
http://stellarium.org/release/2024/03/26/stellarium-24.1.html
http://stellarium.org/release/2024/06/23/stellarium-24.2.html

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-vfs-libarchive: bump version
Bernd Kuhls [Thu, 27 Jun 2024 21:03:28 +0000 (23:03 +0200)]
package/kodi-vfs-libarchive: bump version

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-skin-confluence: bump version
Bernd Kuhls [Thu, 27 Jun 2024 21:03:27 +0000 (23:03 +0200)]
package/kodi-skin-confluence: bump version

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-pvr-zattoo: bump version to 21.0.2-Omega
Bernd Kuhls [Thu, 27 Jun 2024 21:03:26 +0000 (23:03 +0200)]
package/kodi-pvr-zattoo: bump version to 21.0.2-Omega

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-pvr-waipu: bump version to 21.8.3-Omega
Bernd Kuhls [Thu, 27 Jun 2024 21:03:25 +0000 (23:03 +0200)]
package/kodi-pvr-waipu: bump version to 21.8.3-Omega

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-pvr-stalker: bump version to 21.1.0-Omega
Bernd Kuhls [Thu, 27 Jun 2024 21:03:24 +0000 (23:03 +0200)]
package/kodi-pvr-stalker: bump version to 21.1.0-Omega

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-pvr-hts: bump version to 21.2.4-Omega
Bernd Kuhls [Thu, 27 Jun 2024 21:03:23 +0000 (23:03 +0200)]
package/kodi-pvr-hts: bump version to 21.2.4-Omega

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-peripheral-joystick: bump version to 21.1.18-Omega
Bernd Kuhls [Thu, 27 Jun 2024 21:03:22 +0000 (23:03 +0200)]
package/kodi-peripheral-joystick: bump version to 21.1.18-Omega

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/kodi-inputstream-adaptive: bump version to 21.4.10-Omega
Bernd Kuhls [Thu, 27 Jun 2024 21:03:21 +0000 (23:03 +0200)]
package/kodi-inputstream-adaptive: bump version to 21.4.10-Omega

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoconfigs/olimex_a20_olinuxino_lime*: add hashes
Francois Perrad [Tue, 9 Jul 2024 16:54:20 +0000 (18:54 +0200)]
configs/olimex_a20_olinuxino_lime*: add hashes

and enable BR2_DOWNLOAD_FORCE_CHECK_HASHES

Signed-off-by: Francois Perrad <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoconfigs/olimex_a20_olinuxino_lime*: bump Linux and U-Boot
Francois Perrad [Tue, 9 Jul 2024 16:54:19 +0000 (18:54 +0200)]
configs/olimex_a20_olinuxino_lime*: bump Linux and U-Boot

Signed-off-by: Francois Perrad <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/swupdate: bump to version 2024.05.2
James Hilliard [Tue, 2 Jul 2024 23:19:47 +0000 (17:19 -0600)]
package/swupdate: bump to version 2024.05.2

Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/python-sniffio: bump to version 1.3.1
James Hilliard [Mon, 1 Jul 2024 19:54:34 +0000 (13:54 -0600)]
package/python-sniffio: bump to version 1.3.1

Add new host-python-setuptools-scm build dependency.

Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/xfsprogs: update Kconfig package homepage URL
Julien Olivain [Mon, 1 Jul 2024 19:39:24 +0000 (21:39 +0200)]
package/xfsprogs: update Kconfig package homepage URL

The old xfs homepage URL [1] seems defunct at the time of this commit.
The http URL redirects to https, the certificate expired on
2024-01-26. If the certificate expiration date is ignored, the site
shows a "502 Bad Gateway" error.

The package README [2] advertise the homepage as [3].

This commit updates the URL to the new one.

[1] http://xfs.org
[2] https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/README?h=v6.4.0#n12
[3] https://xfs.wiki.kernel.org

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/linux-firmware: change Amlogic Bluetooth binary path
Yang Li [Tue, 2 Jul 2024 12:17:37 +0000 (20:17 +0800)]
package/linux-firmware: change Amlogic Bluetooth binary path

Since upstream commit 7d931f8afa51d83e9eaee3a3f449bc2f86a5edf3, which
first appeared in linux-firmware 20240709, the amlogic bluetooth
firmware files have been moved from amlogic/bluetooth/ to directly
amlogic/.

Signed-off-by: Yang Li <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/libnvme: bump to version 1.9
Giulio Benetti [Tue, 2 Jul 2024 16:28:57 +0000 (18:28 +0200)]
package/libnvme: bump to version 1.9

Starting with libnvme commit [0] MMU is required so let's add a depends
on BR2_USE_MMU accordingly.

[0]:
https://github.com/linux-nvme/libnvme/commit/7d927f5f38ebd7c90abebb5ebac4701a1bad0993

Signed-off-by: Giulio Benetti <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/raspberrypi-usbboot: bump version to 20221215-105525
Fiona Klute [Fri, 26 Apr 2024 21:35:51 +0000 (23:35 +0200)]
package/raspberrypi-usbboot: bump version to 20221215-105525

The "msd" (mass storage device) firmware files in 2021.07.01 don't
work with some newer CM4 based devices, the one I had issues with is a
RevPi Connect 4. Updating fixes the issue. Mass storage device mode is
required to flash the eMMC of CM4 devices.

Signed-off-by: Fiona Klute <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoboard/pine64/rockpro64/linux.fragment: integrate stmmac driver
Aleksandr Makarov [Fri, 26 Apr 2024 18:47:32 +0000 (21:47 +0300)]
board/pine64/rockpro64/linux.fragment: integrate stmmac driver

Currently, the stmmac driver is configured as a module in the defconfig, which
means that the network functionality is not available until the driver module
is manually inserted.

Use extra config fragment to integrate it directly into the kernel, ensuring that network
functionality is available immediately upon boot.

Signed-off-by: Aleksandr Makarov <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/libdrm: bump version to 2.4.122
Bernd Kuhls [Thu, 27 Jun 2024 21:00:14 +0000 (23:00 +0200)]
package/libdrm: bump version to 2.4.122

Release notes:
https://lists.x.org/archives/xorg-announce/2024-June/003518.html

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agosupport/testing: add atftp test
Brandon Maier [Tue, 2 Jul 2024 15:18:45 +0000 (15:18 +0000)]
support/testing: add atftp test

Signed-off-by: Brandon Maier <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoDEVELOPERS: add myself for package/atftp
Brandon Maier [Tue, 2 Jul 2024 15:18:46 +0000 (15:18 +0000)]
DEVELOPERS: add myself for package/atftp

Signed-off-by: Brandon Maier <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/atftp: add sysvinit script
Brandon Maier [Tue, 2 Jul 2024 15:18:44 +0000 (15:18 +0000)]
package/atftp: add sysvinit script

Add a script to launch the atftp daemon at boot.

Signed-off-by: Brandon Maier <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/python-pyasynchat: new package
Fiona Klute (WIWA) [Tue, 9 Jul 2024 10:18:39 +0000 (12:18 +0200)]
package/python-pyasynchat: new package

pyasynchat is a compatibility package that provides the asynchat
module removed from the standard library in Python 3.12. It is needed
to support fail2ban without a bundled copy and should be removed as
soon as nothing in Buildroot depends on it.

Signed-off-by: Fiona Klute (WIWA) <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/python-pyasyncore: new package
Fiona Klute (WIWA) [Tue, 9 Jul 2024 10:18:38 +0000 (12:18 +0200)]
package/python-pyasyncore: new package

pyasyncore is a compatibility package that provides the asyncore
module removed from the standard library in Python 3.12. It is needed
to support fail2ban without a bundled copy and should be removed as
soon as nothing in Buildroot depends on it.

Signed-off-by: Fiona Klute (WIWA) <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/sdl2: bump version to 2.30.4
Michael Fischer [Mon, 1 Jul 2024 07:46:00 +0000 (09:46 +0200)]
package/sdl2: bump version to 2.30.4

Signed-off-by: Michael Fischer <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/lua-dkjson: bump to 2.8
Francois Perrad [Sun, 30 Jun 2024 13:51:18 +0000 (15:51 +0200)]
package/lua-dkjson: bump to 2.8

Signed-off-by: Francois Perrad <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/fmt: bump to version 11.0.1
Michael Nosthoff [Tue, 9 Jul 2024 07:13:09 +0000 (09:13 +0200)]
package/fmt: bump to version 11.0.1

Signed-off-by: Michael Nosthoff <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months ago.github: add github action to automate PR handling
Dongdong Zhang [Tue, 9 Jul 2024 01:45:17 +0000 (09:45 +0800)]
.github: add github action to automate PR handling

This patch updates the Buildroot repository's GitHub configuration to better
manage incoming pull requests.

- Added a new GitHub Actions workflow (`repo-lockdown.yml`) to automatically
  handle new pull requests.

The new workflow:
- Triggers on new pull requests.
- Uses the `dessant/repo-lockdown` action to:
  - Comment on the pull request, guiding contributors to use the mailing list
    for patch submission.
  - Lock the pull request to prevent further discussion.
  - Close the pull request.

This change ensures that contributors are properly directed to the preferred
method of patch submission via the mailing list, maintaining consistency and
streamlining the review process.

Signed-off-by: Dongdong Zhang <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/nvidia-driver: update the patches to be applied with fuzz 0
Dario Binacchi [Thu, 4 Jul 2024 18:44:56 +0000 (20:44 +0200)]
package/nvidia-driver: update the patches to be applied with fuzz 0

Commit 8f88a644ed7d6 ("support/scripts/apply-patches.sh: set the maximum
fuzz factor to 0") reduced the fuzz factor.

Due to this change, nvidia-driver fails to build with output:

    Applying 0001-use-LDFLAGS.patch using patch:
    patching file kernel/nvidia/nvidia.Kbuild
    Hunk #1 FAILED at 87.
    1 out of 1 hunk FAILED -- saving rejects to file kernel/nvidia/nvidia.Kbuild.rej
    patching file kernel/nvidia-modeset/nvidia-modeset.Kbuild
    Hunk #1 FAILED at 70.
    1 out of 1 hunk FAILED -- saving rejects to file kernel/nvidia-modeset/nvidia-modeset.Kbuild.rej

This commit refreshes the package patch on the current package version.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/paxtest: update the patches to be applied with fuzz 0
Dario Binacchi [Thu, 4 Jul 2024 18:56:41 +0000 (20:56 +0200)]
package/paxtest: update the patches to be applied with fuzz 0

Commit 8f88a644ed7d6 ("support/scripts/apply-patches.sh: set the maximum
fuzz factor to 0") reduced the fuzz factor.

Due to this change, paxtest fails to build with output:

    Applying 0001-genpaxtest-move-log-location.patch using patch:
    patching file genpaxtest
    Hunk #1 FAILED at 35.
    1 out of 1 hunk FAILED -- saving rejects to file genpaxtest.rej

This commit refreshes the package patch on the current package version.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/transmission: bump version to 4.0.6
Bernd Kuhls [Sat, 22 Jun 2024 10:25:20 +0000 (12:25 +0200)]
package/transmission: bump version to 4.0.6

Release notes:
https://github.com/transmission/transmission/releases/tag/4.0.6

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
6 months agopackage/ghostscript: security bump version to 10.03.1
Bernd Kuhls [Sat, 22 Jun 2024 08:43:22 +0000 (10:43 +0200)]
package/ghostscript: security bump version to 10.03.1

Fixes CVE-2024-33869, CVE-2023-52722, CVE-2024-33870, CVE-2024-33871
and CVE-2024-29510.

Release notes:
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/tag/gs10031

Remove patch which is included in this release.

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
6 months agopackage/samba4: bump version to 4.20.2
Bernd Kuhls [Sun, 23 Jun 2024 16:56:39 +0000 (18:56 +0200)]
package/samba4: bump version to 4.20.2

Removed patch which is included in this release.
Renumbered remaining patches.

Release notes:
- https://www.samba.org/samba/history/samba-4.20.0rc1.html
- https://www.samba.org/samba/history/samba-4.20.0rc2.html
- https://www.samba.org/samba/history/samba-4.20.0rc3.html
- https://www.samba.org/samba/history/samba-4.20.0rc4.html
- https://www.samba.org/samba/history/samba-4.20.0.html
- https://www.samba.org/samba/history/samba-4.20.1.html
- https://www.samba.org/samba/history/samba-4.20.2.html

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
6 months agopackage/openvpn: security bump version to 2.6.11
Bernd Kuhls [Sun, 23 Jun 2024 16:56:59 +0000 (18:56 +0200)]
package/openvpn: security bump version to 2.6.11

Release notes:
https://sourceforge.net/p/openvpn/mailman/message/58786888/

Changelog:
https://github.com/OpenVPN/openvpn/blob/release/2.6/ChangeLog
https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst

Fixes CVE-2024-4877, CVE-2024-5594 & CVE-2024-28882.

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
6 months agopackage/fluent-bit: enable engines support in libopenssl
Peter Korsgaard [Mon, 8 Jul 2024 11:52:12 +0000 (13:52 +0200)]
package/fluent-bit: enable engines support in libopenssl

Fixes:
http://autobuild.buildroot.net/results/c08/c08c00f52b8f42fd408a1e84e41606d75558c3ce/

The embedded librdkafka copy unconditionally enables calls the (deprecated)
ENGINE_* logic in openssl:

https://github.com/confluentinc/librdkafka/blob/v2.4.0/src/rdkafka_conf.h#L37

Which are now no longer available in !BR2_PACKAGE_LIBOPENSSL_ENGINES builds
since commit 623d3bbe43 (package/libopenssl: no-engine), so enable it to fix
the build issue.

Signed-off-by: Peter Korsgaard <[email protected]>
6 months agopackage/libcurl: fix build with mbedtls
Baruch Siach [Fri, 28 Jun 2024 14:24:17 +0000 (17:24 +0300)]
package/libcurl: fix build with mbedtls

Add upstream patch to fix compatibility with mbedtls version 2.28.x, which
is broken since commit 50bdb2a3b7 (package/libcurl: bump version to 8.8.0).

Fixes:
http://autobuild.buildroot.net/results/66ba878386e4e478645edb6a282e82820b8dad7f
http://autobuild.buildroot.net/results/7a4d9595197cf23080a23dfe9bc0e60b8145af6e
http://autobuild.buildroot.net/results/9add7283813388daa95b16ef76acb3c4e9ea7c2f

[Peter: mention when this issue was introduced]
Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
6 months agopackage/apr-util: needs engine support when built with libopenssl
Bernd Kuhls [Thu, 27 Jun 2024 22:26:57 +0000 (00:26 +0200)]
package/apr-util: needs engine support when built with libopenssl

Buildroot commit 623d3bbe43e9193aa8e3395367d01af59071b859 disables
engine support when BR2_PACKAGE_LIBOPENSSL_ENGINES is not set.

Fixes:
http://autobuild.buildroot.net/results/e472618ca9ff4a3cf460f607a8dfa317832ca622/

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
6 months agopackage/dovecot: needs engine support when built with libopenssl
Bernd Kuhls [Thu, 27 Jun 2024 21:57:05 +0000 (23:57 +0200)]
package/dovecot: needs engine support when built with libopenssl

Buildroot commit 623d3bbe43e9193aa8e3395367d01af59071b859 disables
engine support when BR2_PACKAGE_LIBOPENSSL_ENGINES is not set.

Fixes:
http://autobuild.buildroot.net/results/7484edfa0b8c45bafb8da051ca839bf174c8f93f/

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
6 months agopackage/wlroots: update the patches to be applied with fuzz 0
Julien Olivain [Thu, 4 Jul 2024 13:05:22 +0000 (15:05 +0200)]
package/wlroots: update the patches to be applied with fuzz 0

Commit 8f88a644ed7d6 ("support/scripts/apply-patches.sh: set the maximum
fuzz factor to 0") reduced the fuzz factor.

Due to this change, wlroots fails to build with output:

    Applying 0001-Add-feature-macros-to-more-C-files-.patch using patch:
    patching file backend/wayland/output.c
    patching file types/data_device/wlr_data_device.c
    patching file types/data_device/wlr_drag.c
    patching file types/wlr_export_dmabuf_v1.c
    patching file types/wlr_idle.c
    patching file types/wlr_keyboard_shortcuts_inhibit_v1.c
    Hunk #1 FAILED at 1.
    1 out of 1 hunk FAILED -- saving rejects to file types/wlr_keyboard_shortcuts_inhibit_v1.c.rej
    patching file types/wlr_pointer_constraints_v1.c
    patching file types/wlr_primary_selection.c
    patching file types/wlr_relative_pointer_v1.c
    patching file types/wlr_screencopy_v1.c
    patching file types/wlr_virtual_pointer_v1.c
    Hunk #1 FAILED at 1.
    1 out of 1 hunk FAILED -- saving rejects to file types/wlr_virtual_pointer_v1.c.rej
    patching file types/wlr_xdg_decoration_v1.c
    patching file types/xdg_shell/wlr_xdg_popup.c
    patching file types/xdg_shell/wlr_xdg_positioner.c
    Hunk #1 FAILED at 1.
    1 out of 1 hunk FAILED -- saving rejects to file types/xdg_shell/wlr_xdg_positioner.c.rej
    patching file types/xdg_shell/wlr_xdg_shell.c
    patching file types/xdg_shell/wlr_xdg_surface.c

This commit refreshes the package patch on the current package version.

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/openssh: implement "reload" using SIGHUP
Fiona Klute (WIWA) [Thu, 4 Jul 2024 10:16:31 +0000 (12:16 +0200)]
package/openssh: implement "reload" using SIGHUP

This is the documented "reload configuration" method for OpenSSH.

Signed-off-by: Fiona Klute (WIWA) <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/openssh: fix init script indentation
Fiona Klute (WIWA) [Thu, 4 Jul 2024 10:16:30 +0000 (12:16 +0200)]
package/openssh: fix init script indentation

This brings the script in line with .editorconfig settings and other
newer init scripts.

Signed-off-by: Fiona Klute (WIWA) <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/openssh: manage sshd using start-stop-daemon
Fiona Klute (WIWA) [Thu, 4 Jul 2024 10:16:29 +0000 (12:16 +0200)]
package/openssh: manage sshd using start-stop-daemon

The previously used "killall sshd" stopped all instances of sshd. With
OpenSSH before 9.8 that meant not only the listening server, but also
instances serving currently open sessions, possibly including the one
used to send the restart command, preventing it from completing the
"start" part of "restart" and leaving the system unreachable over SSH.

start-stop-daemon uses the PID file to target only the intended
process, and has built-in capability to check if it is running. This
ensures any open SSH sessions are unaffected, as well as unrelated
processes (in case a daemon crashed and the PID got reused).

Signed-off-by: Fiona Klute (WIWA) <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agodocs/manual: allow sponsor mention in author name
Fiona Klute (WIWA) [Fri, 5 Jul 2024 09:44:49 +0000 (11:44 +0200)]
docs/manual: allow sponsor mention in author name

Unfortunately not all mail providers deliver mails with subaddressing,
mention people can acknowledge a sponsor in the author name instead.

Signed-off-by: Fiona Klute (WIWA) <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agopackage/shairport-sync: fix patch fuzz
Dario Binacchi [Sun, 7 Jul 2024 13:48:40 +0000 (15:48 +0200)]
package/shairport-sync: fix patch fuzz

Commit 8f88a644ed7d6 ("support/scripts/apply-patches.sh: set the maximum
fuzz factor to 0") reduced the fuzz factor.

Due to this change, shairport-sync fails to build with output:

    Applying 0001-configure.ac-find-sndfile-through-pkg-config.patch using patch:
    patching file configure.ac
    Hunk #1 FAILED at 304.
    1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej

This commit refreshes the package patch on the current package version.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
6 months agoconfigs/qemu: Update defconfigs to Linux 6.6.32
Waldemar Brodkorb [Fri, 5 Jul 2024 08:53:06 +0000 (10:53 +0200)]
configs/qemu: Update defconfigs to Linux 6.6.32

Linux version are changed to 6.6.32 (LTS) for all qemu defconfigs.

Signed-off-by: Waldemar Brodkorb <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
This page took 0.084101 seconds and 4 git commands to generate.