summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libsndfile: version bump 1.0.31 -> 1.1.0ptxdist-2022.04.0Linnea Gunnarsson2022-03-301-3/+3
| | | | | | | | | | | | | | | | | | Some fixes and updates. Added support for MPEG encode/decode and Fuzzer for OSS-Fuzz and CIFuzz. Switch to .xz over bz2 for release tarballs. Fixed Heap buffer overflow in some functions and one index out of bounds and one uninitalized variable. Changelog can be found here: https://github.com/libsndfile/libsndfile/releases/tag/1.1.0 Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com> Message-Id: <20220330142105.3792495-1-linnea.gunnarsson@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libevdev: Version bump. 1.11.0 -> 1.12.0Christian Melki2022-03-301-2/+2
| | | | | | | | | | | | | | Minor version bugfix bump. The project page actually claims that 1.11.0 is the last stable version. But I cant' see any significant changes that wouldn't call 1.12.1 stable. Almost looks like someone forgot to update the recommendation. I'm opting to bump this. Event codes synced with Linux 5.17. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220330141831.3791453-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strace: version bump 5.16 -> 5.17Linnea Gunnarsson2022-03-301-2/+2
| | | | | | | | | | | | Added 64-bit LoongArch support along with some updates. Changelog can be found here: https://strace.io/files/5.17/ Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com> Message-Id: <20220330140730.3768139-1-linnea.gunnarsson@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgudev: Version bump. 236 -> 237.Christian Melki2022-03-303-3/+3
| | | | | | | | | | | | | Minor bugfix release. * Update license hashes for c-file. Code became SPDX license header declaration clean, but no changes in the actual license conditions. * Move old patch, applied cleanly. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220330140313.3767878-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcap: Version bump. 2.62 -> 2.63.Christian Melki2022-03-301-2/+2
| | | | | | | | | Very minor bugfixes. https://sites.google.com/site/fullycapable/release-notes-for-libcap Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220330134551.3472167-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libdrm: Version bump. 2.4.109 -> 2.4.110.Christian Melki2022-03-301-2/+2
| | | | | | | | | Minor bugfixes. Notable. Alder Lake-N and Raptor Lake-S pciids registered. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220330133938.3420394-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 22.0.0 -> 22.0.1Philipp Zabel2022-03-301-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220330133345.3170506-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* json-c: version bump 0.14 -> 0.15Linnea Gunnarsson2022-03-301-2/+2
| | | | | | | | | | | | A couple of different changes, some new features and some removed ones. Nothing big. Changelog can be found here: https://github.com/json-c/json-c/blob/master/ChangeLog Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com> Message-Id: <20220330124036.2334533-1-linnea.gunnarsson@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hwdata: Version bump. 0.355 -> 0.357.Christian Melki2022-03-301-2/+2
| | | | | | | | Minor pci, usb, vendor id changes, minor bugfixes. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220330122454.2300552-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcurl: Add license file hashAlexander Dahl2022-03-301-0/+1
| | | | | | Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20220330114812.27004-3-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcurl: Fix licenseAlexander Dahl2022-03-301-1/+1
| | | | | | | | | | | | curl has its own entry in the SPDX list of licenses. The license is inspired by MIT / X, but only that. Link: https://curl.se/docs/copyright.html Link: https://spdx.org/licenses/curl.html Fixes: 010b50b484c0 ("libcurl: add license information") Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20220330114812.27004-2-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* zlib: Version bump. 1.2.11 -> 1.2.12Christian Melki2022-03-303-3/+30
| | | | | | | | | | | | | | | | | 5 years worth of changes. Notable changes. Fix for CVE-2018-25032, crc32 speedups and crc32 using aarch64 native crc32 insns. https://github.com/madler/zlib/blob/master/ChangeLog * Add patch from develop branch to fix last minute makefile bug. Makefile introduced functionality just before the release of 1.2.12 which broke CC handling. * README copyright year changes. * README legal disclaimer added. No license change. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220329190724.4084168-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.1.1m -> 1.1.1nBruno Thomsen2022-03-255-2/+2
| | | | | | | | | | Fixes CVE-2022-0778 and CERT-EU SA2022-017. https://media.cert.europa.eu/static/SecurityAdvisories/2022/CERT-EU-SA2022-017.pdf Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20220325054029.71959-1-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: select SYSTEMD_UDEV_PERSISTENT_V4L for systemd/v4l2 use caseBastian Krause2022-03-251-0/+6
| | | | | | | | | Without SYSTEMD_UDEV_PERSISTENT_V4L v4l2deviceprovider (and gst-device-monitor-1.0) will not find any v4l2 devices. Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20220324155137.4161708-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* classpath: move to stagingMichael Olbrich2022-03-251-1/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-test: bump to 3.16.0, move from stagingRouven Czerwinski2022-03-252-8/+3
| | | | | | | | | Bump to 3.16.0 and remove it from staging since it now builds again with newer gcc versions. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Message-Id: <20220323110640.1124214-4-r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-client: bump to 3.16.0Rouven Czerwinski2022-03-251-3/+4
| | | | | | | | | Plugin support is currently not needed so disable it for now. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Message-Id: <20220323110640.1124214-3-r.czerwinski@pengutronix.de> [mol: disable plugins] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee: bump to 3.16.0, update depsRouven Czerwinski2022-03-242-4/+5
| | | | | | | | | Update OP-TEE to 3.16.0 and require python3 cryptography and pyelftools instead of the old dependencies. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Message-Id: <20220323110640.1124214-2-r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-python3: add pyelftools, cryptography checksRouven Czerwinski2022-03-242-0/+18
| | | | | | | | | Add the checks for python3 cryptgraphy and pyelftools. These will be required for bumping the OP-TEE release. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Message-Id: <20220323110640.1124214-1-r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add commands to create generic yaml reportsMichael Olbrich2022-03-1810-74/+568
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_license: generate yaml for ignored packagesMichael Olbrich2022-03-182-9/+6
| | | | | | | Those packages are skipped in the license report pdf, but the yaml data will be needed elsewhere. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_init: split out PTXDIST_LAYERS definitionMichael Olbrich2022-03-181-8/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_license_compliance: remove unused variablesMichael Olbrich2022-03-181-3/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-tz-database: version bump 2021e -> 2022aAlexander Dahl2022-03-181-3/+3
| | | | | | | Link: https://mm.icann.org/pipermail/tz-announce/2022-March/000070.html Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20220317062645.104196-1-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer-vaapi1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-9-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-rtsp-server1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-8-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-python1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-7-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-libav1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-2-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-devtools1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-ugly1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-6-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-3-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-5-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-4-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: version bump 1.20.0 -> 1.20.1Philipp Zabel2022-03-181-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220314170552.268081-10-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-root-cpio: Add custom compressor and compressor options.Christian Melki2022-03-132-15/+32
| | | | | | | | | | | | | | | | * Add possibility for custom compression. * Options are now issued with the compressor util. * Fill in some more help regarding the methods. * xz needs crc32 instead of crc64 for the kernel cpio. * Set zstd compression level to the same as for the kernel (19). * Use multithreading for zstd (deterministic, afaiu). Actively decided against -T0 for xz, as compression is not deterministic when number of threads varies. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220313065837.2103087-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* tpm2-tss: Version bump. 3.1.0 -> 3.2.0Christian Melki2022-03-131-4/+6
| | | | | | | | | | | | | | Mostly bugfixes. Notable changes: openssl < 1.1.0 dropped, openssl 3.0.0 added. https://github.com/tpm2-software/tpm2-tss/blob/master/CHANGELOG.md * Add group/user variants as pre-cached autoconf variables. This way configure configure won't get stuck on missing binaries but rather warn on install failure and continue. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220312193935.719037-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* trace-cmd: use the correct libdir in the compile stage as wellMichael Olbrich2022-03-131-9/+2
| | | | | | | | | Otherwise, /usr/lib64 will be added to the rpath. $(LP64) is used to determine the default for $(libdir_relative) but adding libdir_relative directly to the environment works better because it is defined with '?='. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* tf-a: URL should not be quotedMichael Olbrich2022-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: add missing dependencyMichael Olbrich2022-03-121-0/+1
| | | | | | QtWebEngine needs nodejs at build-time. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* trace-cmd: install into lib not lib64 on 64 bit architecturesMichael Olbrich2022-03-121-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xkeyboard-config: drop old patchesMichael Olbrich2022-03-122-47/+0
| | | | | | | Python 3.6 is already needed for meson, so making this compatible with 3.5 is no longer needed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xkeyboard-config: drop unnecessary dependenciesMichael Olbrich2022-03-111-3/+0
| | | | | | | | | - HOST_SYSTEM_PYTHON3 is implied by HOST_MESON - intltool is no longer used since 2.27 - gettext is only needed for xsltproc and that's optional to build the manpage. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot: Add target name options.Christian Melki2022-03-112-0/+18
| | | | | | | | | | | | | | | | | | | | Add possibility to remove install of the normal u-boot.bin. A lot of targets do not need it, some targets do not even build it (Which generates an error during the install). Add a i.mx8 family flash.bin image name. This entire thing bugs me a bit. I don't really like the idea of a lot of target types just to copy files. Usually I know what the target file is named and what I want it installed as (which sometimes is a more generic name than the build name). I can see this disappearing in favor of a more generic "copy this" "to this" with the default names filled in and a help listing the typical binary target names as a guideline. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220310115612.1404060-1-christian.melki@t2data.com> [mol: 'default y' instead of 'default true'] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 21.3.7 -> 22.0.0Philipp Zabel2022-03-113-49/+10
| | | | | | | | | | | | | | | | | | Drop classic drivers that have been retired to the amber branch. License changes comprise removal of mentions of deleted code and trademark disclaimer updates: d16263cdee95 ("docs: remove mentions of deleted code") 8bd0446d00dd ("docs: update trademark disclaimer") For details, see [1]. [1] https://docs.mesa3d.org/relnotes/22.0.0.html Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220310115201.320639-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xkeyboard-config: Version bump. 2.33 -> 2.35.1Christian Melki2022-03-112-11/+9
| | | | | | | | | | | | | | | Mostly translation updates/fixes. https://github.com/freedesktop/xkeyboard-config/blob/master/NEWS * Autoconf was completely dropped. Meson only. * Compression delivery format changed to xz. * Meson ruleset does not seem to be able to explicitly disable xsltproc. * Depends on host-gettext, not sure how this was managed before. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220310102513.1403020-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxkbcommon: Version bump. 1.3.0 -> 1.4.0Christian Melki2022-03-111-3/+2
| | | | | | | | | Bugfix release. https://github.com/xkbcommon/libxkbcommon/blob/master/NEWS Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220309213903.3122644-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libjpeg: Version bump. 2.1.2 -> 2.1.3Christian Melki2022-03-111-3/+3
| | | | | | | | | | Minor bugfixes. Update license file hash, calendar year changes. https://github.com/libjpeg-turbo/libjpeg-turbo/blob/main/ChangeLog.md Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220309210008.2862112-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxml2: version bump 2.9.12 -> 2.9.13Alexander Dahl2022-03-114-9/+93
| | | | | | | | | | | | | | | | | | | | | | | - Security fixes for CVE-2022-23308, use-after-free, null-deref, and memory leaks - Regression fixes - Bug fixes - Improvements in code quality - Build system fixes - Documentation updates One upstream patch had to be added for fixing a build error if PTXCONF_LIBXML2_DTD is not set and --without-valid is passed to configure. The download location and tarball compression format changed. While the old location is still there, it does not have the new tarball. The new location however has only tarballs in .xz format, no .gz anymore. Thus both have to be changed. Link: https://mail.gnome.org/archives/xml/2022-February/msg00009.html Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20220309163207.36477-1-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* tf-a: Support enabling DEBUG via TF_A_EXTRA_ARGSUwe Kleine-König2022-03-111-2/+1
| | | | | | | | | | | | | | | | | With DEBUG=1 the resulting images are located in a different folder, so adapt the install target accordingly. Before this adaption the build either failed when DEBUG=1 was contained in TF_A_EXTRA_ARGS (because no images were found in the release folder) or (IMHO worse) ptxdist picked up the build results of an earlier attempt where DEBUG wasn't set yet in TF_A_EXTRA_ARGS. Also remove DEBUG=0 from the hardcoded set of options. This is the default in the tf-a Makefiles anyhow, and passing both DEBUG=0 and DEBUG=1 only results in confusion. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20220309111852.537125-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cog: version bump 0.12.0 -> 0.12.1Bastian Krause2022-03-111-2/+2
| | | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20220308175913.1511530-2-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>