aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python-pyasn1-modules: bump to version 0.2.2Alexandru Ardelean2018-09-11
| | | | | | | | | Version 0.2.2 has been released recently. Pull it in the packages feed. Also, change URL to a fixed form. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-evdev: bump to version 1.1.2Alexandru Ardelean2018-09-11
| | | | | | | | | Version 1.1.2 has been released recently. Pull newer version into the packages feed. Also, switch URL to a fixed form. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #6913 from cotequeiroz/certifi-2018.8.24Dirk Brenken2018-09-09
|\ | | | | python-certifi: bump to 2018.8.24
| * python-certifi: bump to 2018.8.24Eneas U de Queiroz2018-08-31
| | | | | | | | | | | | This updates the CA bundle to Mozilla's current version. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | php7: mod-intl: add optional dep for icu-full-data (fixes #6536)Michael Heimpold2018-09-08
| | | | | | | | | | | | | | | | As worked out, ICU library needs its data archive to be useful. Explain the situation in help text and add option to declare/prevent this dependency in package meta-data. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | jamvm: Use <fenv.h> instead of <fpu_control.h>Guo Li2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | musl libc (http://musl-libc.org lack the non-standard <fpu_control.h> header, which is used in src/os/linux/{i386,x86_64}/init.c files to setup the floating point precision. This patch makes it use the standard C <fenv.h> header instead. Original patch at Felix Janda at https://sourceforge.net/p/jamvm/patches/6/ Signed-off-by: Guo Li <uxgood.org@gmail.com>
* | php7: adjust load priority for openssl (fixes #6893)Michael Heimpold2018-09-02
| | | | | | | | | | | | | | This orders loading of openssl extension before extensions which require openssl functions. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: add bcmath moduleKrystian Kozak2018-09-02
|/ | | | | | | | | | Added bcmath module, which is required for some packages. For example it is required for zabbix-server frontend Compile tested: Yes, brcm2708 Run tested: Yes, brcm2708 Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* ruby: add PKG_CPE_ID idLuiz Angelo Daros de Luca2018-08-26
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* php7: update to 7.2.9Michael Heimpold2018-08-23
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: add dependency to hash for mysqlndMichael Heimpold2018-08-23
| | | | | | | | | | | | | | | | | The following error shows that mysqlnd depends on functions provided by hash: root@OpenWrt:/etc/php7# php-cli -m PHP Warning: PHP Startup: Unable to load dynamic library 'mysqlnd.so' (tried: /usr/lib/php/mysqlnd.so (Error relocating /usr/lib/php/mysqlnd.so: PHP_SHA256Final: symbol not found), /usr/lib/php/mysqlnd.so.so (Error loading shared library /usr/lib/php/mysqlnd.so.so: No such file or directory)) in Unknown on line 0 So let's model this dep in package metadata. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #6784 from neheb/patch-21Dirk Brenken2018-08-20
|\ | | | | python-pyasn1: Update to 0.4.4
| * python-pyasn1: Update to 0.4.4Rosen Penev2018-08-17
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | python-urllib3: Update to 1.23Rosen Penev2018-08-19
| | | | | | | | | | | | Use a better URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #6812 from pprindeville/perl-cgi-4.40Philip Prindeville2018-08-19
|\ \ | |/ |/| perl-cgi: Update to 4.40
| * perl-cgi: Update to 4.40Philip Prindeville2018-08-19
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | php7-pecl-http: update to 3.2.0Michael Heimpold2018-08-17
| | | | | | | | | | | | Drop already upstreamed patches. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #6726 from neheb/patch-27Daniel Golle2018-08-16
|\ \ | |/ |/| python-gnupg: Update to 0.4.3
| * python-gnupg: Update to 0.4.3Rosen Penev2018-08-09
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #6752 from pprindeville/perl-build-reduxPhilip Prindeville2018-08-14
|\ \ | | | | | | perl: version modules and non-base packages
| * | perl: version modules and non-base packagesPhilip Prindeville2018-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently external modules and non-base packages are numbered from their own internal number space, and even though the Perl ABI number is embedded into them this isn't externally visible. For example, perl-html-parser-3.72.1 could be built for ABI 5.26 or for 5.28, we can't easily tell. This changes all of that by embedding the ABI number into the filename. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | python/twisted: switch to libtirpcAndy Walsh2018-08-13
| | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | luajit: install libluajit-5.1.so.2W. Michael Petullo2018-08-10
| |/ |/| | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | luajit: add .hpp to InstallDevW. Michael Petullo2018-08-09
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* perl: build with -fno-strict-liasing and -fwrapvPhilip Prindeville2018-08-01
| | | | | | | | | Looking at Configure and Porting/config.sh, it seems that Perl requires both of these options to build correctly. Should fix FS #1464. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* perl: update to 5.28Philip Prindeville2018-07-31
| | | | | | | | | | Refresh patches 900 and 910. Add fix (920) for improperly gated variable. Add workaround (020) for Storable's run-time check for stacksize. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* php7: update to 7.2.8Michael Heimpold2018-07-21
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* python-mysql: include nls.mk, remove hackSebastian Kemper2018-07-13
| | | | | | | mariadb was sorted out to include nls.mk. Update python-mysql to do the same and remove the hack. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* python3: fix libuuid missing dependency for python3-lightKarol Wrona2018-07-13
| | | | Signed-off-by: Karol Wrona <wrona.vy@gmail.com>
* Merge pull request #6411 from crza/update-pythonHannu Nyman2018-07-12
|\ | | | | python3: update to python 3.7.0
| * python3: add override for uuid.h header checkMartin Strobel2018-07-11
| | | | | | | | Signed-off-by: Martin Strobel <arctus@crza.de>
| * python3: update to python 3.7.0Martin Strobel2018-07-11
| | | | | | | | | | | | | | | | Fixes python3 host SSL build -> host-pip can use https:// urls again. Updates Pip to 10.0.1 rebased patches Signed-off-by: Martin Strobel <arctus@crza.de>
* | luafilesystem: update to 1.7.0.2W. Michael Petullo2018-07-09
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | treewide: add missing mirror hashYousong Zhou2018-07-09
| | | | | | | | | | | | | | They are missed out from the FIXUP check probably because of a flaw in the fixup-makefile.pl script Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | python-mysql: fix uclibc build failureSebastian Kemper2018-07-08
| | | | | | | | | | | | | | | | libmariadb 10.2.x needs to be linked in together with iconv. On uclibc iconv is not included in libc and libiconv-full needs to be used. This commit helps python-mysql find the shared library. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | python-mysql: fix download URLSebastian Kemper2018-07-08
|/ | | | | | | During a previous pull request the PKG_NAME was first changed and then reverted back. But the download URL was not changed accordingly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1Hannu Nyman2018-07-07
|\ | | | | seafile: upgrade to 6.3.0
| * pyjwt: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | JSON Web Token implementation in Python. This package is a direct dependency of python-requests-oauthlib, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-oauthlib: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | | | A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. This package is a direct dependency of python-requests-oauthlib, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-requests-oauthlib: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | OAuthlib authentication support for Requests. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-certifi: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | Python package for providing Mozilla's CA Bundle. This package is a direct dependency of python-requests, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-requests: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | HTTP library for Python. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-qrcode: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | QR Code image generator. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-webpack-loader: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | Transparently use webpack with django. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-ranged-response: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | | | Modified Django FileResponse that adds Content-Range headers. This package is a direct dependency of django-simple-captcha, a dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-simple-captcha: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | A very simple, yet powerful, Django captcha application. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-formtools: add new packageEneas U de Queiroz2018-06-23
| | | | | | | | | | | | | | A set of high-level abstractions for Django forms. This package is a direct dependency of seafile-seahub. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #6279 from neheb/patch-19Hannu Nyman2018-07-07
|\ \ | | | | | | lzmq: Update to 0.4.4
| * | lzmq: Update to 0.4.4Rosen Penev2018-06-11
| | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | php7: fix load order of mysqli extensionMichael Heimpold2018-07-06
| | | | | | | | | | | | | | | | | | This problem was reported by Teun Lubberhuizen, thanks! Signed-off-by: Michael Heimpold <mhei@heimpold.de>