- Apr 21, 2021
-
-
Hirokazu MORIKAWA authored
Resolve conflicts between OpenWrt's ICU package and the ICU shipped with node.js. https://github.com/openwrt/packages/issues/15437 Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com>
-
- Apr 14, 2021
-
-
Rosen Penev authored
Simplify CMake section. Fix pkgconfig paths. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Alexandru Ardelean authored
Fixes: https://github.com/openwrt/packages/issues/15370 This is inspired from: https://github.com/wlanslovenija/firmware-packages-opkg/blob/330bc94dccd16a3e92ac2fdde08c81a598e12f94/lang/python-greenlet/Makefile The `PKG_USE_MIPS16:=0` is not taken into consideration when building Python modules. That's because the sysconfig is used. This is only an issue with greenlet (on MIPS) so far. One option is to do `PKG_USE_MIPS16:=0` in the core Python package. But, since we know that the `wlanslovenija` group has successfully used greenlet on MIPS with this construct, we might as well adopt it until GCC10 becomes the main compiler. As noted here: https://github.com/openwrt/packages/issues/15370#issuecomment-817015484 GCC10 doesn't have this problem. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- Apr 13, 2021
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- Apr 12, 2021
-
-
Luiz Angelo Daros de Luca authored
Fixes two CVEs: CVE-2021-28965: XML round-trip vulnerability in REXML CVE-2021-28966: Path traversal in Tempfile on Windows Signed-off-by:
Luiz Angelo Daros de Luca <luizluca@gmail.com>
-
Javier Marcet authored
Breaking changes: - Remove support for Python 2.7 - Make Python 3.6 the minimum version supported Features: - Add limit parameter to image search endpoint Bugfixes: - Fix KeyError exception on secret create - Verify TLS keys loaded from docker contexts - Update PORT_SPEC regex to allow square brackets for IPv6 addresses - Fix containers and images documentation examples Signed-off-by:
Javier Marcet <javier@marcet.info>
-
Hirokazu MORIKAWA authored
April 2021 Security Releases - OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) (CVE-2021-3450) - OpenSSL - NULL pointer deref in signature_algorithms processing (High) (CVE-2021-3449) - npm upgrade - Update y18n to fix Prototype-Pollution (High) (CVE-2020-7774) OpenSSL-related vulnerabilities do not affect the OpenWrt package. Because OpenWrt's OpenSSL shared library has been updated. Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com>
-
- Apr 11, 2021
-
-
Josef Schlehofer authored
Update copyright Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
Robin Rainton authored
Signed-off-by:
Robin Rainton <robin@rainton.com>
-
- Apr 07, 2021
-
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
- Apr 06, 2021
-
-
Rosen Penev authored
Faster to compile. Add license information. Several cleanups for consistency between packages. Small patch fix now that uClibc-ng is gone. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Josef Schlehofer authored
Update copyright in Makefile Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Apr 05, 2021
-
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
For some reason Python3 jumped from 3.9.2 to 3.9.4 in about a week. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Rosen Penev authored
Something is weird there. Can't reproduce on CI or locally. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Apr 04, 2021
-
-
Javier Marcet authored
Signed-off-by:
Javier Marcet <javier@marcet.info>
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
- Apr 02, 2021
-
-
Rosen Penev authored
Swith to building with CMake to avoid huge patching of the stock Makefile. Reorganize Makefile for consistency between packages. Add patch to fix deprecated OpenSSL functions. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 30, 2021
-
-
Martin Matějek authored
Signed-off-by:
Martin Matějek <martin.matejek@gmx.com>
-
- Mar 29, 2021
-
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- Mar 28, 2021
-
-
Rosen Penev authored
faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 26, 2021
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
It errors out with this section. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 23, 2021
-
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jan Pavlinec authored
Notes: Build is disabled for arc and mips because greenlet isn't ported for these platforms Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
- Mar 15, 2021
-
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Karl Palsson authored
Includes fixes for OpenWrt's Lnum patched lua. Release notes at: https://github.com/etactica/lua-libmodbus/blob/v0.7/changelog Signed-off-by:
Karl Palsson <karlp@etactica.com>
-
- Mar 14, 2021
-
-
Rosen Penev authored
Use AUTORELEASE for simplicity Switch to compilation with ninja as it's faster. Use the proper install paths to install ev.so Use codeload for simplicity. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 10, 2021
-
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-