aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | Merge pull request #10181 from commodo/python-simple-json-drop-testsRosen Penev2019-10-14
|\ \ | | | | | | python[3]-simplejson: drop tests from simplejson package
| * | python[3]-simplejson: drop tests from simplejson packageAlexandru Ardelean2019-10-08
| | | | | | | | | | | | | | | | | | These tests take-up a bit of space. And they aren't typically needed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #10227 from flyn-org/luasecRosen Penev2019-10-14
|\ \ \ | | | | | | | | luasec: update to 0.8.2
| * | | luasec: update to 0.8.2W. Michael Petullo2019-10-13
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #10228 from flyn-org/php7-pecl-mcryptRosen Penev2019-10-13
|\ \ \ \ | | | | | | | | | | php7-pecl-mcrypt: update to 1.0.3
| * | | | php7-pecl-mcrypt: update to 1.0.3W. Michael Petullo2019-10-13
| |/ / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #10209 from etactica/pulls/luaposix-docsRosen Penev2019-10-13
|\ \ \ \ | |/ / / |/| | | luaposix: disable documentation build
| * | | luaposix: disable documentation buildKarl Palsson2019-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lost when luaposix converted their upstream build system. Required to prevent the build from attempting to invoke "ldoc" on the host and also simply to speed it up. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | Merge pull request #10211 from BKPepe/sentrysdkRosen Penev2019-10-12
|\ \ \ \ | | | | | | | | | | python-sentry-sdk: Update to version 0.12.3
| * | | | python-sentry-sdk: Update to version 0.12.3Josef Schlehofer2019-10-12
| |/ / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* / / / treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #10182 from jefferyto/python-attrs-19.2.0Rosen Penev2019-10-09
|\ \ \ | | | | | | | | python-attrs: Update to 19.2.0
| * | | python-attrs: Update to 19.2.0Jeffery To2019-10-09
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #10187 from commodo/python-asn1crypto-updateRosen Penev2019-10-09
|\ \ \ | | | | | | | | python-asn1crypto: bump to version 1.0.1
| * | | python-asn1crypto: bump to version 1.0.1Alexandru Ardelean2019-10-09
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / python-pillow: bump to version 6.2.0Alexandru Ardelean2019-10-09
|/ / | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python,python3: Fix CVE-2019-16056, CVE-2019-16935Jeffery To2019-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches address issues: CVE-2019-16056: email.utils.parseaddr mistakenly parse an email CVE-2019-16935: A reflected XSS in python/Lib/DocXMLRPCServer.py (for Python 2.7) CVE-2019-16935 was fixed for python3 in #10109 Links to Python issues: https://bugs.python.org/issue34155 https://bugs.python.org/issue38243 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-simplejson: Fix python[3]-decimal dependencyJeffery To2019-10-04
|/ | | | | | | | | | simplejson depends on the decimal module[1][2]. This adds python[3]-decimal to the package's DEPENDS. [1]: https://github.com/simplejson/simplejson/blob/v3.16.0/simplejson/__init__.py#L110 [2]: https://github.com/simplejson/simplejson/blob/v3.16.0/simplejson/encoder.py#L7 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #10126 from stefaang/php7-mod-gdMichael Heimpold2019-10-03
|\ | | | | | | php7-mod-gd: enable libwebp php7: bump to 7.2.23
| * php7: bump to 7.2.23Stefaan Ghysels2019-10-03
| | | | | | | | Signed-off-by: Stefaan Ghysels <stefaang@gmail.com>
| * php7-mod-gd: enable libwebpStefaan Ghysels2019-10-03
| | | | | | | | Signed-off-by: Stefaan Ghysels <stefaang@gmail.com>
* | vala: Update to 0.46.2Rosen Penev2019-10-02
| | | | | | | | | | | | Removed inactive maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10121 from BKPepe/werkzeugRosen Penev2019-10-02
|\ \ | | | | | | Werkzeug: Update to version 0.16.0
| * | Werkzeug: Update to version 0.16.0Josef Schlehofer2019-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove PKG_BUILD_DEPENDS as it is no longer necessary. - The Python3 is already included in DEPENDS. - Remove PKG_BUILD_DIR and PKG_UNPACK was for dual Python version. - Change TITLE and description - Add source package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #10122 from BKPepe/flaskRosen Penev2019-10-02
|\ \ \ | | | | | | | | Flask: Update to version 1.1.1
| * | | Flask: Update to version 1.1.1Josef Schlehofer2019-10-01
| |/ / | | | | | | | | | | | | | | | | | | - Change TITLE and URL to better one - Add source package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* / / python3-maxminddb: Update to version 1.5.1Josef Schlehofer2019-10-01
|/ / | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python-pyrsistent: Update to version 0.15.4Josef Schlehofer2019-09-30
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | python3: backport three security patchesJosef Schlehofer2019-09-29
| | | | | | | | | | | | Fixes: CVE-2019-16935 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | golang: Update to version 1.13.1Josef Schlehofer2019-09-29
| | | | | | | | | | | | Fixes CVE-2019-16276 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #10083 from BKPepe/sentrysdkRosen Penev2019-09-27
|\ \ | | | | | | python-sentry-sdk: Update to version 0.12.2
| * | python-sentry-sdk: Update to version 0.12.2Josef Schlehofer2019-09-26
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #10092 from ysc3839/pycryptodomeRosen Penev2019-09-27
|\ \ \ | | | | | | | | python-cryptodome: update to 3.9.0
| * | | python-cryptodome: update to 3.9.0Richard Yu2019-09-27
| | |/ | |/| | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | jamvm: Don't compile on ARM64Rosen Penev2019-09-27
| | | | | | | | | | | | | | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | perl-www-curl: curl 7.66.0 compatibilityAlexander Ryzhov2019-09-27
|/ / | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* / python-urllib3: Update to version 1.25.6Josef Schlehofer2019-09-26
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* gunicorn: convert to Python packaging format + add Python3 variantAlexandru Ardelean2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | And splitting the gunicorn[3] binary/executable away from the python[3]-gunicorn libraries. This was inspired from Debian packaging. The gunicorn[3] binaries require the new `python[3]-pkg-resources` libraries to run, which add ~1.1 MB on the [ram]disk when uncompressed. For the Python2 variant, the `_gaiohttp.py` is dropped as it fails to compile, so it would likely be unusable anyway: ``` File "/usr/lib/python2.7/site-packages/gunicorn/workers/_gaiohttp.py", line 84 yield from self.wsgi.close() ^ SyntaxError: invalid syntax ``` People around the web recommend this as well: https://stackoverflow.com/questions/25611140/syntax-error-installing-gunicorn https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803170 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803202 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python,python3: add Py[3]Shebang functions & move outside of scriptAlexandru Ardelean2019-09-20
| | | | | | | | | | | | | | | | Some packages just install some Python binaries, that may need their shebang fixed. This change adds some utilities to help with that and try to centralize the sed rules a bit. It also removes the logic from the `python-package-install.sh` into the `python-package[3].mk` files. This does 2 things: 1. It minimizes the need for the shell script to know the Python version 2/3 2. Makes the logic re-usable in packages; especially if the install rules differ a bit Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python,python3: split python[3]-pkg-resources from setuptoolsAlexandru Ardelean2019-09-20
| | | | | | | | | | This package is required by other packages to run some binaries via `load_entry_point`. So, this splits this package away from setuptools. setuptools is pretty big, akd pkg-resources is also big, but not as big. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: change condition check for legacy opt for Python3Alexandru Ardelean2019-09-20
| | | | | | | | As I remember this worked. But since `set -e` is set, I am a bit paranoid about it. In the sense that it may fail if `ver` != 3. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-certifi: bump to 2019.9.11Eneas U de Queiroz2019-09-19
| | | | Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* django: Update to 1.11.24Rosen Penev2019-09-18
| | | | | | | | | | | | | | | Fixes a whole bunchs of CVEs: CVE-2019-3498 CVE-2019-6975 CVE-2019-12308 CVE-2019-12781 CVE-2019-14232 CVE-2019-14233 CVE-2019-14234 CVE-2019-14235 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* python-schema: update to version 0.7.1Karel Kočí2019-09-16
| | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* golang: Use new -trimpath option when compiling Go packagesJeffery To2019-09-13
| | | | | | | | | | | | | | Go 1.13 added a new -trimpath option to the "go build" command[1] that removes system paths from compiled executables. This replaces the previous -trimpath flags. There are still system paths in the compiled executable (for crti.o and crtn.o, when cross-compiling); these appear to be stripped during the packaging process. [1]: https://golang.org/doc/go1.13#trimpath Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #9962 from mhei/pecl-mcrypt-licenseRosen Penev2019-09-12
|\ | | | | php7-pecl-mcrypt: update PKG_LICENSE
| * php7-pecl-mcrypt: update PKG_LICENSEMichael Heimpold2019-09-10
| | | | | | | | | | | | Update license tag to latest SPDX format. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #9961 from mhei/pecl-krb5-licenseRosen Penev2019-09-12
|\ \ | | | | | | php7-pecl-krb5: fix PKG_LICENSE tag