summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-tools: Fix build dirptxdist-2015.01.0Alexander Stein2015-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | The build directory should be u-boot-tools-$version. Otherwise the build interferes with u-boot itself if they both have the same version. This can be reproduced by the following steps: ptxdist clean u-boot ptxdist clean u-boot-tools ptxdist compile u-boot ptxdist targetinstall u-boot-tools ptxdist targetinstall u-boot Now there is the follwing error: install: cannot stat 'platform/build-target/u-boot-2014.07/u-boot.bin': No such file or directory Fix this by using a separate directory for u-boot tools. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gnupg: update to 2.0.26Philipp Zabel2015-01-191-2/+4
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* GDB: fix default MD5 checksumJuergen Borleis2015-01-151-1/+1
| | | | | | | | In change 40e6ccd06195d096af211be7f101ac4d94dab9f3 the type of archive was changed and this requires a changed default MD5 sum as well. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* New package: fuse-zipgrodriguez2015-01-144-0/+105
| | | | | | | | | Patch to fix a missing header. More info: http://code.google.com/p/fuse-zip/issues/detail?id=44 Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> [mol: replace patch with upstream commit] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* New package: libzipgrodriguez2015-01-142-0/+79
| | | | | | Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> [mol: cleanup prepare stage] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* GDB: switch to an available archive type for all releases.Juergen Borleis2015-01-142-2/+2
| | | | | | | | | | | The to be used release for GDB can be defined in the menu. Upstream now seems to prefer the xz archive format for newer releases, but kept the bz2 for older releases. Only the gz archive format is available for all releases. By switching to the gz archive format should work for all releases now. Drawback: gz archives are much larger than bz2 or xz archives. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Added Oracles Java 7 JREMartin Hejnfelt2015-01-142-0/+97
| | | | | Signed-off-by: Martin Hejnfelt <mh@newtec.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_get_http: add option to define cookiesMichael Olbrich2015-01-121-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lighttpd: Implement 'restart' in init scriptBernhard Walle2015-01-121-15/+31
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* avahi: version bump 0.6.30 -> 0.6.31Robert Schwebel2015-01-121-2/+2
| | | | | | | No relevant configure.ac changes found. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lowpan-tools: replace with wpan-toolsAlexander Aring2015-01-1214-494/+73
| | | | | | | | | | | | This patch removes the actual lowpan-tools for the 802.15.4 stack and replace it with the wpan-tools. The lowpan-tools are deprecated now, see http://www.spinics.net/lists/linux-wpan/msg01132.html for more information. This patch also adds a migrate functionality to replace LOWPAN_TOOLS with WPAN_TOOLS. Signed-off-by: Alexander Aring <alex.aring@gmail.com> [mol: fix migrate] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: remove old patchesRobert Schwebel2015-01-1211-539/+0
| | | | | | | After moving to 2.7.9, we can remove the patches for 2.7.5. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: version bump 2.7.5 -> 2.7.9Robert Schwebel2015-01-121-4/+5
| | | | | | | One additional option is in configure, add it to prepare stage. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: update patches for 2.7.9Robert Schwebel2015-01-129-56/+35
| | | | | | | | Rework patch stack for python-2.7.9. Two hunks have been found in mainline meanwhile and can be removed here. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: prepare version bumpRobert Schwebel2015-01-1211-0/+539
| | | | | | | Copy old patches in preparation of version bump. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strongswan: aes-gcm support enabledBruno Thomsen2015-01-121-1/+2
| | | | | | | | | | | | | | Enabled support for AES-GCM (Galois/Counter Mode) which is an Authenticated Encryption with Associated Data (AEAD) cipher. This seems like a good moment to reiterate that everything less than TLS 1.2 with an AEAD cipher suite is cryptographically broken. -- Adam Langley Source: https://www.imperialviolet.org/2014/12/08/poodleagain.html Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strongswan: added openssl plugin optionBruno Thomsen2015-01-122-1/+12
| | | | | | | OpenSSL adds Elliptic Curve support in IKE Diffie-Hellman key exchange. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.4.33 -> 5.4.35Bruno Thomsen2015-01-121-2/+2
| | | | | | | | Multiple bugs were fixed including security vulnerabilities CVE-2014-3710, CVE-2014-3669, CVE-2014-3670, CVE-2014-3668. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: added openssl support optionBruno Thomsen2015-01-122-0/+13
| | | | | | | | This is useful when handling certificates in a web interface. Ex. Validate parameters on a PEM certificate. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: add hack to build host-systemd with glibc 2.13Michael Olbrich2015-01-122-1/+36
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1j -> 1.0.1kMichael Olbrich2015-01-1017-35/+35
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-systemd: needs libmountMichael Olbrich2015-01-092-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* architecture: fix long double handling for x86_64Michael Olbrich2015-01-091-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* crda: update regulatory.binMichael Olbrich2015-01-091-0/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* crda: fix fox x86_64Michael Olbrich2015-01-092-9/+71
| | | | | | | The pregenerated keys-ssl.c is different fox 64 bit architectures, so we need to ship a different version and choose the correct one. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-fakeroot: make sure bash is used as the shell for bin/fakerootMichael Olbrich2015-01-081-0/+4
| | | | | | | | | | | | Otherwise targetinstall can fail for some bash versions with: [...] ptxd_make_opkg_finish_impl: not found [...] This seems to be a side effect of some bash security fixes. Exported bash functions are lost when executing bash -> dash -> bash. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 217 -> 218Michael Olbrich2015-01-086-7/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libva-intel-driver: version bump 1.4.0 -> 1.5.0Michael Olbrich2015-01-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libva: version bump 1.4.0 -> 1.5.0Michael Olbrich2015-01-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-rtsp-server1: version bump 1.4.4 -> 1.4.5Michael Olbrich2015-01-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-ugly1: version bump 1.4.4 -> 1.4.5Michael Olbrich2015-01-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: version bump 1.4.4 -> 1.4.5Michael Olbrich2015-01-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: version bump 1.4.4 -> 1.4.5Michael Olbrich2015-01-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base1: version bump 1.4.4 -> 1.4.5Michael Olbrich2015-01-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: version bump 1.4.4 -> 1.4.5Michael Olbrich2015-01-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* orc: version bump 0.4.21 -> 0.4.23Michael Olbrich2015-01-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-rtsp-server1: new packageMichael Olbrich2014-12-122-0/+76
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-system-python: Add python-bz2 moduleptxdist-2014.12.0Markus Pargmann2014-12-042-0/+9
| | | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openocd: set correct licenseMichael Olbrich2014-12-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* oprofile: version bump 0.9.9 -> 1.0.0Michael Olbrich2014-12-041-8/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-validate1: new packageMichael Olbrich2014-12-042-0/+119
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* jamvm: work around broken configure scriptMichael Olbrich2014-12-041-0/+1
| | | | | | | | libffi-3.2.1 has moved it's headers to a non-standard directory. jamvms configure does not use pkg-config, so we need to specify the include path manually. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cairo: version bump 1.12.16 -> 1.12.18Michael Olbrich2014-12-041-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-openssl: build with -PICMichael Olbrich2014-12-031-1/+1
| | | | | | This is necessary to use it with PIE. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* v4l-utils: version bump 1.4.0 -> 1.6.2Philipp Zabel2014-12-031-2/+2
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libnl3: version bump 3.2.22 -> 3.2.25Michael Olbrich2014-12-031-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: fix linking with goldMichael Olbrich2014-12-021-3/+3
| | | | | | gold only supports '-z option' not '-z,option' Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libffi: version bump 3.1 -> 3.2.1Michael Olbrich2014-12-021-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libsoup: add missing dependenciesMichael Olbrich2014-12-011-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libsoup: version bump 2.46.0 -> 2.48.0Michael Olbrich2014-12-011-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>