summaryrefslogtreecommitdiffstats
path: root/patches
Commit message (Collapse)AuthorAgeFilesLines
* qt5: add patch to build with systemd 230Michael Olbrich2016-05-272-1/+54
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* polkit: version bump 0.104 -> 0.105Michael Olbrich2016-05-273-0/+27
| | | | | | | This is the last version that does not require libjs. Also, add patch to build check for libsystemd instead of libsystemd-login. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 229 -> 230Michael Olbrich2016-05-2714-82/+89
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qemu: remove obsolete patchesMichael Olbrich2016-05-263-327/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot: remove obsolete patchesMichael Olbrich2016-05-262-31/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxml2: security update from 2.9.3 to 2.9.4Alexander Dahl2016-05-262-0/+0
| | | | | | | | see announcement at https://mail.gnome.org/archives/xml/2016-May/msg00023.html for details Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mySQL: exhume a gone package by updating it to a new releaseJuergen Borleis2016-05-262-0/+104
| | | | | | | | | | | | | | | | | | After the remove of the old package from the staging area this change adds a new release of the mySQL package. Its intended and checked on a read-only root filesystem with write access in "/var/mysql" only. The database engine runs as a regular user and does not need root permissions. Due to its dependency to boost_1_59_0 it uses exactly this version and the already present boost lib in PTXdist isn't used. Be aware: its buildsystem uses a huge amount of memory. If your host is low on memory don't forget to build this package with the '-ji1' parameter. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libaio: add new packageJuergen Borleis2016-05-262-0/+34
| | | | | | | | | | This library simplifies the use of asynchronous I/O access the Linux kernel supports. In order to make use of this feature, the kernel's CONFIG_AIO is set. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> [mol: fix DESTDIR handling] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libmicrohttp: remove from staging by updating to a current releaseJuergen Borleis2016-05-263-0/+42
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump to 1.24.2Clemens Gruber2016-05-265-0/+0
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: version bump 1.2.0 -> 1.2.2Michael Olbrich2016-05-192-0/+30
| | | | | | Update & cleanup options and dependencies while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* iptables: add missing autogen.shMichael Olbrich2016-05-181-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wireshark: version bump 1.10.6 -> 2.0.3Alexander Aring2016-05-172-0/+29
| | | | | Signed-off-by: Alexander Aring <aar@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libpcap: version bump 1.5.3 -> 1.7.4Alexander Aring2016-05-175-9/+9
| | | | | | Signed-off-by: Alexander Aring <aar@pengutronix.de> [mol: fix building with bluetooth support] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* unstrung: initial commitAlexander Aring2016-05-173-0/+50
| | | | | | Cc: Michael Richardson <mcr@sandelman.ca> Signed-off-by: Alexander Aring <aar@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* slang: fix parallel buildingMichael Olbrich2016-05-102-1/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2g -> 1.0.2hMichael Olbrich2016-05-0415-40/+41
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* slang: version bump to 2.3.0Marc Kleine-Budde2016-05-012-0/+29
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* qt5: add build fix for PowerPCMichael Olbrich2016-04-272-1/+27
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gobject-introspection: version bump 1.46.0 -> 1.48.0Michael Olbrich2016-04-218-192/+55
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sdl: add upstream patch to fix building for 64-bit architecturesMichael Olbrich2016-04-204-5/+70
| | | | | | | | | | | | Without the patch building fails in ARM64 and x86_64 with: In file included from ./src/video/x11/SDL_x11dyn.c:96:0: ./src/video/x11/SDL_x11sym.h:168:92: error: conflicting types for '_XData32' In file included from ./src/video/x11/SDL_x11dyn.h:34:0, from ./src/video/x11/SDL_x11dyn.c:26: [...]/sysroot-target/usr/include/X11/Xlibint.h:568:12: note: previous declaration of '_XData32' was here Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* acl: version bump 2.2.49 -> 2.2.52Ladislav Michl2016-04-206-52/+18
| | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> [mol: regenerate patches with git-ptx-patches] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 228 -> 229Michael Olbrich2016-04-1914-52/+282
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: add upstream fix and reorganize patchesMichael Olbrich2016-04-138-7/+50
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* iptables: add upstream patch to fix parallel buildingMichael Olbrich2016-04-132-0/+38
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: upgrade from 2015.67 to 2016.73Alexander Dahl2016-04-112-49/+0
| | | | | | | | | | | | | | | | Dropped patch series, because build with ENABLE_CLI_PUBKEY_AUTH unset was fixed in 2015.68. 2016.72 fixes CVE-2016-3116. Additional changes contain fixes for crashes, memory leaks, compile warnings, build for certain platforms or in certain invironments, and race conditions. Improved efficiency, manpage, memory consumption. Various cleanups for issues found by lint tools and static code analyzers. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: version bump 5.4.2 -> 5.6.0Michael Olbrich2016-04-1111-90/+134
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: remove obsolete patchesMichael Olbrich2016-03-113-29/+0
| | | | | | | The include issue ist fixed in the new release and autogen.sh is no longer needed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fuse: don't forget the patchesMichael Olbrich2016-03-112-0/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2f -> 1.0.2gMichael Olbrich2016-03-0215-42/+42
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* iproute2: remove old patchesMichael Olbrich2016-02-112-43/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libbsd: bump version to 0.8.2 to fix CVE-2016-2090Clemens Gruber2016-02-113-7/+7
| | | | | | | | | Bump the version to 0.8.2, which includes a fix for the heap buffer overflow in fgetwln (CVE-2016-2090). Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> [mol: don't forget the patch] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libpoco: version bump 1.4.6p2 -> 1.6.1Tobias Schmidl2016-02-096-43/+53
| | | | | | | See https://raw.githubusercontent.com/pocoproject/poco/poco-1.6.1-release/CHANGELOG for more information. Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libboost: version bump 1.59.0 -> 1.60.0Tobias Schmidl2016-02-092-0/+0
| | | | | Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bsdiff: fix linking with --as-neededMarc Kleine-Budde2016-02-081-6/+8
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* python3-django: fix migrationsFlorian Scherf2016-02-042-0/+37
| | | | | Signed-off-by: Florian Scherf <f.scherf@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* valgrind: add upstream patch to make it work with kernel 4.5+Lucas Stach2016-02-032-1/+143
| | | | | | | | | | | | The current version of valgrind breaks if it is used together with kernel 4.5 running on the machine. Upstream already has a fix applied, but that is not found in any released version yet. Pick this fix into our local patches to allow valgrind to work on recent kernels again. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2e -> 1.0.2fMichael Olbrich2016-02-0115-39/+39
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python-django: add patch to improve startup performanceFlorian Scherf2016-01-122-0/+124
| | | | | Signed-off-by: Florian Scherf <f.scherf@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nfsutils: version bump 1.3.0 -> 1.3.3Michael Olbrich2016-01-126-28/+75
| | | | | | Cleanup and simplify rules while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rpcbind: new packageMichael Olbrich2016-01-122-0/+40
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: add patchesMichael Olbrich2016-01-123-0/+327
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gobject-introspection: new packageMichael Olbrich2016-01-127-0/+287
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openct: new packageMarc Kleine-Budde2015-12-102-0/+81
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* cbenchsuite: version bump 1.0 -> 1.1Michael Olbrich2015-12-104-655/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxml2: update from 2.9.2 to 2.9.3Alexander Dahl2015-12-095-61/+7
| | | | | | | | | | | | this fixes some bugs, lots of them with a CVE assigned: CVE-2015-7941, CVE-2015-1819, CVE-2015-7942, CVE-2015-8035, CVE-2015-7498, CVE-2015-7497, CVE-2015-5312, CVE-2015-7499, CVE-2015-7500, and CVE-2015-8242 patch series was recreated, patches gone upstream removed Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* NBD: Update to 3.12.1Markus Pargmann2015-12-092-0/+35
| | | | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de> [mol: add upstream patch to fix building on PPC] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils: Add upstream patch to fix flashcp progress outputMichael Olbrich2015-12-092-1/+103
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: add patch to fix building on PPCMichael Olbrich2015-12-072-0/+41
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2d -> 1.0.2eMichael Olbrich2015-12-0415-58/+83
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>