aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | python-packages: remove myself as maintainerAlexandru Ardelean2021-11-23
| | | | | | | | | | | | | | | | | | | | There's been a bit of overlapping opinions on some of these packages. The best thing to do here is to reduce ownership and relinquish my control. This patch does that. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #17142 from commodo/python-yamlAlexandru Ardelean2021-11-22
|\ \ | | | | | | python-yaml: bump to version 6.0
| * | python-yaml: bump to version 6.0Alexandru Ardelean2021-11-21
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #17121 from commodo/python3-bumpAlexandru Ardelean2021-11-22
|\ \ \ | |/ / |/| | python3: bump to version 3.10.0
| * | python3: bump to version 3.10.0Alexandru Ardelean2021-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually re-applied: 008-distutils-use-python-sysroot.patch 016-adjust-config-paths.patch Drop patch: 003-do-not-run-distutils-tests.patch There is now a configure option '--disable-test-modules' And seems we left the '_ctypes_test' around for quite some time. Dropped now. Refs: https://bugs.python.org/issue27640 https://bugs.python.org/issue43282 Drop patch: 013-getbuildinfo-date-time-source-date-epoch.patch Python build honors SOURCE_DATE_EPOCH pretty well now. Drop setuptools patches. Setuptools should be reproducible with Python 3.6+ according to a mention here: https://github.com/pypa/setuptools/pull/1690#issuecomment-536517456 It's time to let upstream fix Setuptools reproduce-ability. Drop patch: 010-do-not-add-rt-lib-dirs-when-cross-compiling.patch I can't seem to fully remember why it's there. And it seem to build fine without it. Drop patch: 015-abort-on-failed-modules.patch Python build supports a similar PYTHONSTRICTEXTENSIONBUILD=1 env-var option. Add patch: 026-openssl-feature-flags.patch We need to keep this in our tree for a while. See: https://bugs.python.org/issue45627 Backport patch: 027-bpo-43158-Use-configure-values-for-building-_uuid-ex.patch Link: https://github.com/python/cpython/pull/29353 Fixes the build for uuid C module. Add patch: 028-host-python-support-ssl-with-libressl.patch We need the _ssl module working on the host-side with LibreSSL for pip to work to download from https://pypi.org Refs: https://github.com/openwrt/openwrt/pull/4749 Add patch: 029-disable-deprecation-warning.patch Fixes apparmor build. The warning causes a configure error. Refreshed the rest of patches. Some old build-flags were removed. They don't seem to be necessary anymore. Split python3-uuid from python3-light. To better manage the libuuid library (if needed). Also, fixing the uuid C module build. Seems this was failing, and was falling back to using hashlib. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #17167 from mhei/php8-updateMichael Heimpold2021-11-20
|\ \ \ | | | | | | | | php8: update to 8.0.13
| * | | php8: update to 8.0.13Michael Heimpold2021-11-20
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2021-21707 Also drop upstream patch which is included in the release now. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* / / php7: update to 7.4.26Michael Heimpold2021-11-20
|/ / | | | | | | | | | | | | | | | | This fixes: - CVE-2021-21707 Also drop upstream patch which is included in the release now. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #17151 from jefferyto/golang-1.17.3Alexandru Ardelean2021-11-19
|\ \ | | | | | | golang: Update to 1.17.3
| * | golang: Update to 1.17.3Jeffery To2021-11-19
| |/ | | | | | | | | | | | | | | | | | | | | | | Contains fixes for: * CVE-2021-41771: ImportedSymbols in debug/macho (for Open or OpenFat) accesses a memory location after the end of a buffer * CVE-2021-41772: archive/zip Reader.Open panic via a crafted ZIP archive containing an invalid name or an empty filename field Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #17143 from commodo/py-greenletAlexandru Ardelean2021-11-19
|\ \ | |/ |/| python-greenlet: bump to version 1.1.2
| * python-greenlet: bump to version 1.1.2Alexandru Ardelean2021-11-17
| | | | | | | | | | | | The older version won't build with Python 3.10.0 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #17123 from commodo/python-updates1Alexandru Ardelean2021-11-17
|\ \ | | | | | | python-lxml,django,numpy: bump versions
| * | django: bump to version 3.2.9Alexandru Ardelean2021-11-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | numpy: bump to version 1.21.4Alexandru Ardelean2021-11-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-lxml: bump to 4.6.4Alexandru Ardelean2021-11-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | ruamel-yaml: bump to version 0.17.17Alexandru Ardelean2021-11-17
| |/ |/| | | | | | | | | The older one won't build with Python 3.10.0 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Flask: update to version 2.0.2Daniel Golle2021-11-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Werkzeug: update to version 2.0.2Daniel Golle2021-11-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Jinja2: update to version 3.0.3Daniel Golle2021-11-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | click: update to version 8.0.3Daniel Golle2021-11-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #17119 from thg2k/pr/master_php80_ini_1Michael Heimpold2021-11-14
|\ \ | |/ |/| php8: Clean up and update distributed php.ini for php 8.0.12
| * php8: Clean up and update distributed php.ini for php 8.0.12Giovanni Giacobbi2021-11-13
| | | | | | | | | | | | | | | | | | | | Details: - Cleaned up whitespace and removed comments (refer to official PHP documentation for that) - Removed directives that no longer exist as of PHP 8.0.12 - Added newly existing directives commented out - Added '~E_DEPRECATED' to 'error_reporting' Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
* | Merge pull request #17108 from commodo/ovs-no-python-sixAlexandru Ardelean2021-11-14
|\ \ | |/ |/| ovs,ovn: remove python-six dep
| * 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>
* | php7: Clean up and update distributed php.ini for php 7.4.25Giovanni Giacobbi2021-11-12
|/ | | | | | | | | | | | | | | | | | | | | Details: - Cleaned up whitespace and removed comments (refer to official PHP documentation for that) - Removed directives that no longer exist as of PHP 7.4.25 - Added '~E_DEPRECATED' to 'error_reporting' Directives removed that no longer exist as of PHP 7.4.25: - zend.ze1_compatibility_mode - y2k_compliance - register_globals - register_long_arrays - magic_quotes_gpc - magic_quotes_runtime - magic_quotes_sybase - always_populate_raw_post_data Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net> (cherry picked from commit 7e45ad87f3f2ebcc9e6496ec358a6297e818f90d) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* 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>