aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | | | treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
|/ / / / | | | | | | | | | | | | | | | | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | | php5: update to 5.6.17Michael Heimpold2016-01-08
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | python-pyopenssl: new package (closes #2036)Jeffery To2016-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the package description: Python wrapper module around the OpenSSL library This depends on python-cryptography (#2035) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-cryptography: new package (closes #2035)Jeffery To2016-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. This depends on python-cffi host install (#2034) Signed-off-by: Jeffery To <jeffery.to@gmail.com> [Squashed update to latest upstream version into this introducing commit] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #2215 from MikePetullo/luasecHannu Nyman2015-12-31
|\ \ \ \ | | | | | | | | | | luasec: update to 0.5.1
| * | | | luasec: update to 0.5.1W. Michael Petullo2015-12-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #2209 from jefferyto/python-sysroot-fixHannu Nyman2015-12-31
|\ \ \ \ \ | |/ / / / |/| | | | python: fixed _python_sysroot paths
| * | | | python: fixed _python_sysroot pathsJeffery To2015-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AFAIK sysroot is combined with prefix/exec_prefix, so sysroot shouldn't include "/usr". (cf. the HostPython function in older versions of python-package.mk) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | python packages: update host install pathJeffery To2015-12-30
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Host installs should now go into $(STAGING_DIR_HOST)/usr to match python-host.mk. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #2163 from luizluca/ruby-updateLuiz Angelo Daros de Luca2015-12-29
|\ \ \ \ | | | | | | | | | | ruby: bump to 2.2.4
| * | | | ruby: bump to 2.2.4Luiz Angelo Daros de Luca2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release includes a security fix for Fiddle extension. * CVE-2015-7551: Unsafe tainted string usage in Fiddle and DL There are also some bugfixes. In package, now LD_FLAGS is copied to DLD_FLAGS (used by ruby for libraries). The missing values from LD_FLAGS cause build error when gcc does not implicitly include staging/usr/lib. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | Merge pull request #2200 from jefferyto/python-cffi-updateMichael Heimpold2015-12-29
|\ \ \ \ \ | | | | | | | | | | | | python-cffi: update to latest version
| * | | | | python-cffi: update to latest versionJeffery To2015-12-29
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / / / python-enum34: update to latest versionJeffery To2015-12-29
|/ / / / | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | perl-cgi: Update to 4.25Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-www: Update to 6.15Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-compress-bzip2: Update to 2.24Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Update to 5.22.1Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | luaposix: suppress docs compilation errorsAlexander Ryzhov2015-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | Merge pull request #2147 from commodo/node-x86-build-fixJohn Crispin2015-12-20
|\ \ \ \ | | | | | | | | | | node: fix build on x86 & x86.64 targets
| * | | | node: fix build on x86 & x86.64 targetsAlexandru Ardelean2015-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For x86 and x86_64, nodejs has some special CPU code that needs to be selected by specifying the correct CPU name (correct for nodejs). On OpenWRT x86 is i386 ; node wants ia32 for this. And x86_64 is x64 on nodejs. So, we just need to do the proper substitutions. Note: the ARCH env-var is obtained from CONFIG_ARCH, after some subtitutions are applied. So, it shouldn't affect other target archs. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | lang/python: Make building additional (non-base) python modules easierDaniel Dickinson2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds code to make it easier to build third-party python modules such as ones from PyPi. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | Merge pull request #2092 from cshore/pull-request-python-system-expatHannu Nyman2015-12-16
|\ \ \ \ \ | |/ / / / |/| | | | lang/python: Depend on system expat
| * | | | lang/python: Depend on system expatDaniel Dickinson2015-12-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | python: bump PKG_RELEASEHannu Nyman2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump PKG_RELEASE of python 2.7.11 as there have been several fixes since the initial release. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | python2: fix typo in HostPython functionAlexandru Ardelean2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I call this the curse of the End-Of-The-Year for me. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | python: fix HostPython againAlexandru Ardelean2015-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on python-setuptools. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | python: fix HostPython host/target selectionAlexandru Ardelean2015-12-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | python: fix upgrade 2.7.11 goofAlexandru Ardelean2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems those pkgconfig file paths were revealed to be incorrect after doing a full clean build. And I only had to inspiration to do one after doing the initial PR. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | python: upgrade to version 2.7.11Alexandru Ardelean2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And split python-dev and python-lib2to3 packages. Seems for python3 this was done, so we'll sync here. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | python: unify HostPython and HostHostPython functionsAlexandru Ardelean2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That means basically moving the host Python from $(STAGING_DIR_HOST) to $(STAGING_DIR_HOST)/usr and making the PYTHONPATH var as an argument. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | python: remove newline function; it's also in OpenWRT coreAlexandru Ardelean2015-12-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #2061 from commodo/python-psycopg2-fixHannu Nyman2015-12-10
|\ \ \ \ \ | | | | | | | | | | | | python-psycopg2: fix build
| * | | | | python-psycopg2: fix buildAlexandru Ardelean2015-12-09
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | perl: Work around recompile failuresMarcel Denia2015-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently, recompiling/relinking fails under some circumstances. This patch has been reported to work around that issue. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | python-pip: add site-wide pip.conf with defaultsAlexandru Ardelean2015-12-09
|/ / / / | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #2085 from jefferyto/python-enum34-updateHannu Nyman2015-12-07
|\ \ \ \ | | | | | | | | | | python-enum34: update to 1.1.1, omit docs and tests from package
| * | | | python-enum34: update to 1.1.1, omit docs and tests from packageJeffery To2015-12-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1982 from FlorianFieber/python3Hannu Nyman2015-12-07
|\ \ \ \ \ | |/ / / / |/| | | | Python3: Add python3-pip, python3-setuptools and their dependencies
| * | | | python3: Add new package python3-pipFlorian Fieber2015-11-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * | | | python3: Add new packages python3-setuptoolsFlorian Fieber2015-11-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * | | | python3: Add new packages python3-{dev,lib2to3}Florian Fieber2015-11-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * | | | python3: Port changes from python-package.mk to python3-package.mkFlorian Fieber2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add configure arguments for distutils path detection - Add '_python_*' env vars to host python Signed-off-by: Florian Fieber <florian@florianfieber.de>
| * | | | python3: Download source archive via httpsFlorian Fieber2015-11-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fieber <florian@florianfieber.de>
* | | | | Merge pull request #2034 from jefferyto/python-cffi-hostHannu Nyman2015-12-07
|\ \ \ \ \ | | | | | | | | | | | | python-cffi: add host compile/install, upgrade to 1.3.1
| * | | | | python-cffi: add host compile/install, upgrade to 1.3.1Jeffery To2015-11-27
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This depends on: - python-setuptools host install (#1985) - python-pycparser host install (#2033) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #2033 from jefferyto/python-pycparser-hostHannu Nyman2015-12-07
|\ \ \ \ \ | | | | | | | | | | | | python-pycparser: add host compile/install
| * | | | | python-pycparser: increment PKG_RELEASEJeffery To2015-12-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-pycparser: remove unnecessary filespec sectionJeffery To2015-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-pycparser: add host compile/installJeffery To2015-11-27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This depends on: - python-setuptools host install (#1985) - python-ply host install (#2032) Signed-off-by: Jeffery To <jeffery.to@gmail.com>