aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* 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>
* | | global: change all instances of USE_EGLIBC to USE_GLIBCJohn Crispin2015-03-12
|/ / | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | python: revert previous patch and add a filespecAlexandru Ardelean2015-03-11
| | | | | | | | | | | | | | | | | | Seems removing the PyPackage rule and/or adding dummy install rule causes some issues inside the build-system, where the libpython2.7.so.1.0 is not seen by packages that depend on python. Even though that libpython2.7.so.1.0 file is installed properly by `python-base`. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: remove PyPackage rules for python packageAlexandru Ardelean2015-03-09
| | | | | | | | | | | | | | | | | | | | | | Calling `PyPackage` will install some default install rules for python packages that are not required for the `python` package specifically are not required. That will lead to some conflicts with `python-light` because the `/usr/lib/python2.7/site-packages` folder (+contents) will be available in both packages. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #1006 from commodo/python-rt-lib-dirsSteven Barth2015-03-09
|\ \ | |/ |/| python: add patches to disable runtime lib dirs
| * python: add patches to disable runtime lib dirsAlexandru Ardelean2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | When cross-compiling, we do not need to add runtime lib dirs. Also, the cross compilers that are used on OpenWRT do not support the '-R' option, which causes build failures. These build failures existed before, but were not noticed, because it fails only on some setups. This is because Python's `setup.py` does a lot of voo-doo automagic that needs handling for some cross-compilation cases. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | vala: update to 0.27.1Gergely Kiss2015-03-08
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | vala: add glib2 as a build dependency, fixes #702Gergely Kiss2015-03-08
|/ | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* Merge pull request #992 from commodo/python-patch-updatesSteven Barth2015-03-06
|\ | | | | python: patch updates
| * python: add '_python_*' env vars to host pythonAlexandru Ardelean2015-03-06
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: add patch for distutils to add support for the '_python_sysroot' env varAlexandru Ardelean2015-03-06
| | | | | | | | | | | | | | Patch taken from buildroot: http://git.buildroot.net/buildroot/tree/package/python/python-008-distutils-use-python-sysroot.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python: re-number patchesAlexandru Ardelean2015-03-06
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: packetize some python modulesAlexandru Ardelean2015-03-06
|/ | | | | | | | | | | | | | Packetize some Python modules to reduce size of the overall Python package. Basically, a new package is introduced, call `python-light`, and everything that's extra (or big) is put in other packages. The `python` package becomes a metapackage that installs `python-light` along with the rest of the packages. Base work started by Jan Čermák. Signed-off-by: Jan Čermák <jan.cermak@nic.cz> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* dkjson: bump releaseLars Gierth2015-03-03
| | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
* dkjson: update PKG_MD5SUMLars Gierth2015-03-03
| | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
* ruby: update to 2.2.1Luiz Angelo Daros de Luca2015-03-03
| | | | | | | | | For ruby changes since 2.2.0: http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog No relevant changes for OpenWRT. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* micropython-lib: update to latestRoger2015-03-02
| | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* micropython: update to latestRoger2015-03-02
| | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* perl-uri: Update to 1.67Marcel Denia2015-03-02
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* Merge pull request #962 from sairon/python-fix-distutils-adjusting-pathSteven Barth2015-03-02
|\ | | | | python: patch distutils adjusting path in scripts' shebang
| * python: patch distutils adjusting path in scripts' shebangJan Čermák2015-02-27
| | | | | | | | | | | | | | | | | | When distutils are copying scripts, path to Python interpreter is adjusted. This does not work well in OpenWrt buildroot, because the path is adjusted to absolute path to host Python then. This patch simply disables the adjusting of the path. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | Merge pull request #963 from commodo/python-compileall-reduceSteven Barth2015-03-02
|\ \ | | | | | | python: reduce size of patch 130
| * | python: reduce size of patch 130Alexandru Ardelean2015-02-27
| |/ | | | | | | | | | | | | | | | | | | Try to reduce the amount of change in this patch, since it removes a lot of stuff, when we could just 'ifdef' that stuff out, with 2 lines. The buildroot project does something similar like this: http://git.buildroot.net/buildroot/tree/package/python/005-pyc-pyo-conditional.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #945 from amrhassan/json4luaTed Hess2015-03-01
|\ \ | | | | | | JSON4Lua: Add new package
| * | JSON4Lua: Add new packageAmr Hassan2015-03-01
| | | | | | | | | | | | Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
* | | Merge pull request #944 from amrhassan/uuidTed Hess2015-03-01
|\ \ \ | | | | | | | | UUID: Add new package
| * | | UUID: Add new packageAmr Hassan2015-03-01
| |/ / | | | | | | | | | Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
* | | Merge pull request #943 from amrhassan/masterTed Hess2015-03-01
|\ \ \ | | | | | | | | LuaRocks: Add new package
| * | | LuaRocks: Add new packageAmr Hassan2015-03-01
| |/ / | | | | | | | | | Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
* | / php5: update to 5.6.6W. Michael Petullo2015-02-26
| |/ |/| | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | python: removed ensurepip moduleJan Čermák2015-02-24
| | | | | | | | | | | | | | | | | | | | This module is not necessary in OpenWrt because the functionality it provides (i.e. installation of setuptools and PIP) is ensured by python-pip and python-setuptools packages. See: https://docs.python.org/2.7/library/ensurepip.html Signed-off-by: Jan Čermák <jan.cermak@nic.cz>