aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python-six: remove host-buildAlexandru Ardelean2021-11-10
| | | | | | | There are no more users left in this tree. So, remove it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #17090 from mhei/php7-pecl-redis-updateMichael Heimpold2021-11-08
|\ | | | | php7-pecl-redis: update to 5.3.4
| * php7-pecl-redis: update to 5.3.4Michael Heimpold2021-11-07
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #17089 from mhei/php7-pecl-http-updateMichael Heimpold2021-11-08
|\ \ | | | | | | php7-pecl-http: update to version 3.2.4
| * | php7-pecl-http: update to version 3.2.4Michael Heimpold2021-11-07
| |/ | | | | | | | | | | | | | | This is the latest version, which still has support for PHP 7.x. It's an intermediate step in the transition to PHP 8.x. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* / php7-pecl-imagick: update to 3.5.1Michael Heimpold2021-11-07
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #17046 from nxhack/php7_for_ICU-70_1Michael Heimpold2021-11-02
|\ | | | | php7: Support for icu 70.1
| * php7: Support for icu 70.1Hirokazu MORIKAWA2021-11-02
| | | | | | | | | | | | | | | | | | | | This PR prepares PHP for a few minor changes that cause PHP builds to fail when using --enable-intl with ICU 70.1. Change UBool to bool for equality operators in ICU >= 70.1 https://github.com/php/php-src/pull/7596 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | php8: Support for icu 70.1Hirokazu MORIKAWA2021-11-02
|/ | | | | | | | | | This PR prepares PHP for a few minor changes that cause PHP builds to fail when using --enable-intl with ICU 70.1. Change UBool to bool for equality operators in ICU >= 70.1 https://github.com/php/php-src/pull/7596 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* php8: add mod php for apacheSebastian Kemper2021-10-31
| | | | | | | The module will be available, once php8 is selected, at the same place as the other apache modules. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* nginx, python3-{asgiref,django-cors-headers,drf-nested-routers,sqlparse}: ↵Peter Stadler2021-10-30
| | | | | | | | bump versions Update to the newest versions and switch to $(AUTORELEASE) for the python3 packages (where I am the maintainer). Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* python-paho-mqtt: bump to version 1.6.1Alexandru Ardelean2021-10-27
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* numpy: bump to version 1.21.3Alexandru Ardelean2021-10-27
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #16958 from mhei/php7-updateMichael Heimpold2021-10-23
|\ | | | | php7: update to 7.4.25
| * php7: update to 7.4.25Michael Heimpold2021-10-22
| | | | | | | | | | | | | | This fixes: - CVE-2021-21703 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php8: update to 8.0.12Michael Heimpold2021-10-22
|/ | | | | | | This fixes: - CVE-2021-21703 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* django: bump to version 3.2.8Alexandru Ardelean2021-10-19
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cffi: bump to version 1.15.0Alexandru Ardelean2021-10-19
| | | | | | And use AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-idna: bump to version 3.3Alexandru Ardelean2021-10-19
| | | | | | And use AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* pillow: bump to version 8.4.0Alexandru Ardelean2021-10-19
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* expat: don't build host libsRosen Penev2021-10-19
| | | | | | | tools/expat is actually what's used by the various packages that supposedly depend on expat/host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* vala: update to 0.54.2Rosen Penev2021-10-19
| | | | | | Remove shared libraries. Allows removing rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lua-wsapi: build each variant in its own dirEneas U de Queiroz2021-10-15
| | | | | | | This avoids unnecessary package rebuilds, when running make back to back. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* lua-openssl: update to 0.8.0-6Rosen Penev2021-10-15
| | | | | | Remove upstreamed patches and backport cmake fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* node: bump to 14.18.1 / October 12th 2021 Security ReleasesHirokazu MORIKAWA2021-10-14
| | | | | | | | October 12th 2021 Security Releases: HTTP Request Smuggling due to spaced in headers (Medium)(CVE-2021-22959) HTTP Request Smuggling when parsing the body (Medium)(CVE-2021-22960) Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* python-qrcode: bump to 7.3.1Eneas U de Queiroz2021-10-13
| | | | | | | | This is a major update, which drops support for python < 3.6, among other changes, better seen at: https://github.com/lincolnloop/python-qrcode/blob/v7.3.1/CHANGES.rst Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* django-formtools: bump to 2.2.0Eneas U de Queiroz2021-10-13
| | | | | | | This is the highest version supported by seafile-seahub, because of the django1 requirement. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* django-webpack-loader: bump to 0.7.0Eneas U de Queiroz2021-10-13
| | | | | | This is the highest version that works with seafile-seahub 7.1.5. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* python-oauthlib: bump to 3.1.1Eneas U de Queiroz2021-10-13
| | | | | | | This is a minor update, which officially supports Python 3.8, and removes Python 2 code, among several bugfixes. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* pyjwt: update to 2.2.0Eneas U de Queiroz2021-10-13
| | | | | | | | | This is a major update to the latest version. There are many changes, better seen at https://github.com/jpadilla/pyjwt/blob/2.2.0/CHANGELOG.rst Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* defusedxml: bump to v. 0.7.0Eneas U de Queiroz2021-10-13
| | | | | | This release adds support for Python 3.9. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* python-docker: Update to 5.0.3Javier Marcet2021-10-13
| | | | | | | | | | | | | | | | Features: - Add cap_add and cap_drop parameters to service create and ContainerSpec - Add templating parameter to config create Bugfixes: - Fix getting a read timeout for logs/attach with a tty and slow output Miscellaneous: - Fix documentation examples Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.19.1Javier Marcet2021-10-13
| | | | | | | | | What's Changed - CHANGELOG.md: Fix typos discovered by codespell by @cclauss in #350 - Add Python 3.10 support by @theskumar in #359 Signed-off-by: Javier Marcet <javier@marcet.info>
* python3-paramiko: update to version 2.8.0Javier Marcet2021-10-13
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-certifi: bump to 2021.11.8Eneas U de Queiroz2021-10-13
| | | | | | Latest bundle form mozilla.org. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #16856 from jefferyto/python-pyopenssl-21.0.0Alexandru Ardelean2021-10-12
|\ | | | | python-pyopenssl: Update to 21.0.0
| * python-pyopenssl: Update to 21.0.0Jeffery To2021-10-11
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | golang: Update to 1.17.2Jeffery To2021-10-10
| | | | | | | | | | | | | | Includes fix for CVE-2021-38297 (passing very large arguments to WASM module functions can cause portions of the module to be overwritten). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | pynacl: fix build with updated sodium-minimal patchDaniel Golle2021-10-10
|/ | | | | | | | | Commit 3da874371 ("libsodium: include ed25519_core in minimal build") broke the build of PyNaCl. Add patch to always include all ed25519 functions which are now always covered even if libsodium is built with the MINIMAL option. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pyodbc: update to version 4.0.32Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python-pytz: bump to version 2021.3Alexandru Ardelean2021-10-08
| | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Mako: add python markup libraryDaniel Golle2021-10-07
| | | | | | Mako is needed for some packages to build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16752 from paper42/python-websocketAlexandru Ardelean2021-10-01
|\ | | | | python-websockets: new package
| * python3-package.mk: fix syntax error in FindStdlibDependsMichal Vasilek2021-09-30
| | | | | | | | | | | | | | | | When running FindStdlib and running DependsCheckHostPipVersionMatch at the same time, both commands were joined together resulting in a syntax error. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
| * python-websockets: new packageMichal Vasilek2021-09-30
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | pillow: add webp supportAlexandru Ardelean2021-09-30
| | | | | | | | | | | | Requested via: https://github.com/openwrt/packages/pull/16732 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | openpyxl: bump to version 3.0.9Alexandru Ardelean2021-09-30
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #16756 from mhei/php7-updateMichael Heimpold2021-09-28
|\ | | | | php7: update to 7.4.24
| * php7: update to 7.4.24Michael Heimpold2021-09-27
| | | | | | | | | | | | | | This fixes: - CVE-2021-21706 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php8: update to 8.0.11Michael Heimpold2021-09-27
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>