summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nginx (S50nginx): Fix stop, reload, restart. Add force-reload.Thomas Claveirole2017-09-271-5/+13
| | | | | | | | | | | | | | | | | | | Fix package/nginx/S50nginx: * On stop, use start-stop-daemon -R 1 to wait for the nginx processes to actually stop. This fixes a race condition with restart, where nginx fails to restart because start is called too early w.r.t. stop. (This only works with Debian's start-stop-daemon, however BusyBox's start-stop-daemon does not fail when given -R; it just ignores the argument silently). * Implement reload with an actual reload instead of a restart. * Add force-reload. Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* configs/wandboard: Bump U-Boot and kernel versionsFabio Estevam2017-09-261-4/+4
| | | | | | | Bump U-Boot to 2017.09 version and kernel to 4.13.3. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* wandboard: genimage: Pass an offset for the rootfsFabio Estevam2017-09-261-0/+1
| | | | | | | | | | Pass an offset of 1MB for the start of the rootfs. Otherwise we get rootfs corruption when the bootloader is manually written to the SD card. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* configs: Add qemu_ppc64le_pseriesJoel Stanley2017-09-264-0/+33
| | | | | | | | | | | This is similar to the ppc64_pseries config, except we build for little endian instead of big endian. The default architecture is set to Power8 as this was the first fully enabled LE machine. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* configs: qemu_ppc64_pseries: Update to kernel 4.13.1Joel Stanley2017-09-261-3/+3
| | | | | Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/efl: bump to 1.20.4Romain Naour2017-09-263-38/+3
| | | | | | | | | https://www.enlightenment.org/news/efl-1.20.4 Remove upstream patch. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/kodi-skin-confluence: bump version to 3.1.4Bernd Kuhls2017-09-262-2/+4
| | | | | | | | This version was not tagged upstream so use a git hash which has that version. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/kodi-pvr-hts: bump version to 3.4.28Bernd Kuhls2017-09-262-2/+2
| | | | | | | | This version was not tagged upstream so use a git hash which has that version. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/kodi-inputstream-rtmp: bump version to 1.0.6Bernd Kuhls2017-09-262-2/+2
| | | | | | | | This version was not tagged upstream so use a git hash which has that version. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/kodi-inputstream-adaptive: bump version to 2.0.18Bernd Kuhls2017-09-262-2/+4
| | | | | | | Fixes https://bugs.busybox.net/show_bug.cgi?id=10256 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/x11r7/xserver_xorg-server: glamor support needs eglBernd Kuhls2017-09-261-1/+1
| | | | | | | | | | | | | | | | | Glamor support in xserver_xorg-server depends on gbm: https://cgit.freedesktop.org/xorg/xserver/tree/configure.ac#n2100 Gbm is provided by mesa3d only if egl is enabled: https://git.buildroot.net/buildroot/tree/package/mesa3d/mesa3d.mk#n167 This patch adds libegl as additional prerequisite for enabling glamor support in xserver_xorg-server. Fixes http://autobuild.buildroot.net/results/04d/04d93745d63fcfbea070c0126862b49f1b6f473e/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/poppler: include ctype.h to fix build errorBernd Kuhls2017-09-261-0/+37
| | | | | | | | Fixes http://autobuild.buildroot.net/results/a6a/a6a336f8b6a0136b204a34091e33dc4598178125/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/libshout: enable optional dependency for libresslBernd Kuhls2017-09-261-0/+3
| | | | | | | | | | | | libshout uses pkgconfig currently only to check for openssl paths, to fix the build error we pass our STAGING_DIR as parameter to --with-openssl Fixes http://autobuild.buildroot.net/results/72a/72aa07d48d6b1d7dea046b88ee4aa943534ffad4/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* .gitlab-ci.yml: update after adding raspberrypi3_qt5we_defconfigArnout Vandecappelle (Essensium/Mind)2017-09-261-0/+1
| | | | | | | Commit 21234ce8 introduced raspberrypi3_qt5we_defconfig but didn't update .gitlab-ci.yml. Do that now. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/tor: add optional support for lzmaBernd Kuhls2017-09-261-0/+7
| | | | | | | | According to https://blog.torproject.org/tor-0317-now-released we also need host-pkgconf for lzma support. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/tor: security bump to version 0.3.1.7Bernd Kuhls2017-09-263-60/+68
| | | | | | | | | | | | Quoted from release notes: https://blog.torproject.org/tor-0317-now-released "Tor 0.3.1.7 is the first stable release in the 0.3.1 series." Fixes CVE-2017-0380: https://trac.torproject.org/projects/tor/ticket/23490 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* python-numpy: Ensure `_npy_scaled_cexp{, f, l}` is defined when neededAlexey Brodkin2017-09-261-0/+43
| | | | | | | | | | | | | | | With update of Numpy to the latest version we've got one change which breaks Numpy compilcation in some cases. This change back-ports upstream fix from: https://github.com/numpy/numpy/pull/9740 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Rahul Bedarkar <rahulbedarkar89@gmail.com> Cc: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* libkcapi: bump version to 0.14.0Marcin Nowakowski2017-09-266-5/+285
| | | | | | | | | | | | | | | Switch from github hash to an official release. Several upstream patches are required to build the code correctly on all platforms supported by buildroot. The test application now uses fork(). Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> [Arnout: Squash the two patches, MMU dependency was introduced with the version bump. Wrap assignments in libkcapi.mk differently.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/ngircd: fix pam supportBernd Kuhls2017-09-241-1/+1
| | | | | | | | | | | Fix type introduced by https://git.buildroot.net/buildroot/commit/?id=13755ca3056e4793e483c2ec634c06ac017088d2 Fixes http://autobuild.buildroot.net/results/461/461fa08ef11dc4ae8074a2d634138e4fcfaa8d16/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2017.02.6Peter Korsgaard2017-09-241-0/+29
| | | | | | | [Peter: drop Makefile changes] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 8ee6c1d60ebe1285e7f07afa0f8f9107ce0b3506) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2017.02.6Peter Korsgaard2017-09-242-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libidn: fix build without makeinfoBaruch Siach2017-09-241-1/+1
| | | | | | | | | | | | | Build fails when the makeinfo utility is not installed on the host. Fixes: http://autobuild.buildroot.net/results/dfd/dfdfb34ed81ba3a4b7a7271be482e75eca849dbf/ http://autobuild.buildroot.net/results/b33/b33c0b0e6b1033ab1d1294a91b869ee6adcd391a/ http://autobuild.buildroot.net/results/940/9401cc10f6da6a2e3453ebc65ce573c370733fb5/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lua-markdown: new packageFrancois Perrad2017-09-244-0/+23
| | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Arnout: name the files lua-markdown instead of lua-mardown] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* lua-sailor: new packageFrancois Perrad2017-09-244-0/+31
| | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Arnout: rewrap help text] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* lua-valua: new packageFrancois Perrad2017-09-244-0/+25
| | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Arnout: rewrap help text] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* lua-datafile: new packageFrancois Perrad2017-09-244-0/+23
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* lua-curl: new packageFrancois Perrad2017-09-244-0/+24
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* luaposix: bump to version 34.0.1Francois Perrad2017-09-242-5/+21
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* configs/imx6q-sabresd_defconfig: Switch to SPL bootFabio Estevam2017-09-241-4/+6
| | | | | | | | | | U-Boot 2017.07 has switched to SPL boot, which allows the same binary to boot on imx6dl, imx6q and imx6qp sabresd boards. Switch to the SPL mechanism. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* imx: Introduce an SPL genimage templateFabio Estevam2017-09-242-1/+56
| | | | | | | | Introduce a genimage template for booting SPL + u-boot.img U-Boot binaries. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/mpfr: bump to version 3.1.6Bernd Kuhls2017-09-242-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* python-lxml: bump to version 4.0.0Yegor Yefremov2017-09-242-2/+2
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/sysklogd: add systemd servicesPetr Kulhavy2017-09-243-0/+36
| | | | | | | | Sysklogd had only SYSV init scripts. Add systemd service files to start klogd and syslogd. Signed-off-by: Petr Kulhavy <brain@jikos.cz> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/rsyslog: fix wrong symlink for systemd servicePetr Kulhavy2017-09-241-1/+1
| | | | | | | | | | | The symlink to /etc/systemd/system/syslog.service was pointing 4 levels up to /usr/lib instead of 3 levels up. This wasn't an issue on the actual system (/../ equals to / ) but was causing a deadlink in the TARGET directory. Signed-off-by: Petr Kulhavy <brain@jikos.cz> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/pulseaudio: bump version to 11.1Bernd Kuhls2017-09-2410-67/+26
| | | | | | | | | | | | | Dependency to json-c was dropped, updated reverse dependencies as well and added optional dependency to libatomic_ops https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/configure.ac#n250 when __sync_bool_compare_and_swap is not available. Removed patch applied upstream: 0002-webrtc-C-11-is-only-required-for-WebRTC-support.patch Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/protobuf-c: bump version to 1.3.0Bernd Kuhls2017-09-242-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* protobuf, python-protobuf: bump to v3.4.1Bernd Kuhls2017-09-243-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/poco: Update check for uclibc toolchainBernd Kuhls2017-09-241-1/+1
| | | | | | | | LIBC is really only used to construct the target tuple. To check if we are using a uClibc toolchain, we use BR2_TOOLCHAIN_USES_UCLIBC. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/poco: bump version to 1.7.9Bernd Kuhls2017-09-245-35/+2
| | | | | | | | | | Removed patch applied upstream: https://github.com/pocoproject/poco/commit/30159aea4b3f6421da9d74a8bf22aad6d3bf26b4 Renumbered remaining patches. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/pinentry: added optional support for qt5Bernd Kuhls2017-09-242-3/+26
| | | | | | | | | | Upstream added support for qt5: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=commit;h=abb59f50abf698ff1e56490fb39bcc98c26ab44b Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Arnout: completely separate qt4 and qt5 in the .mk file instead of making a complicated mix.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* bash: fix static buildBaruch Siach2017-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building bash statically, configure does not initialize the SHOBJ_STATUS variable. The SHOBJ_STATUS make variable in examples/loadables/Makefile.in must resolve to either 'supported' or 'unsupported'. Otherwise, the install-$(SHOBJ_STATUS) target does not exist. This leads to the following build failure: make[2]: Entering directory '.../output/build/bash-4.4/examples/loadables' make[2]: *** No rule to make target 'install-', needed by 'install'. Stop. make[2]: Leaving directory '.../output/build/bash-4.4/examples/loadables' Makefile:793: recipe for target 'install' failed with the following defconfig: BR2_arm=y BR2_STATIC_LIBS=y BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y BR2_PACKAGE_BASH=y Note that this doesn't terminate the build so it's not detected as an error by the autobuilders. Set SHOBJ_STATUS in the configure environment as a workaround. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/openobex: bump version to 1.7.2Bernd Kuhls2017-09-246-113/+57
| | | | | | | | | | | | | | | | | | Package switched to cmake without providing most of the autoconf options previously available. Therefore we move all suboptions to Config.in.legacy. All patches are removed, the files to be patched do not exist anymore. OPENOBEX_EXTRACT_CMDS is not needed anymore, upstream provides the source as .tar.gz now. Version 1.6 added support for libusb-1.x and udev. The current version also supports bluez5_utils, not only bluez_utils. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Arnout: add help text to legacy options] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/openmpi: bump version to 1.10.7Bernd Kuhls2017-09-242-3/+5
| | | | | | | Added sha256 hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/opencv3: bump version to 3.3.0Bernd Kuhls2017-09-243-2566/+3
| | | | | | | | | | | Removed patch applied upstream: https://github.com/opencv/opencv/commit/e16227b53cabab1caa4b7aba8ff59a630528348f In-source-builds are not allowed anymore: https://github.com/opencv/opencv/commit/a07d8a89b6b38b1a1f35ac808955dab97985becb Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* mpv: bump version to 0.27.0Mahyar Koshkouei2017-09-242-2/+2
| | | | | | | Includes some fixes for the Raspberry Pi, amongst many others. Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* ffmpeg: Add support for hardware accelaration on RPiMahyar Koshkouei2017-09-241-0/+8
| | | | | | Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com> [Arnout: wrap the long line] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* rpi-userland: bump to latest versionMahyar Koshkouei2017-09-242-2/+2
| | | | | Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* docs: clarify <packagename>_PATCH behaviourAlexander Mukhin2017-09-241-3/+8
| | | | | | | | | | | | Reiterate once more that <packagename>_PATCH variable can point to an arbitrary URL, not just to a path relative to <packagename>_SITE. While we're at it, also explain that the patch should be added to the .hash file. Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com> [Arnout: add sentence about .hash file.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/tslib: update to 1.13Martin Kepplinger2017-09-242-3/+3
| | | | | | | see https://github.com/kergoth/tslib/releases Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/lvm2: add missing host-pkgconf dependencyRomain Naour2017-09-241-0/+2
| | | | | | | | | | | configure.ac use PKG_CHECK_MODULES macro to find some libraries dependencies. So add host-pkgconf in LVM2_DEPENDENCIES. Fixes: checking pkg-config is at least version 0.9.0... ./configure: line 9875: [...]/host/bin/pkg-config: No such file or directory Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
OpenPOWER on IntegriCloud