aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #11075 from BKPepe/voluptuous-serializeRosen Penev2020-01-20
|\ \ \ | | | | | | | | python-voluptuous-serialize: update to version 2.3.0
| * | | python-voluptuous-serialize: update to version 2.3.0Josef Schlehofer2020-01-20
| | | | | | | | | | | | | | | | | | | | | | | | Add two spaces as indentation to description Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #11076 from BKPepe/text-unidecodeRosen Penev2020-01-20
|\ \ \ \ | | | | | | | | | | python-text-unidecode: update to version 1.3
| * | | | python-text-unidecode: update to version 1.3Josef Schlehofer2020-01-20
| |/ / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #11079 from BKPepe/python-yamlRosen Penev2020-01-20
|\ \ \ \ | | | | | | | | | | python-yaml: update to version 5.3
| * | | | python-yaml: update to version 5.3Josef Schlehofer2020-01-20
| |/ / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #11080 from BKPepe/sqlalchemyRosen Penev2020-01-20
|\ \ \ \ | | | | | | | | | | python-sqlalchemy: update to version 1.3.12
| * | | | python-sqlalchemy: update to version 1.3.12Josef Schlehofer2020-01-20
| |/ / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* / / / pyotp: update to version 2.3.0Josef Schlehofer2020-01-20
|/ / / | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* / / python-six: Update to 1.14.0Jeffery To2020-01-20
|/ / | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-certify: bump to 2019.11.28Eneas U de Queiroz2020-01-17
| | | | | | | | | | | | This is a regular Mozilla CA bundle update. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | luajit: do not install static libraries to InstallDevRosen Penev2020-01-16
| | | | | | | | | | | | The dynamic library change removed static libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11027 from neheb/luajRosen Penev2020-01-15
|\ \ | | | | | | luajit: use dynamic buildmode
| * | luajit: use dynamic buildmodeRosen Penev2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | Reduces package size with about 50% Fixes: https://github.com/openwrt/packages/issues/10848 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | golang: Update for ASLR PIE tristate option changeJeffery To2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ASLR PIE option was changed to a tristate option (openwrt/openwrt@19cbac7d264dfca1f75849de64beb98830fbb1e4). This updates the Go compiler package and golang-package.mk to account for this change. This also adds warning messages for when the user has selected PIE but Go does not have PIE support for the chosen target. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python3: Fix compilation without deprecated APIsRosen Penev2020-01-14
|/ / | | | | | | | | | | | | | | | | | | | | | | | | This is based on upstream work here: https://github.com/python/cpython/pull/3934 and https://github.com/python/cpython/pull/39430 First patch was kept as is (just rebased) while the second was combined into one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11025 from jefferyto/python-pyasn1-modules-0.2.8Rosen Penev2020-01-14
|\ \ | | | | | | python-pyasn1-modules: Update to 0.2.8
| * | python-pyasn1-modules: Update to 0.2.8Jeffery To2020-01-15
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11020 from jefferyto/golang-updatesRosen Penev2020-01-14
|\ \ \ | | | | | | | | golang: More updates
| * | | golang: Update to 1.13.6Jeffery To2020-01-14
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Add support for ASLR/PIE for Go packagesJeffery To2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support to compile position-independent executables for packages that use golang-package.mk. Go packages will have PIE enabled if: * Go supports PIE on the target platform; * CONFIG_PKG_ASLR_PIE is selected; and * PKG_ASLR_PIE (for the package) is not set to 0 Go 1.13 supports PIE for x86 and arm targets; mips support is in progress[1]. [1]: https://github.com/golang/go/issues/21222#issuecomment-542064462 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Fix selection of GOARM valueJeffery To2020-01-14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This fixes how GOARM is selected for arm platforms, based on support for VFP/VFPv3 rather than CPU version. Fixes #10967. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11006 from commodo/evdevRosen Penev2020-01-14
|\ \ \ | |/ / |/| | python-evdev: bump to version 1.3.0
| * | python-evdev: bump to version 1.3.0Alexandru Ardelean2020-01-13
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | pymysql: add new package (only Py3 variant)Alexandru Ardelean2020-01-13
|/ / | | | | | | | | | | | | This change adds support for the pymysql package, which is a pure Python MySQL client. This package will replace the current python-mysqlclient. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #10971 from jefferyto/golang-pie-misc-updatesRosen Penev2020-01-12
|\ \ | | | | | | golang: ASLR/PIE support and misc updates
| * | golang: Add support for ASLR/PIE for host and target GoJeffery To2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support to compile host and target Go as position-independent executables. Host Go will have PIE enabled if Go supports PIE on the host platform. Target Go will have PIE enabled if Go supports PIE on the target platform and CONFIG_PKG_ASLR_PIE is selected. Go 1.13 supports PIE for x86 and arm targets; mips support is in progress[1]. [1]: https://github.com/golang/go/issues/21222#issuecomment-542064462 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | golang: Make golang-values.mk more readableJeffery To2020-01-08
| | | | | | | | | | | | | | | | | | | | | This replaces conditional functions with conditional directives to make golang-values.mk more readable. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | golang: Strip whitespace when using Go package variablesJeffery To2020-01-08
| | | | | | | | | | | | | | | | | | | | | This adds calls to the strip function in golang-package.mk when using variables expected to be set by Go packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | golang: Update valid os/arch combinations for host GoJeffery To2020-01-08
| | | | | | | | | | | | | | | | | | The list is updated for Go 1.13. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | golang: Update variables unexported in golang-values.mkJeffery To2020-01-08
| | | | | | | | | | | | | | | | | | The lists of variables are updated for Go 1.13. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | golang: Re-format environment variable unexportsJeffery To2020-01-08
| |/ | | | | | | | | | | | | | | | | | | This changes the formatting of environment variable unexports in golang-values.mk to be more maintainable, and to document the sources of variables. There should be no change to the actual list of variables unexported. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge branch 'libgd-fix' (fixes #10970)Michael Heimpold2020-01-12
|\ \ | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | php7: update the gd module to depend on libgd-fullW. Michael Petullo2020-01-12
| |/ | | | | | | | | | | | | | | | | | | The php7-mod-gd package requires that freetype support exist in libgd. The libgd-full package provides this, whereas the libgd package does only if explicitly configured. Ref: https://github.com/openwrt/packages/issues/10944 Signed-off-by: W. Michael Petullo <mike@flyn.org> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* / lua-penlight: bump to 1.7.0Karl Palsson2020-01-09
|/ | | | | | | | Maintainership upstream has changed: https://github.com/Tieske/Penlight/issues/306#issuecomment-536194901 Various fixes across the project, nothing individually standout. Signed-off-by: Karl Palsson <karlp@etactica.com>
* Merge pull request #10952 from commodo/asn1crypto-updateHannu Nyman2020-01-06
|\ | | | | python-asn1crypto: bump to version 1.3.0 + rework
| * python-asn1crypto: bump to version 1.3.0 + reworkAlexandru Ardelean2020-01-06
| | | | | | | | | | | | | | | | | | This change: * bumps the version 1.3.0 * switches to pypi.org download * removes the python2 variant Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django: bump to version 3.0.2Alexandru Ardelean2020-01-06
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | django: remove conditional depsAlexandru Ardelean2020-01-06
|/ | | | | | These are left over/forgotten. Remove them. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* perl: Don't build InstallDev under ARCRosen Penev2020-01-03
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* luasec: Update to 0.9Rosen Penev2019-12-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* golang: Format TARGET_LDFLAGS for gccJeffery To2019-12-29
| | | | | | | go invokes the external linker by calling gcc, so -zxxx options in TARGET_LDFLAGS (in golang-package.mk) need to be formatted as -Wl,z,xxx. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* passlib: Update passlib to 1.7.2Daniel F. Dickinson2019-12-28
| | | | | | | | | | | | | | | | | | Relevant bits of upstream changelog New Features argon2: Support more hashes scrypt: Now uses python 3.6 stdlib’s hashlib.scrypt() as backend, if present (issue 86). Bugfixes Python 3.8 compatibility fixes passlib.apache.HtpasswdFile: improve compatibility with Apache 2.4's htpasswd passlib.totp: fix some compatibility issues with older TOTP clients (issue 92) Fixed error in argon2.parsehash() (issue 97) Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* Merge pull request #10874 from jefferyto/golang-ldflags-fixRosen Penev2019-12-26
|\ | | | | golang: Fix ldflags when GO_PKG_LDFLAGS is set
| * golang: Fix ldflags when GO_PKG_LDFLAGS is setJeffery To2019-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | go build/install supports multiple -ldflags arguments, but they are not combined; for each package, the latest match on the command line is used.[1] Previously, the main executable would not be affected by the default ldflags if GO_PKG_LDFLAGS or GO_PKG_LDFLAGS_X were set. (The default ldflags instructs go to use the external linker.) This fixes golang-package.mk so that the default ldflags take effect in all cases. [1]: https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #10817 from Cynerd/ruby-enable-some-extensionsLuiz Angelo Daros de Luca2019-12-26
|\ \ | |/ |/| ruby: activate some of the extensions
| * ruby: activate some of the extensionsKarel Kočí2019-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This activates following extensions: * io/nonblock * io/wait * openssl * pathname * ipper * socket * zlib zlib and socket are required for gem so they should be just enabled because otherwise it does not make sense to provide host gem at all. The rest of extensions are activated to support compass. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | python3: Updated to version 3.8.1Josef Schlehofer2019-12-21
| | | | | | | | | | | | Removed upstream patch: 002-fix-blake2-detection.patch Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | php7-pecl-redis: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-raphf: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>