mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
e8bedf18671a21bdc000a0cebf23c5cb83fe9b18
Release notes, since 1.10.0: 2.0.0: https://lists.gnu.org/archive/html/help-gsasl/2022-06/msg00005.html 2.0.1: https://lists.gnu.org/archive/html/help-gsasl/2022-07/msg00000.html 2.2.0: https://lists.gnu.org/archive/html/help-gsasl/2022-09/msg00001.html 2.2.1: https://lists.gnu.org/archive/html/help-gsasl/2024-01/msg00003.html Updates: - COPYING.LIB renamed to COPYING.LESSER.2492403b4e- Upstream tarball no longer includes the lib prefix. - COPYING hash changed due to copyright URL update.89c4c35d7b- README hash changed due to multiple revisions. https://gitlab.com/gsasl/gsasl/-/commits/master/README.md?ref_type=heads - Tarball's sha256sum mentioned in the release notes was base64-encoded. It was decoded with the following command: echo "1FtWLhO9E7n8ILNy9LUyaXQM9iefg28JzhG50yvO4HU=" | base64 -d | xxd -c 32 -p Also, this libgsasl-2.2.1 fixes a msmtp-1.8.27 build failure. When using a Buildroot config with: BR2_PACKAGE_MSMTP=y BR2_PACKAGE_LIBGSASL=y BR2_PACKAGE_OPENSSL=y mtmsp is failing to build with error. smtp.c: In function 'smtp_auth': smtp.c:1392:19: error: 'GSASL_CB_TLS_EXPORTER' undeclared (first use in this function); did you mean 'GSASL_CB_TLS_UNIQUE'? 1392 | ? GSASL_CB_TLS_EXPORTER : GSASL_CB_TLS_UNIQUE, | ^~~~~~~~~~~~~~~~~~~~~ This GSASL_CB_TLS_EXPORTER was introduced in gsasl v2.1.0. This bump fixes this build failure. Fixes:e9007bc74ehttps://autobuild.buildroot.org/results/835fec8275d4ff6eed298b892807dd295436d99d Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com> [Julien: - add other release notes since previous version - add comment about msmtp build failure fix ] Signed-off-by: Julien Olivain <ju.o@free.fr>
…
…
…
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%