aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * luasec: update to 0.5 to fix memory leak hit by prosodyStefan Hellermann2014-12-08
| | | | | | | | | | | | | | | | | | | | | | Noted in luasec 0.4.1 Changelog: Activate SSL_MODE_RELEASE_BUFFERS by default if it is available (thanks Prosody project) Update to latest 0.5 to fix a few other leaks. luasec moved to github, so update URL and license info. Move package maintainer to correct place in Makefile, hope he is okay with it. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | php5: update to 5.4.36Michael Heimpold2014-12-28
| | | | | | | | | | | | This fixes CVE-2014-8142. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php5: disable mips16 support (fixes #675)Michael Heimpold2014-12-23
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | vala: update to version 0.26.1Gergely Kiss2014-12-21
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #672 from remakeelectric/lua-mosquittoSteven Barth2014-12-20
|\ \ | | | | | | lang: lua-mosquitto: import new package
| * | lang: lua-mosquitto: import new packageKarl Palsson2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | Based on released version of lua binding to libmosquitto. Advantages compared to lua-mqtt: * qos 1/2 support * substantially faster Signed-off-by: Karl Palsson <karlp@remake.is>
* | | lang: lua: Add penlight libraryKarl Palsson2014-12-18
|/ / | | | | | | | | | | Created new package for last current release of penlight. Signed-off-by: Karl Palsson <karlp@remake.is>
* | simplejson: import version 3.6.5Gergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | python-mysql: import version 1.2.5 of the MySQL-python packageGergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | python-imglib: import version 1.1.7 of Python Imaging LibraryGergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | vala: import version 0.26Gergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | 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>