aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | 2to3: add package host toolKerma Gérald2022-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2to3 is a Python program that reads Python 2.x source code and applies a series of fixers to transform it into valid Python 3.x code. The standard library contains a rich set of fixers that will handle almost all code. 2to3 supporting library lib2to3 is, however, a flexible and generic library, so it is possible to write your own fixers for 2to3. lib2to3 could also be adapted to custom applications in which Python code needs to be edited automatically. This tool is necessary for fail2ban package because of issue https://github.com/openwrt/packages/issues/17311 https://github.com/openwrt/packages/pull/17341 Simple 2to3.py script from Debian, thanks to Matthias Klose <doko@ubuntu.com> From: https://salsa.debian.org/cpython-team/python3-defaults Co-authored-by: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | Merge pull request #17481 from jefferyto/python-3.10.1Josef Schlehofer2022-01-06
|\ \ \ | |_|/ |/| | python3: Update to 3.10.1, refresh/remove patches
| * | python3: Update to 3.10.1, refresh/remove patchesJeffery To2022-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed patches: * 027-bpo-43158-Use-configure-values-for-building-_uuid-ex.patch Already merged. * 029-disable-deprecation-warning.patch Packages should be patched/fixed to remove the use of distutils instead of disabling this warning. Also: * Updates PKG_LICENSE to use the correct SPDX license identifier * Fixes build for mipsel_24kc_24kf Fixes https://github.com/openwrt/packages/issues/17217. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #17435 from pprindeville/perl-cgi-update-4.53Philip Prindeville2022-01-03
|\ \ \ | | | | | | | | perl-cgi: update to 4.53
| * | | perl-cgi: update to 4.53Philip Prindeville2022-01-02
| |/ / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #17434 from pprindeville/perl-text-csv_xs-update-1.47Philip Prindeville2022-01-03
|\ \ \ | | | | | | | | perl-text-csv_xs: update to 1.47
| * | | perl-text-csv_xs: update to 1.47Philip Prindeville2022-01-02
| |/ / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #17460 from BKPepe/stemJeffery To2022-01-04
|\ \ \ | | | | | | | | python-stem: backport patch to fix Python 3.10
| * | | python-stem: backport patch to fix Python 3.10Josef Schlehofer2022-01-03
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #17442 from commodo/django-restframeworkJeffery To2022-01-04
|\ \ \ \ | | | | | | | | | | django-restframework: bump to version 3.13.1
| * | | | django-restframework: bump to version 3.13.1Alexandru Ardelean2021-12-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #17466 from BKPepe/markdownJeffery To2022-01-03
|\ \ \ \ \ | | | | | | | | | | | | python-markdown: update to version 3.3.6
| * | | | | python-markdown: update to version 3.3.6Josef Schlehofer2021-12-31
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | - Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #17463 from BKPepe/voluptuous-serializeJeffery To2022-01-03
|\ \ \ \ \ | | | | | | | | | | | | python-voluptuous-serialize: update to version 2.5.0
| * | | | | python-voluptuous-serialize: update to version 2.5.0Josef Schlehofer2021-12-31
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Release notes: https://github.com/home-assistant-libs/voluptuous-serialize/releases/tag/2.5.0 - Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #17462 from BKPepe/zeroconf-updateJeffery To2022-01-03
|\ \ \ \ \ | | | | | | | | | | | | python-zeroconf: update to version 0.38.1
| * | | | | python-zeroconf: update to version 0.38.1Josef Schlehofer2021-12-31
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #17458 from BKPepe/dnspython-2.1.0Jeffery To2022-01-03
|\ \ \ \ \ | | | | | | | | | | | | python-dns: update to version 2.1.0
| * | | | | python-dns: update to version 2.1.0Josef Schlehofer2021-12-30
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #17440 from commodo/openblas-numpyJeffery To2022-01-03
|\ \ \ \ \ | |_|/ / / |/| | | | openblas,numpy: bump versions
| * | | | numpy: bump to version 1.21.5Alexandru Ardelean2021-12-27
| | |/ / | |/| | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / | | golang: Update to 1.17.5, add patchJeffery To2021-12-28
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for: * CVE-2021-44716: unbounded growth of HTTP/2 header canonicalization cache * CVE-2021-44717: syscall.ForkExec error can close file descriptor 0 Added patches: * 001-cmd-link-use-gold-on-ARM-ARM64-only-if-gold-is-available.patch: https://github.com/golang/go/pull/49748 backported for Go 1.17, this removes the requirement for the gold linker when building Go programs that use Go plugins on arm/arm64 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | / python3-paramiko: update to version 2.9.1Javier Marcet2021-12-26
| |/ |/| | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | Merge pull request #17404 from mhei/php8-updateMichael Heimpold2021-12-21
|\ \ | | | | | | php8: update to 8.1.1
| * | php8: update to 8.1.1Michael Heimpold2021-12-20
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | python-lxml: update to version 4.7.1Alexandru Ardelean2021-12-20
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #17395 from ↵Alexandru Ardelean2021-12-20
|\ \ \ | | | | | | | | | | | | | | | | mhei/fix-issue-17332-php8-pecl-http-compile-failure php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)
| * | | php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)Michael Heimpold2021-12-19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | When cURL is built with OpenSSL as backend SSL/TLS library, pecl_http's configure tries to detect whether TLS 1.3 ciphers are enabled. This does not work when cross-compiling so let's pass it based on OpenSSL build configuration. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #17330 from flyn-org/selinuxJosef Schlehofer2021-12-19
|\ \ \ | |/ / |/| | Update SElinux utilities
| * | python3-networkx: update to 2.6.3W. Michael Petullo2021-12-14
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | python3-libselinux: update to 3.3W. Michael Petullo2021-12-14
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #17296 from mhei/drop-php7Michael Heimpold2021-12-12
|\ \ \ | |/ / |/| | php7/php7-pecl-*: drop PHP7 packages
| * | php7: drop packageMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Active support for PHP 7.4 branch ended a few days ago. Since we have PHP 8.x in the repository for a while and we migrated all PECL extension packages already, let's focus on that newer version and drop support for 7.4. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-propro: drop packageMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The functionality of this package - or at least similar one - was meanwhile included in PHP8. This package was mostly included as dependency for HTTP PECL package, so it is not needed anymore and thus can be dropped. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-libevent: drop packageMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | | | | This package is not compatible with PHP8 and seems to be not maintained upstream anymore. Let's drop it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-sodium: migrate package to php8-pecl-sodiumMichael Heimpold2021-12-09
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-redis: migrate package to php8-pecl-redisMichael Heimpold2021-12-09
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-raphf: migrate package to php8-pecl-raphfMichael Heimpold2021-12-09
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-mcrypt: migrate package to php8-pecl-mcryptMichael Heimpold2021-12-09
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-krb5: migrate package to php8-pecl-krb5Michael Heimpold2021-12-09
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-imagick: migrate package to php8-pecl-imagickMichael Heimpold2021-12-09
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-http: migrate package to php8-pecl-httpMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only a newer version of upstream includes support for PHP8, so while migrating we need to update to latest upstream version. We also need to adjust dependencies since JSON is now always integrated not longer available as dedicated package. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7-pecl-dio: migrate package to php8-pecl-dioMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | This package is compatible with php8, so let's migrate it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | node: bump to 14.18.2Hirokazu MORIKAWA2021-12-10
|/ / | | | | | | | | | | | | Update to v14.18.2 Remove unneeded c-ares patches Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | php8: update to 8.1.0Michael Heimpold2021-12-06
| | | | | | | | | | | | | | | | | | | | Also update patches and remove obsolete ones. We also need to add one to prevent mod_php to be enabled by apxs in configuration file. While at, remove the VARIANT setting for pecl extensions. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #17251 from flyn-org/php7-pecl-sodiumMichael Heimpold2021-12-04
|\ \ | |/ |/| php7-pecl-sodium: add new package
| * php7-pecl-sodium: add new packageW. Michael Petullo2021-12-02
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | python-rcssmin: bump to version 1.1.0Eneas U de Queiroz2021-11-30
|/ | | | | | | | | | | | | | | Relevant changes: * quoted data urls which are not base64 encoded keep their spaces now * accept bytes and text as input. All other types now raise a TypeError * update python & gcc support * python version will only accept the C implementation if the versions match exactly. This should prevent using older installed C versions. Along with the version bump: - update maintainer email address - use $(AUTORELEASE) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #17206 from cotequeiroz/seafile-brokenAlexandru Ardelean2021-11-29
|\ | | | | treewide: mark django1 and dependents BROKEN
| * treewide: mark django1 and dependents BROKENEneas U de Queiroz2021-11-27
| | | | | | | | | | | | | | | | | | | | Django 1.x is not compatible with python 3.10. Mark the package as BROKEN. Since its dependent packages will also select it, they will need to be marked BROKEN as well to avoid recursive dependencies--packages not marked as BROKEN will be able to select the broken package. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>