summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* opus: add machine learning optionsPhilipp Zabel2024-04-052-3/+29
| | | | | | | | | | | | | | | | | Allow to use machine learning methods that improve voice quality under sporadic packet loss and at low bitrates, by enabling the deep packet loss concealment (PLC) and opus speech coding enhancement (OSCE), respectively. The speech coding enhancements are not yet standardized, but turning them on does not have compability implications, as they are purely voice quality enhancement steps done by the decoder. For details, see https://opus-codec.org/demo/opus-1.5/. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082400.2458682-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* shaderc: version bump v2023.8 -> v2024.0Philipp Zabel2024-04-051-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082251.2458299-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* vulkan-validationlayers: version bump 1.3.275.0 -> 1.3.280.0Philipp Zabel2024-04-051-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082221.2458163-9-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* vulkan-utility-libraries: version bump 1.3.275.0 -> 1.3.280.0Philipp Zabel2024-04-051-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082221.2458163-8-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* vulkan-tools: version bump 1.3.275.0 -> 1.3.280.0Philipp Zabel2024-04-051-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082221.2458163-7-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* vulkan-loader: version bump 1.3.275.0 -> 1.3.280.0Philipp Zabel2024-04-051-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082221.2458163-6-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* vulkan-headers: version bump 1.3.275.0 -> 1.3.280.0Philipp Zabel2024-04-051-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082221.2458163-5-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* volk: version bump 1.3.275.0 -> 1.3.280.0Philipp Zabel2024-04-051-3/+3
| | | | | | | | License change only due to copyright year extension to 2024. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082221.2458163-4-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* spirv-tools: version bump 1.3.275.0 -> 1.3.280.0Philipp Zabel2024-04-051-2/+4
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082221.2458163-3-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* spirv-headers: version bump 1.3.275.0 -> 1.3.280.0Philipp Zabel2024-04-051-5/+6
| | | | | | | | | | | | | | For license change, see upstream commit 1c9115b562ba ("List all licenses in the root LICENSE file. (#410)"). The MIT license was added for spir-v.xml and for the embedded jsoncpp. The custom Khronos license governing most of the files is similar to the MIT license, but with an added section about modifications making the resulting files no longer reflect Khronos standards. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082221.2458163-2-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glslang: version bump 1.3.275.0 -> 1.3.280.0Philipp Zabel2024-04-051-2/+3
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082221.2458163-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wayland-protocols: version bump 1.33 -> 1.34Philipp Zabel2024-04-051-2/+2
| | | | | | | | | | | Adds three new staging protocols: xdg-toplevel-drag, xdg-dialog, and linux-drm-syncobj. https://lists.freedesktop.org/archives/wayland-devel/2024-March/043537.html Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240326082039.2457518-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Revert "initmethod-systemd: add more empty folders for ifupdown"Alexander Dahl2024-04-051-2/+0
| | | | | | | | | | | Scripts in those folders not considered anymore since busybox 1.21.0 (ptxdist-2013.06.0). This reverts commit 09e94f459f26c5784a0440cb946fc97fc53f5879. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20240403100856.46337-3-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Revert "initmethod-bbinit: add more empty folders for ifupdown"Alexander Dahl2024-04-051-2/+0
| | | | | | | | | | | Scripts in those folders not considered anymore since busybox 1.21.0 (ptxdist-2013.06.0). This reverts commit eb2d9e63ae110b7f3069307ee89a4d281f12d118. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20240403100856.46337-2-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libcurl: Follow target libcurl.Christian Melki2024-04-051-0/+1
| | | | | | | | * Add build option to disable docs. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20240328171750.1773394-2-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcurl: Version bump. 8.6.0 -> 8.7.1Christian Melki2024-04-051-2/+3
| | | | | | | | | | | | Bunch of fixes as usual. 8.7.1 is a very minor change. https://curl.se/changes.html#8_7_0 https://curl.se/changes.html#8_7_1 * Add new build flag to disable docs. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20240328171750.1773394-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* zstd: Version bump. 1.5.5 -> 1.5.6Christian Melki2024-04-051-2/+2
| | | | | | | | | Various improvements. https://github.com/facebook/zstd/releases/tag/v1.5.6 Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20240328170726.1636808-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 24.0.3 -> 24.0.4Philipp Zabel2024-04-051-2/+2
| | | | | | | | https://docs.mesa3d.org/relnotes/24.0.4.html Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240328074532.376093-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxkbcommon: Version bump. 1.6.0 -> 1.7.0Christian Melki2024-04-051-2/+2
| | | | | | | | | | Minor changes and fixes. Reverts the removal of previously deleted keysyms. https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.7.0/NEWS.md Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20240326202828.3578624-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Revert "xz: Version bump. 5.4.4 -> 5.6.0"ptxdist-2024.04.0Michael Olbrich2024-03-292-14/+8
| | | | | | https://www.cve.org/CVERecord?id=CVE-2024-3094 This reverts commit 940d5fe06aca5a26de9afeb608af67f4bf635ae7.
* python3: rename PYTHON3_ENSUREPIP -> PYTHON3_KEEP_ENSUREPIPMichael Olbrich2024-03-262-2/+2
| | | | | | | PYTHON3_ENSUREPIP was used before and is renamed to PYTHON3_PIP by migrate_ptx. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qt6: add missing dependencyMichael Olbrich2024-03-261-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libpciaccess: Version bump. 0.18 -> 0.18.1Christian Melki2024-03-261-2/+2
| | | | | | | | | Very minor meson build change. Bumping anyway. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20240325171111.2416203-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: Add option to include ensurepip moduleMichiel Schelfhout2024-03-262-0/+5
| | | | | | | | | The configuration option --without-ensurepip disables ensurepip at install time, but the module is still included. Signed-off-by: Michiel Schelfhout <michiel.schelfhout@protonic.nl> Message-Id: <20240325083151.371704-1-michiel.schelfhout@protonic.nl> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: New patch to fix compilation with Linux v6.8-rc1Uwe Kleine-König2024-03-262-1/+63
| | | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20240323172337.741656-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opus: build fixesMichael Olbrich2024-03-249-3/+310
| | | | | | | | | | | - intrinsics require NEON or SSE, etc. so disable them for unsupported architectures - no asm support on PowerPC - rtcd requires intrinsics or asm - add various upstream meson fixes - perl is needed for code generation on ARM. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* migrate_ptx: keep the config stable when initmethod is not systemdMichael Olbrich2024-03-231-1/+10
| | | | | | | | | | | | | | | | | | | | | This is a bit tricky. In the initmethod systemd case, SYSTEMD and SYSTEMD_HELPER are both set (new version) or only SYSTEMD is set. In the non initmethod systemd case, SYSTEMD_HELPER is enabled or disabled (new version) or SYSTEMD is enabled or disabled. For the migration, SYSTEMD must be copied to SYSTEMD_HELPER but without generating a duplicate SYSTEMD_HELPER symbol. The current version just drops SYSTEMD_HELPER but that breaks the non initmethod systemd case. The only way to fix that is to evaluate the two lines together: If both exist, then just print them (initmethod systemd new version). If the second line is not SYSTEMD then print the first line and restart with the second line (non initmethod systemd new version). In all other cases, generate SYSTEMD_HELPER from SYSTEMD (old version). Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_kconfig_update: don't forget changes made by the migrate helperMichael Olbrich2024-03-231-1/+3
| | | | | | | | | | Updating the stamp here is done so that updated to the .config timestamp done by the migrate helper will not always cause the config to be saved. However, if the migrate helper actually changes something in the file then don't update the timestamp to ensure that the config is actually updated with those changes. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer-vaapi1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-rtsp-server1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-libav1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-devtools1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-python1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-233-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-rs: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-235-398/+413
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-ugly1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: version bump 1.24.0 -> 1.24.1Michael Olbrich2024-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strace: Version bump. 6.7 -> 6.8Christian Melki2024-03-231-2/+2
| | | | | | | | | Minor changes. https://github.com/strace/strace/releases/tag/v6.8 Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20240321194643.4034187-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strongswan: version bump 5.9.8 -> 5.9.14Lars Pedersen2024-03-231-2/+2
| | | | | | | | | | | | | | | Enchancement and new features regarding OCSP and certificate use cases. Otherwise mainly minor bugfixes. New configure options, which all is default disabled: --enable-openxpki (enable OCSP responder accessing OpenXPKI certificate database) --enable-cert-enroll (enable automatic certificate enrollment via EST or SCEP) --enable-cert-enroll-timer (enable installation of cert-enroll as a systemd) Signed-off-by: Lars Pedersen <lapeddk@gmail.com> Message-Id: <20240321133751.1533587-1-lapeddk@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libqmi: Add option to enable QMI firmware update toolLars Pedersen2024-03-232-1/+8
| | | | | | Signed-off-by: Lars Pedersen <lapeddk@gmail.com> Message-Id: <20240321114423.1503313-1-lapeddk@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: Version bump. 2.78.4 -> 2.80.0Christian Melki2024-03-232-5/+10
| | | | | | | | | | | | | | | | | New stable series. Looks like mostly bugfixes with a few API changes. https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.0 https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.1 https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.2 https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.3 https://gitlab.gnome.org/GNOME/glib/-/releases/2.80.0 * Fix option changes. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20240320184951.1307528-1-christian.melki@t2data.com> [mol: update configure options] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* autossh: Version bump 1.4c -> 1.4gBruno Thomsen2024-03-223-59/+10
| | | | | | | | | | | | | | | | | https://www.harding.motd.ca/autossh/CHANGES.txt Patch removed as change has been upstreamed. Add license file (autossh.c) and hash. Changed SPDX indentifier to custom as I have been unable to determine license with SPDX Check License[1] or by manual review. It looks like a blend of MIT and BSD. [1] https://tools.spdx.org/app/check_license/ Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20240317090522.9271-2-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* autossh: update URLBruno Thomsen2024-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | Update URL from http to https as it returns 301 Moved Permanently. Download log: --2024-03-08 13:14:10-- http://www.harding.motd.ca/autossh/autossh-1.4c.tgz Resolving www.harding.motd.ca (www.harding.motd.ca)... 70.73.86.42 Connecting to www.harding.motd.ca (www.harding.motd.ca)|70.73.86.42|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.harding.motd.ca/autossh/autossh-1.4c.tgz [following] --2024-03-08 13:14:11-- https://www.harding.motd.ca/autossh/autossh-1.4c.tgz Connecting to www.harding.motd.ca (www.harding.motd.ca)|70.73.86.42|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 65191 (64K) [application/octet-stream] Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20240317090522.9271-1-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opus: switch to meson build systemPhilipp Zabel2024-03-222-28/+23
| | | | | | | | Enable the asm option only together with fixed-point. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240316122236.2136539-2-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opus: version bump 1.4 -> 1.5.1Philipp Zabel2024-03-221-2/+9
| | | | | | | | | | | https://opus-codec.org/demo/opus-1.5/ New machine learning features (DRED, deep PLC, and OSCE) disabled for now, as they increase library size by a few MiB. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20240316122236.2136539-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sudo: version bump 1.9.14p3 -> 1.9.15p5Andreas Helmcke2024-03-221-2/+2
| | | | | | | | | | various bugfixes, including fixes for CVE-2023-42465 and CVE-2023-42456 Full info: https://www.sudo.ws/releases/stable/#1.9.15p5 Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com> Message-Id: <20240315114653.15820-1-ahelmcke@ela-soft.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-meson: ignore uic if it is not foundMichael Tretter2024-03-222-1/+31
| | | | | | | | | | | | | Qt builds and installs the uic only if Widgets are enabled, but meson always checks for the uic when checking for the Qt tools. This breaks the build of applications that use Qt, but don't use Widgets. Add a patch to ignore the uic if it is not found, as PTXdist already correctly handles the dependencies. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Message-Id: <20240315095623.1888719-1-m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* librsvg: explicitly set RUST_TARGET= to fix building for x86_64Michael Olbrich2024-03-191-0/+1
| | | | | | | | | | By default, the prefix from the toolchain is used. That works in most cases but for x86_64 a different target is needed to make it clear that we are cross-compiling. So set RUST_TARGET= to the correct target. Otherwise the libraries in sysroot-target are not found. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>