aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* 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>
* | | Merge pull request #6332 from micmac1/mysql-python-upHannu Nyman2018-07-06
|\ \ \ | | | | | | | | python-mysql: upgrade to 1.3.12
| * | | python-mysql: upgrade to 1.3.12Sebastian Kemper2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - change source from MySQL-python to mysqlclient, which is a fork of the former. The former project hasn't seen any updates in years. - this is also in anticipation of the upgrade of MariaDB from 10.1.x to 10.2.x. With the latter python-mysql does not compile - mysqlclient does. - the patch is dropped as libmaria is threadsafe anyway. - add variant for Python3. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | luasql: fix compile with mariadb-10.2.xSebastian Kemper2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in anticipation of the mariadb upgrade to 10.2.x. luasql compile fails: In file included from src/ls_mysql.c:21:0: src/ls_mysql.c: In function 'luaopen_luasql_mysql': src/ls_mysql.c:605:25: error: expected ')' before 'MYSQL_SERVER_VERSION' lua_pushliteral (L, MYSQL_SERVER_VERSION); ^ src/ls_mysql.c:605:5: error: too few arguments to function 'lua_pushlstring' lua_pushliteral (L, MYSQL_SERVER_VERSION); ^ /home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/lua.h:175:16: note: declared here LUA_API void (lua_pushlstring) (lua_State *L, const char *s, size_t l); ^~~~~~~~~~~~~~~ To fix this cherry-pick upstream commit 6df3f672313f8dbca219199c8ec8d20c0247347f. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | node: bump to 8.11.3Hirokazu MORIKAWA2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to v8.11.3 Several security fixes: CVE-2018-7167, CVE-2018-7161, CVE-2018-1000168,CVE-2018-7158, CVE-2018-7159, CVE-2018-7160 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #6389 from pprindeville/perl-text-csv_xs-update-1.36Philip Prindeville2018-07-02
|\ \ \ \ | | | | | | | | | | perl-text-csv_xs: update to 1.36
| * | | | perl-text-csv_xs: update to 1.36Philip Prindeville2018-07-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | php7: update to 7.2.7Michael Heimpold2018-07-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | treewide: fix missing/wrong MIRROR_HASH for sources from githubYousong Zhou2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of them forgot to update MIRROR_HASH on version change, others updated with wrong hash value. The new values were generated from tarballs prepared by the newly introduced github-tarball download methoded and confirmed consistent with those from sources.openwrt.org Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | luai2c: remove it for missing sourcesYousong Zhou2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The github repo is gone Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #6333 from micmac1/php7-mysqlndMichael Heimpold2018-06-29
|\ \ \ \ \ | | | | | | | | | | | | php7: use mysqlnd
| * | | | | php7: use mysqlndSebastian Kemper2018-06-22
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in anticipation of the MariaDB upgrade from mariadb 10.1.x to 10.2.x. With the latter the PHP MySQL plugins fail to compile, e.g.: In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:63:0, from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34: /home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_global.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp] #warning This file should not be included by clients, include only <mysql.h> ^~~~~~~ In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:79:0, from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34: /home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_sys.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp] #warning This file should not be included by clients, include only <mysql.h> ^~~~~~~ In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:0: /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:82:10: fatal error: my_list.h: No such file or directory #include <my_list.h> Upstream seems unlikely to fix this, see https://bugs.php.net/bug.php?id=75612. In the bug report it is suggested to not use libmysqlclient/libmariadbclient and instead utilize mysqlnd (MySQL Native Driver) provided by PHP. This is the default anyway. So add the mysqlnd module and remove the libmariadbclient depends. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | golang: Download bootstrap source directly, use golang-specific mirrorsJeffery To2018-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes are a result of this conversation: https://github.com/openwrt/packages/commit/19292650241de44b4f12fb02f0e11127f069d2b4#r29531922 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | golang: Allow additional arguments when compiling Go packagesJeffery To2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates GoPackage/Build/Compile in golang-package.mk to accept additional arguments that are passed to the go command line. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | golang: update to 1.10.3, add mirrorsJeffery To2018-06-27
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This also changes the bootstrap source URL to the official GitHub mirror, to make building easier for places where Google sites aren't accessible. Fixes #6326. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #6342 from jefferyto/python-packages-updateHannu Nyman2018-06-25
|\ \ \ \ | | | | | | | | | | Python packages update
| * | | | twisted: update to 18.4.0, refresh patchesJeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-zope-interface: update to 4.5.0Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-pyasn1: update to 0.4.3Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-ply: update to 3.11Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-ipaddress: update to 1.0.22Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-hyperlink: update to 18.0.0Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-automat: update to 0.7.0, refresh patchesJeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-attrs: update to 18.1.0Jeffery To2018-06-25
| |/ / / | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / / php7: add package dependency on zoneinfo-coreRafał Miłecki2018-06-24
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core when using "opkg install" (during runtime or when building images with CONFIG_TARGET_PER_DEVICE_ROOTFS). Missing zoneinfo results in PHP fatal errors, e.g.: Fatal error: DateTime::createFromFormat(): Timezone database is corrupt - this should *never* happen! For years users were told to manually install zoneinfo-core package. This problem was hidden for some time (including 17.01 release) due to disabled support for CONFIG_PHP7_SYSTEMTZDATA. It's now back as support for --with-system-tzdata was enabled again. The proper solution is to simply make php7 package depend on zoneinfo-core when PHP7_SYSTEMTZDATA is used. Fixes: 84e5012e8853 ("php7: re-enable system timezone data usage") Signed-off-by: Rafał Miłecki <rafal@milecki.pl>