aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | 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>
* | 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>