aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | 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>
* / php7: Update to version 7.2.25Josef Schlehofer2019-11-24
|/ | | | | | - Fixes CVE-2019-11043 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python3: bump PKG_RELEASEJosef Schlehofer2019-11-21
| | | | | | | Fixes: 85eee2d7f85421fd9156fb988ac865679e4e7851 (python3: fix build when Blake2 not enabled in OpenSSL") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python3: fix build when Blake2 not enabled in OpenSSLYorkie Liu2019-11-21
| | | | | | | | | Refs: - https://github.com/python/cpython/commit/7c20888e71304ecbf4bd3d595f364b7c691d30a0 - https://bugs.python.org/issue38684 Signed-off-by: Yorkie Liu <yorkiefixer@gmail.com>
* python3-django-cors-headers: update to verson 3.2.0Peter Stadler2019-11-19
| | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* Merge pull request #10585 from commodo/staging-updates1Hannu Nyman2019-11-19
|\ | | | | django1,python-mysqlclient,python-dateutil: bump versions
| * python-dateutil: bump to version 2.8.1Alexandru Ardelean2019-11-19
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python-mysqlclient: bump to version 1.4.5Alexandru Ardelean2019-11-19
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * django1: bump to version 1.11.26Alexandru Ardelean2019-11-18
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | perl-xml-parser: Update to 2.46Rosen Penev2019-11-18
| | | | | | | | | | | | | | | | Added patch that removes faulty expat check. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | perl-www: Update to 6.41Rosen Penev2019-11-18
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | perl-www-mechanize: Update to 1.95Rosen Penev2019-11-18
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | perl-http-cookies: Update to 6.07Rosen Penev2019-11-18
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | perl-html-form: Update to 6.05Rosen Penev2019-11-18
| | | | | | | | | | | | Small update to pod. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | vala: Update to 0.46.5Rosen Penev2019-11-18
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>