summaryrefslogtreecommitdiffstats
path: root/patches
Commit message (Collapse)AuthorAgeFilesLines
* optee-client: add the "Open Portable Trusted Execution Environment" clientMarc Kleine-Budde2017-06-213-0/+62
| | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-autotools-automake: fix build errorsClemens Gruber2017-06-213-0/+68
| | | | | | | | | | | | | | | | When building automake 1.15, the following error occurs on ArchLinux: help2man: can't get `--help' info from automake-1.15 Try `--no-discard-stderr' if option outputs to stderr make[1]: *** [Makefile:3687: doc/automake-1.15.1] Error 255 Another error occurs with Perl version 5.26: "Unescaped left brace in regex is illegal here in regex" Solution: Patch Makefile.in to no longer build the manpages and add a patch to fix the regex in automake.in. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* waffle: new packageLucas Stach2017-06-212-0/+48
| | | | | | | | | | Waffle is a cross-platform C library that allows one to defer selection of an OpenGL API and window system until runtime. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> [p.zabel@pengutronix.de: added a patch to use EGL CFLAGS from pkgconfig] Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: backport fix for nss-resolve fallbackClemens Gruber2017-06-212-1/+202
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux: version bump 2.29.2 -> 2.30Robert Schwebel2017-06-212-0/+0
| | | | | | | | The patches have been forward-ported. There are two new tools, lsmem and chmem, which have been added. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* readline: version bump 6.2 -> 7.0Robert Schwebel2017-06-218-88/+57
| | | | | | | | | | Ported patches, although I'm not entirely sure if they are still needed. They have a proper configure.ac now in upstream... No relevant --enable/disable/with/without options in configure. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ppp: version bump to 2.4.7Sascha Hauer2017-06-2149-1833/+1422
| | | | | | | | | | | This updates ppp to version 2.4.7. The former 2.4.5 version had the Debian package patches applied plus some ptxdist specific patches. The Debian patches have been updated to the recent 2.4.7 Debian patches, the ptxdist specific patches have been forward ported from the 2.4.5 ptxdist package. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dnsmasq: Version bump to 2.76Sascha Hauer2017-06-212-0/+0
| | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove old ipkg supportMichael Olbrich2017-06-2115-943/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bzip2: Fix CVE-2016-3189Sascha Hauer2017-06-073-3/+27
| | | | | | | | | | | | | | Fixes: Use-after-free vulnerability in bzip2recover in bzip2 1.0.6 allows remote attackers to cause a denial of service (crash) via a crafted bzip2 file, related to block ends set to before the start of the block. https://security-tracker.debian.org/tracker/CVE-2016-3189 While at it, regenerate the first patch to apply cleanly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* f2fs-tools: version bump 1.6.1 -> 1.8.0Jon Ringle2017-06-021-0/+0
| | | | | | Signed-off-by: Jon Ringle <jringle@gridpoint.com> [mol: add missing dependency] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgpiod: new packageClemens Gruber2017-06-011-0/+1
| | | | | | | | | | libgpiod is a C library with tools for interacting with the Linux GPIO character device. Add a package for it. Note: Requires kernel-headers >= 4.8. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: version bump 2.7.9 -> 2.7.13Michael Olbrich2017-05-3013-91/+66
| | | | | | Cleanup configure options while at it and use system libraries. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: version bump 3.5.0 -> 3.5.3Michael Olbrich2017-05-303-47/+14
| | | | | | Cleanup configure options while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2k -> 1.0.2lMichael Olbrich2017-05-3015-89/+63
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pyzmq: add workaround to avoid rpath with sysrootMichael Olbrich2017-05-202-0/+28
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* protobuf: version bump 2.5.0 -> 3.3.1Michael Olbrich2017-05-201-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: version bump 5.6.1-1 -> 5.6.2Philipp Zabel2017-05-188-0/+0
| | | | | | | Only cosmetic to the license files: "Qt GUI Toolkit" -> "Qt Toolkit". Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gobject-introspection: version bump 1.48.0 -> 1.52.1Michael Olbrich2017-05-154-5/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 2.7.0 -> 2.9.0Michael Olbrich2017-05-102-0/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxkbcommon: version bump 0.5.0 -> 0.7.1Philipp Zabel2017-05-043-0/+30
| | | | | | | | | Add support for --enable-largefile (GLOBAL_LARGE_FILE_OPTION), explicitly disable building the interactive-wayland test. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> [mol: fix configure argument order] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libnewt: update patchesRobert Schwebel2017-05-046-69/+5
| | | | | | | | | | | | | | Two of the patches have been upstreamed in the meantime, so they are not necessary any more: - 0001-use-CC-instead-of-CPP-to-generate-.depend-files.patch - 0002-remove-bogus-I-usr-include-slang-from-CPPFLAGS.patch The last patch is still necessary and is forward-ported here. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: just the patches because old version was applied too accidentally] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libusb: version bump 1.0.18 -> 1.0.21Robert Schwebel2017-05-042-0/+0
| | | | | | | | | | Patch has been ported. There is one new configure option (--enable-usbdk) for windows. We disable it unconditionally. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: add patch for CVE-2015-5621Clemens Gruber2017-05-042-1/+130
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-meson: version bump 0.39.1 -> 0.40.0Michael Olbrich2017-04-252-26/+0
| | | | | | The patch is already upstream. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* initng: remove patches for removed packageMichael Olbrich2017-04-154-113/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-meson: new packageMichael Olbrich2017-04-122-0/+26
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-ninja: version bump 1.5.1 -> 1.7.2Michael Olbrich2017-04-123-0/+968
| | | | | | Also add patches to support make jobserver from PR #1140. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ncftp: version bump 3.2.5 -> 3.2.6Michael Olbrich2017-04-112-0/+29
| | | | | | | And add hack to fix cross-compile check. It's a patch for configure because configure.in is so old, that it breaks with modern autotools. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* policycoreutils: /usr mergeMichael Olbrich2017-04-117-63/+88
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nfsutils: /usr mergeMichael Olbrich2017-04-112-1/+55
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: fix compilation for mtd-probeMarkus Niebel2017-03-313-3/+25
| | | | | | | | | mtd-probe does not compile. Fix this by adding stdint to supply correct typedefs Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> [mol: regenerate patches with 'git ptx-patches'] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux-ng: version bump 2.29 -> 2.29.2Clemens Gruber2017-03-312-0/+0
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kmscube: add new packageMarkus Niebel2017-03-243-0/+30
| | | | | | Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> [mol: patches recreated, MIT license, no kernel headers needed] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glmark2: add new packageMarkus Niebel2017-03-242-0/+32
| | | | | | Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> [mol: patches regenerated, typo fix] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-systemd: add patch for old kernel headersMichael Olbrich2017-03-162-1/+45
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev/libgudev: do not use the libgudev from the udev package anymoreJuergen Borleis2017-03-153-0/+136
| | | | | | | libgudev now uses libudev from systemd or the older udev package. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 232 -> 233Michael Olbrich2017-03-1513-28/+28
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nginx: version bump 1.10.2 -> 1.10.3Clemens Gruber2017-03-0910-0/+0
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libtool: update 2.4.2 -> 2.4.6Clemens Gruber2017-02-093-0/+197
| | | | | | | | Also add two upstream patches to silence warnings when using binutils built with --enable-deterministic-archives. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* liboil: make sure libtoolize works correctlyMichael Olbrich2017-02-091-1/+19
| | | | | | | | | | | | The configure.ac / Makefile.am are broken, so without am_macro_dir=m4 some files are not copied and building can fail with: libtool: Version mismatch error. This is libtool 2.4.6, but the libtool: definition of this LT_INIT comes from libtool 2.2.4. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6 libtool: and run autoconf again. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kexec-tools: remove old patcheMichael Olbrich2017-02-082-32/+0
| | | | | | The patch is only relevant for gamecube. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libpcap: update 1.7.4 -> 1.8.1Clemens Gruber2017-02-085-13/+13
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: update debian patchesMichael Olbrich2017-02-0814-68/+71
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version update 1.0.2j -> 1.0.2kClemens Gruber2017-02-0715-14/+442
| | | | | | | Also add Debian patch to mark Triple DES and RC4 as weak ciphers. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* genext2fs: fix off-by-one in symlink creationUwe Kleine-König2017-02-072-0/+43
| | | | | | | | This fixes a failure when genext2fs tries to create a symlink where the target has a length of exactly 60 bytes. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: update version 1.25.1 -> 1.26.2Clemens Gruber2017-02-076-28/+0
| | | | | | | | Also update the busybox config tree and use the split-up IFUP and IFDOWN symbols in initmethod-*.in. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mgetty: fix building for arm64Michael Olbrich2017-01-153-38/+64
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcap: version bump 2.24 -> 2.25Michael Olbrich2017-01-112-0/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* f2fs-tools: version bump 1.4.0 -> 1.6.1Michael Olbrich2017-01-111-0/+0
| | | | | | This is needed for /usr merge. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>