summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libmaxminddb: bump to version 1.3.2Fabrice Fontaine2018-01-222-2/+2
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boinc: bump to version 7.8.6Fabrice Fontaine2018-01-222-2/+2
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/waylandpp: bump version to 0.2.2Bernd Kuhls2018-01-222-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/{mesa3d, mesa3d-headers}: bump version to 17.3.3Bernd Kuhls2018-01-223-7/+7
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc-ng-test: update to latestWaldemar Brodkorb2018-01-221-1/+1
| | | | | Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bfin-bf512: update to latest kernelWaldemar Brodkorb2018-01-222-5/+4
| | | | | Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc-ng: enable NPTL for m68k/microblazeWaldemar Brodkorb2018-01-221-1/+0
| | | | | | | | | With 1.0.28 NPTL support for m68k was added. Microblaze is already supported for a while, enable it now to benefit from it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: update to 1.0.28Waldemar Brodkorb2018-01-223-82/+2
| | | | | | | | Similar patch included upstream. Mostly bugfixes and NPTL support for m68k was added. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-txtorcon: needs C++ supportPeter Korsgaard2018-01-221-0/+4
| | | | | | | | | Python-txtorcon selects python-pyopenssl and python-service-identity, both (indirectly) needing C++ support, so propagate that dependency. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libuv: bump to version 1.19.1Jörg Krause2018-01-222-2/+3
| | | | | | | Also add license hash. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2017.11.2Peter Korsgaard2018-01-212-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2017.11.2Peter Korsgaard2018-01-211-0/+35
| | | | | | [Peter: drop Makefile changes] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit adb26f1feed697c063d82943d8c0d1673c6c8aea)
* package/ltp-testsuite: Bump to version 20180118Petr Vorel2018-01-195-154/+3
| | | | | | | + removed 3 patches accepted upstream. Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/xen: Force disable SDL for xen-qemu buildAlistair Francis2018-01-191-0/+1
| | | | | | | | Fixes autobuilder issue: http://autobuild.buildroot.net/results/8bcb80dc93d38bb38ca32ad93d52c22d1176d57e/ Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-txtorcon: new packageYegor Yefremov2018-01-184-0/+34
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/sdl2: Fix Raspberry Pi support for SDL2Guillermo A. Amaral2018-01-182-1/+174
| | | | | | | Tweak build system to play well with Buildroot. Signed-off-by: Guillermo A. Amaral <g@maral.me> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-cssselect: bump to version 1.0.3Yegor Yefremov2018-01-182-4/+5
| | | | | | | Add licence checksum. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/mx6udoo: Bump kernel and U-Boot versionsFabio Estevam2018-01-181-4/+4
| | | | | | | Bump U-Boot to 2018.01 and kernel to 4.14.13 version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* swupdate: add upstream patch to fix musl build issueJörg Krause2018-01-181-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | Add upstream patch to fix build issue with the musl C library, as musl does not provide the GNU extension `strndupa()` breaking the build with an undefined reference: ``` ipc/lib.a(network_ipc.o): In function `ipc_postupdate': network_ipc.c:(.text.ipc_postupdate+0x39): undefined reference to `strndupa' ``` The upstream patch provides a compatibility header file adding a definition of `strndupa` if it is not already defined. Backported from: https://github.com/sbabic/swupdate/commit/9867a9d6a21e6b0b9bcba57c3e2398fe671cea17 Fixes: http://autobuild.buildroot.net/results/f674219225d0b67d0bc78fd10b47a865250746f4/ http://autobuild.buildroot.net/results/d2b0cfcfec583d203af1b26152f14ded3ebd3eee/ http://autobuild.buildroot.net/results/1d0cbd1eb9b1b70bd9f4d1c4fae431baee9d105c/ Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* scanpypi: get rid of commented lines and also strip the package stringsYegor Yefremov2018-01-181-0/+4
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rpcbind: Backport fixes to memory leak security fixEd Blake2018-01-182-0/+129
| | | | | | | | | | | | | | | | | Commit 954509f added a security fix for CVE-2017-8779, involving pairing all svc_getargs() calls with svc_freeargs() to avoid a memory leak. However it also introduced a couple of issues: - The call to svc_freeargs() from rpcbproc_callit_com() may result in an attempt to free static memory, resulting in undefined behaviour. - A typo in the svc_freeargs() call from pmapproc_dump() causes NIS (aka ypbind) to fail. Backport upstream fixes for these issues to version 0.2.3. Signed-off-by: Ed Blake <ed.blake@sondrel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xen: Bump to latest 4.10.0 releaseAlistair Francis2018-01-182-2/+2
| | | | | Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireguard: bump version to 0.0.20180118Peter Korsgaard2018-01-182-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: add ISC licence, used by rfkillCarlos Santos2018-01-183-2/+40
| | | | | | | | Pull a patch from upstream that adds Documentation/licenses/COPYING.ISC instead of distributing the whole rfkill.c file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cups-filters: needs at least gcc 4.8 for C++11 featuresThomas Petazzoni2018-01-181-2/+4
| | | | | | | | | | | | | | | | | | | With gcc 4.7, it fails to build with: checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features by default... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -std=c++11... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with +std=c++11... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -h std=c++11... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -std=c++0x... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with +std=c++0x... no checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -h std=c++0x... no configure: error: *** A compiler with support for C++11 language features is required. Fixes: http://autobuild.buildroot.net/results/788c1a4bbc8ec90b5cdd94c107c784df21869f6c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* open-lldp: add patch to remove -WerrorThomas Petazzoni2018-01-181-0/+38
| | | | | | | | | | | | -Werror causes a number of build failures with recent versions of gcc that have additional warnings (turned into error due to -Werror). So let's remove -Werror. Fixes: http://autobuild.buildroot.net/results/a06feb8616b98d4931145ea5079650e06bd1a61d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-crossbar: bump to version 17.6.1.post3Yegor Yefremov2018-01-174-9/+53
| | | | | | | | | | Update dependencies and add licence checksum. As BR now has the latest setuptools version, remove now obsolete comment. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-see: new packageYegor Yefremov2018-01-174-0/+25
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* iputils: fix ping and traceroute6 executable permissionsEinar Jon Gunnarsson2018-01-171-0/+5
| | | | | | | | | | | The iputils executables are installed without the setuid bit set, which prevents some programs from working. This patch adds a permission table to fix the permissions of the ping and traceroute6 executables. Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain/toolchain-external: libatomic should also be copied for musl ↵Thomas Petazzoni2018-01-171-2/+2
| | | | | | | | | | | | | | toolchains libatomic, like libgcc_s, is provided by gcc, so there is no reason to copy it over only for the glibc and uclibc cases, it should also be copied for the musl case. Without this, a program linked with libatomic on a musl system will fail to run due to the missing library. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-gd: bump to version 2.67Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-io-socket-ssl: bump to version 2.052Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-mailtools: bump to version 2.19Francois Perrad2018-01-173-4/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-http-message: bump to version 6.14Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-libwww-perl: bump to version 6.31Francois Perrad2018-01-172-4/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-json-tiny: bump to version 0.58Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-mojolicious: bump to version 7.61Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-net-ssleay: bump to version 1.84Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-time-hires: bump to version 1.9753Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-net-dns: bump to version 1.14Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-net-http: bump to version 6.17Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-try-tiny: bump to version 0.30Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-uri: bump to version 1.73Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-xml-libxml: bump to version 2.0132Francois Perrad2018-01-172-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang-p1-yaml: Bump to version 1.0.12Johan Oudinet2018-01-173-4/+4
| | | | | | | Adapt the patch that removes rebar dependencies to version changes. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang-p1-sip: Bump to version 1.0.17Johan Oudinet2018-01-173-7/+7
| | | | | | | Adapt the patch that removes rebar dependencies to version changes. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang-p1-stun: Bump to version 1.0.16Johan Oudinet2018-01-173-5/+5
| | | | | | | Adapt the patch that removes rebar dependencies to version changes. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang-p1-tls: Bump to version 1.0.17Johan Oudinet2018-01-172-2/+2
| | | | | Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang-p1-oauth2: Bump to version 0.6.2Johan Oudinet2018-01-172-2/+2
| | | | | Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang-p1-iconv: Bump to version 1.0.6Johan Oudinet2018-01-172-2/+2
| | | | | Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud