aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python3: avoid use of HOST_BUILD_PREFIXJo-Philipp Wich2016-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | Currently, the python3-package.mk framework relies on HOST_BUILD_PREFIX to refer to the $(STAGING_DIR)/host directory but using the HOST_BUILD_PREFIX variable requires the use of include/host-build.mk which in turn includes python3-package.mk, leading to target redefinition errors. In order to provide a global, uniform way to refer to the host staging directory, LEDE introduced a new variable STAGING_DIR_HOSTPKG which points to $(STAGING_DIR)/host for now with the purpose of eventually being able to relocate that directory in the future. This commit changes python3-package.mk to ... - stop including include/host-build.mk (revert of #3423) - replace usages of $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG) - warn and fallback to $(STAGING_DIR)/host if STAGING_DIR_HOSTPKG is unavailable The fallback code will ensure that the python host build infrastructure continues to work properly on older OpenWrt and LEDE versions until the STAGING_DIR_HOSTPKG is fully settled in and can be removed some time in the future. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* python: avoid use of HOST_BUILD_PREFIXJo-Philipp Wich2016-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | Currently, the python-host.mk framework relies on HOST_BUILD_PREFIX to refer to the $(STAGING_DIR)/host directory but using the HOST_BUILD_PREFIX variable requires the use of include/host-build.mk which in turn includes python-host.mk, leading to target redefinition errors. In order to provide a global, uniform way to refer to the host staging directory, LEDE introduced a new variable STAGING_DIR_HOSTPKG which points to $(STAGING_DIR)/host for now with the purpose of eventually being able to relocate that directory in the future. This commit changes python-host.mk to ... - stop including include/host-build.mk (revert of #3423) - replace usages of $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG) - warn and fallback to $(STAGING_DIR)/host if STAGING_DIR_HOSTPKG is unavailable The fallback code will ensure that the python host build infrastructure continues to work properly on older OpenWrt and LEDE versions until the STAGING_DIR_HOSTPKG is fully settled in and can be removed some time in the future. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* Merge pull request #3423 from commodo/python-include-host-buildHannu Nyman2016-10-31
|\ | | | | python,python3: include host-build.mk in python-host.mk & python3-package.mk
| * python,python3: include host-build.mk in python-host.mk & python3-package.mkAlexandru Ardelean2016-10-31
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #3420 from kissg1988/python-urllib3Hannu Nyman2016-10-31
|\ \ | | | | | | python-urllib3: update to version 1.18.1
| * | python-urllib3: update to version 1.18.1Gergely Kiss2016-10-30
| |/ | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #3419 from kissg1988/simplejsonHannu Nyman2016-10-31
|\ \ | | | | | | simplejson: update to version 3.10.0
| * | simplejson: update to version 3.10.0Gergely Kiss2016-10-30
| |/ | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* / vala: update to version 0.34.2Gergely Kiss2016-10-30
|/ | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* lua-openssl: Fix makefileAmnon Paz2016-10-30
|
* Merge pull request #3297 from NeoRaider/pythonHannu Nyman2016-10-27
|\ | | | | python, python3, python-*: use default prefix for host install
| * python3: use default prefix for host installMatthias Schiffer2016-10-04
| | | | | | | | | | | | Also fixes a few incorrect "$(STAGING_DIR_HOST)/host" paths. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| * python, python-*: use default prefix for host installMatthias Schiffer2016-10-04
| | | | | | | | | | | | Also fixes a few incorrect "$(STAGING_DIR_HOST)/host" paths. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | Merge pull request #3307 from amnonpaz/feature-new-package-lua-opensslHannu Nyman2016-10-27
|\ \ | | | | | | lua-openssl: Introduce new package
| * | lua-openssl: Introduce new packageAmnon Paz2016-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a Lua wrapper library for openssl. Add patches for: 1. Revise the makefile, so the package can be built under openwrt 2. Remove "lua_isinteger" implementation from the package's "compat" code in order to avoid linkage issues - An implementation already exists in the target's Lua package. 3. Support OPENSSL_NO_SSL3_METHOD & OPENSSL_NO_COMP Signed-off-by: Amnon Paz <pazamnon@gmail.com>
* | | Merge pull request #3352 from yousong/python-packagesYousong Zhou2016-10-21
|\ \ \ | | | | | | | | python-packages: initial version 1.0
| * | | python-packages: initial version 1.0Yousong Zhou2016-10-21
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | python-pip: add host buildYousong Zhou2016-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | python: introduce Build/Compile/HostPyRun{Host,Target}Yousong Zhou2016-10-17
| |/ / | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | php5/php5-pecl-*: R.I.P.Michael Heimpold2016-10-16
| | | | | | | | | | | | | | | | | | | | | Remove the php5 stuff since php7 is in place for several weeks and all depended in-tree packages has been migrated. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7: update to 7.0.12Michael Heimpold2016-10-16
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #3303 from karlp/pulls/lua-kepler-urlsHannu Nyman2016-10-15
|\ \ \ | | | | | | | | Pulls/lua kepler urls
| * | | luaexpat: Use new URL for documentationKarl Palsson2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | keplerproject.org is long gone. Use current maintainer website. Signed-off-by: Karl Palsson <karlp@etactica.com>
| * | | lua-xavante: use new URL for documentationKarl Palsson2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | keplerproject.org is long gone. Signed-off-by: Karl Palsson <karlp@etactica.com>
| * | | lua-wsapi: Use new URL for documentationKarl Palsson2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | keplerproject.org has been long gone. Signed-off-by: Karl Palsson <karlp@etactica.com>
| * | | lua-rings: use new URL for documentationKarl Palsson2016-10-05
| |/ / | | | | | | | | | | | | | | | keplerproject.org is long gone. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | Merge pull request #3267 from karlp/pulls/luasql-doc-urlHannu Nyman2016-10-15
|\ \ \ | |/ / |/| | lang: luasql: update URL to current
| * | lang: luasql: update URL to currentKarl Palsson2016-09-30
| |/ | | | | | | | | | | | | Old keplerproject.org urls are all down. github project source for this project references new githubio website. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | Merge pull request #3056 from plntyk/fix_nodeJohn Crispin2016-10-04
|\ \ | | | | | | node: fix soft/hard float compile on arm/mips
| * | node: fix soft/hard float compile on arm/mipsDirk Neukirchen2016-08-13
| | | | | | | | | | | | | | | | | | reported by brcm2708/2709 user on IRC Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
* | | node: use default host install prefixMatthias Schiffer2016-10-04
| |/ |/| | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | python-cryptography: update to 1.5.1Jeffery To2016-09-25
| | | | | | | | | | | | Fixes #3226 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | php7: adjust patch to unbreak build (fixes #3202)Michael Heimpold2016-09-22
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #3207 from jefferyto/zope-interface-4.3.2Hannu Nyman2016-09-22
|\ \ | | | | | | zope-interface: update to 4.3.2
| * | zope-interface: update to 4.3.2Jeffery To2016-09-22
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #3206 from jefferyto/python-pyopenssl-16.1.0Hannu Nyman2016-09-22
|\ \ \ | | | | | | | | python-pyopenssl: update to 16.1.0
| * | | python-pyopenssl: update to 16.1.0Jeffery To2016-09-22
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / twisted: update to 16.4.1Jeffery To2016-09-22
|/ / | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-cryptography: update to 1.5Jeffery To2016-09-22
| | | | | | | | | | | | The cmac patch was upstreamed (pyca/cryptography#3062). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-enum34: add build dependency to python-setuptoolsJeffery To2016-09-22
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | php5: update to 5.6.26Michael Heimpold2016-09-21
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the following CVEs: - in intl: CVE-2016-7416 - in mysqlnd: CVE-2016-7412 - in phar: CVE-2016-7414 - in spl: CVE-2016-7417 - in standard: CVS-2016-7411 - in wddx: CVE-2016-7413, CVE-2016-7418 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: update to 7.0.11Michael Heimpold2016-09-21
| | | | | | | | | | | | | | | | | | | | | | This fixes the following CVEs: - in intl: CVE-2016-7416 - in mysqlnd: CVE-2016-7412 - in phar: CVE-2016-7414 - in spl: CVE-2016-7417 - in wddx: CVE-2016-7413, CVE-2016-7418 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: package phar extensionMichael Heimpold2016-09-21
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #3201 from commodo/python-pip-disable-hostHannu Nyman2016-09-21
|\ \ | | | | | | python: disable with-ensurepip option for host build
| * | python: disable with-ensurepip option for host buildAlexandru Ardelean2016-09-21
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-cffi: update to 1.8.3Jeffery To2016-09-21
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-ipaddress: update to 1.0.17Jeffery To2016-09-21
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-ply: update to 3.9Jeffery To2016-09-21
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-attrs: update to 16.2.0Jeffery To2016-09-21
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #3190 from commodo/python3-setuptoolsHannu Nyman2016-09-19
|\ \ \ | | | | | | | | python3-setuptools: upgrade to version 27.2.0