aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* Merge pull request #3007 from jefferyto/twisted-16.3.0Ted Hess2016-08-08
|\ | | | | twisted: update to 16.3.0
| * twisted: update to 16.3.0Jeffery To2016-07-31
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #2994 from jefferyto/python-cffi-1.7.0champtar2016-07-27
|\ \ | | | | | | python-cffi: update to 1.7.0
| * | python-cffi: update to 1.7.0Jeffery To2016-07-27
| |/ | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / python-attrs: update to 16.0.0Jeffery To2016-07-27
|/ | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* php5: update to 5.6.23Michael Heimpold2016-07-19
| | | | | | | | | | | | This fixes the following CVEs: - in GD: CVE-2015-8874, CVE-2016-5766, CVE-2016-5767 - in mbstring: CVE-2016-5768 - in mcrypt: CVE-2016-5769 - in SPL: CVE-2016-5770, CVE-2016-5771 - in WDDX: CVE-2016-5772 - in zip: CVE-2016-5773 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #2446 from jow-/CVE-2016-2381champtar2016-07-12
|\ | | | | perl: securely handle duplicate environment variables [CVE-2016-2381]
| * perl: securely handle duplicate environment variables [CVE-2016-2381]Jo-Philipp Wich2016-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stephane Chazelas discovered a bug in the environment handling in Perl. Perl provides a Perl-space hash variable, %ENV, in which environment variables can be looked up. If a variable appears twice in envp, only the last value would appear in %ENV, but getenv would return the first. Perl's taint security mechanism would be applied to the value in %ENV, but not to the other rest of the environment. This could result in an ambiguous environment causing environment variables to be propagated to subprocesses, despite the protections supposedly offered by taint checking. With this update Perl changes the behavior to match the following: a) %ENV is populated with the first environment variable, as getenv would return. b) Duplicate environment entries are removed. References: * http://perl5.git.perl.org/perl.git/commit/ae37b791a73a9e78dedb89fb2429d2628cf58076 * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2381 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | Merge pull request #2954 from the-alien/masterchamptar2016-07-11
|\ \ | | | | | | python-psycopg2: update to 2.6.2
| * | python-psycopg2: update to 2.6.2alien2016-07-11
| | | | | | | | | | | | Signed-off-by: Dmitry Trefilov <the-alien@live.ru>
* | | Merge pull request #2953 from oskarirauta/masterYousong Zhou2016-07-11
|\ \ \ | | | | | | | | lua-lsqlite3: new package
| * | | lua-lsqlite3: new packageOskari Rauta2016-07-10
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Oskari Rauta / @oskarirauta Compile tested: x86, APU-4D, Chaos Calmer Run tested: ar71xx, WNDR3800, Chaos Calmer and x86, APU-4D, Chaos Calmer - tests done. Performs as should. Description: LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. This commit adds another sqlite3 module for Lua. This is very popular and in my opinion, suites even better for some projects requiring sqlite3 in Lua than already luasql, even though luasql is more versatile since it supports other databases as well. It wouldn't hurt to include this in the repository. This can also be installed with luarocks, but I prefer a openwrt package. Signed-off-by: Oskari Rauta oskari.rauta@gmail.com
* / / packages: cleanup Makefile variablesStephen Walker2016-07-09
|/ / | | | | | | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | Merge pull request #2697 from NeoRaider/lua-cjson-hostchamptar2016-07-02
|\ \ | | | | | | lua-cjson: add host build support
| * | lua-cjson: add host build supportMatthias Schiffer2016-05-14
| | | | | | | | | | | | | | | | | | | | | LUA_MATH_LIBRARY=m is added as lua-cjson fails to detect Lua in the host build without it. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | Merge pull request #2902 from commodo/python3-win-exe-files-removechamptar2016-07-02
|\ \ \ | | | | | | | | python3: do not allow packaging of windows exe files
| * | | python3: do not allow packaging of windows exe filesAlexandru Ardelean2016-06-27
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to @ryzhovau for reporting. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: do not allow packaging of windows exe filesAlexandru Ardelean2016-06-27
|/ / / | | | | | | | | | | | | | | | Thanks to @ryzhovau for reporting. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #2635 from kissg1988/pillowJo-Philipp Wich2016-06-15
|\ \ \ | | | | | | | | python-imglib/pillow: replace discontinued python-imglib (PIL) with pillow
| * | | PIL/pillow: replace discontinued python-imglib (PIL) with pillowGergely Kiss2016-04-29
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | Merge pull request #2821 from jow-/lua-sha2-relocchamptar2016-06-06
|\ \ \ \ | | | | | | | | | | lua-sha2: switch to Github repository
| * | | | lua-sha2: switch to Github repositoryJo-Philipp Wich2016-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original Google Code repository is not available anymore, use the equivalent Github repository instead. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | Merge pull request #2815 from commodo/python-setuptools-upgradeHannu Nyman2016-06-04
|\ \ \ \ \ | | | | | | | | | | | | python-setuptools: upgrade to version 22.0.5
| * | | | | python-setuptools: upgrade to version 22.0.5Alexandru Ardelean2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #2814 from commodo/python-pip-upgradeHannu Nyman2016-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-pip: upgrade to version 8.1.2
| * | | | | | python-pip: upgrade to version 8.1.2Alexandru Ardelean2016-06-04
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / / / / python3 versions of pip & setuptoolszyxmon2016-06-04
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should be built in separate from python2.7 PKG_BUILD_DIR's. This commit also upgrades packages Signed-off-by: Andrey Sechin <zyxmon@gmail.com>
* | | | | node,node-*: node update to v4.4.5 and Enhance CPU-arch variant.Hirokazu MORIKAWA2016-05-27
| | | | |
* | | | | Merge pull request #2703 from cshore/pull-request-cgi-fixNaoir2016-05-23
|\ \ \ \ \ | | | | | | | | | | | | lang/perl-cgi: Fix missing file for perl-cgi
| * | | | | lang/perl-cgi: Fix missing file for perl-cgiDaniel Dickinson2016-05-16
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Perl CGI fails to copy CGI.pm to package and therefore perl programs and modules depend on CGI module fail. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* | | | | Merge pull request #2731 from nxhack/node-hid-fix-git-submodule-issueJohn Crispin2016-05-23
|\ \ \ \ \ | | | | | | | | | | | | node-hid: fix git submodule issue
| * | | | | node-hid: fix git submodule issueHirokazu MORIKAWA2016-05-23
| | | | | |
* | | | | | Merge pull request #2723 from the-alien/masterHannu Nyman2016-05-23
|\ \ \ \ \ \ | |/ / / / / |/| | | | | lang/python-ldap: Update to the version 2.4.25
| * | | | | lang/python-ldap: Update to the version 2.4.25alien2016-05-21
| | |/ / / | |/| | |
* / | | | php5: update to 5.6.21Michael Heimpold2016-05-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following CVEs: - in BCMath: CVE-2016-4537, CVE-2016-4538 - in EXIF: CVE-2016-4542, CVE-2016-4543, CVE-2016-4544 - in GD: CVE-2016-3074 - in Intl: CVE-2016-4540, CVE-2016-4541 - in XML: CVE-2016-4539 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | node-hid: fix compile errorHirokazu MORIKAWA2016-05-18
| | | |
* | | | node-*: node update to v4.4.4Hirokazu MORIKAWA2016-05-11
|/ / /
* | | 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>