aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | | 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>
* | php5: upgrade to 5.4.38Michael Heimpold2015-02-23
| | | | | | | | | | | | This fixes CVE-2015-0235 and CVE-2015-0273. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
|/ | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* perl-compress-bzip2: Update to 2.22Marcel Denia2015-02-21
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* Revert "python: add patch to abort build on failed module build"Steven Barth2015-02-20
|
* python: add patch to abort build on failed module buildAlexandru Ardelean2015-02-19
| | | | | | | Taken from buildroot: http://git.buildroot.net/buildroot/plain/package/python/014-abort-on-failed-modules.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #896 from commodo/python-pushSteven Barth2015-02-17
|\ | | | | python: add ncurses(w) include folders for host python
| * python: add ncurses(w) include folders for host pythonAlexandru Ardelean2015-02-11
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | perl: Update to 5.20.2Marcel Denia2015-02-16
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Improve CONFIG_PERL_TESTS help textMarcel Denia2015-02-16
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Enable CONFIG_PERL_THREADS properly by default for x86Marcel Denia2015-02-16
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Upgrade configuration files to perl 5.20.2Marcel Denia2015-02-16
|/ | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* python3-bottle: add packageZvonimir Fras2015-02-11
| | | | | Signed-off-by: Zvonimir Fras <zvonimir.fras@sartura.hr> Signed-off-by: Luka Perkov <luka@openwrt.org>
* perl: Bump PKG_RELEASEMarcel Denia2015-02-07
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Provide correct CFLAGS through perlmod.mkMarcel Denia2015-02-07
| | | | | | | | | In case threading is enabled, perl is compiled with -D_REENTRANT and -D_GNU_SOURCE, which, apart from other things, enables usage of off64_t. As we override module CFLAGS manually, we'll have to pass that flags as well. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Bump PKG_RELEASEMarcel Denia2015-02-04
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: CleanupMarcel Denia2015-02-04
| | | | | | | | - Update copyright notice - Make perlbase-experimental's TITLE show up in menuconfig again - Formatting changes Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Add threading configuration for all remaining architecturesMarcel Denia2015-02-04
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Add i486 threading configurationMarcel Denia2015-02-04
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Add new CONFIG_PERL_THREADS option for enabling threading supportMarcel Denia2015-02-04
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* luaposix: remove deprecated/compatibility modules, remove dependency on luabitopMaxim Storchak2015-02-03
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* luaposix: disable detection of ldocNicolas Thill2015-01-30
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* luaposix: add missing libs to .ipkMaxim Storchak2015-01-30
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* perl-www-mechanize: Update to 1.74Marcel Denia2015-01-28
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-test-harness: Update to 3.35Marcel Denia2015-01-25
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-compress-bzip2: Update to 2.20Marcel Denia2015-01-25
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* php5: update to 5.4.37Michael Heimpold2015-01-23
| | | | | | This include fixes for CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* python: fix goofAlexandru Ardelean2015-01-20
| | | | | | This should have gone in python3. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3: update using python updates as templateAlexandru Ardelean2015-01-19
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* php5: add php5-fpm module build (closes #789)wuqiong2015-01-18
| | | | | | | | | | Signed-off-by: wuqiong <memccpy@gmail.com> - split fpm config into main and pool file - introduced uci config file - re-worked init script Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #784 from commodo/python-fix-debianSteven Barth2015-01-16
|\ | | | | python: add patch to remove Debian/Ubuntu multiarch support
| * 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>
* | ruby: update to 2.2.0Luiz Angelo Daros de Luca2015-01-16
|/ | | | | | | | | | | | | | | | | | | | | | | For ruby changes since 2.1.x: https://github.com/ruby/ruby/blob/v2_2_0/NEWS Relevant changes for OpenWRT: * all patches for ruby-core where merged upstream and they are not needed anymore (only rdoc patch remains) - PR for the rdoc github project was added to the patch header (https://github.com/rdoc/rdoc/pull/340) * new package ruby-powerassert for introduced new bundled gem power_assert * new package ruby-unicodenormalize for Unicode normalization files * removed ruby-dl as DL was removed after being deprecated * ruby-{minitest,testunit} where removed from ruby library. Now they are bundled gems * test and sample files where removed from gems in order to save resources and reduce pkgs dependencies * script ruby_find_pkgsdeps was updated to match upstream changes Signed-off-by: Luiz Angelo Daros de Luca <luizluca@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>