aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python: add patch to remove Debian/Ubuntu multiarch supportAlexandru Ardelean2015-01-15
| | | | | | | Seems when cross compiling on x86_64 Debian (most likely Ubuntu too) the host's paths will be added too causing build failures for some extensions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* perl-dbi: Update to 1.633Marcel Denia2015-01-12
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* python: Install .pc files from Python package.Szilárd Pfeiffer2015-01-11
| | | | | Signed-off-by: Szilárd Pfeiffer <coroner@pfeifferszilard.hu> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: add patch to fix _ctypes build on certain X86_64 hostsAlexandru Ardelean2015-01-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: remove libffi/host; we're not using itAlexandru Ardelean2015-01-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: enable pip installation of pip on the host-sideAlexandru Ardelean2015-01-11
| | | | | | | | Python packs some pip installation script during the build, which looks like a better idea to use for the python-pip and/or python-setuptools packages. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: change _PYTHON_HOST_PLATFORM to linux2Alexandru Ardelean2015-01-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* perl: Bump PKG_RELEASEMarcel Denia2015-01-10
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Fix version configuration symbolsMarcel Denia2015-01-10
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Add mips64 configurationMarcel Denia2015-01-10
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* erlang: bump to 17.4Nicolas Thill2015-01-09
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* python-setuptools: remove windows supportAlexandru Ardelean2015-01-08
| | | | | | Causes some build issues. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: fix Build/InstallDev ruleAlexandru Ardelean2015-01-08
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #735 from danak6jq/new-jamvmSteven Barth2015-01-06
|\ | | | | move jamvm to new repo, update to jamvm 2.0.0
| * jamvm: move to new repoDana2015-01-06
| | | | | | | | Signed-off-by: Dana H. Myers <k6jq@comcast.net>
* | luaposix: update to v33.2.1Maxim Storchak2015-01-06
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | Merge pull request #744 from commodo/python-upg-2.7.9Steven Barth2015-01-06
|\ \ | | | | | | python: upgrade to version 2.7.9
| * | python: upgrade to version 2.7.9Alexandru Ardelean2015-01-06
| |/ | | | | | | | | | | | | Release notes here: https://www.python.org/downloads/release/python-279/ Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #743 from commodo/python-pip-cleanupsSteven Barth2015-01-06
|\ \ | | | | | | Python pip cleanups
| * | python-pip: remove windows binariesAlexandru Ardelean2015-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | Seem pip comes bundled with some Python libs. Some more work will be needed to split them out of pip. For now, some Windows executables are safe to remove. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-pip: add preinst and postrm scriptsAlexandru Ardelean2015-01-06
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Xuefer Tinys <xuefer@gmail.com> for reporting this. Case is: opkg install python-setuptools - works fine opkg install python-pip - reports conflicts for files easy_install.pth & site.py So the solution is to add some preinst script that backs up those files on 'opkg install python-pip' and moves them back on 'opkg remove python-pip'. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #742 from commodo/python-setuptools-cleanupSteven Barth2015-01-06
|\ \ | | | | | | python-setuptools cleanup
| * | python-setuptools: remove PyPackage filespecAlexandru Ardelean2015-01-06
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-setuptools: use $(PYTHON_PKG_DIR) short-handAlexandru Ardelean2015-01-06
| |/ | | | | | | | | Signed-off-by: Xuefer Tinys <xuefer@gmail.com> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #741 from commodo/python-dns-cleanupSteven Barth2015-01-06
|\ \ | | | | | | python-dns: remove PyPackage filespec
| * | python-dns: remove PyPackage filespecAlexandru Ardelean2015-01-06
| |/ | | | | | | | | | | Default will be used. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: add default PyPackage/filespec if not definedAlexandru Ardelean2015-01-06
| | | | | | | | | | | | Most packages will install in /usr/lib/python$(PYTHON_VERSION)/site-packages Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: trim all whitespaces for the operator in the filespecAlexandru Ardelean2015-01-06
| | | | | | | | | | | | | | That would allow for files (in filespecs) to be indented. As it is now, the files need to be added at the begginning of the line. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: whitespace fix for PYTHONPATHXuefer2015-01-06
|/ | | | | | | | | | | Seems that using += adds a space in the PYTHONPATH. Could be some other error, but at least this way it's sure to not leave any spaces. Thanks @Xuefer. Signed-off-by: Xuefer Tinys <xuefer@gmail.com> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* php5: remove patches for sqlite2 supportMichael Heimpold2015-01-02
| | | | | | | SQLite2 support was dropped by upstream a long time ago, so let's remove the leftovers here, too. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: sort modules alphabeticallyMichael Heimpold2015-01-02
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: fix iconv dependencyMichael Heimpold2015-01-02
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: drop a few unneeded dependenciesMichael Heimpold2015-01-02
| | | | | | | | | - fileinfo: PHP actually uses its own libmagic implementation - pdo-sqlite/sqlite3: libsqlite3 itself depends on libpthread, not the extension - xml{reader,writer}: both do not use iconv stuff Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: gd: do not link against libiconv (fixes #706)Michael Heimpold2015-01-02
| | | | | | | | This commit adds a patch to enforce the usage of an alternative code path, preventing the need of libiconv in the bundled libgd of php. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: add missing $(SDK)Michael Heimpold2015-01-02
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #614 from the2masters/luasecSteven Barth2015-01-02
|\ | | | | luasec: update to 0.5 to fix memory leak hit by prosody
| * 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>