aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python-libmodbus: depend on python-cffiDaniel Golle2020-02-05
| | | | | | Dependency on python{,3}-cffi was missing. Add it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python-libmodbus: fix dependenciesDaniel Golle2020-02-05
| | | | | | python3-libmodbus should depend on python3-variants. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python-curl: update to version 7.43.0.5Waldemar Konik2020-02-05
| | | | | | | | | | | PycURL changeLog: Version 7.43.0.5 - 2020-01-29 ----------------------------------------------------------------- - Fixed build with recent Pythons on RHEL/CentOS. Signed-off-by: Waldemar Konik <informatyk74@interia.pl> Compile tested: mipsel_24kc
* golang: Update files installedJeffery To2020-02-05
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* golang: Reorganize GoPackage/Environment and Makefile variablesJeffery To2020-02-05
| | | | | | | | | | | | | | | * Move more environment variables into GoPackage/Environment * Split GoPackage/Environment into target and build sections * Do not set GOROOT_FINAL for Go packages (setting it should only affect the Go compiler and not Go packages) * Set CGO_LDFLAGS to $(TARGET_LDFLAGS) * Move GO_TARGET_* variables from golang-values.mk, and GO_VERSION_* variables from golang-version.mk, into golang/Makefile This also updates runc, containerd, and docker-ce to reflect the changes in GoPackage/Environment. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* golang: Improve build isolation from user environmentJeffery To2020-02-04
| | | | | | | | | | * Set GOENV=off when building Go compiler and packages, to ignore user's environment configuration file * Set GOCACHE when building host Go * Unset GOTMPDIR, to use the buildroot temp directory instead of temp directories in build_dir Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #11179 from peter-stadler/django-rest-frameworkRosen Penev2020-02-03
|\ | | | | django-restframework: fix by splitting variants
| * django-restframework: fix by splitting variantsPeter Stadler2020-01-31
| | | | | | | | | | | | | | | | | | | | | | Split python2 and python3 packages and update to newest versions: * python-django-restframework version 3.9.4 using django1 * python3-django-restframework version 3.11.0 using django3 This fixes the issue that the restframework cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding', when using version 3.9.x together with Django 3.y. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | golang: Update to 1.13.7, add PKG_CPE_ID to MakefileJeffery To2020-02-03
| | | | | | | | | | | | | | | | | | | | This update includes fixes for[1]: * CVE-2020-7919 - doesn't appear to be published publicly yet * CVE-2020-0601 - a Windows-related issue [1]: https://github.com/golang/go/issues?q=milestone%3AGo1.13.7+label%3ACherryPickApproved Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #11164 from commodo/pymysql-opt-cryptHannu Nyman2020-02-01
|\ \ | | | | | | pymysql: make python3-cryptography optional
| * | pymysql: make python3-cryptography optionalAlexandru Ardelean2020-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the installation guide [1], the support for "sha256_password" or "caching_sha2_password" for authentication is optional. This change makes it optional for the OpenWrt package by providing a build option to enable it. By default it won't be enabled, and packages can choose to enable it. [1] https://pymysql.readthedocs.io/en/latest/user/installation.html Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | luaposix: use fake uname script to fix OS detectionFelix Fietkau2020-01-31
| | | | | | | | | | | | | | | | | | | | | Avoid picking up the host OS for detecting the build type Fixes build on macOS Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | luarocks: fix site config for host buildFelix Fietkau2020-01-31
| |/ |/| | | | | | | | | | | | | | | The host utility is used to build other lua modules for the target. For that, the site config needs to specify the correct arch/system type. Use target dependent build/staging dirs to avoid issue when switching between targets Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | Merge pull request #11181 from peter-stadler/django-etesync-journalRosen Penev2020-01-30
|\ \ | | | | | | python3-django-etesync-journal: update to version 1.2.0
| * | python3-django-etesync-journal: update to version 1.2.0Peter Stadler2020-01-30
| | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | Merge pull request #11180 from peter-stadler/django-asgirefRosen Penev2020-01-30
|\ \ \ | | | | | | | | python3-asgiref: add package to fix django
| * | | python3-asgiref: add package to fix djangoPeter Stadler2020-01-30
| |/ / | | | | | | | | | | | | | | | Django 3 has this package as dependency. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | Merge pull request #11178 from jefferyto/python-packages-cleanupRosen Penev2020-01-30
|\ \ \ | | | | | | | | python-packages: Clean up Makefiles
| * | | python-packages: Clean up MakefilesJeffery To2020-01-30
| | |/ | |/| | | | | | | | | | | | | | | | * Replace $(PKG_NAME) with package name in call, define, and eval lines * Remove extra "define" in $(call define Package/.../description) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11175 from jefferyto/python-fix-float-byte-orderRosen Penev2020-01-30
|\ \ \ | |_|/ |/| | python: Fix float byte order detection
| * | python: Fix float byte order detectionJeffery To2020-01-30
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backports patches from bpo-34585[1] to fix byte order detection of floats. Fixing byte order detection allows the repr() of floats to be shorter (a feature backported to Python 2.7 from Python 3.1[2]). sys.float_repr_style should be 'short' instead of 'legacy' on supported platforms. See #11134. [1]: https://bugs.python.org/issue34585 [2]: https://docs.python.org/2.7/whatsnew/2.7.html#python-3-1-features Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / python-libmodbus: add packageDaniel Golle2020-01-30
|/ | | | | | | Python Interface for libmodbus written with CFFI. This libmodbus wrapper is compatible with Python 2 and Python 3. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #11093 from valdi74/update_python-curlHannu Nyman2020-01-28
|\ | | | | python-curl: update to version 7.43.0.4
| * python-curl: update to version 7.43.0.4Waldemar Konik2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + WolfSSL support from upstream => remove 0001-Add-locking-support-to-wolfSSL.patch PycURL changeLog: Version 7.43.0.4 - 2020-01-15 ----------------------------------------------------------------- - Minimum supported Python 3 version is now 3.5. - Python 2 is no longer officially supported. - Improved thread safety of multi code. - Added Python 3.8 support (patch by Michael Treanor). - Fixed link order when linking statically against OpenSSL (patch by Ashley Whetter). - Fixed Darwin detection. - Added support for wolfSSL (patch by Eneas U de Queiroz). - Added PROXY_SSL_VERIFYHOST (patch by Amir Rossert). Signed-off-by: Waldemar Konik <informatyk74@interia.pl> Compile tested: mipsel_24kc
* | Merge pull request #11137 from BKPepe/sqlalchemyRosen Penev2020-01-27
|\ \ | | | | | | python-sqlalchemy: update to version 1.3.13
| * | python-sqlalchemy: update to version 1.3.13Josef Schlehofer2020-01-27
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #11136 from zokl/javascript-obfuscator_updateRosen Penev2020-01-27
|\ \ \ | | | | | | | | javascript-obfuscator_update: update to 0.24.0
| * | | javascript-obfuscator_update: update to 0.24.0Zbyněk Kocur2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | New version of node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* | | | python3-django-cors-headers: update to version 3.2.1Peter Stadler2020-01-27
| | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | python: readme: drop from table of contents removed sectionsJosef Schlehofer2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 446bc30c527e8c6d24279f21e9e4f7562f98ab67 ("python: Remove PKG_BUILD_DIR/PKG_UNPACK sections from readme") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #11097 from jempatel/python3-speedtest-cliRosen Penev2020-01-26
|\ \ \ \ | |/ / / |/| | | python3-speedtest-cli: a new package
| * | | python3-speedtest-cli: a new packageJaymin Patel2020-01-25
| | |/ | |/| | | | | | | Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* | | php7: fix dependencies for mysqlnd (fixes #11113)Michael Heimpold2020-01-26
| | | | | | | | | | | | | | | | | | | | | When during the build the openssl extension is also selected, then the mysqlnd extension depends on it, too. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7: update to 7.4.2Michael Heimpold2020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2020-7059 - CVE-2020-7060 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #10968 from zokl/node-javascript-obfuscatorJosef Schlehofer2020-01-26
|\ \ \ | | | | | | | | node-javascript-obfuscator: add package
| * | | node-javascript-obfuscator: add packageZbyněk Kocur2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | JavaScript obfuscator is a powerful free obfuscator for JavaScript with a wide number of features which provides protection for your source code. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* | | | python-zeroconf: update to version 0.24.4Josef Schlehofer2020-01-25
| |_|/ |/| | | | | | | | | | | | | | Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #11058 from BKPepe/jinja2Rosen Penev2020-01-24
|\ \ \ | | | | | | | | Jinja2: update to version 2.10.3
| * | | Jinja2: update to version 2.10.3Josef Schlehofer2020-01-19
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #11089 from neheb/zipRosen Penev2020-01-23
|\ \ \ \ | | | | | | | | | | zip: remove host build
| * | | | luarocks: remove zip/host dependencyRosen Penev2020-01-22
| | |_|/ | |/| | | | | | | | | | | | | | | | | | This should be satisfied by tools/host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11105 from ja-pa/python-maxminddbHannu Nyman2020-01-23
|\ \ \ \ | | | | | | | | | | python-maxminddb: update to version 1.5.2
| * | | | python-maxminddb: update to version 1.5.2Jan Pavlinec2020-01-23
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | python-more-itertools: update to version 8.1.0Jan Pavlinec2020-01-23
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | python-zipp: update to version 2.0.1Jan Pavlinec2020-01-23
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | django1: bump to version 1.11.27Alexandru Ardelean2020-01-22
|/ / / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #11057 from BKPepe/aiohttpRosen Penev2020-01-20
|\ \ \ | | | | | | | | python-aiohttp: update to version 3.6.1
| * | | python-aiohttp: update to version 3.6.1Josef Schlehofer2020-01-19
| |/ / | | | | | | | | | | | | | | | | | | - Update copyright - Add two spaces as indentation for description Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #11073 from BKPepe/python-slugifyRosen Penev2020-01-20
|\ \ \ | | | | | | | | python-slugify: update to version 4.0.0
| * | | python-slugify: update to version 4.0.0Josef Schlehofer2020-01-19
| |/ / | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>