- May 28, 2021
-
-
Tianling Shen authored
This is required by ack. Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org>
-
- May 18, 2021
-
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
Updating Eneas' email as requested on Github: https://github.com/openwrt/packages/pull/15622 Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- May 14, 2021
-
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
- May 13, 2021
-
-
Hirokazu MORIKAWA authored
Notable Changes: Diagnostics channel (experimental module) UUID support in the crypto module Experimental support for AbortController and AbortSignal Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com>
-
- May 11, 2021
-
-
Alexandru Ardelean authored
Refreshed Python patches. Updated pip & setuptools version. For pip, patch '001-pep517-pyc-fix.patch' was reworked. Also, the current version of the bundled pip (21.1.1) no longer supports Python2, so the 'py2.py3' suffix gets replaced with just py3. For setuptools, there is no longer a script/module: https://github.com/pypa/setuptools/pull/2544 Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- May 10, 2021
-
-
Michael Heimpold authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
Michael Heimpold authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
- May 05, 2021
-
-
Javier Marcet authored
Signed-off-by:
Javier Marcet <javier@marcet.info>
-
- May 03, 2021
-
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
- Apr 30, 2021
-
-
Michael Heimpold authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
- Apr 29, 2021
-
-
Michael Heimpold authored
Also update opcache makefile patch. Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
- Apr 28, 2021
-
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Fixes CVE-2020-1946 Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Alexandru Ardelean authored
Related to discussion: https://github.com/openwrt/packages/pull/14060 Every once in a while a version bump will occur that requires an ABI change. Example: Python 3.8 to 3.9. When this happens some Python packages would need to be rebuilt. In setups where everything gets rebuilt, this isn't a problem. It's usually a bigger problem when needing to upgrade something via opkg. To accommodate for this, we add a libpython with it's own ABI_VERSION flag. If this ABI_VERSION changes, then this should propagate forward. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- Apr 26, 2021
-
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
- 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>
-