summaryrefslogtreecommitdiffstats
path: root/patches
Commit message (Collapse)AuthorAgeFilesLines
...
* openssl: version bump 1.0.2o -> 1.0.2qMichael Olbrich2018-12-0412-22/+22
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mxs-utils: drop old patchesMichael Olbrich2018-11-233-34/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* classpath: Fix building when default locale is not UTF-8Guillermo Rodríguez2018-11-222-0/+27
| | | | | | Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> [mol: cleanup patch header] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* classpath: Fix for building with OpenJDK-1.8 (again)Guillermo Rodríguez2018-11-222-9/+62
| | | | | | | | | | | | Commit bbc978e623cafc added a patch intended to fix building with OpenJDK 1.8, however that commit was not complete. Update -source/-target in Makefiles and run autogen.sh so that the configure script is regenerated and the patched m4 macros are used. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> [mol: cleanup patch header] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: add upstream patch for CVE-2018-15688Clemens Gruber2018-11-192-1/+24
| | | | | | | | | The patch fixes the aforementioned bug in the systemd DHCP6 client. Details: https://nvd.nist.gov/vuln/detail/CVE-2018-15688 Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nginx: version bump 1.14.0 -> 1.14.1Clemens Gruber2018-11-1911-0/+0
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: version bump 2.7.13 -> 2.7.15Michael Olbrich2018-11-1911-21/+21
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hostapd/wpa_supplicant: add security and ssl fixesMichael Olbrich2018-11-176-2/+608
| | | | | | | Add CVE-2018-14526 fix and upstream patches that will be needed for OpenSSL 1.1.x. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* crda: don't use builtin keysMichael Olbrich2018-11-178-253/+95
| | | | | | | | This is one step torwards updating OpenSSL to version 1.1.x: The data structures needed for builtin keys are no longer accessable in that version. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-lib-x11: version bump 1.6.2 -> 1.6.7Michael Olbrich2018-11-173-0/+59
| | | | | | | Also, split the locale data into a separate package. This way, libxkbcommon can use it independently for key composing. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* freetype: version bump 2.8 -> 2.9.1Michael Olbrich2018-11-173-14/+14
| | | | | | Only the homepage URL changed in the license file. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nss: version bump 3.37 -> 3.40Michael Olbrich2018-11-114-33/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* classpath: Fix building with OpenJDK 1.8Guillermo Rodríguez2018-11-102-0/+51
| | | | | | | Also move back from staging. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* speex: version bump 1.2rc1 -> 1.2Lucas Stach2018-11-104-363/+0
| | | | | | | | | | | - version bump - speexdsp has been split out by upstream into own library with most recent release version 1.2rc3 Signed-off-by: Lucas Stach <l.stach@pengutronix.de> [mol: disable vorbis-psy if fixed-point is enabled] [mol: share common options] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils: version bump 2.0.1 -> 2.0.2Michael Olbrich2018-11-023-0/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: remove engines-path patchMichael Olbrich2018-11-0213-126/+15
| | | | | | | | | | | It is a Debian specific patch that changes the engines path to a version specific directory. This is not needed here because we only have one openssl version. The openssl version is needed to predict this path. This can be difficult to do outside the openssl package. Just remove the patch and use the default path. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-lzop: add some patchesMichael Olbrich2018-10-294-16/+50
| | | | | | | One got lost in the update and another one add SOURCE_DATE_EPOCH support for reproducible output. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ntp: version bump 4.2.8p10 -> 4.2.8p12Michael Olbrich2018-10-232-0/+30
| | | | | | Also, add patch to make the build reproducible. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* intel-gpu-tools: fix incomplete updateMichael Olbrich2018-10-211-0/+21
| | | | | | The incomplete version bump was merged accidentally. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: version bump 3.5.4 -> 3.7.0Michael Olbrich2018-10-175-50/+30
| | | | | | | | | | | | | | | | | zlib support can no longer be disabled. 'crc32' from zlib is used in other modules if found. So not installing the zlib module is no longer sufficient to ensure that zlib is not used. zlib is small enough so just depend on it unconditionally. Also, setup the environment to make the build reproducible. Depend on host-python3-setuptools. This is needed by most packages anyways, so we can drop a lot of extra dependencies. Also, we need to import some of it once: It generates some pickle files and that's racy during parallel building. These files should be generated at build time, but that happens in pkgdir and for cross we use the source tree in build-target. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: version bump 1.1.4.1 -> 1.1.7Ladislav Michl2018-10-173-0/+0
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* squashfs-tools: remove old patches for v3.4 (version removed)Andreas Pretzsch2018-10-172-35/+0
| | | | | | | | In commit ccf3982 (part of ptxdist-2018.08.0), support for old squashfs-tools 3.4 was dropped. Remove leftover patches. Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rng-tools: version bump 5 -> 6.5Juergen Borleis2018-10-173-0/+30
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libuv: add new library for asynchronous event notificationsJuergen Borleis2018-10-171-0/+3
| | | | | | | Libuv is the asynchronous library behind Node.js. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* db: version bump 4.1.25.NC/4.4.20.NC -> 5.3.28Michael Olbrich2018-10-172-117/+0
| | | | | | Remove the option for different versions. It's not needed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dnsmasq: version bump 2.77 -> 2.79Juergen Borleis2018-10-122-0/+0
| | | | The patches for 2.77 are still valid in 2.79
* util-linux-ng: version bump 2.32 -> 2.32.1Michael Olbrich2018-10-122-0/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* usb_modeswitch: link dispatcher against JimTclLadislav Michl2018-10-092-0/+51
| | | | | | | Link dispatcher script with JimTcl library to lower footprint. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg-utils: propagate Installed-Size properlyMichael Olbrich2018-10-095-44/+39
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fbv: Restored packageGuillermo Rodríguez2018-10-052-0/+38
| | | | | | | | | Had been removed after one year in staging, but the reasons for removal seem to be fixed; the package now builds correctly with latest libpng, and upstream is alive. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* keyutils: add patch to make the build reproducibleMichael Olbrich2018-10-032-1/+32
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* jed: fix cross-compile hack for parallel buildingMichael Olbrich2018-10-033-15/+18
| | | | | | | | The patch removed all dependencies for chkslang. As a result, $(OBJDIR) might not exist yet and creating the symlink fails. Add a existence only dependency on $(OBJDIR) to fix this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fbv: remove after one year in stagingMichael Olbrich2018-10-032-38/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* usplash: remove after one year in stagingMichael Olbrich2018-10-035-1852/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* directfb: remove after on year in stagingMichael Olbrich2018-10-038-147/+0
| | | | | | | This is a really old version of DirectFB. It was in staging for more than one year and nobody cared. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-opkg-utils: version bump 0.3.5 -> 0.3.6Michael Olbrich2018-10-0310-100/+176
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.28.3 -> 1.29.3Clemens Gruber2018-09-276-90/+1
| | | | | | | Drop upstreamed patch and update configs. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: add patch for glibc 2.28 compatibilityClemens Gruber2018-09-272-0/+108
| | | | | | | Taken from systemd upstream commit 75720bff62a84896e9a0654afc7cf9408cf89a38. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: version bump 1.12.2 -> 1.14.0Ladislav Michl2018-09-204-95/+0
| | | | | | | | Also remove patches as those are already in 1.14.0. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> [mol: use --without-... instead of --with-...=no] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-pytz: new packageArtur Wiebe2018-09-172-0/+41
| | | | | Signed-off-by: Artur Wiebe <artur@4wiebe.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-lxml: new packageArtur Wiebe2018-09-172-0/+32
| | | | | Signed-off-by: Artur Wiebe <artur@4wiebe.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: fix autogen.shMichael Olbrich2018-09-071-1/+19
| | | | | | intltoolize is needed for autoreconf to work correctly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: add upstream patch to fix parallel buildingMichael Olbrich2018-09-074-5/+52
| | | | | | | | | | Without this, building may fail with [...] ./libnm-core/nm-core-types.h:28:10: fatal error: 'nm-core-enum-types.h' file not found [...] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* m4/coreutil: add gnulib patches for GLibc-2.28Rouven Czerwinski2018-08-314-0/+354
| | | | | | | | | | | | | | | | | | | | | | | | This adds the necessary patches for m4 and coreutils to compile with glibc-2.28. These can be removed when new releases are available. Both m4 and coreutils use an in-tree copy of gnulib which abstracts some of the more ugly OS differences. To support the new glibc only changes in gnulib are necessary, so the patches for both packages are nearly identical. This version is manually applied for both packages from 4af4a4a71827c0bc5e0ec67af23edef4f15cee8e in the upstream gnulib repository. v2: - fix spelling mistakes - mention the in-tree gnulib copy to justify the single patch from Uwe Kleine-König - Integrate original commit message, author and date - add backport note and my SoB from Denis Osterland Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: version bump 1.12.0 -> 1.12.2Ladislav Michl2018-08-312-0/+30
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* socat: version bump 1.7.3.0 => 1.7.3.2Jon Ringle2018-08-312-0/+0
| | | | | Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 18.1.1 -> 18.1.5Philipp Zabel2018-08-013-43/+0
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sdl2-test: add new packageMichael Grzeschik2018-07-303-0/+52
| | | | | Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sdl2-ttf: add new packageMichael Grzeschik2018-07-303-0/+41
| | | | | Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sdl2: add new packageMichael Grzeschik2018-07-304-0/+192
| | | | | Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>