aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* 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>
* | python: reboot all python packagesAlexandru Ardelean2014-11-07
| | | | | | | | | | | | | | Redefine python-full as all-pages-minus-a-few-that-don't make sense. Remove all other packages. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | perl: Update to 5.20.1Marcel Denia2014-11-06
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Mark test support as experimentalMarcel Denia2014-11-06
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Fix signal order for i486Marcel Denia2014-11-06
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Update perlbase.mkMarcel Denia2014-11-06
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Also strip begin, end and for pragmasMarcel Denia2014-11-06
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Set nv_overflows_integers_at configuration symbolMarcel Denia2014-11-06
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Add basic test supportMarcel Denia2014-11-06
|/ | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* python-dns: fixed URLDenis Shulyaka2014-11-04
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* micropython-lib: update and add package categoryRoger2014-11-02
| | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* micropython: update and add package categoryRoger2014-11-02
| | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* New python-dns packageDenis Shulyaka2014-10-26
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* python: add _sysconfigdata.py to python base packageAlexandru Ardelean2014-10-25
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* dkjson: remove wrong PKG_BUILD_DIR overrideNicolas Thill2014-10-25
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* python3: create ./usr/bin directory at package/installNicolas Thill2014-10-24
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* luasql: bump to v2.3.0Nicolas Thill2014-10-24
|
* Merge pull request #458 from roger-/micropythonsbyx2014-10-24
|\ | | | | micropython: update to latest
| * micropython: update to latestRoger2014-10-22
| | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | python, python3: fix python*-package.mkNicolas Thill2014-10-23
| | | | | | | | | | | | Replace calls to getvar function recently removed Signed-off-by: Nicolas Thill <nico@openwrt.org>