aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | node: Reduce node-npm package sizeHirokazu MORIKAWA2021-05-28
|/ / | | | | | | | | | | Reduce package size by about 1MB. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #15625 from ja-pa/python-cryptodomex-updateJosef Schlehofer2021-05-25
|\ \ | |/ |/| python-cryptodomex: update to version 3.10.1
| * python-cryptodomex: update to version 3.10.1Jan Pavlinec2021-05-14
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | django: bump to version 3.2.3Alexandru Ardelean2021-05-18
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | et_xmlfile: bump to version 1.1.0Alexandru Ardelean2021-05-18
| | | | | | | | | | | | | | Updating Eneas' email as requested on Github: https://github.com/openwrt/packages/pull/15622 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-six: bump to version 1.16.0Alexandru Ardelean2021-05-18
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | node: bump to v14.17.0Hirokazu MORIKAWA2021-05-13
|/ | | | | | | | | 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>
* python3: bump version to 3.9.5Alexandru Ardelean2021-05-11
| | | | | | | | | | | | | | | 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>
* Merge pull request #15599 from mhei/php8-updateMichael Heimpold2021-05-11
|\ | | | | php8: update to 8.0.6
| * php8: update to 8.0.6Michael Heimpold2021-05-10
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: update to 7.4.19Michael Heimpold2021-05-10
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #15552 from mhei/php7-updateMichael Heimpold2021-05-08
|\ | | | | php7: update to 7.4.18
| * php7: update to 7.4.18Michael Heimpold2021-04-30
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | python-dotenv: update to v0.17.1Javier Marcet2021-05-04
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | python-typing-extensions: update to version 3.10.0.0Jan Pavlinec2021-05-03
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #15532 from dangowrt/bunch-of-updatesEneas U de Queiroz2021-05-03
|\ \ | | | | | | a bunch of package updates
| * | python-gnupg: update to version 0.4.7Daniel Golle2021-04-29
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | perl-mail-spamassassin: update to version 3.4.6Daniel Golle2021-04-29
| | | | | | | | | | | | | | | | | | Fixes CVE-2020-1946 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | perl-net-dns: update to version 1.30Daniel Golle2021-04-29
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | Jinja2: update to version 2.11.3Daniel Golle2021-04-29
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #14237 from commodo/python-abi-versionJosef Schlehofer2021-05-01
|\ \ \ | |_|/ |/| | python3: introduce libpython3 with ABI_VERSION flag
| * | python3: introduce libpython3 with ABI_VERSION flagAlexandru Ardelean2021-04-28
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / php8: update to 8.0.5Michael Heimpold2021-04-29
|/ | | | | | Also update opcache makefile patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* python-socketio: update to version 5.2.1Jan Pavlinec2021-04-26
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* python-engineio: update to version 4.1.0Jan Pavlinec2021-04-26
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* node: Resolve ICU conflictHirokazu MORIKAWA2021-04-21
| | | | | | | | 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>
* luv: update to 1.40.0-0Rosen Penev2021-04-14
| | | | | | | | Simplify CMake section. Fix pkgconfig paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-greenlet: support MIPS architectureAlexandru Ardelean2021-04-14
| | | | | | | | | | | | | | | | | | | | | | | 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>
* Merge pull request #15412 from luizluca/ruby-3.0.1Luiz Angelo Daros de Luca2021-04-13
|\ | | | | ruby: update to 3.0.1
| * ruby: update to 3.0.1Luiz Angelo Daros de Luca2021-04-12
| | | | | | | | | | | | | | | | | | 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>
* | vala: update to 0.52.1Rosen Penev2021-04-12
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | django: bump to version 3.2Alexandru Ardelean2021-04-12
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #15396 from BKPepe/update-bottleJosef Schlehofer2021-04-12
|\ | | | | python3-bottle: update to version 0.12.19
| * python3-bottle: update to version 0.12.19Josef Schlehofer2021-04-12
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #15398 from BKPepe/babel-updateJosef Schlehofer2021-04-12
|\ \ | | | | | | python-babel: update to version 2.9.0
| * | python-babel: update to version 2.9.0Josef Schlehofer2021-04-12
| |/ | | | | | | | | | | Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python-docker: Update to 5.0.0Javier Marcet2021-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | node: bump to v14.16.1Hirokazu MORIKAWA2021-04-11
|/ | | | | | | | | | | 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>
* node: #14983 NODEJS_ICU_SMALL is defaultRobin Rainton2021-04-11
| | | | Signed-off-by: Robin Rainton <robin@rainton.com>
* python-pytest: update to version 6.2.3Jan Pavlinec2021-04-07
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #15359 from BKPepe/zeroconfJosef Schlehofer2021-04-07
|\ | | | | zeroconf: update to version 0.29.0
| * zeroconf: update to version 0.29.0Josef Schlehofer2021-04-06
| | | | | | | | | | | | Update copyright in Makefile Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | lualanes: build with CMakeRosen Penev2021-04-06
|/ | | | | | | | | | | | 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>
* pillow: bump to version 8.2.0Alexandru Ardelean2021-04-05
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3: bump to version 3.9.4Alexandru Ardelean2021-04-05
| | | | | | 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>
* lua-openssl: try to fix buildbotRosen Penev2021-04-04
| | | | | | Something is weird there. Can't reproduce on CI or locally. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-dotenv: update to v0.17.0Javier Marcet2021-04-05
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #15074 from ja-pa/python-greenletRosen Penev2021-04-03
|\ | | | | python-eventlet & python-greenlet: add new packages
| * python-eventlet: add new packageJan Pavlinec2021-03-23
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * python-greenlet: add new packageJan Pavlinec2021-03-23
| | | | | | | | | | | | | | | | 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>