aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* micropython: Update to 1.94Rosen Penev2018-10-06
| | | | | | | | Switched to normal tarballs for simplicity. Also rearanged Makefile. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* perl-text-csv_xs: update to 1.37Philip Prindeville2018-09-30
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* jamvm: depends on supported architecturesYousong Zhou2018-09-28
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* treewide: remove obsolete references to avr32Yousong Zhou2018-09-28
| | | | | | | This is a long overdue followup commit to openwrt/openwrt@5d9eeab ("build: remove obsolete references to cris and avr32") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #7089 from pprindeville/perlmod-fix-include-perlver.mkTed Hess2018-09-24
|\ | | | | perlmod: fix ability to build module out-of-feed
| * perlmod: fix ability to build module out-of-feedPhilip Prindeville2018-09-23
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | php7: update to 7.2.10Michael Heimpold2018-09-23
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #7046 from neheb/patch-27Dirk Brenken2018-09-22
|\ \ | | | | | | python-pcapy: Update to 0.11.4
| * | python-pcapy: Update to 0.11.4Rosen Penev2018-09-16
| | | | | | | | | | | | | | | | | | | | | | | | Switched to regular tarballs from standard pythonhosted source. Small Makefile rearrangements for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7048 from neheb/patch-32Hannu Nyman2018-09-17
|\ \ \ | | | | | | | | python-lxml: Update to 4.2.5
| * | | python-lxml: Update to 4.2.5Rosen Penev2018-09-16
| |/ / | | | | | | | | | | | | | | | | | | Switched URL to the standard pythonhosted one. The website directs users there. Tarballs are identical. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7041 from neheb/patch-18Hannu Nyman2018-09-17
|\ \ \ | | | | | | | | jdcal: Update to 1.4
| * | | jdcal: Update to 1.4Rosen Penev2018-09-16
| |/ / | | | | | | | | | | | | Switched URL to the more standard pythonhosted one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7049 from neheb/patch-35Hannu Nyman2018-09-17
|\ \ \ | | | | | | | | pytz: Update to 2018.5
| * | | pytz: Update to 2018.5Rosen Penev2018-09-16
| |/ / | | | | | | | | | | | | Switched to standard pythonhosted URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7045 from neheb/patch-11Hannu Nyman2018-09-17
|\ \ \ | | | | | | | | python-dateutil: Update to 2.7.3
| * | | python-dateutil: Update to 2.7.3Rosen Penev2018-09-16
| |/ / | | | | | | | | | | | | Switch to standard URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / python3: fix build with SSL moduleAlexandru Ardelean2018-09-17
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No idea how this creeped up. Probably OpenSSL been has updated recently. Will send this patch upstream as well, but in the meantime we should fix the Python3 build. Build error seems to be: ``` <openwrt>/build_dir/target-i386_pentium4_musl/Python-3.7.0/Modules/_ssl.c:4000:5: error: implicit declaration of function 'DH_free'; did you mean 'lh_free'? [-Werror=implicit-function-declaration] DH_free(dh); ^~~~~~~ lh_free cc1: some warnings being treated as errors Python build finished successfully! The necessary bits to build these optional modules were not found: _tkinter _uuid nis To find the necessary bits, look in setup.py in detect_modules() for the module's name. The following modules found by detect_modules() in setup.py, have been built by the Makefile instead, as configured by the Setup files: _abc atexit pwd time zlib Failed to build these modules: _ssl Makefile:618: recipe for target 'sharedmods' failed ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #6988 from commodo/python-batch-upgradesHannu Nyman2018-09-11
|\ \ | | | | | | python packages: upgrade to newer versions
| * | python-lxml: bump to version 4.2.4Alexandru Ardelean2018-09-11
| | | | | | | | | | | | | | | | | | | | | Version 4.2.4 has been released recently. Update it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-cryptography: bump to version 2.3.1Alexandru Ardelean2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.3.1 has been released recently and requested via Github #6967 Fixes #6967. Also, changed URL to `https://files.pythonhosted.org` ; fewer redirects. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | 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 #6979 from neheb/patch-35Dirk Brenken2018-09-11
|\ \ \ | |/ / |/| | flup: Update to 1.0.3
| * | flup: Update to 1.0.3Rosen Penev2018-09-08
| | | | | | | | | | | | | | | | | | Changed URL to pythonhosted for consistency. Signed-off-by: Rosen Penev <rosenp@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>