summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libsepol: require threadsAdam Duskett2017-11-032-0/+8
| | | | | | | | | | | | libsepol 2.7 now uses <pthread.h> Fixes: http://autobuild.buildroot.net/results/5f1c6872a395d8c6d55e2b1722730871b4daf6a3 Signed-off-by: Adam Duskett <aduskett@gmail.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rfkill: remove packageCarlos Santos2017-11-037-35/+10
| | | | | | | | | | | The rfkill program has been incorporated to the util-linux package. The new implementation is based upon, and backward compatible with, the original rfkill from Johannes Berg and Marcel Holtmann. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* stress-ng: not available on ARCThomas Petazzoni2017-11-021-2/+3
| | | | | | | | | | | | | Now that ARC supports glibc, stress-ng can be built. Unfortunately, like NIOS2, it doesn't implement FE_INVALID and a bunch of other <fenv.h> definitions, so let's prevent stress-ng from being built on ARC. Fixes: http://autobuild.buildroot.net/results/296b14584c200593f88af75cdda65c4ca03cd863/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcpcd: add systemd start-up serviceMarkus Mayer2017-11-022-0/+21
| | | | | | | | Add systemd start-up configuration for dhcpcd that is executed after the network has been brought up. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcpcd: add SysV start-up scriptMarkus Mayer2017-11-022-0/+39
| | | | | | | | Add System V start-up script for dhcpcd that is run after the network has been brought up. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-sdl2: fix build without C++ compilerThomas Petazzoni2017-11-021-0/+58
| | | | | | | | | | | | | | | lua-sdl2 CMakeLists.txt files did not explicitly indicate that it's a C-only project, and therefore CMake by default tries to find a C++ compiler, causing a build failure when none was available. This commit fixes that by adding a patch that adjusts the project() definitions in CMakeLists.txt. Fixes: http://autobuild.buildroot.net/results/45e39562a68c236c582861d410ee1a9924f2bfc5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gdb: ARC version has stringent dependencies on host gccYann E. MORIN2017-11-021-4/+14
| | | | | | | | | | | | | | | | | | The ARC gdb version requires a gcc >= 4.8 (because C++11). Since the host variant uses the same sources as the target variant, we must ensure that we have a host gcc >= 4.8 as well. Move the architecture dependencies to their own symbol, and also hide the comment when they are not met. Fixes: http://autobuild.buildroot.net/results/43eae264991aa369490236c7bd59c0b6a67fcf25/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uboot-tools: bump to version 2017.09Fabio Estevam2017-11-022-3/+3
| | | | | | | | | | The 'env' target has been renamed to 'envtools' so change it accordingly. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Tested-by: Jan Kundrát <jan.kundrat@cesnet.cz> Reviewed-by: Jan Kundrát <jan.kundrat@cesnet.cz> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uboot-tools: disable pylibfdtMatt Weber2017-11-021-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current U-Boot build system assumes that if swig is installed on the host system, it should build pylibfdt, without checking if other dependencies are available. This causes a number of build failures. This commit fixes that by using concepts from the future upstream fix (post 2017.11), which sets up a kconfig variable for pylibfdt and conditionally enables the swig wrapper creation (default=n). Relevant upstream patches under review: - https://patchwork.ozlabs.org/patch/826742/ - https://patchwork.ozlabs.org/patch/826752/ This patch only affects uboot-tools, in which we never need pylibfdt. The logic in the uboot package, with its BR2_TARGET_UBOOT_NEEDS_PYLIBFDT option, remains unchanged. Fixes (one of many): http://autobuild.buildroot.net/results/f9e13caae9b31c9dcde7d24caecc036324f269cc Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Tested-by: Jan Kundrát <jan.kundrat@cesnet.cz> Reviewed-by: Jan Kundrát <jan.kundrat@cesnet.cz> [Thomas: improved commit log.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: convert accept4 to use cancel.h macrosWaldemar Brodkorb2017-11-021-0/+102
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/78e033fe9f43845581a5d87b21a8451f67520e44 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Tested-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dtc: qemu system build need libfdtGuo Ren2017-11-021-1/+1
| | | | | | | | | | | | | The "install-bin" target just installs dtc's programs to host/bin without libfdt, but building qemu system requires libfdt. see: https://gitlab.com/c-sky/buildroot/-/jobs/38654503 So we need to install libfdt to satisfy the requirements of qemu. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-headers: bump 4.{4, 9, 13}.x seriesFabio Estevam2017-11-021-3/+3
| | | | | Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux: bump default to version 4.13.11Fabio Estevam2017-11-021-1/+1
| | | | | Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* azure-iot-sdk-c: use github for homepageBaruch Siach2017-11-021-1/+1
| | | | | | | | | | | Many Buildroot users can not read Dutch. Although there is an English version of this page, the github page looks more suitable as a link for the software package itself, and the readme.md file is pretty informative. Cc: André Hentschel <nerv@dawncrow.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/network-manager: Bump to version 1.8.4Petr Vorel2017-11-022-3/+3
| | | | | Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/modem-manager: Bump to version 1.6.10Petr Vorel2017-11-022-2/+2
| | | | | | Signed-off-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libglib2: Bump to version 2.54.2Petr Vorel2017-11-022-3/+3
| | | | | Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/feh: Bump to version 2.21Petr Vorel2017-11-022-2/+2
| | | | | Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ofono: Bump to version 1.21Petr Vorel2017-11-022-2/+2
| | | | | Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* DEVELOPERS: Add myself for various packagesPetr Vorel2017-11-021-0/+9
| | | | | Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gpm: fix build with glibc 2.26Petr Vorel2017-11-021-0/+33
| | | | | | | | | | | | | | | | Use sigemptyset() API instead of __sigemptyset(). __sigemptyset() has been removed from glibc public API headers in upcoming (2.26) release onwards. Patch taken from: https://github.com/telmich/gpm/pull/20/commits/fdc42770596e25749f7e2ce0ea97882177397167 Fixes: http://autobuild.buildroot.net/results/15e24f8c6a3ad2bfd198cc4fb094aeace7d1ee6a/ Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libidn: fix build with gcc 7.xThomas Petazzoni2017-11-021-0/+333
| | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/f7fc775584ad35349f0d66ed8632ab18f3859f9c/ Note: this problem wasn't seen until now because we were only testing gcc 7.x/glibc, and the problematic code is not built when glibc is used. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pyxb: bump version to 1.2.6Yegor Yefremov2017-11-022-5/+6
| | | | | | | Add licence file checksum. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pathpy: bump version to 10.5Yegor Yefremov2017-11-022-4/+4
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-cffi: bump version to 1.11.2Yegor Yefremov2017-11-022-4/+5
| | | | | | | Add licence file checksum. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-six: bump version to 1.11.0Yegor Yefremov2017-11-022-4/+6
| | | | | | | Add licence file checksum. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ussp-push: removed deprecated/no longer needed deps on openobex-bluezSamuel Martin2017-11-021-1/+0
| | | | | | | | | | | | | | Commit 49a9fb0f13789298e65f21405502a9106e2c7382 removed the BR2_PACKAGE_OPENOBEX_BLUEZ option, because BlueZ support is now unconditionally included in OpenOBEX. Therefore, selecting this legacy option no longer makes sense, and in fact triggers the legacy handling for no reason. Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Reported-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Samuel Martin <s.martin49@gmail.com> [Thomas: tweak commit log.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/opencv: add hash for license fileSamuel Martin2017-11-021-0/+1
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/opencv: fix build failureSamuel Martin2017-11-021-0/+32
| | | | | | | | | | | | Backport fix from upstream. Fixes: http://autobuild.buildroot.net/results/b27d324331f6e351e95dd4742f4d0a50af60c590 http://autobuild.buildroot.net/results/44ed0be0bd94028b7b37e7bf21233adc1753d94b Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireguard: bump to version 0.0.20171101Jason A. Donenfeld2017-11-012-3/+3
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nmap: fix libssh2 build failureThomas Petazzoni2017-11-012-1/+39
| | | | | | | | | | | | | | | | This commit adds a patch that fixes the libssh2 AC_CHECK_LIB() check, and makes sure it is taken into account by doing an autoconf in the package. We can't autoreconf as the package doesn't autoreconf properly, so we do a manual autoconf. Based on prior work from Baruch Siach and Max Filippov. Fixes: http://autobuild.buildroot.net/results/9e636919c98cd31b5067c8306d0e481a672434cf http://autobuild.buildroot.net/results/912561f505ad10d1eaa96dbe247d5838e9968e14 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* argp-standalone: fix build with gcc 7.xMatt Weber2017-11-012-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | Back in commit a662ff7e79630ca0875dd8529fe54db27a275007 ("package/argp-standalone: Fix build with c99 compilers"), we fixed the build of argp-standalone with compilers defaulting to C99 inline semantics, i.e starting from gcc 5.x. This was done as part of a patch that used "inline" instead of "extern inline". However, using "inline" once again broke the build with gcc 7.x. To fix this, revert back to using just "extern inline" (hence removing a patch of patch 0003-fix_build_with_c99_compilers.patch) and instead use -fgnu89-inline in the CFLAGS. See https://gcc.gnu.org/gcc-5/porting_to.html for more details. Fixes: http://autobuild.buildroot.net/results/a9cedc54829b7bd2dd7ae6ff2bd6c6db242f1c35/ Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> [Thomas: also drop the patch of 0003-fix_build_with_c99_compilers.patch that is no longer needed.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* DEVELOPERS: add myself for the cups packageOlivier Schonken2017-11-011-0/+1
| | | | | Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cups: add dependency on threadsOlivier Schonken2017-11-011-2/+4
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/0f1cb8d72d0a78eb8b5c46548bc7c7bade93c674 Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libssh2: update to newest versionSam Voss2017-11-013-13/+134
| | | | | | | | | | | | | Update libssh2 to use the newest version from git. This caused a transition from released version number to hash as it has not been version rev'd in over a year (see issue https://github.com/libssh2/libssh2/issues/220 for bump request). This brings in changes to the autoconf to correctly pick the crypto library. Signed-off-by: Sam Voss <sam.voss@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/pure-ftpd: bump version to 1.0.47Bernd Kuhls2017-11-012-3/+4
| | | | | | | Added license hash, switched _SITE to https. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.2.4Bernd Kuhls2017-11-013-7/+9
| | | | | | | Added license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* quagga: add upstream security fix for CVE-2017-16227Peter Korsgaard2017-11-011-0/+33
| | | | | | | | | | | | | >From the advisory: http://www.openwall.com/lists/oss-security/2017/10/30/4 It was discovered that the bgpd daemon in the Quagga routing suite does not properly calculate the length of multi-segment AS_PATH UPDATE messages, causing bgpd to drop a session and potentially resulting in loss of network connectivity. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openssh: fix getpagesize() related static linking issuePeter Korsgaard2017-11-011-0/+35
| | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/8cc/8cc30818a400c7a392a3de787cabc9cd8425495f/ The configure script checks for getpagesize() and sets HAVE_GETPAGESIZE in config.h, but bsd-getpagesize.c forgot to include includes.h (which indirectly includes config.h) so the checks always fails, causing linker issues when linking statically on systems with getpagesize(). Fix it by including includes.h. Patch submitted upstream: https://lists.mindrot.org/pipermail/openssh-unix-dev/2017-October/036413.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/openjpeg: fix static library installBernd Kuhls2017-11-011-0/+27
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/c35/c35599e6bf09aebe456ea959d7c238f82090fc62/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: security bump to version 2.31Carlos Santos2017-10-315-73/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix CVE-2016-2779: runuser in util-linux allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes characters to the terminal's input buffer. The new experimental "su --pty" feature has been implemented to fix this issue. The feature is not enabled by default and the new command line option --pty is necessary. Add rfkill, a command for enabling and disabling wireless devices. This implementation is based upon, and backward compatible with, the original rfkill from Johannes Berg and Marcel Holtmann, currently provided by the standalone "rfkill" package. Add uuidparse, a command to analyze and print information about UUID's. The "reset" script is not part of utill-linux anymore. Add a legacy config telling the user to use either BusyBox or the ncurses program. Drop the ncursesw patch, allready applied upstream. AUTORECONF is not required anymore. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/vdr-plugin-vnsiserver: bump version to 1.5.2Bernd Kuhls2017-10-312-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/w_scan: bump version to 20170107Bernd Kuhls2017-10-313-4/+4
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-cross: bump to version 1.1.8Francois Perrad2017-10-312-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libdrm: bump version to 2.4.87Bernd Kuhls2017-10-312-3/+6
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tmux: bump to version 2.6Baruch Siach2017-10-312-2/+3
| | | | | | | | Add license file hash. Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* btrfs-progs: bump to version 4.13.3Baruch Siach2017-10-313-2/+43
| | | | | | | | | Add a patch fixing build with musl. Add license file hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sqlite: bump to version 3.21.0Baruch Siach2017-10-314-85/+5
| | | | | | | | | Drop upstream patches. Add license file hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* e2fsprogs: bump to version 1.43.7Baruch Siach2017-10-312-3/+7
| | | | | | | Add license files hashes. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgpiod: bump version to v0.3.2Bartosz Golaszewski2017-10-312-2/+2
| | | | | | | | | | | | | | | | Bug fix release: - correctly handle signal interrupts when polling in gpiod_simple_event_loop() - fix the linking order when building with static libraries - pass the correct consumer string to gpiod_simple_get_value_multiple() in gpioget - fix a line test case: don't use open-drain or open-source flags for input mode - fix the flags passed to ar in order to supress a build warning - set the last error code in gpiod_chip_open_by_label() to ENOENT if a chip can't be found Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud