- Oct 12, 2020
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit d8082db677046e004a6537828b3e4f4b9a818a4f) [Peter: drop Makefile changes] Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 0269b2e6e224bd0ca04e4f25ccef86809108df0c) [Peter: drop Makefile changes] Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Michael Walle authored
Starting with linux kernel v5.9 all required configuration options are available in the default config. Signed-off-by:
Michael Walle <michael@walle.cc> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Michael Walle authored
Signed-off-by:
Michael Walle <michael@walle.cc> Tested-by:
Bilal Wasim <bilal.wasim@imgtec.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Francois Perrad authored
Since 2020.04 version, the enumeration of MMC has changed, so the boot script must be updated Signed-off-by:
Francois Perrad <francois.perrad@gadz.org> Reviewed-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bilal Wasim authored
Update the chromebook elm configuration to use v5.9 instead of an intermediate release candidate. At the latter stages of the v5.9 release, a patch was added which broke the Chromebook Elm HDMI. Therefore add a revert patch to get rid of this problem. The fix (and the revert) are already on the mailing list (https://lkml.org/lkml/2020/10/10/32 ) and should become available with v5.10 Signed-off-by:
Bilal Wasim <bilal.wasim@imgtec.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Waldemar Brodkorb authored
Signed-off-by:
Waldemar Brodkorb <wbx@openadk.org> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Update indentation in hash file (two spaces) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
- powerpc is supported since https://github.com/zlib-ng/zlib-ng/commit/b81f4ee96dcbdf1db34b00727b6f1829a2ba1edb - s390x is supported since https://github.com/zlib-ng/zlib-ng/commit/8e30d1173699412c11880db10de2bc10893a2448 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
- libedit is an optional dependency since version 2.3.9 and https://github.com/lurcher/unixODBC/commit/6ebf06767e398dc0b7d4aa090e20f7814c2ae383 - Update indentation in hash file (two spaces) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Fabrice Fontaine authored
Drop patch that is not upstreamable and replace it by using --{dis,en}able-threads option Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Angelo Compagnucci authored
This patch bumps apparmor and libapparmor to version 3.0.0 Of all our patches, one was already a backport, one is no longer applicable (file largely rewritten), and the four others have been applied upstream now. The hash for the tarball is available on the homepage, so use that as a reference. Signed-off-by:
Angelo Compagnucci <angelo@amarulasolutions.com> [yann.morin.1998@free.fr: - expand commit log to explain why we drop all the patches - add a reference for the hash for the source tarball ] Signed-off-by:
Yann E. MORIN <yann.morin.1998@free.fr>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 91107e16a7c2fcbd0b1b73e5a46d295fd9190d17) [Peter: drop Makefile changes] Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Julien Viard de Galbert authored
https://github.com/OpenVPN/easy-rsa/releases/tag/v3.0.8 Signed-off-by:
Julien Viard de Galbert <julien@vdg.name> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
This reverts commit 6afc5eb6. This should not have been applied yet, but got pushed by accident. Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
sentry-sdk has a set of optional "integrations", some of which use asyncio. pycompile unfortunately errors out on these files when running under Python 2.x: ../scripts/pycompile.py .. error: File "/usr/lib/python2.7/site-packages/sentry_sdk/integrations/sanic.py", line 64 async def sentry_handle_request(self, request, *args, **kwargs): ^ SyntaxError: invalid syntax As a workaround, simply drop the unusable files from TARGET_DIR if building for python 2.x. Fixes: http://autobuild.buildroot.net/results/9e4/9e47ee2a56153379e4e7bc839be5972a2302ba9f/ Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Fixes a regression introduced in patch level 16. Rename the 2 uClibc patches so the upstream patch numbering matches ours. Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Pymodbus has optional support for asyncio. Pycompile unfortunately errors out on these files when running under Python 2.x: ../scripts/pycompile.py .. error: File "/usr/lib/python2.7/site-packages/pymodbus/client/asynchronous/asyncio/__init__.py", line 257 yield from self._connect() ^ SyntaxError: invalid syntax As a workaround, simply drop the unusable files from TARGET_DIR if building for python 2.x. Fixes: http://autobuild.buildroot.net/results/cc4/cc48927cbe9ae6c2d8b12d65467ec40df82febf6/ Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Angelo Compagnucci authored
Drop now upstreamed patch. Signed-off-by:
Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Angelo Compagnucci authored
This patch bumps grep to version 3.5 Signed-off-by:
Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Angelo Compagnucci authored
Signed-off-by:
Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- Oct 11, 2020
-
-
Zoltan Gyarmati authored
Also dropping upstream patch. With this release quazip drops the qmake build in favour of cmake. It still ships the pkgconfig .pc file, so it's possible to link to it by using CMake's find_package() or with pkgconfig. Signed-off-by:
Zoltan Gyarmati <zgyarmati@zgyarmati.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
SERVER-50463 Make PooledLDAPConnection::refresh take self-ownership https://docs.mongodb.com/manual/release-notes/4.2-changelog/#id1 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Tests are enabled by default and can be disabled since https://github.com/zlib-ng/zlib-ng/commit/b0730d030a9ce5c53faa88bd8259c9afccce6881 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Drop unneeded CC variable which is not recognized by cmake: CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS CC Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Francois Perrad authored
Signed-off-by:
Francois Perrad <francois.perrad@gadz.org> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
Fix a memory leak in GCM where if passed an unsuitable block cipher (eg not 128 bit) it would throw an exception and leak the cipher object. https://github.com/randombit/botan/blob/2.16.0/news.rst Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
- Fix CVE-2020-25862: In Wireshark 3.2.0 to 3.2.6, 3.0.0 to 3.0.13, and 2.6.0 to 2.6.20, the TCP dissector could crash. This was addressed in epan/dissectors/packet-tcp.c by changing the handling of the invalid 0xFFFF checksum. - Fix CVE-2020-25863: In Wireshark 3.2.0 to 3.2.6, 3.0.0 to 3.0.13, and 2.6.0 to 2.6.20, the MIME Multipart dissector could crash. This was addressed in epan/dissectors/packet-multipart.c by correcting the deallocation of invalid MIME parts. - Fix CVE-2020-25866: In Wireshark 3.2.0 to 3.2.6 and 3.0.0 to 3.0.13, the BLIP protocol dissector has a NULL pointer dereference because a buffer was sized for compressed (not uncompressed) messages. This was addressed in epan/dissectors/packet-blip.c by allowing reasonable compression ratios and rejecting ZIP bombs. https://www.wireshark.org/docs/relnotes/wireshark-3.2.7.html Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
- Update hash of LICENSE file (update in year: https://github.com/akheron/jansson/commit/2882ead5bb90cf12a01b07b2c2361e24960fae02) - Update indentation in hash file (two spaces) https://jansson.readthedocs.io/en/2.13/changes.html#version-2-13-1 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- Oct 08, 2020
-
-
Ryan Barnett authored
Signed-off-by:
Ryan Barnett <ryanbarnett3@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Ryan Barnett authored
Signed-off-by:
Ryan Barnett <ryanbarnett3@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
These are the second releases after Suricata joined the Oss-Fuzz program, leading to discovery of a number of (potential) security issues. We recommend upgrading as soon as possible. https://suricata-ids.org/2020/10/08/suricata-4-1-9-and-5-0-4-released Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Drop patch (already in version) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Pierre-Jean Texier authored
Bump U-Boot to 2020.10 and kernel to version 5.8.13 Signed-off-by:
Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Pierre-Jean Texier authored
See: https://lists.denx.de/pipermail/u-boot/2020-October/428516.html Signed-off-by:
Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Peter Seiderer authored
For details see [1]. [1] https://lists.freedesktop.org/archives/wayland-devel/2020-October/041640.html Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
- aarch64, powerpc64le and s390x are supported since version 2.5.0 and https://github.com/randombit/botan/commit/5f55f0eac95cd6f1c2962aef261af285bf37bfb6 - sparc64 is supported since version 2.5.0 and https://github.com/randombit/botan/commit/7e6aea7a9bff0714756aff5c7470c5c55cb31e0c - riscv is supported since version 2.8.0 and https://github.com/randombit/botan/commit/b9aafd67002be96bf00eea4e7791804693ba4b1f Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-