aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | perl: Disable OS/2 testsMarcel Denia2015-09-01
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Disable setlocale usage under muslMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | While setlocale() is present, musl currently doesn't provide a suitable implementation. It'll silently accept every locale, even if not present at all, defaulting them to C.UTF-8. This will confuse applications as well as our testsuite(see lib/locale.t). Even if a locale does exist, it's effects will not apply to an extent that will satisfy many applications. Avoid further mischief here and just disable setlocale() for now. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Switch to split configuration filesMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | This replaces the previously used collection of configuration files for every single architecture in conjunction with hacky overrides, which became an increasing burden to maintain. Fixes a number of outstanding bugs and oddities, with the most important one being the previously wrong signal order(as shown by ext/POSIX/t/sigaction.t). See files/perlconfig.pl's POD and files/README.config for details. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | vala: upgrade to 0.29.3Gergely Kiss2015-08-30
|/ | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* micropython: update to latestRoger2015-08-28
| | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* Merge pull request #1681 from the-alien/masterSteven Barth2015-08-26
|\ | | | | python-psycopg2, python-egenix-mx-base: added new versions of packages
| * python-psycopg2: added packages python-psycopg2 and python-egenix-mx-base as ↵alien2015-08-23
| | | | | | | | | | | | a dependency Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
* | Merge pull request #1702 from the-alien/python-ldapSteven Barth2015-08-24
|\ \ | | | | | | python-ldap: added python-ldap package
| * | python-ldap: added python-ldap packagealien2015-08-23
| |/ | | | | | | Signed-off-by: Dimtrij Trefilov <the-alien@live.ru>
* | Merge pull request #1705 from commodo/python-setuptools-upgradeSteven Barth2015-08-24
|\ \ | | | | | | python-setuptools: upgrade to version 18.2
| * | python-setuptools: upgrade to version 18.2Alexandru Ardelean2015-08-24
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #1706 from commodo/python-pip-upgradeSteven Barth2015-08-24
|\ \ \ | | | | | | | | python-pip: upgrade to version 7.1.2
| * | | python-pip: upgrade to version 7.1.2Alexandru Ardelean2015-08-24
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / python: add dependency to bz2 host buildJohn Crispin2015-08-22
|/ / | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | php5: fix the two different maintainer fields into one (fixes #1688)Michael Heimpold2015-08-21
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #1691 from commodo/python-pip-maintainerJonas Gorski2015-08-20
|\ \ | | | | | | python-pip: add myself as maintainer
| * | python-pip: add myself as maintainerAlexandru Ardelean2015-08-20
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #1690 from commodo/python-setuptools-maintainerJonas Gorski2015-08-20
|\ \ \ | | | | | | | | python-setuptools: add myself as maintainer
| * | | python-setuptools: add myself as maintainerAlexandru Ardelean2015-08-20
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #1675 from sairon/python-setuptools-revamp-installationSteven Barth2015-08-20
|\ \ \ | |/ / |/| | python-setuptools: revamp installation procedure, update to 18.1
| * | python-setuptools: revamp installation procedure, update to 18.1Jan Čermák2015-08-19
| |/ | | | | | | | | | | | | | | | | It's better to install setuptools-enabled Python packages with a special flag that makes a flatter structure of the egg and does not create site.py file. Already done for python-pip recently. Also, version was bumped to 18.1. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | ruby: bump version to 2.2.3Luiz Angelo Daros de Luca2015-08-19
| | | | | | | | | | | | | | | | | | | | This is a bug and security fix release, including: - CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier http://svn.ruby-lang.org/repos/ruby/tags/v2_2_3/ChangeLog Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | python-pip: revamp installation procedure (use setuptools machinery)Jan Čermák2015-08-18
|/ | | | | | | | | | | PIP's installation procedure was too complicated, requiring obscure postinstall and prerm scripts to move files created by setup procedure. But since setuptools is required anyway, it's better to use a special flag created for the purpose of package creation. Resulting directory structure is flatter and unnecessary files that had to be moved by prerm/postinstall scripts are not created anymore. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* php5-pecl-raphf: update to 1.1.0Michael Heimpold2015-08-11
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: update to 5.6.12Michael Heimpold2015-08-11
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* perl-dbi: Depend on perl/host for host buildMarcel Denia2015-08-10
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-xml-parser: New packageMarcel Denia2015-08-10
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-dbi: Update to 1.634Marcel Denia2015-08-09
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* lualanes: fix musl compatibilityMaxim Storchak2015-08-06
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* python: add correct host expatSteven Barth2015-08-03
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* perl-uri: Update to 1.69Marcel Denia2015-08-01
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-http-message: Update to 6.10Marcel Denia2015-08-01
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* Merge pull request #1590 from commodo/python-pip-upgradeSteven Barth2015-07-19
|\ | | | | python-pip: upgrade to version 7.1.0
| * python-pip: upgrade to version 7.1.0Alexandru Ardelean2015-07-18
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-setuptools: upgrade to version 18.0.1Alexandru Ardelean2015-07-18
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #1551 from roger-/micropythonTed Hess2015-07-08
|\ | | | | micropython: update to fix build issue
| * micropython: update to fix build issueRoger2015-07-08
| |
* | Merge pull request #1528 from roger-/micropythonTed Hess2015-07-03
|\| | | | | micropython/micropython-lib: update to latest
| * micropython: update copyrightRoger2015-07-03
| |
| * micropython/micropython-lib: update to latestRoger2015-07-02
| | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | 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>