aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | 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>
* | | php7-pecl-propro: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7-pecl-mcrypt: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7-pecl-libevent: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7-pecl-krb5: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7-pecl-http: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7-pecl-dio: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7: major upgrade to 7.4.1Michael Heimpold2019-12-21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | - remove obsolete patches and update other ones - filter support is now available as an extension module - php7-mod-hash: this extension is now part of the core binary and cannot be built as an extension module anymore - php7-mod-gd: - do not use bundled libgd, but rely on external one - this also obsoletes dependencies and configuration options - php7-mod-zip: requires external libzip now Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | ruby: openssl requires digestLuiz Angelo Daros de Luca2019-12-19
| | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | python-urllib3: Update to version 1.25.7Josef Schlehofer2019-12-18
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | php7: update to 7.2.26Michael Heimpold2019-12-18
| | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2019-11046 - CVE-2019-11044 - CVE-2019-11045 - CVE-2019-11050 - CVE-2019-11047 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | lua-rs232: Update to latest masterRosen Penev2019-12-16
| | | | | | | | | | | | | | | | Should fix the no previous prototype errors. Also fixed the install paths. Now running this should be correct. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | python3-pyroute2: Update to version 0.5.7Martin Matějek2019-12-16
| | | | | | | | Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
* | Merge pull request #10771 from nxhack/serialport_bindings_8Rosen Penev2019-12-12
|\ \ | | | | | | node-serialport-bindings: update to 8.0.4
| * | node-serialport-bindings: update to 8.0.4Hirokazu MORIKAWA2019-12-12
| | | | | | | | | | | | | | | | | | support node v12 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | node-serialport: update to 8.0.5Hirokazu MORIKAWA2019-12-13
| | | | | | | | | | | | | | | | | | support node v12 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | node-hid: update to 1.1.0Hirokazu MORIKAWA2019-12-12
|/ / | | | | | | | | | | Up to Node v12, v13 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | golang: Update to 1.13.5Josef Schlehofer2019-12-09
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #10736 from commodo/python-lxml-updateRosen Penev2019-12-09
|\ \ | | | | | | python-lxml: bump to version 4.4.2
| * | python-lxml: bump to version 4.4.2Alexandru Ardelean2019-12-09
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-sentry-sdk: Update to version 0.13.5Josef Schlehofer2019-12-09
|/ / | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | perl-www: Update to 6.43Rosen Penev2019-11-30
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | php7-pecl-krb5: fix build error and runtime loadingMichael Heimpold2019-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build throws several (non-fatal) build errors: -snip- ... checking for kerberos support... yes, shared checking path to krb5config tool... no checking for kerberos KADM5 support... no checking whether we have krb5config... ./configure: line 3974: --libs: command not found ./configure: line 3975: --cflags: command not found checking for required linker flags... checking for required compiler flags... ./configure: line 3988: --version: command not found checking for kerberos library version... checking for krb5_free_string... no checking for krb5_chpw_message... no checking for krb5_principal_get_realm... no checking how to print strings... printf ... -snap- To fix this give configure the path to krb5-config tool. The runtime error which is fixed by the change is: PHP Warning: PHP Startup: Unable to load dynamic library 'krb5.so' (tried: /usr/lib/php/krb5.so (Error relocating /usr/lib/php/krb5.so: krb5_get_init_creds_opt_free: symbol not found), ... Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-redis: update to 5.1.1Michael Heimpold2019-11-30
| | | | | | | | | | | | Enable JSON and disable msgpack serialization. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-raphf: update to 2.0.1Michael Heimpold2019-11-30
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-http: update to 3.2.3Michael Heimpold2019-11-30
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #10639 from neheb/phpMichael Heimpold2019-11-28
|\ \ | | | | | | php7: Properly fix compilation without deprecated APIs
| * | php7: Properly fix compilation without deprecated APIsRosen Penev2019-11-25
| | | | | | | | | | | | | | | | | | | | | It seems that OpenSSL is bugged. While OpenSSL uses this code, it doesn't export these defines anywhere. Match against the API version instead. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10659 from commodo/simplejson-updateRosen Penev2019-11-28
|\ \ \ | | | | | | | | python-simplejson: bump to version 3.17.0
| * | | python-simplejson: bump to version 3.17.0Alexandru Ardelean2019-11-28
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #10660 from commodo/python-mysqlclient-updateRosen Penev2019-11-28
|\ \ \ | | | | | | | | python-mysqlclient: bump to version 1.4.6
| * | | python-mysqlclient: bump to version 1.4.6Alexandru Ardelean2019-11-28
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / tcl: Fix pkgconfig fileRosen Penev2019-11-27
|/ / | | | | | | | | | | It's pointing to the host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10626 from NeoRaider/move-luasrcdietRosen Penev2019-11-25
|\ \ | | | | | | luasrcdiet: add package (moved from luci-base package)
| * | luasrcdiet: add package (moved from luci-base package)Matthias Schiffer2019-11-23
| | | | | | | | | | | | | | | | | | We use luasrcdiet in Gluon as well. Move it from the luci feed to packages. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | Merge pull request #10630 from jefferyto/python-pyopenssl-19.1.0Rosen Penev2019-11-25
|\ \ \ | | | | | | | | python-pyopenssl: Update to 19.1.0
| * | | python-pyopenssl: Update to 19.1.0Jeffery To2019-11-25
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>