Alexander Dahl
  1. Alexander Dahl

buildroot

Public
  1. Alexander Dahl
  2. buildroot

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Thomas PetazzoniThomas Petazzoni
cff26cc9f81configs/freescale_imx6qsabreauto: U-Boot needs host-dtc Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/...
Thomas PetazzoniThomas Petazzoni
8c22be4afd4configs/solidrun_macchiatobin_mainline: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/b...
Thomas PetazzoniThomas Petazzoni
abe9c16a6f6configs/snps_arc700_axs101: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org...
Thomas PetazzoniThomas Petazzoni
78414d1c1fdconfigs/imx6-sabresd: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org/build...
Fabio EstevamFabio Estevam
1230b03632fDEVELOPERS: Add some i.MX boards to my name I would like to help maintaining the following defconfigs: imx23evk_def...
Thomas PetazzoniThomas Petazzoni
daa228e1228configs/mx53loco: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org/buildroot...
Thomas PetazzoniThomas Petazzoni
4515f0580f0configs/snps_archs38_vdk: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org/b...
Thomas PetazzoniThomas Petazzoni
67c4f45bf2dconfigs/snps_archs38_axs103: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.or...
Thomas PetazzoniThomas Petazzoni
8c911751d5bconfigs/orangepi_pc_plus: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org/b...
Thomas PetazzoniThomas Petazzoni
c38cbb1e25dconfigs/orangepi_zero: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org/buil...
Thomas PetazzoniThomas Petazzoni
12c9d22517dconfigs/qemu_x86_defconfig: remove kernel options that need openssl Wireless support ends up enabling CONFIG_SYSTEM_...
Thomas PetazzoniThomas Petazzoni
092c773dc7dconfigs/qemu_x86_64_defconfig: remove kernel options that need openssl/libelf The ORC unwinder requires libelf to be...
Thomas PetazzoniThomas Petazzoni
803f16c9671linux: add BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF Some Linux kernel configuration options (such as CONFIG_UNWINDER_ORC) ...
Thomas PetazzoniThomas Petazzoni
cec73346519linux: add BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL Some Linux kernel configuration options (such as CONFIG_SYSTEM_TRUSTE...
Thomas PetazzoniThomas Petazzoni
52e3da46e47linux: fix passing of host CFLAGS and LDFLAGS We were passing HOSTCFLAGS="$(HOSTCFLAGS)" to Linux. However: - HOST...
Matt WeberMatt Weber
b7f89c0c951freescale_p1010rdb_pa_defconfig: remove board This defconfig currently doesn't build with GCC6 (Linux 4.1). https://...
Thomas PetazzoniThomas Petazzoni
7c1e61cc6f6configs/firefly_rk3288: remove defconfig The original submitter of this defconfig: """ Sorry, unfortunately we no l...
Thomas PetazzoniThomas Petazzoni
70929c555b9configs/ci40: remove defconfig >From the original submitter of this defconfig: """ I no longer have access to ci40 ...
Thomas PetazzoniThomas Petazzoni
02f91fd0337configs/freescale_mpc8315erdb: remove defconfig This defconfig currently fails to build the Linux kernel: https:/...
Gaël PORTAYGaël PORTAY
872eaf54100pkgconf: pkg-config.in: exec pkgconf Replace the shell script with pkgconf without creating a new process. Signed-o...
Gaël PORTAYGaël PORTAY
36718c0f99bpkgconf: pkg-config.in: double quote $@ The shell expands "$@" as "$1" "$2" "$3"... while it expands $@ as $1 $2 $3....
Yann E. MORINYann E. MORIN
fe8c2831239package/linux: drop useless intermediate DTS booleans Just use whatever the user specified in the list. An empty lis...
Simon van der VeldtSimon van der Veldt
b9baac21beblinux: allow both in-tree and custom dts files For some boards, for example the Raspberry Pi, it's necessary to buil...
Baruch SiachBaruch Siach
c3f7138f137toolchain: limit musl/kernel headers conflict workaround The musl/kernel headers workaround was added in commit 1969...
Baruch SiachBaruch Siach
bdf1952b3d8musl: add more kernel headers guards Kernel version 4.15 (not 4.16 as the musl commit log claims) allows disabling o...
Jan KundrátJan Kundrát
354eb7fb893package/rauc: Version bump to 0.3 There's a bug in 0.2 which prevents proper operation when activated via D-Bus, whi...
Thomas PetazzoniThomas Petazzoni
07a9d75ec14support/config-fragments: remove bogus BR2_JLEVEL option There is no reason to have a BR2_JLEVEL option in such tool...
Thomas PetazzoniThomas Petazzoni
ac771f06b04support/config-fragments: add internal defconfigs for glibc and musl While we have several defconfigs building inter...
Yann E. MORINYann E. MORIN
4cd1ab15886core: alternate solution to disable C++ Some packages that use libtool really need some love to be able to disable C...
Bernd KuhlsBernd Kuhls
599e8399256package/dovecot-pigeonhole: bump version to 0.5.1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by...
Bernd KuhlsBernd Kuhls
0a4d16698dbpackage/dovecot: bump version to 2.3.1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Kor...
Baruch SiachBaruch Siach
5af41088a49libunistring: bump to version 0.9.9 Drop --{enable,disable}-threads; threading support is detected automatically. A...
Peter KorsgaardPeter Korsgaard
94e906cecefbusybox: bump version to 1.28.2 Drop 0003-tar-unzip-postpone-creation-of-symlinks-with-suspici.patch now upstream. ...
Baruch SiachBaruch Siach
be824409c4blibsigsegv: bump to version 2.12 Add license file hash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-...
Jörg KrauseJörg Krause
6aa2bfd87febash: bump to version 4.4.18 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard...
Joshua HendersonJoshua Henderson
9427b63e10econfigs/atmel: bump to linux4sam_5.8 Bump at91sam9x5ek, atmel_sama5d27_som1_ek, atmel_sama5d2_xplained, atmel_sama5d...
Peter KorsgaardPeter Korsgaard
6938c219d80libopenssl: security bump to version 1.0.2o Fixes the following security issues: Constructed ASN.1 types with a rec...
Peter KorsgaardPeter Korsgaard
28dd2f2896be2fsprogs: bump to version 1.44.1 From the release notes (https://lwn.net/Articles/750103/): E2fsprogs 1.44.0 intro...
Peter KorsgaardPeter Korsgaard
ae7d59eaae1sngrep: fix libgcrypt handling Fixes: http://autobuild.buildroot.net/results/f1c6494133806b9fc26ae3ce9e9c6a22fa2eda6...
Baruch SiachBaruch Siach
22e27da2659gawk: bump to version 4.2.1 Enable static build. gawk builds statically just fine. The shared library check has been...
Bernd KuhlsBernd Kuhls
19e983a9540package/php: security bump to version 7.2.4 Fixes https://bugs.php.net/bug.php?id=75605, no CVE-ID yet. Removed pat...
Baruch SiachBaruch Siach
ec848f899dctime: bump to version 1.9 Fix seed variable name for the wait3 system call AC_TRY_RUN test. Remove manual installat...
Fabrice FontaineFabrice Fontaine
8625eca9408cjson: bump to version 1.7.5 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsg...
Bernd KuhlsBernd Kuhls
7776dd06671package/{mesa3d, mesa3d-headers}: bump version to 18.0.0 Rebased 0002-Fix-endianess-detection-with-musl-based-toolch...
Fabio EstevamFabio Estevam
9ef8f6b061blinux-headers: bump 4.{1, 4, 9, 14, 15}.x series Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Pe...
Fabio EstevamFabio Estevam
02c40b31813linux: bump default to version 4.15.14 Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsga...
Peter SeidererPeter Seiderer
4edbebed58dmodem-manager: remove wrong gnutls dependency comment Signed-off-by: Peter Seiderer <ps.report@gmx.net> Acked-by: Pe...
Baruch SiachBaruch Siach
142c8cc8d52xerces: add upstream security fix CVE-2017-12627: dereference of a NULL pointer while processing the path to the DTD...
Fabrice FontaineFabrice Fontaine
46680c9dc13ympd: add optional openssl dependency Fixes: - http://autobuild.buildroot.net/results/d9b1375f5f8ecde8fef027344a5d5...
Fabrice FontaineFabrice Fontaine
84835f94713libcdio: bump to version 2.0.0 Add license hash Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed...
Carlos SantosCarlos Santos
29bccabdebflshw: use data files provided by hwdata lshw is seldomly released, so its data files become easily outdated. Instead...
Chris LesiakChris Lesiak
7cbfcb322c4package/avahi: Add sysusers.d snippet Signed-off-by: Chris Lesiak <chris.lesiak@licor.com> Reviewed-by: Samuel Marti...
Chris LesiakChris Lesiak
0ccf773659apackage/avahi: Set the path to D-Bus system.d directory Since D-Bus 1.9.18, the recommended location for the system ...
Oleksandr ZhadanOleksandr Zhadan
363505241f0configs/arcturus_ucls1012a: new defconfig The uCLS1012A-SOM product family (ucls1012a) is an Arcturus Networks Inc. ...
Trent PiephoTrent Piepho
ad980ccc363Config.in: Document BR2_CCACHE_DIR override This variable, like BR2_DL_DIR, is designed to be overridable from the e...
Ryan CoeRyan Coe
355b87a1ac4rpi-bt-firmware: remove compatibility symlink Commit 361d1b969ecdba1a8a62613626f90fc025b94660 defines FIRMWARE_DIR f...
Joshua HendersonJoshua Henderson
ed6a7e18af8Config.in: add -Ofast option -Ofast (introduced in GCC 4.6) It combines the existing optimization level -O3 with opt...
Stefan BeckerStefan Becker
ef3304dabc1package/systemd: add upstream build fix Fixes: http://autobuild.buildroot.org/results/4c439ee000354f90b4e59ee4006...
Francois PerradFrancois Perrad
1df9a5b5b2fprosody: replace tweaked configuration by patches Upgrading a tweaked configuration is painful, so stay with the ups...
Francois PerradFrancois Perrad
cc9c3a9942fprosody: bump to version 0.10.0 this version is not restricted to Lua 5.1 Signed-off-by: Francois Perrad <francois....
Adam DuskettAdam Duskett
efc67deef38qemu: remove support for some PowerPC processors in host qemu The 620, 630, and 970 are not supported at this time b...
Baruch SiachBaruch Siach
692d191c8b0libgpg-error: bump to version 1.28 Add upstream patch fixing arm/arm64 targets build failure. Use the smaller bz2 c...
Stefan BeckerStefan Becker
e807ddec287pkg-cmake: enable toolchain install staging phase Really fix commit 6729050f3a49dba42d2d881d31dbefd6b82b8dad That c...
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind)
0876b023663busybox: disable PAM in the config if linux-pam is not selected Currently there is only logic to enable PAM when lin...
Yann E. MORINYann E. MORIN
eaa63edbee8package/eudev: don't forcibly link with -lrt This was carried over from udev back when it were an separate package, ...
Adrian Perez de CastroAdrian Perez de Castro
bfda8371d4fbrotli: disable unneeded check for C++ compiler This adds a local patch, also submitted upstream, which modifies CMa...
Alexander DahlAlexander Dahl
b13d9ab3807libfcgi: Use SPDX license identifier The fcgi license is covered by SPDX, the identifier however is not obvious. Fo...
Stefan BeckerStefan Becker
6697f3bcdb4Makefile: fix build break in sdk target After commit 6729050f3a49dba42d2d881d31dbefd6b82b8dad nothing creates $(HOST...
Falco HyfingFalco Hyfing
4b30ee93248python-pymodbus: new package Signed-off-by: Falco Hyfing <hyfinglists@gmail.com> Reviewed-by: Yegor Yefremov <yegors...
Fabrice FontaineFabrice Fontaine
ff7c6f1c18asafeclib: fix build without wchar and host-doxygen Add a patch (sent upstream) to add a --disable-doc option Fixes:...
Carlos SantosCarlos Santos
c8680956819toolchain: fix detection of SSP support GCC issues a warning message if -fstack-protector is passed but SSP is not a...
Jared BentsJared Bents
05dc106db43setools: update to add sedta and seinfoflow Update to add sedta and seinfoflow to setools Signed-off-by: Jared Bent...
Jared BentsJared Bents
6f783812837python-networkx: new package Update to add python-networkx package to buildroot. While 2.1 is the latest version, th...
Jared BentsJared Bents
300e335a2dcpython-decorator: update to add host package Update to add host package for python decorator Signed-off-by: Jared B...
Joshua HendersonJoshua Henderson
b3b5608b475sam-ba: fix sam-ba symbolic link Following the removal of $(HOST_DIR)/usr, the symbolic link from $(HOST_DIR)/bin/sa...
Yann E. MORINYann E. MORIN
76e6837cd67package/libss7: propagate dependency from dahdi-tools Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signe...
Joshua HendersonJoshua Henderson
cbe725d7550eudev: prevent udev init script nonexistent directory error The following error occures in the udev init script beca...
Baruch SiachBaruch Siach
10883729419strace: bump to version 4.21 Download site moved to strace.io. No upstream provided hashes. Drop the musl specific ...
Thomas PetazzoniThomas Petazzoni
ea9669fffaecore: kill DEPENDENCIES_HOST_PREREQ Now that DEPENDENCIES_HOST_PREREQ is no longer used anywhere, we can kill it. S...
Thomas PetazzoniThomas Petazzoni
38d1c4aae36package/pkg-generic: handle host-fakedate as a regular dependency This commit moves the host-fakedate dependency han...
Thomas PetazzoniThomas Petazzoni
0283d7ee390package/pkg-generic: handle host-ccache as a regular dependency This moves the host-ccache dependency handling from ...
Thomas PetazzoniThomas Petazzoni
15815e43ddbpackage/pkg-generic: handle host-lzip as an extract dependency This moves the host-lzip dependency handling from DEP...
Thomas PetazzoniThomas Petazzoni
f13fdc45e84package/pkg-generic: handle host-xz as an extract dependency This moves the host-xz dependency handling from DEPENDE...
Thomas PetazzoniThomas Petazzoni
e77013a3c4cpackage/pkg-generic: handle host-tar as an extract dependency This moves the host-tar dependency handling from DEPEN...
Thomas PetazzoniThomas Petazzoni
e15ec4c56b8package/pkg-generic: add the concept of extract dependency Extract dependencies are dependencies that must be ready ...
Thomas PetazzoniThomas Petazzoni
6729050f3a4pkg-cmake: install CMake files as part of a package Currently, the toolchainfile.cmake and Buildroot.cmake files are...
Thomas PetazzoniThomas Petazzoni
3ff90c8888dMakefile, skeleton: move the host skeleton logic to host-skeleton package As part of the per-package SDK work, we wa...
Carlos SantosCarlos Santos
e4e71402104tpm2-tools: fix compilation error due to uninitialized variable Backport a patch alreary submitted upstream, at h...
Fabio EstevamFabio Estevam
d9534c81638linux-headers: bump 4.{4, 9, 14, 15}.x series Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter...
Fabio EstevamFabio Estevam
988e4c827c0linux: bump default to version 4.15.13 Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsga...
Baruch SiachBaruch Siach
add590943d8xfsprogs: fix build with older kernel headers xfsprogs uses a local definition of struct fsxattr when the kernel pro...
Bernd KuhlsBernd Kuhls
aa4c7cbefc2package/x11r7/xapp_xwud: bump version to 1.0.5 Added all upstream hashes, added license hash. Signed-off-by: Bernd ...
Bernd KuhlsBernd Kuhls
b762f7d3e57package/x11r7/xdata_xcursor-themes: bump version to 1.0.5 Added all upstream hashes, added license hash. Signed-off...
Bernd KuhlsBernd Kuhls
8ce7fdb597bpackage/x11r7/xdata_xbitmaps: bump version to 1.1.2 Added all upstream hashes, added license hash. Signed-off-by: B...
Bernd KuhlsBernd Kuhls
1cc48c3bdfbpackage/x11r7/xapp_xwininfo: bump version to 1.1.4 Added all upstream hashes, added license hash. Signed-off-by: Be...
Bernd KuhlsBernd Kuhls
7a0293fdb5epackage/x11r7/xapp_xwd: bump version to 1.0.7 Added all upstream hashes, added license hash. Signed-off-by: Bernd K...
Bernd KuhlsBernd Kuhls
cd6915df1f8package/x11r7/xapp_xsm: bump version to 1.0.4 Added all upstream hashes, added license hash. Signed-off-by: Bernd K...
Bernd KuhlsBernd Kuhls
6a11e84c79epackage/x11r7/xapp_xsetroot: bump version to 1.1.2 Added all upstream hashes, added license hash. Signed-off-by: Be...
Bernd KuhlsBernd Kuhls
2d6c7bbbe1epackage/x11r7/xapp_xset: bump version to 1.2.4 Added all upstream hashes, added license hash. Signed-off-by: Bernd ...
Bernd KuhlsBernd Kuhls
b96225bd44dpackage/x11r7/xapp_xrefresh: bump version to 1.0.6 Added all upstream hashes, added license hash. Signed-off-by: Be...
Bernd KuhlsBernd Kuhls
30c17bbbd45package/x11r7/xapp_xrdb: bump version to 1.1.1 Added all upstream hashes, added license hash. Signed-off-by: Bernd ...
Bernd KuhlsBernd Kuhls
d79a584dae7package/x11r7/xapp_xprop: bump version to 1.2.3 Added all upstream hashes, added license hash. Signed-off-by: Bernd...
Bernd KuhlsBernd Kuhls
c1aea5e8995package/x11r7/xapp_xpr: bump version to 1.0.5 Added all upstream hashes, added license hash. Signed-off-by: Bernd K...
Bernd KuhlsBernd Kuhls
f7f02b55403package/x11r7/xapp_xmessage: bump version to 1.0.5 Added all upstream hashes, added license hash. Signed-off-by: Be...
Bernd KuhlsBernd Kuhls
095036df4capackage/x11r7/xapp_xlsfonts: bump version to 1.0.6 Added all upstream hashes, added license hash. Signed-off-by: Be...
Bernd KuhlsBernd Kuhls
ff2edf04c37package/x11r7/xapp_xlsclients: bump version to 1.1.4 Added all upstream hashes, added license hash. Signed-off-by: ...
Bernd KuhlsBernd Kuhls
465d49aa3d2package/x11r7/xapp_xload: bump version to 1.1.3 Added all upstream hashes, added license hash. Signed-off-by: Bernd...
Bernd KuhlsBernd Kuhls
1a253a49651package/x11r7/xapp_xkill: bump version to 1.0.5 Added all upstream hashes, added license hash. Signed-off-by: Bernd...
Bernd KuhlsBernd Kuhls
449ed99137fpackage/x11r7/xapp_xinit: bump version to 1.4.0 Added all upstream hashes, added license hash. Signed-off-by: Bernd...
Bernd KuhlsBernd Kuhls
d852a10ddd0package/x11r7/xapp_xfontsel: bump version to 1.0.6 Added all upstream hashes, added license hash. Signed-off-by: Be...
Bernd KuhlsBernd Kuhls
8d3b965253apackage/x11r7/xapp_xeyes: bump version to 1.1.2 Added all upstream hashes, added license hash. Signed-off-by: Bernd...
Bernd KuhlsBernd Kuhls
ca54ec200a1package/x11r7/xapp_xbacklight: bump version to 1.2.2 Added all upstream hashes, added license hash. Signed-off-by: ...
Bernd KuhlsBernd Kuhls
425c8a9a63bpackage/x11r7/xapp_ico: bump version to 1.0.5 Added all upstream hashes, added license hash. Signed-off-by: Bernd K...
Fabrice FontaineFabrice Fontaine
70c77467b9flibupnp: bump to version 1.6.25 Fixes segmentation fault in upmpdcli. Closes #10766 [Peter: add bugzilla reference]...
Baruch SiachBaruch Siach
d769377a41eqemu: add libssh2 optional dependency Make sure that qemu uses libssh2 when libssh2 is enabled, for build consistenc...
Baruch SiachBaruch Siach
ebbf8746243libssh2: fix pkg-config info for mbedtls backend The libssh2.pc file did not contain the needed info for static link...
Bernd KuhlsBernd Kuhls
9d1eaf01d42package/dovecot-pigeonhole: bump version to 0.4.23 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-b...
Bernd KuhlsBernd Kuhls
76101f71efapackage/dovecot: bump version to 2.2.35 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Ko...
Bernd KuhlsBernd Kuhls
ff5aab9dfe3package/x11r7/xdriver_xf86-input-libinput: bump version to 0.27.0 Added license hash. Signed-off-by: Bernd Kuhls <b...
Baruch SiachBaruch Siach
1d10e9dc8c9qemu: fix build with glibc 2.27 glibc version 2.27 added a wrapper for the memfd_create system call. The wrapper pro...
Bernd KuhlsBernd Kuhls
f4e8dcc1d51package/samba4: bump version to 4.8.0 Changelog: https://www.samba.org/samba/history/samba-4.8.0.html Signed-off-by...
Thomas PetazzoniThomas Petazzoni
3f3bb11f33dconfigs/freescale_p1025twr: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org...
Thomas PetazzoniThomas Petazzoni
45d7087414bconfigs/qemu_aarch64_virt: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org/...
Romain NaourRomain Naour
0d87537ccc6package/enlightenment: bump to 0.22.3 https://www.enlightenment.org/news/e0.22.3_release Signed-off-by: Romain Naou...
Fabio EstevamFabio Estevam
0c4bccf9e88configs/imxsabre: Fix U-Boot parallel build issue Sometimes imximage throws the following error: MKIMAGE u-boot-dtb...
Bernd KuhlsBernd Kuhls
f43a26453b0package/icu: bump version to 60.2 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaar...
Bernd KuhlsBernd Kuhls
65193bf3c93package/apache: security bump to version 2.4.33 Changelog: http://www.apache.org/dist/httpd/CHANGES_2.4.33 Fixes CV...
Bernd KuhlsBernd Kuhls
31086ea1de5package/imagemagick: security bump version to 7.0.7-27 Fixes CVE-2018-6405 (upstream Github PR 964) and many others:...
Adrian Perez de CastroAdrian Perez de Castro
70afd4afa76woff2: new package Add the woff2 package to Builroot. This is needed by webkitgtk from version 2.20.0 onwards. WebKi...
Adrian Perez de CastroAdrian Perez de Castro
4f634160b2abrotli: new package Add the brotli package to Buildroot. This is needed by woff2, which in turn is needed by webkitg...
Carlos SantosCarlos Santos
86ad2d92070tpm2-tss: fix build with musl Add a missing <sys/select.h> inclusion, needed for the definition of the fd_set type. ...
Baruch SiachBaruch Siach
a81601589efxfsprogs: fix build with libunistring The latest xfsprogs bump to version 4.15.1 added an optional dependency on lib...
Peter KorsgaardPeter Korsgaard
bb7a6980013efivar: bump version Drop 0001-Use-z-muldefs-to-avoid-the-multiple-definitions-bug-.patch and 0003-Remove-some-extra...
Peter KorsgaardPeter Korsgaard
283f45e807fefibootmgr: explicitly depend on host-pkgconf and popt efibootmgr uses host-pkgconf and popt, so explicitly add them...
Baruch SiachBaruch Siach
4b54bd3ae87util-linux: bump to version 2.32 Leave both _VERSION_MAJOR and _VERSION to reduce churn. We are likely to need _MAJO...
Baruch SiachBaruch Siach
c8dec6271a1dnsmasq: bump to version 2.79 Drop upstream patches. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by:...
Baruch SiachBaruch Siach
83867e47f25dbus: bump to version 1.12.6 Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@k...
Marcus FolkessonMarcus Folkesson
3def8a8c7felibostree: bump to version 2018.4 Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter ...
Fabio EstevamFabio Estevam
21070fb9aeclinux-headers: bump 4.{4, 9}.x series Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsgaa...
Carlos SantosCarlos Santos
428dfe71f33tpm2-tools: allow building without stack smashing protection (SSP) Disable SSP if the toolchain does not support it....
Carlos SantosCarlos Santos
4be409f401ctpm2-tools: propagate dependencies of selected packages - C++ (tpm2-tss) - MMU (dbus, libglib) - threads (libglib) -...
Carlos SantosCarlos Santos
f2bd679c9dctpm2-abrmd: allow building without stack smashing protection (SSP) Disable SSP if the toolchain does not support it....
Carlos SantosCarlos Santos
003269a6692tpm2-abrmd: declare dependency on a toolchain with C++ It depends on tpm2-tss, whose current version contains C++ co...
Carlos SantosCarlos Santos
0f95f93b394tpm2-tss: allow building without stack smashing protection (SSP) Disable SSP if the toolchain does not support it. T...
Carlos SantosCarlos Santos
319078d5dectpm2-tss: declare dependency on a toolchain with C++ Version 1.4.0 still contains some C++ code. This has already ch...
Peter KorsgaardPeter Korsgaard
6898144768eefibootmgr: bump version Drop 0001-dont-use-fshort-wchar-when-building.patch and 0003-Remove-extra-const-keywords-gc...
Baruch SiachBaruch Siach
3bc6d100315flashrom: avoid download URL redirect Use the https URL to avoid HTTP 308 redirect. Older wget releases treat it as ...
Marcus FolkessonMarcus Folkesson
864dd4c80delibostree: bump to version 2018.3 Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter ...
Bernd KuhlsBernd Kuhls
69a2d15d1c5package/{mesa3d, mesa3d-headers}: bump version to 17.3.7 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Tested...
Bernd KuhlsBernd Kuhls
b83a4d3d69dlinux-headers: bump 3.2.x and 4.{14, 15}.x series Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by...
Bernd KuhlsBernd Kuhls
c2fe7b6bc88linux: bump default to version 4.15.12 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Kor...
Joel StanleyJoel Stanley
1b383e4bf41powerpc-utils: Update URL to new upstream powerpc-utils changed upstream git repositories again. Signed-off-by: Joe...
Peter KorsgaardPeter Korsgaard
80266c95052tremor: security bump to fix CVE-2018-5146 Prevent out-of-bounds write in codebook decoding. Codebooks that are not...
Jörg KrauseJörg Krause
12262ab50d6mpd-mpc: pass PARALLEL_JOBS to NINJA_OPTS Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Acked-by: "Yann E...
Jörg KrauseJörg Krause
20994334a0alibmpdclient: pass PARALLEL_JOBS to NINJA_OPTS Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Acked-by: "Y...
Jörg KrauseJörg Krause
f7479b538a3docs/manual: pass PARALLEL_JOBS to NINJA_OPTS Ninja understands the `-j` option which defines how many jobs are run ...
Baruch SiachBaruch Siach
c4d2c9cafb1btrfs-progs: fix build with e2fsprogs 1.44.0 e2fsprogs 1.44.0 renamed a struct field name, breaking the build of cod...
Baruch SiachBaruch Siach
12b01c98a4blinux-firmware: add QCA6174 firmware legal notice files Cc: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Yegor Yefrem...
Baruch SiachBaruch Siach
3aeb295ab88linux-firmware: add QCA6174 multi-board firmware The board-2.bin file is a new format that support multiple board fi...
Fabio EstevamFabio Estevam
cd0fd093523linux-headers: bump 3.2.x and 4.{1, 14, 15}.x series Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by...
Fabio EstevamFabio Estevam
ce2875e1cfclinux: bump default to version 4.15.11 Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsga...
Romain NaourRomain Naour
16623babdd0package/htop: open files using binary mode Imlement Arnout's suggestion [1] for MakeHeader script. [1] http://lists...
Baruch SiachBaruch Siach
398747f5fafglibc: install the obsolete libnsl glibc 2.27 stopped installing libnsl by default. Restore libnsl install to fix pa...
Peter KorsgaardPeter Korsgaard
50cd46b39f4linux-headers: bump 4.{4,9}.x series Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
181ef8a1d01irssi: security bump to version 1.0.7 Fixes the following security issues: Use after free when server is disconnect...
Bernd KuhlsBernd Kuhls
d98b61c0124package/tor: bump version to 0.3.2.10 Bump to latest stable release, rebased patch 0001. Release notes for 0.3.2.10...
Baruch SiachBaruch Siach
5e2406a4e6be2fsprogs: bump to version 1.44.0 Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <pe...
Bernd KuhlsBernd Kuhls
ba40447fc56package/x11r7/xdriver_xf86-video-ati: bump version to 18.0.1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Si...
Bernd KuhlsBernd Kuhls
28a5247aaf7package/x11r7/xdriver_xf86-video-amdgpu: bump version to 18.0.1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>...
Carlos SantosCarlos Santos
ad2b4255e25DEVELOPERS: add myself for tpm2-{abrmd, tools, tss}. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-o...
Carlos SantosCarlos Santos
3a10ff51278tpm2-tools: new package TPM (Trusted Platform Module) 2.0 CLI tools based on system API of TPM2-TSS. These tools can...
Carlos SantosCarlos Santos
dab335d901btpm2-abrmd: new package This is a system daemon implementing the TPM2 access broker (TAB) & Resource Manager (RM) sp...
Carlos SantosCarlos Santos
832e83f9f48tmp2-tss: bump to version 1.4.0 Improved compliance to the last public review spec and some bug fixes. Signed-off-b...
Carlos SantosCarlos Santos
03a82765b12tmp2-tss: remove architecture restriction Followingig a suggestion from Peter Korsgaard, remove the restriction to x...
Baruch SiachBaruch Siach
157231405d2make: fix build with glibc 2.27 glibc 2.27 changed _GNU_GLOB_INTERFACE_VERSION to 2. This triggers build of the inte...
Yann E. MORINYann E. MORIN
7fb6e782542core/instrumentation: shave minutes off the build time As part of the build, we run some instrumentation hooks to ga...
Peter KorsgaardPeter Korsgaard
eca03d67744libvorbis: security bump to version 1.3.6 Fixes CVE-2018-5146: Prevent out-of-bounds write in codebook decoding. Dr...
Romain NaourRomain Naour
b71a4e20679package/enlightenment: install to staging enlightenment provide enlightenment.pc and some shared libraries. Signed-...
Romain NaourRomain Naour
47c7a8c2b3fpackage/enlightenment: add xkeyboard-config optional dependency The meson build systemd is checking for xkeyboard-co...
Romain NaourRomain Naour
438041c365fpackage/x11r7/xkeyboard-config: install to staging enlightenment doesn't detect xkeyboard-config since it's missing ...
Romain NaourRomain Naour
13796a1c0a0package/enlightenment: bump to 0.22.2 See https://www.enlightenment.org/news/e0.22.2_release Signed-off-by: Romain ...
Romain NaourRomain Naour
b582d137a12package/enlightenment: fix meson warning --disable-rpath was added by m4/lib-link.m4 with autotools based buildsyste...
Romain NaourRomain Naour
e5607fc4dd1package/efl: bump to 1.20.7 See https://www.enlightenment.org/news/efl-1.20.7 Signed-off-by: Romain Naour <romain.n...
Francois PerradFrancois Perrad
66a978d15ebconfigs/olimex_a20_olinuxino_lime*: bump Linux and U-Boot versions Signed-off-by: Francois Perrad <francois.perrad@g...
Baruch SiachBaruch Siach
4d3448b0992xfsprogs: fix build with musl Add two patches to fix missing header files that trigger build failure with musl libc....
Fabio EstevamFabio Estevam
81c28e83ce2linux-headers: bump 4.{14, 15}.x series Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsg...
Fabio EstevamFabio Estevam
2f55ca3a952linux: bump default to version 4.15.10 Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Peter Korsga...
Adam DuskettAdam Duskett
710976e7481libwebsockets: bump to v2.4.2 Also add hash for license. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-of...