summaryrefslogtreecommitdiffstats
path: root/patches
Commit message (Collapse)AuthorAgeFilesLines
* modemmanager: version bump 1.14.8 -> 1.16.2Alexander Dahl2021-03-302-0/+131
| | | | | | | | | The patch allows build against libgudev older than version 232. Link: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/349 Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20210329054904.24342-6-post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* efax: New patch to fix build failure with gcc-10Uwe Kleine-König2021-03-192-1/+47
| | | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20210316113921.28962-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcoap2: new packageAlexander Dahl2021-03-121-0/+1
| | | | | | | | | | This package comes with a new API for libcoap, with different .so version and separate header files, and can coexist with the old libcoap package. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20210308131845.12024-1-post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libwacom: new packageMichael Olbrich2021-03-062-0/+99
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* open62541: version bump 1.0 -> 1.2Sascha Hauer2021-03-063-224/+144
| | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Message-Id: <20210303114404.14817-1-s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: version bump 3.7.6 -> 3.7.10Michael Olbrich2021-03-063-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libseccomp: version bump 2.5.0 -> 2.5.1Roland Hieber2021-03-012-0/+0
| | | | | | | | | This includes a fix for compiling on MIPS platforms: <https://github.com/seccomp/libseccomp/issues/274> Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20210228231043.10783-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* patches/autogen.sh: fake autopoint if necessaryMichael Olbrich2021-02-271-0/+5
| | | | | | | | | | Autopoint just copies ome files. If the archive was created with 'make dist' then those file already exist. So autopoint is not actually needed. So if host-gettext (which provides autopoint) is not in the dependency list then fake it by setting AUTOPOINT=true. This avoids a dependency on host-gettext just for autoreconf. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wxwidgets: remove broken packageMichael Olbrich2021-02-264-96/+0
| | | | | | It was marked as broken and nobody noticed or cared, so just remove it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* blackbox: remove broken packageMichael Olbrich2021-02-261-36/+0
| | | | | | It was marked as broken and nobody noticed or cared, so just remove it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fltk: remove broken packageMichael Olbrich2021-02-262-38/+0
| | | | | | It was marked as broken and nobody noticed or cared, so just remove it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: add patch to ensure that it is properly built in parallelMichael Olbrich2021-02-262-1/+27
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* acl: remove libattr dependency and useless config optionLucas Stach2021-02-263-0/+165
| | | | | Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canfestival: Two new patches that make canfestival headers more robustUwe Kleine-König2021-02-243-1/+160
| | | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20210223204543.31109-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 5.1.0 -> 5.2.0Michael Olbrich2021-02-142-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* binutils: remove patch for really old versionMichael Olbrich2021-02-012-43/+0
| | | | | | | | | The binutils version depends on the toolchain, so this patch remained for a long time. binutils-2.24 is really old and not useful with the current ptxdist version. A BSP probably won't even build any more with such an old toolchain. So just drop the patch. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rauc: version bump 1.5 -> 1.5.1Bastian Krause2021-01-282-42/+0
| | | | | | | | The patch to build with old kernel headers is included in v1.5.1 . Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20210128141236.28646-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils: Add support for ubifs mount helperUwe Kleine-König2021-01-212-1/+144
| | | | | | | | | This helper simplifies mounting ubifs filesystems via /etc/fstab. This helper already exists upstream, is not released yet, though. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20210119144626.7368-3-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils: version bump 2.1.1 -> 2.1.2Uwe Kleine-König2021-01-213-0/+0
| | | | | | | | This brings a new tool ubihealthd. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20210119144626.7368-2-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kexec-tools: version bump 2.0.20 -> 2.0.21Michael Olbrich2021-01-152-68/+0
| | | | | | The patch is part of this release. Fixes building with gcc 10. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpewebkit: version bump 2.30.2 -> 2.30.4Bastian Krause2021-01-152-41/+0
| | | | | | | | Building with video support disabled is fixed upstream. Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20210113115507.32594-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mmc-utils: version bump b4fe0c8c0e57 -> 73d6c59af8d1Bruno Thomsen2021-01-152-38/+0
| | | | | | | | | | | | | | | | | | | | | | Bumping version from 2018-03-27 to 2019-10-04 includes the following 9 commit: 73d6c59 Add eMMC vendor Micron to table 6c595ae Optimize to_binstr() function c19c769 Fix parsing of character in to_binstr() de27fd9 Cleanup memory in error case de0715d Check calloc's return value before using the pointer d40ec53 mmc-utils: feature spec 5.0+, add secure removal type fields to Extended CSD aef913e mmc-utils: use MMC_IOC_MULTI_CMD for RPMB access 485b05e use proper type for RPMB blocks_cnt bd23a79 fix GCC7 build by refactoring trimming routines Drop ptxdist patch as compile issue was fixed upstream in patch: bd23a79e34ec "fix GCC7 build by refactoring trimming routines" Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20210111140343.6747-1-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* valgrind: version bump 3.14.0 -> 3.16.1Michael Tretter2021-01-154-3/+3
| | | | | | | | | Also switch to the new download URL that is referenced on the valgrind Current Releases page. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Message-Id: <20210111082141.2021104-1-m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-driver-video-fbdev: fix building with new xorg-server versionMichael Olbrich2021-01-082-1/+23
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-server: version bump 1.20.5 -> 1.20.10Michael Olbrich2021-01-084-60/+4
| | | | | | | Switch to meson. Using libtirpc (needed with glibc 2.32) is only supported here. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* shiboken: remove after more than one year in stagingMichael Olbrich2021-01-082-23/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pyside: remove after more than one year in stagingMichael Olbrich2021-01-084-182/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libselinux: remove after more than one year in stagingMichael Olbrich2021-01-088-261/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libsemanage: remove after more than one year in stagingMichael Olbrich2021-01-085-115/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* policycoreutils: remove after more than one year in stagingMichael Olbrich2021-01-087-581/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* checkpolicy: remove after more than one year in stagingMichael Olbrich2021-01-083-70/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libnl: remove after more than one year in stagingMichael Olbrich2021-01-083-83/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-mkelfImage: remove after more than one year in stagingMichael Olbrich2021-01-083-70/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* commoncpp2: remove after more than one year in stagingMichael Olbrich2021-01-083-84/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rauc: add upstream patch to build with old kernel headersMichael Olbrich2021-01-062-0/+42
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.1.1h -> 1.1.1iptxdist-2020.12.0Michael Olbrich2020-12-084-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-meson: fix pc file generation with Python 3.5Michael Olbrich2020-12-084-4/+32
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-meson: version bump 0.55.0 -> 0.56.0Philipp Zabel2020-12-046-91/+8
| | | | | | | | | | | | | | | | Drop obsolete patches: "[PATCH] only use paths for shared libaries in get_link_dep_subdirs()" is replaced by commit 804a71e8f2b7 ("Do not add rpaths for static libs. Closes #5191.") "[PATCH] qt dependency: do not require all the tools automatically" was backported from 4a923b699b5e ("qt dependency: do not require all the tools automatically") Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20201130143009.31159-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sdl2: version bump 2.0.10 -> 2.0.12Lucas Stach2020-12-047-152/+0
| | | | | | | Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20201130130247.8680-1-l.stach@pengutronix.de> [mol: add SDL2_TEST_XORG option] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gobject-introspection: version bump 1.56.1 -> 1.66.1Michael Olbrich2020-12-047-127/+85
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: version bump 5.15.1 -> 5.15.2Michael Olbrich2020-12-038-0/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpewebkit: version bump 2.30.1 -> 2.30.2Bastian Krause2020-11-202-0/+0
| | | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20201116122123.26777-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* waffle: version bump 1.5.2 -> 1.6.1Lucas Stach2020-11-202-48/+0
| | | | | | | | | - version bump - use ptx/onoff configuration helper Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20201116120627.17891-2-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: version bump 2019.78 -> 2020.79Alexander Dahl2020-11-163-52/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Noteworthy changes (not all options accessible through ptxdist menu): - added support for ed25519 hostkeys and authorized_keys - added support for chacha20-poly1305 authenticated cipher - added support for and rsa-sha2 signatures - disabled some options by default (kconfig defaults adapted accordingly) - blowfish has been removed - fix idle detection clashing with keepalives - scp fix for CVE-2018-20685 where a server could modify name of output files - Call fsync() is called on parent directory when writing key files to ensure they are flushed One especially important change: > Use getrandom() call on Linux to ensure sufficient entropy has been > gathered at startup. Dropbear now avoids reading from the random > source at startup, instead waiting until the first connection. It is > possible that some platforms were running without enough entropy > previously, those could potentially block at first boot generating > host keys. The dropbear "-R" option is one way to avoid that. On older toolchains/kernel headers/kernels without getrandom() support, dropbear should behave like before. The curve25519 implementation was replaced with the one by TweetNaCl, which induced a change in 'LICENSE' summary. The old implementation was licensed BSD-3-Clause and the new is public domain. The bundled libtommath changed its license from dual license (public domain || WTFPL) to 'Unlicense' which is also a public domain license, but with a differently worded license text and an actual SPDX identifier. The patch stack was dropped, the one patch was integrated upstream. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20201116080552.25031-5-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gpsd: don't use libnslMichael Olbrich2020-11-132-1/+32
| | | | | | It's not needed on Linux so don't try to use it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kmscube: version bump 2017-03-13-g803bac5 -> 2020-10-28-ge6386d1bLucas Stach2020-11-123-30/+0
| | | | | | | | | | | - version bump - add license file - switch to meson build - disable gstreamer dependency (keep it simple) Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20201103100926.6960-1-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* trace-cmd: version bump 2.8.3 -> 2.9.1Michael Olbrich2020-11-122-133/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* file: add upstream patch to fix building on PPCMichael Olbrich2020-11-012-0/+33
| | | | | | | | | | | Without this, building fails with: seccomp.c: In function 'enable_sandbox_full': seccomp.c:194:19: error: invalid application of 'sizeof' to incomplete type 'struct termios' seccomp.c:194:2: note: in expansion of macro 'ALLOW_IOCTL_RULE' make[3]: *** [Makefile:554: seccomp.o] Error 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fio: fix building on ARMv5 and PPCMichael Olbrich2020-10-302-0/+45
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nss: version bump 3.54 -> 3.58Michael Olbrich2020-10-307-26/+35
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>