Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Ricardo MartincoskiRicardo Martincoski
f6809dba0ffgenrandconfig: fix code styleFix these warnings: E201 whitespace after '[' E202 whitespace before ']' E501 line too long (138 > 132 characters) -> isolate the common part of the external toolchain url in a variable to make the long lines shorter and more readable. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.co...
Baruch SiachBaruch Siach
40275643432samba4: security bump to version 4.7.6CVE-2018-1050: Vulnerability to a denial of service attack when the RPC spoolss service is configured to be run as an external daemon. https://www.samba.org/samba/security/CVE-2018-1050.html CVE-2018-1057: Authenticated users might change any other users' passwords, including administrative users and privileged service accounts (eg Domain Controllers). https://www.samba.org/samba/security/CV...CVE-2018
Francois PerradFrancois Perrad
6b68c83282bluarocks: bump to version 2.4.4Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Giulio BenettiGiulio Benetti
8c08116f4cbsunxi-mali-mainline-driver: bump versionFor stop using cma. git shortlog --invert-grep --grep travis --no-merges 94ccbc8924c12a818d61d36a4b389b74a89fde3c.. Maxime Ripard (1): mali: Stop using the reserved-memory region to setup the fb area Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
6c3c8ffac10docker-compose: bump version to 1.20-rc2Fixes a race condition in ParallelStreamWriter. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
02940d8ccf0uclibc-ng-test: fix build with musl and older kernel headersmusl libc provides its own system call macros, including preadv2/pwritev2. Having these macros defined is not enough to determine availability of other related macros in kernel headers. Add a patch to check these macros directly. Fixes: http://autobuild.buildroot.net/results/7e9/7e9945f46ef9e0f6de7e1c85b0ca1104df6c86f5/ http://autobuild.buildroot.net/results/782/782652193bb6770ae68d509b3a7087...
Baruch SiachBaruch Siach
09378b474f9flashrom: bump to version 1.0Add license file hash. Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
5b85b59709bcryptsetup: bump to version 2.0.2Cc: Martin Hicks <mort@bork.org> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Martin Hicks <mort@bork.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
54e210522fawireguard: bump version to 0.0.20180304Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jan KundrátJan Kundrát
7d43534625acmake: Fix RPATH for host libraries built by CMakeThe host shared libraries produced by CMake were missing a proper DT_RPATH. That became a problem because the DT_RPATH handling is not transitive by design. Consider the following scenario: - pkg-a provides a library (`liba`) which links to `libpcre` - pkg-b provides a binary (`foo`) and a shared library (`libb`) which is needed by that binary - `libb` links to `liba` - pkg-a and pkg-b are bo...
Baruch SiachBaruch Siach
814a9c32aedxfsprogs: bump to version 4.15.1Fixes compatibility with glibc 2.27. Fixes: http://autobuild.buildroot.net/results/bd7/bd7e1af33e6e937c75b44c7c9ab991d2b10f2931/ http://autobuild.buildroot.net/results/58b/58b59b74f6a138b51206f24481f7268104f0a052/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
412443fb8fetrinity: fix build with glibc 2.27glibc 2.27 added a system call wrapper for memfd_create() which collides with the local definition of the same symbol in trinity. Add a patch to detect the presence of memfd_create(), and avoid collision. Fixes: http://autobuild.buildroot.net/results/fda/fda07327395921fdc79cbb4f24b662209fee1be1/ http://autobuild.buildroot.net/results/f98/f98f43657cbf519a626257af5a21c8c228423856/ http://autobui...
Stefan BeckerStefan Becker
f437bf547cauboot: fix build for older uboot source treesThe change in commit bf733342324b414a1142b57781504111f81c97ea only works for newer uboot source trees. Add a check that scripts/dtc/libfdt directory exists before making this change. [Peter: add comment explaining why] Signed-off-by: Stefan Becker <chemobejk@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabio EstevamFabio Estevam
03b5b444f15linux-headers: bump 4.{4, 9, 14, 15}.x seriesSigned-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabio EstevamFabio Estevam
b076e05950flinux: bump default to version 4.15.9Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Christian StewartChristian Stewart
8d125cd9f64docker-engine: add dependency on docker-proxydocker-proxy is needed by docker-engine at runtime, and was previously not included. This leads to the following error when attempting to port-map ports to a container: $ docker run -p 8080:8080 nginx docker: Error response from daemon: driver failed programming external connectivity on endpoint: exec: "docker-proxy": executable file not found in $PATH. Docker expects the docker-proxy...
Christian StewartChristian Stewart
81750410033docker-proxy: new packageAdd docker-proxy package to Buildroot. Needed by docker-engine at runtime, and previously not included. This leads to the following error when attempting to port-map ports to a container: $ docker run -p 8080:8080 nginx docker: Error response from daemon: driver failed programming external connectivity on endpoint: exec: "docker-proxy": executable file not found in $PATH. Docker expec...
André HentschelAndré Hentschel
5bc71f825dawine: Drop glibc requirementI noticed it's not needed anymore, musl went upstream at some point and uClibc is now build with bessel functions: https://git.buildroot.net/buildroot/commit/package/uclibc?id=de56d58e5d26d78161ca3b7a1a2a4decfe4e89db Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Matt WeberMatt Weber
ad6ed6643aaconfigs/freescale_t1040d4rdb_defconfig: new boardThe T1 QoriQ from NXP has had a few varients of RDB dev boards. This target is against the latest D4RDB version. Any of the other versions before D4RDB (plain RDB), may require backing off the uboot version to SDK 1.6 and/or adjusting the kernel dtb used. This board configuration provides an upstream kernel build which has been verified to boot on target. The target assumes the user still us...
Matt WeberMatt Weber
b98e5414133configs/freescale_p1025twr_defconfig: new boardReplacing the p1010rdb, this board is based on the tower development system still available by NXP. The board is setup to track upstream Linux and has been bumped from 4.1 to 4.15 (compared to p1010). The target does not build uboot and assumes the user still uses the NXP suggested prebuilts in the SDK2.0 (last release for PowerPC). If a uboot is required, the source for SDK2.0 can be found in...
Fabrice FontaineFabrice Fontaine
fac1550c851safeclib: bump to version 03032018Remove patch (applied upstream) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice FontaineFabrice Fontaine
be40c05dc58libmpdclient: fix static linkingFixes: - http://autobuild.buildroot.net/results/45208e51814b777a5a133b0e345e800ee51d8a53 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
James KnightJames Knight
0d56bb4f6fainotify-tools: update license informationExplicitly indicate that this package is GPL v2.0+ as well as provide a hash for the source's license file (COPYING). Signed-off-by: James Knight <james.d.knight@live.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
James KnightJames Knight
1314459a863inotify-tools: bump to version 3.20.1Bumping this package to the most recent stable version. Drops the need for the GCC 6.x patch as a related fix has been merged in [1]. [1]: https://github.com/rvoicilas/inotify-tools/pull/65 Signed-off-by: James Knight <james.d.knight@live.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Vivien DidelotVivien Didelot
79586d2ed5cDEVELOPERS: add myself as the ts5500 maintainerAdd a new entry for myself listing the TS-5500 board directory and defconfig file. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>TS-5500
Vivien DidelotVivien Didelot
9f17540b170board/technologic/ts5x00: rename to ts5500Rename the confusing and misleading ts5x00 directory to a real reference platform name, ts5500. The readme.txt file already states the support for both TS-5500 and TS-5400 platforms. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>2 Jira Issues
Vivien DidelotVivien Didelot
6461d76992eboard/technologic/ts5x00: bump kernel to 4.14Bump the 3.17 kernel used for the Technologic Systems TS-5500 platform to the latest LTS kernel 4.14. This fixes the ts5x00_defconfig build with GCC 6.x. The linux-3.17.config file has been renamed to linux-4.14.config to match the new kernel version, and its changes are the result of make linux-update-defconfig. However only comments are affected. Signed-off-by: Vivien Didelot <vivien.didel...TS-5500
Bernd KuhlsBernd Kuhls
9ff99c45fbfpackage/x11r7/xapp_xkbcomp: bump version to 1.4.1Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
33b9dcd5e10package/x11r7/xapp_xdriinfo: bump version to 1.0.6Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
be4449e701bpackage/x11r7/xapp_viewres: bump version to 1.0.5Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
4e0d1741985package/x11r7/xapp_twm: bump version to 1.0.10Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
799b23d9de0package/x11r7/xapp_oclock: bump version to 1.0.4Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
ddc63729cb3package/x11r7/xapp_mkfontscale: bump version to 1.1.3Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
e5309f9fb43package/x11r7/xapp_listres: bump version to 1.0.4Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
427e229d928package/x11r7/xapp_iceauth: bump version to 1.0.8Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
c317465e95dpackage/x11r7/xapp_editres: bump version to 1.0.7Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
24b70f68eadpackage/x11r7/xapp_appres: bump version to 1.0.5Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas PetazzoniThomas Petazzoni
1cbfc94c5a0uboot-tools: backport patch fixing build failure with libfdt-devel installedU-Boot host programs fail to build when libfdt-devel is installed system-wide, with errors like this: HOSTCC tools/aisimage.o In file included from tools/../include/../lib/libfdt/libfdt.h:10:0, from tools/../include/libfdt.h:1, from tools/fdt_host.h:11, from tools/imagetool.h:24, from tools/aisimage....
Thomas PetazzoniThomas Petazzoni
bf733342324uboot: fix build when libfdt-devel is installed system-wideWhen libfdt-devel is installed system-wide, the build of U-Boot host programs currently fails with lots of: HOSTCC tools/aisimage.o In file included from tools/../include/../lib/libfdt/libfdt.h:10:0, from tools/../include/libfdt.h:1, from tools/fdt_host.h:11, from tools/imagetool.h:24, from tools/aisimage.c:8: /usr/include/...
Fabrice FontaineFabrice Fontaine
33e78575467libmpdclient: fix installBy default, meson adds the build machine architecture for installation, see: https://github.com/mesonbuild/meson/issues/2535 Use --libdir to override this default behavior Fixes: - http://autobuild.buildroot.net/results/aec/aec9f3de545a832b66cd00c217fbaa99246e1715 - http://autobuild.buildroot.net/results/07a/07adcba71106a2dca963e4071f4673791b41a603 - http://autobuild.buildroot.net/results/a...
Joseph KogutJoseph Kogut
19bda730323python-schedule: bump to version 0.5.0Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
John KeepingJohn Keeping
2669422c00alibusbgx: add license hashesSigned-off-by: John Keeping <john@metanate.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice FontaineFabrice Fontaine
be2d7915050ympd: bump to version 1.3.0Remove mkdata hook as this is not needed since version 1.2.3. Indeed, when CMAKE_CROSSCOMPILING is defined, ympd will use a perl script (mkdata.pl) instead of mkdata binary Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice FontaineFabrice Fontaine
22ee82bb93ccryptopp: fix build with host-gcc 4.7.xFixes: - http://autobuild.buildroot.org/results/9ab386124e4a09b50598c6f95ad40b25a83d227e Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Adam DuskettAdam Duskett
4832b04c95alibcpprestsdk: fix template whitespace-syntaxsome files don't have a space inbetween the '<' and '::' charachters, which will cause build failures on older toolchains. Adding a space inbetween these two characters fixes the issue. upstream-status: pending https://github.com/Microsoft/cpprestsdk/pull/715 fixes: http://autobuild.buildroot.net/results/797a9b5fdf6ab0f16f2249324b48292dfab61d9f Signed-off-by: Adam Duskett <aduskett@gmail.com>...
Adam DuskettAdam Duskett
768244aeb31libcpprestsdk: bump to v2.10.2Remove upstream patches as well. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
80950fc7819package/x11r7/xcb-proto: bump version to 1.13Removed patches applied upstream, added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
b55f593c2a5package/x11r7/xkeyboard-config: bump version to 2.23.1Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
a14c3f03d5cpackage/xutil_util-macros: bump version to 1.19.2Added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
2524acd4179package/x11r7/xlib_libxshmfence: bump version to 1.3Removed patch applied upstream, added all upstream hashes and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>