summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.in: fix 'make dist'ptxdist-2015.12.0Michael Olbrich2015-12-181-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* weston: avoid linking failure with against libcairoJuergen Borleis2015-12-181-1/+1
| | | | | | | | | | | | This change fixes the following linking error: shared/frame.c: In function 'frame_button_create': shared/frame.c:115:2: warning: implicit declaration of function 'cairo_image_surface_create_from_png' [-Wimplicit-function-declaration] [...] clients/weston_screenshooter-screenshot.o: In function `write_png': clients/screenshot.c:228: undefined reference to `cairo_surface_write_to_png' Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* udev-legacy: install existing rules filesJuergen Borleis2015-12-171-1/+1
| | | | | | '42-usb-hid-pm.rules' seems gone somehow, but '50-firmware.rules' do exist. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* udev-legacy: provide regular overwrite for project specific rulesJuergen Borleis2015-12-171-9/+2
| | | | | | Use the regular search hierarchy for this kind of files as well. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* udev: fix visibility of the 'build options' menu entryJuergen Borleis2015-12-171-1/+1
| | | | | | | | | The intention of the SYSTEMD check is to show this menu entry only when systemd isn't activated. But even if systemd is disabled, the 'build options' menu entry doesn't occur with this kind of check. With this change in place the menu entry occurs if systemd is disabled. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* new package memtoolUwe Kleine-König2015-12-172-0/+61
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.5.27 -> 5.5.30Bruno Thomsen2015-12-171-2/+2
| | | | | | | | | | | Fixes multiple vulnerabilities: 5.5.28: CVE-2015-6833, CVE-2015-6832, CVE-2015-6831. 5.5.29: CVE-2015-6834, CVE-2015-6835, CVE-2015-6836, CVE-2015-6837, CVE-2015-6838. 5.5.30: CVE-2015-7803, CVE-2015-7804. Signed-off-by: Bruno Thomsen <bth@kamstrup.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ModemManager: update to 1.4.12Ladislav Michl2015-12-171-2/+2
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* NetworkManager: update to 1.0.8Ladislav Michl2015-12-171-2/+2
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pcsc-lite: add missing reader.conf config fileMarc Kleine-Budde2015-12-171-0/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ncurses: don't use generated file as license fileMichael Olbrich2015-12-151-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pcsc-lite: disable libusb support - use libudev instead if neededMarc Kleine-Budde2015-12-152-5/+1
| | | | | | | Either libusb or libudev are used for hotplug support, remove libusb. Just select libudev for hotplug if needed. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* project-name: add option to check license information when building the packagesMichael Olbrich2015-12-112-0/+19
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: allow package specific LDFLAGS for host packagesMichael Olbrich2015-12-111-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opensc: add new packageMarc Kleine-Budde2015-12-102-0/+180
|
* openct: new packageMarc Kleine-Budde2015-12-106-0/+224
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* pcsc-lite: add new pacakgeMarc Kleine-Budde2015-12-102-0/+113
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* cbenchsuite: version bump 1.0 -> 1.1Michael Olbrich2015-12-105-658/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lighttpd: update from 1.4.37 to 1.4.38Alexander Dahl2015-12-091-2/+2
| | | | | | | | | | | | | | | Important changes according to the release notes [1]: * mod_secdownload now requires an algorithm option to be set * fix a header parse bug (#2670) * sendfile support for darwin (just select “sendfile” as backend) For other changes see release notes. [1] http://www.lighttpd.net/2015/12/5/1.4.38/ Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lldpd: update to 0.7.19 and add systemd supportClemens Gruber2015-12-093-6/+51
| | | | | | | | | Bump version to current stable version 0.7.19. Add options for custom TLV and JSON support. Add systemd unit and adapt rule file accordingly. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: fix copy & paste bug in help textUlrich Ölmann2015-12-091-1/+1
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libdrm: version bump 2.4.59 -> 2.4.65Lucas Stach2015-12-092-3/+9
| | | | | | | Lots of bugfixes and a new backend for AMDGPU. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: update my entryWolfram Sang2015-12-091-7/+1
| | | | | Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* i2c-tools: version bump & secondary urlWolfram Sang2015-12-091-3/+3
| | | | | | | | lm-sensors.org has often problems these days, so add a mirror url hosted by the maintainer. Do a version bump while we are here. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strongswan: bump version to 5.3.5Christoph Fritz2015-12-091-2/+3
| | | | | Signed-off-by: Christoph Fritz <chf@googlemail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils: Added ubiblock supportRüdiger, Christoph2015-12-092-0/+10
| | | | | | | This patch installs the already built ubiblock executable into the package, depending on the respective config option. Signed-off-by: Christoph Ruediger <christoph.ruediger@thyssenkrupp.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxml2: update from 2.9.2 to 2.9.3Alexander Dahl2015-12-096-63/+9
| | | | | | | | | | | | 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>
* sysstat: version bump 9.0.3 -> 11.0.7Alexander Aring2015-12-091-8/+33
| | | | | | | | This patch bumps the version of sysstat from 9.0.3 to 11.0.7. The project moved to autotools since then. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* NBD: Update to 3.12.1Markus Pargmann2015-12-093-2/+37
| | | | | | 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>
* ethtool: bump version to 4.2Clemens Gruber2015-12-091-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mpg123: bump version to 1.22.4 and add license hashClemens Gruber2015-12-091-2/+4
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: version bump 1.6.0 -> 1.6.1Philipp Zabel2015-12-096-12/+12
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg: remove XORG_DEFAULT_DATA_DIR configuration optionPhilipp Zabel2015-12-0921-60/+51
| | | | | | | | | | Modern distributions set datadir to /usr/share instead of /usr/lib. Replace the XORG_DEFAULT_DATA_DIR configuration option with a fixed XORG_DATADIR variable and point it to /usr/share. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> [mol: fix libx11, xorg-server targetinstall] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ecryptfs-utils: fix typo in PTXCONF_ECRYPTFS_UTILS_ECRYPTFS_REWRAP_PASSPHRASEMarc Kleine-Budde2015-12-091-1/+1
| | | | | Reported-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* boost: add patch to fix building on PPCMichael Olbrich2015-12-072-0/+41
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgpg-error: fix building for x86Michael Olbrich2015-12-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2d -> 1.0.2eMichael Olbrich2015-12-0416-60/+85
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: cleanup & expand variable referenceMichael Olbrich2015-12-031-85/+295
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: show short error message for unknown argumentsMichael Olbrich2015-12-031-1/+4
| | | | | | | | The full 'usage' text is rarely useful because this is often triggered by typos. Print the unknown argument instead and a hint where to find more information. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: show man page for '--help'Michael Olbrich2015-12-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* docs: expand and improve the command documentationMichael Olbrich2015-12-031-5/+182
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* generate basic man-pageMichael Olbrich2015-12-033-1/+30
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* docs: split parameter documentation into a separate fileMichael Olbrich2015-12-032-120/+121
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* docs: use matching platform & toolchain examplesMichael Olbrich2015-12-031-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* environment.rst: replace fixes & cleanupsMichael Olbrich2015-12-031-6/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* docs: extract ptxdist version when building the documentationMichael Olbrich2015-12-033-6/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: use classic themeMichael Olbrich2015-12-032-2/+2
| | | | | | This requires Sphinx 1.3.x Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Reference manual: provide one more referenceJuergen Borleis2015-12-032-0/+4
| | | | | | | Connect the user's manuals and the reference part. Maybe both sections provide the same and should be melded. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* Reference manual: make it more clear what's meantJuergen Borleis2015-12-031-6/+8
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>