aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python: fix file conflict between python and python-base packagesGergely Kiss2014-12-15
| | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* ruby: update to 2.1.5Luiz Angelo Daros de Luca2014-12-14
| | | | | | | | | | | | | Ruby 2.1.5 has been released. This release includes a security fix for a DoS vulnerability of REXML. It is similar to the fixed vulnerability in the previous release, but new and different from it. CVE-2014-8090: Another Denial of Service XML Expansion And, some bug fixes are also included. See tickets and ChangeLog for details. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* luaposix: update to v33.0.0Maxim Storchak2014-12-14
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* python-dns: update PKG_NAMEAlexandru Ardelean2014-12-10
| | | | | | | PKG_NAME should be the name of the actual OpenWRT package, and not the name of the original package name. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: update compile rule and add PyPackage rulesAlexandru Ardelean2014-12-10
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: add $(eval $(call PyPackage,python-dns))Alexandru Ardelean2014-12-10
| | | | | | | Should be included by Python packages if they want to run Python-package-specific build rules. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: fix python-mini dependency to pythonAlexandru Ardelean2014-12-10
| | | | | | | | python-mini does not exist anymore For now we'll just fix the build, and we'll do a bit more smart packaging later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* misc: Correct tag spelling PKG_LICENSE_FILESTed Hess2014-12-09
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* micropython: update to latestRoger2014-12-09
| | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* python3: add $(PKG_INSTALL_DIR)/$(PYTHON3_PKG_DIR) to PYTHON3PATHAlexandru Ardelean2014-12-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3: disable Python3 bytecode generation by defaultAlexandru Ardelean2014-12-09
| | | | | | Same as python. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: remove explicit PYTHONPATH setAlexandru Ardelean2014-12-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: remove explicit PYTHONPATH setAlexandru Ardelean2014-12-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: add $(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR) to PYTHONPATHAlexandru Ardelean2014-12-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3 upgrade to version 3.4.2Alexandru Ardelean2014-11-28
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3: sync build rules with python'sAlexandru Ardelean2014-11-27
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #563 from antonlacon/license-updatesSteven Barth2014-11-26
|\ | | | | License updates and metadata typo correction
| * misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | python: use Build/Prepare rule for the config.site fileAlexandru Ardelean2014-11-26
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* php5: upgrade to 5.4.35Michael Heimpold2014-11-19
| | | | | | This fixes CVE-2014-3710. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* perl-uri: Update to 1.65Marcel Denia2014-11-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-test-harness: Update to 3.34Marcel Denia2014-11-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-dbi: Update to 1.632Marcel Denia2014-11-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-compress-bzip2: Update to 2.19Marcel Denia2014-11-18
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* python: add patch to disable python byte codes by defaultAlexandru Ardelean2014-11-16
| | | | | | Use export PYTHONDONTWRITEBYTECODE=0 to re-enable writing byte codes. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: first revisionAlexandru Ardelean2014-11-13
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #539 from commodo/python-setuptoolssbyx2014-11-13
|\ | | | | python-setuptools: first revision
| * python-setuptools: first revisionAlexandru Ardelean2014-11-13
| | | | | | | | Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
* | Merge pull request #538 from commodo/python-update-6sbyx2014-11-13
|\ \ | |/ |/| Python update 6
| * python: add distutils back (selectively)Alexandru Ardelean2014-11-12
| | | | | | | | | | | | This patch reduces distutils from 1.7 MB to 0.7 MB. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: update MAKE_FLAGSAlexandru Ardelean2014-11-12
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | erlang: bump to 17.3Nicolas Thill2014-11-12
|/ | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #527 from luizluca/ruby-updateLuiz Angelo Daros de Luca2014-11-09
|\ | | | | ruby: update to 2.1.4
| * ruby: update to 2.1.4Luiz Angelo Daros de Luca2014-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | This release includes security fixes for the following vulnerabilities: * CVE-2014-8080: Denial of Service XML Expansion * Changed default settings of ext/openssl related to CVE-2014-3566 And there are some bug-fixes. Ref: https://www.ruby-lang.org/en/news/2014/10/27/ruby-2-1-4-released/ Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | Merge pull request #520 from mhei/php5-oldstableÁlvaro Fernández Rojas2014-11-10
|\ \ | | | | | | php5: upgrade to 5.4.34 (fixes #502)
| * | php5: upgrade to 5.4.34 (fixes #502)Michael Heimpold2014-11-09
| | | | | | | | | | | | | | | | | | | | | This addresses CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670 according to PHP's release notes. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | python: add __PYENV_LAUNCHER__ env varAlexandru Ardelean2014-11-09
| | | | | | | | | | | | | | | | | | Mostly useful for setuptools and pip during build. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python: remove readline.so for nowAlexandru Ardelean2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | Some symbols are not found (tgetnum and BC). Looks like the termcap lib, which should be in libncurses(w) but maybe some build param would be required. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python: add some Build/InstallDev rules backAlexandru Ardelean2014-11-09
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGSAlexandru Ardelean2014-11-09
| | | | | | | | | | | | | | | | | | Fixes some build issues. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python: add lib depsAlexandru Ardelean2014-11-09
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python: final switchAlexandru Ardelean2014-11-09
|/ / | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: exclude pdb.doc and webbrowser.pyAlexandru Ardelean2014-11-07
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: remove +libcrypto dep; that's a openssl libAlexandru Ardelean2014-11-07
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex.com>
* | python: add PKG_USE_MIPS16:=0 + handle CONFIG_USE_MIPS16Alexandru Ardelean2014-11-07
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: add PYTHONPATH var; this allows packages to configure itAlexandru Ardelean2014-11-07
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: add HOST_PYTHON_LIB_DIR variable to python-package.mkAlexandru Ardelean2014-11-07
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: cleanup Build/InstallDev ruleAlexandru Ardelean2014-11-07
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: remove --without-ensurepip; not needed anymoreAlexandru Ardelean2014-11-07
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: remove explicit rules in favor of using make/configure varsAlexandru Ardelean2014-11-07
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>