aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | | 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>
* | 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>