aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* php5: add php5-mod-opcache (fixes #1010)Michael Heimpold2015-05-17
| | | | | | | | This patch adds build infrastructure for PHP's OPcache extension. Compared with the other extension, this is a Zend module and it need a little workaround during cross-compiling. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #1260 from kooiot/masterSteven Barth2015-05-16
|\ | | | | lua-cjson: remove the dependency of libzmq
| * lua-cjson: remove the dependency of libzmqDirk Chang2015-05-16
| | | | | | | | Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | php5-pecl-propro: add new packageMichael Heimpold2015-05-15
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php5-pecl-raphf: add new packageMichael Heimpold2015-05-15
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php5-pecl-dio: move from oldpackages, update and fix buildMichael Heimpold2015-05-15
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php5-pecl-libevent: move from oldpackages and fix buildMichael Heimpold2015-05-15
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php5: pecl: move phpize into prepare stageMichael Heimpold2015-05-15
|/ | | | | | This allows pecl modules to rely on PKG_FIXUP:=autoreconf. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* lzmq: Use smaller .tar.gz source packageTed Hess2015-05-14
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* dkjson: bump releaseLars Gierth2015-05-13
| | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
* dkjson: switch to LuaDist git repoLars Gierth2015-05-13
| | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
* Merge pull request #1178 from ryzhovau/luaexpat_ldflagsSteven Barth2015-05-12
|\ | | | | luaexpat: fix LDFLAGS
| * luaexpat: fix LDFLAGSAlexander Ryzhov2015-04-23
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | lua-lzlib: upgrade to 0.4.3Dirk Chang2015-05-04
| | | | | | | | | | | | lua 5.3 compatibility Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | luarocks: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | json4lua: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | lua-mosquitto: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | uuid: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | luasql: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | lua-lzlib: fix build failure, honor cflags, cleanupNicolas Thill2015-04-30
| | | | | | | | | | | | | | | | * fix failure on buildbot where lua devel files are searched in home directory * add a patch to pass proper target optimization flags * remove unused PKG_INSTALL & Build/Install Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | php5: upgrade to 5.6.8Michael Heimpold2015-04-29
| | | | | | | | | | | | | | | | | | | | | | This fixes the following CVEs: - CVE-2015-1351 - CVE-2015-1352 - CVE-2015-2783 - CVE-2015-3329 - CVE-2015-3330 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #1199 from kooiot/masterSteven Barth2015-04-28
|\ \ | | | | | | Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings...
| * | Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, ↵Dirk Chang2015-04-27
| |/ | | | | | | | | | | rs232, wsapi, xavante, lzmq, mobdebug), zeromq Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | ruby: fix build when libyaml is presentLuiz Angelo Daros de Luca2015-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libyaml is an optional dep for ruby psych. When missing, it uses a bundled version of yaml. However, when libyaml is present in openwrt build, ruby-psych packaging failed with deps not declared. Now libyaml is configured as a hard dep for ruby-psych. Also, the tk module was disabled in order to avoid a possible similar problem if tk+x11 is provided in openwrt build. It was currently not build because of missing deps. Other minor changes: - win32* modules where disabled (avoid err msg, no compile changes) - Some files where removed in 2.2.x (like gserver.rb). They were already not packaged but generates a build warning message. Now removed from install. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | python3: add python3-package-lzma.mkAlexandru Ardelean2015-04-24
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #1158 from commodo/python-ncursesSteven Barth2015-04-21
|\ | | | | python: force libncurses
| * python: do not prefer ncursesw over ncursesAlexandru Ardelean2015-04-21
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: replace with libncursesw with libncursesAlexandru Ardelean2015-04-21
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python3: do not prefer ncursesw over ncursesAlexandru Ardelean2015-04-21
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python3: replace with libncursesw with libncursesAlexandru Ardelean2015-04-21
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* ruby: bump to 2.2.2Luiz Angelo Daros de Luca2015-04-18
| | | | | | | This is a small ruby release, mainly to fix CVE-2015-1855: Ruby OpenSSL Hostname Verification Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* python-yaml: import pyyaml from old packages feedNicolas Thill2015-04-18
| | | | | | | - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #1072 from sairon/luasocket-add-socket-unixSteven Barth2015-04-10
|\ | | | | luasocket: add socket.unix module
| * luasocket: add socket.unix moduleJan Čermák2015-03-24
| | | | | | | | | | | | | | | | Previous build was missing module socket.unix that is required for interaction with Unix domain sockets and is distributed in a separate shared library. This commit adds the file to the created package. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | erlang: update to 17.5Nicolas Thill2015-04-06
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Merge pull request #1109 from kissg1988/valaSteven Barth2015-04-02
|\ \ | | | | | | vala: update to 0.28.0
| * | vala: update to 0.28.0Gergely Kiss2015-04-01
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | python3: override machine definition for i386 to build the decimal moduleAlexandru Ardelean2015-03-27
| |/ |/| | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | php5: upgrade to 5.6.7Michael Heimpold2015-03-22
| | | | | | | | | | | | This fixes CVE-2015-0231, CVE-2015-2305 and CVE-2015-2331. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #1043 from sairon/python-package-extra-configure-argsSteven Barth2015-03-16
|\ \ | | | | | | python: added configure args for distutils path detection
| * | python: added configure args for distutils path detectionJan Čermák2015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-package.mk now defines (extends) CONFIGURE_ARGS that are adjusting PREFIX and EXEC_PREFIX in distutils.sysconfig during compilation. These variables are sometimes used by autotools to detect path to Python header files. Adding these variables to python-package.mk fixes compilation of legacy autotools-configured packages that already include python-package.mk and do not overwrite CONFIGURE_ARGS. Signed-off-by: Jan Čermák <jan.cermak@nic.cz> Cc: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | lua-penlight: Bump to version 1.3.2Karl Palsson2015-03-16
|/ / | | | | | | | | | | And include the pkg md5sum finally. Signed-off-by: Karl Palsson <karlp@remake.is>
* | python3: revert puting the encodings folder into a python3-codecsAlexandru Ardelean2015-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some notes about the 'encodings' module, which is about 1.7 MB. Unfortunately that one cannot be moved into the 'python3-codecs' package, because Python tries to load up all available encodings at startup. Some efforts to add a dummy folder/python file have failed so far, since there's a C code (Python/codecs.c) that tries to evaluate that all encodings (in the encodings folder/module) are valid. Basically the encodings module is a repository of encodings, and it seemst there are quite a few of them. Maybe a request to upstream Python would work for this, to make encodings a bit more decoupled from the interpreter. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python3: port some patches from pythonAlexandru Ardelean2015-03-14
| | | | | | | | | | | | | | | | Based on the idea that 'what-works-on-python-should-work-on-python3' because they share the same trunk, these patches have been copied over from the python package. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python3: replicate packaging work done in python packageAlexandru Ardelean2015-03-14
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python3: upgrade to version 3.4.3Alexandru Ardelean2015-03-14
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python3: re-number patchesAlexandru Ardelean2015-03-14
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: refine packaging and split more modules into packagesAlexandru Ardelean2015-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | Rule of thumb is: any Python file that is greater than 100kb (or adds a dependency with which it adds more than 100 kb) should be a pretty useful/commonly used lib to stay in `python-light`. An example, is the Python IO lib, which summarized (Python source + binary module) is over 200kb. Also moved some files that should have been put into previously existing packages before, and re-organized the packages a bit. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #1032 from commodo/python-updatesSteven Barth2015-03-12
|\ \ | | | | | | python: fix conflicts between python-light & python-base
| * | python: fix conflicts between python-light & python-baseAlexandru Ardelean2015-03-12
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>