aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | node: fix undefined behaviour leading to broken code with GCC 6Matthias Schiffer2016-05-09
| | | | | | | | | | | | | | | | | | | | | | | | Fixes segfaults occuring in the node host build when GCC 6 is used. Backport of upstream commit 96198d5bc710a4e3ca49eeeb3b3fa7b8cb61547d. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | node: update to v4.4.4Matthias Schiffer2016-05-09
| | | | | | | | | | | | | | | | | | While we're at it, also enable parallel builds. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | ruby: updated to 2.3.1Luiz Angelo Daros de Luca2016-05-01
| | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #2647 from kissg1988/valachamptar2016-04-30
|\ \ \ | | | | | | | | vala: update to 0.32.0
| * | | vala: update to 0.32.0Gergely Kiss2016-04-30
| |/ / | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* / / luabitop: correct dependencyDirk Feytons2016-04-29
|/ / | | | | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* | php5: add mod_intl (resolves #2620)Michael Heimpold2016-04-24
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | node update v0.12.13Hirokazu MORIKAWA2016-04-21
| |
* | Merge pull request #2605 from commodo/python-fix-buildHannu Nyman2016-04-16
|\ \ | | | | | | python: revert $(STAGING_DIR)/host to $(STAGING_DIR)/host change
| * | python: revert $(STAGING_DIR)/host to $(STAGING_DIR)/host changeAlexandru Ardelean2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also, override all prefix args in the HOST_CONFIGURE_ARGS so that this works fine on CC/15.05. There are some changes in core regarding package builds that require this. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python3: revert $(STAGING_DIR)/host to $(STAGING_DIR_HOST) changeAlexandru Ardelean2016-04-15
|/ / | | | | | | | | | | | | | | | | Also, override all prefix args in the HOST_CONFIGURE_ARGS so that this works fine on CC/15.05. There are some changes in core regarding package builds that require this. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #2602 from commodo/python3-pipHannu Nyman2016-04-14
|\ \ | | | | | | python3-pip: bump to version 8.1.1
| * | python3-pip: bump to version 8.1.1Alexandru Ardelean2016-04-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #2601 from commodo/python-pip-upgradeHannu Nyman2016-04-14
|\ \ \ | | | | | | | | python-pip: bump to version 8.1.1
| * | | python-pip: bump to version 8.1.1Alexandru Ardelean2016-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems it's some Unicode fix that required a small release. https://pip.pypa.io/en/stable/news/ Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #2599 from commodo/python-setuptools-upgradeHannu Nyman2016-04-14
|\ \ \ \ | | | | | | | | | | python-setuptools: upgrade to version 20.7.0
| * | | | python-setuptools: upgrade to version 20.7.0Alexandru Ardelean2016-04-14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | python-setuptools releases more often than my preference. Every once in a while I sync up with the latest released. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #2598 from commodo/python3-update-staging-dir-hostHannu Nyman2016-04-14
|\ \ \ \ | | | | | | | | | | python3: change $(STAGING_DIR)/host to $(STAGING_DIR_HOST)
| * | | | python3: change $(STAGING_DIR)/host to $(STAGING_DIR_HOST)Alexandru Ardelean2016-04-14
| | |/ / | |/| | | | | | | | | | | | | | | | | | I ommitted 1 element when pushing. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #2600 from commodo/python3-setuptools-upgradeHannu Nyman2016-04-14
|\ \ \ \ | |/ / / |/| | | python3-setuptools upgrade to version 20.7.0
| * | | python3-setuptools upgrade to version 20.7.0Alexandru Ardelean2016-04-14
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #2596 from commodo/python-update-staging-dir-hostHannu Nyman2016-04-14
|\ \ \ | | | | | | | | python: change $(STAGING_DIR)/host to $(STAGING_DIR_HOST)
| * | | python: change $(STAGING_DIR)/host to $(STAGING_DIR_HOST)Alexandru Ardelean2016-04-14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that this can become an issue. Found when building python3-setuptools from packages/trunk in openwrt/15.05. python3-setuptools is not in packages/for-15.05 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / python3: upgrade to version 3.5.1Alexandru Ardelean2016-04-14
|/ / | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #2486 from yousong/cp-fixchamptar2016-04-10
|\ \ | | | | | | Drop the redundant -r option to $(CP)
| * | Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | lang/ruby: Fix typos (found by codespell)Stefan Weil2016-04-09
| | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | lang/perl: Fix typos (found by codespell)Stefan Weil2016-04-09
| | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | perl-cgi: Update to 4.28Marcel Denia2016-04-05
| | |
* | | node-* : specify npm_config_cache directoryHirokazu MORIKAWA2016-04-01
| | |
* | | node-* : specify npm_config_cache directoryHirokazu MORIKAWA2016-04-01
| | |
* | | node-* : specify npm_config_cache directoryHirokazu MORIKAWA2016-04-01
| | |
* | | node-* : specify npm_config_cache directoryHirokazu MORIKAWA2016-04-01
| | |
* | | This fixes parallel buildszyxmon2016-03-31
| | | | | | | | | | | | | | | python-setuptools/host needs python-package.mk and python-host.mk files that are installed by python (non host build - InstallDev) Signed-off-by: Andrey Sechin <zyxmon@gmail.com>
* | | php5: update to 5.6.19Michael Heimpold2016-03-23
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #2058 from jefferyto/python-txsocksxYousong Zhou2016-03-22
|\ \ \ | | | | | | | | python-txsocksx: new package
| * | | python-txsocksx: new packageJeffery To2016-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #2540 from jefferyto/python-pyopenssl-16.0.0Yousong Zhou2016-03-22
|\ \ \ \ | | | | | | | | | | python-pyopenssl: update to 16.0.0
| * | | | python-pyopenssl: update to 16.0.0Jeffery To2016-03-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #2040 from jefferyto/python-service-identityYousong Zhou2016-03-22
|\ \ \ \ \ | | | | | | | | | | | | python-service-identity: new package
| * | | | | python-service-identity: new packageJeffery To2016-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #2067 from jefferyto/python-gmpy2Yousong Zhou2016-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-gmpy2: new package
| * | | | | | python-gmpy2: new packageJeffery To2015-12-02
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the documentation: gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #2056 from jefferyto/python-parsleyYousong Zhou2016-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-parsley: new package
| * | | | | | python-parsley: new packageJeffery To2015-12-01
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the setup description: Parsing and pattern matching made easy. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #2051 from jefferyto/python-gmpyYousong Zhou2016-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-gmpy: new package
| * | | | | | python-gmpy: new packageJeffery To2016-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the PyPi description: gmpy is a C-coded Python extension module that provides access to the GMP (or MPIR) multiple-precision arithmetic library. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #2039 from jefferyto/python-pyasn1-modulesYousong Zhou2016-03-22
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | python-pyasn1-modules: new package
| * | | | | | python-pyasn1-modules: new packageJeffery To2015-11-28
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #2517 from jefferyto/python-attrsYousong Zhou2016-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-attrs: new package