aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* Merge pull request #1485 from mickeprag/masterSteven Barth2015-07-03
|\ | | | | python-pyserial: new package
| * python-pyserial: Add missing licenseMicke Prag2015-06-29
| | | | | | | | Signed-off-by: Micke Prag <micke.prag@telldus.se>
| * python-pyserial: new packageMicke Prag2015-06-26
| | | | | | | | | | | | | | This is the pyserial package ported from oldpackages. It is a bumped version and depends on python-light instead of python-mini Signed-off-by: Micke Prag <micke.prag@telldus.se>
* | Merge pull request #1524 from sairon/python3-disable-wcsftime-detectionSteven Barth2015-07-03
|\ \ | | | | | | python3: disable usage of wcsftime (broken in uClibc)
| * | python3: disable usage of wcsftime (broken in uClibc)Jan Čermák2015-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3 prefers usage of wcsftime() over strftime() if it's available, however this function returns just an empty string in some older uClibc versions. Proposed solution disables detection of wcsftime() in ./configure that results in HAVE_WCSFTIME being undefined, effectively disabling branches of code that use possibly broken wcsftime(). See: http://lists.busybox.net/pipermail/uclibc/2014-November/048718.html Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | | python: fix patch removing multiarch support for host pythonJan Čermák2015-07-02
|/ / | | | | | | | | | | | | | | | | | | Patch removing multiarch paths from build should be applied only when Python is built for target, but not for host. When the paths are removed during host build, host python throws some ugly errors when importing some hashlib modules. Also it reports that modules crypt and nis failed to build (tested on Ubuntu 14.04 host). Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | perl-*: Update dependenciesMarcel Denia2015-06-30
| | | | | | | | | | | | | | All packages should now properly depend on all perlbase- and perl- packages they need. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-www-mechanize: Update to 1.75Marcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-uri: Update to 1.68Marcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-www: Update to 6.13Marcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-html-tree: Re-format descriptionMarcel Denia2015-06-30
| | | | | | | | | | | | Just capitalize it to match the other packages. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-www-robotrules: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-test-warn: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-sub-uplevel: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-net-http: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-io-html: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-http-server-simple: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-html-form: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-cgi: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-http-message: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-lwp-mediatypes: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-http-negotiate: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-http-date: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-http-daemon: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-http-cookies: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-file-listing: New packageMarcel Denia2015-06-30
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-encode-locale: New packageMarcel Denia2015-06-30
|/ | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* erlang: fix musl compatibilityNicolas Thill2015-06-23
| | | | | | gethostbyname_r is available when _GNU_SOURCE is defined, add a patch to check for it instead of __GLIBC__, build with -D_GNU_SOURCE, bump release number Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #1380 from mickeprag/masterSteven Barth2015-06-22
|\ | | | | python-crcmod: new package
| * python-crcmod: new packageMicke Prag2015-06-16
| | | | | | | | Signed-off-by: Micke Prag <micke.prag@telldus.se>
* | luaposix: fix compatibility with muslMaxim Storchak2015-06-22
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | perl-*: Bump PKG_RELEASEMarcel Denia2015-06-18
| | | | | | | | | | | | Trigger a rebuild to make everything adapt to perl 5.22.0. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Update to 5.22.0Marcel Denia2015-06-18
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Disable strerror_r usage with muslMarcel Denia2015-06-18
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Enable threading support by default for all libc implementationsMarcel Denia2015-06-18
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Upgrade base package dependenciesMarcel Denia2015-06-18
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Upgrade base package definitionsMarcel Denia2015-06-18
| | | | | | | | | | | | | | | | - Remove perlbase-cgi - Remove Module::Build from perlbase-module - Remove perlbase-package Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Upgrade configuration files to perl 5.22.0Marcel Denia2015-06-18
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Have perl's major version number in one central placeMarcel Denia2015-06-18
| | | | | | | | | | | | This will simplify updating the package in the future. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | Merge pull request #1403 from jow-/perl-musl-compatNaoir2015-06-17
|\ \ | | | | | | perl: fix musl compatibility
| * | perl: fix musl compatibilityJo-Philipp Wich2015-06-17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | - Add patch to inhibit the libm IEEE math switch on musl - Add postprocessing for config.sh to the Makefile to fixup defines for musl, idea taken from http://patchwork.openembedded.org/patch/91707/ This is the least invasive approach I could come up to fix the build failure asap. Another possibility is maintaining yet another set of musl specific architecture config files, but I think that this introduces a lot of maintenance overhead. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* / libzmq upgrade to 4.1.1Dirk Chang2015-06-17
|/ | | | | | lzmq upgrade to 0.4.3 Signed-off-by: Dirk Chang <dirk@kooiot.com>
* php5: update to 5.6.10Michael Heimpold2015-06-12
| | | | | | | | This fixes the following CVEs: - in PCRE: CVE-2015-2325, CVE-2015-2326 - in sqlite3: CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* perl-device-serialport: add packagePaul Oranje2015-06-09
| | | | | | Adds the POSIX port of the Win32::SerialPort module by Kees Cook Signed-off-by: Paul Oranje <por@xs4all.nl>
* Merge pull request #1336 from roger-/micropythonTed Hess2015-06-01
|\ | | | | micropython: update to latest
| * micropython: update to latestRoger2015-06-01
| | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | micropython-lib: update to latestRoger2015-06-01
|/ | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* php5-pecl-libevent: add a patch to force usage of libevent2 headers (refs #1322)Michael Heimpold2015-06-01
| | | | | | | | | | | | | | | Builtbots currently fail to compile this package with (example message): ... /libevent-0.1.0/libevent.c:1403:42: error: 'EVBUFFER_READ' undeclared (first use in this function) REGISTER_LONG_CONSTANT("EVBUFFER_READ", EVBUFFER_READ, CONST_CS | CONST_PERSISTENT); With libevent2, the main include file event.h is deprecated, but includes enough stuff and other compat includes that it _should work_. I could not figure out why it fails (all locally builds work out-of-the-box), so this is a trial to circumvent this compat header file and include the libevent2 headers directly. While at, add a missing dependency to the sockets extension. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #1314 from commodo/python-2.7.10-upgradeSteven Barth2015-05-28
|\ | | | | python: upgrade to 2.7.10
| * python: upgrade to 2.7.10Alexandru Ardelean2015-05-27
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>