aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | | python3-setuptools: upgrade to version 27.2.0Alexandru Ardelean2016-09-19
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #3189 from commodo/python-setuptoolsHannu Nyman2016-09-19
|\ \ \ | | | | | | | | python-setuptools: upgrade to version 27.2.0
| * | | python-setuptools: upgrade to version 27.2.0Alexandru Ardelean2016-09-19
| |/ / | | | | | | | | | | | | | | | | | | | | | It's a bit weird fixing a build error with an upgrade, but it seems to work on my setup. Hopefully, builbot agrees. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / openpyxl: update to version 2.4.0Gergely Kiss2016-09-19
|/ / | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | luasec: remove obsolete patchesW. Michael Petullo2016-09-16
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | luasec: update to 0.6W. Michael Petullo2016-09-14
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #3159 from commodo/python-setuptoolsHannu Nyman2016-09-13
|\ \ | | | | | | python-setuptools: upgrade to version 27.1.2
| * | python-setuptools: upgrade to version 27.1.2Alexandru Ardelean2016-09-13
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #3160 from commodo/python3-setuptoolsHannu Nyman2016-09-13
|\ \ \ | | | | | | | | python3-setuptools: upgrade to version 27.1.2
| * | | python3-setuptools: upgrade to version 27.1.2Alexandru Ardelean2016-09-13
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #3158 from commodo/python3-upgradeHannu Nyman2016-09-13
|\ \ \ | | | | | | | | python3: upgrade to version 3.5.2
| * | | python3: upgrade to version 3.5.2Alexandru Ardelean2016-09-13
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / python: upgrade to version 2.7.12Alexandru Ardelean2016-09-13
|/ / | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | php7-pecl-http: fix build when host has php installed (refs #3149)Michael Heimpold2016-09-08
| | | | | | | | | | | | | | | | | | | | | | | | When php is installed on the host system, then the configure tries to obtain from this binary whether some extensions are available. This prevents the cross build when the desired extensions are not present - which is the usual case. So add a patch to prevent configure from doing this - we give this information via environment variable during build already. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-http: fix build when php5 is build in parallel (fixes #3149)Michael Heimpold2016-09-07
| | | | | | | | | | | | | | | | | | | | | | | | - remove hack to find required packages: when php5-pecl-{raphf,propro} was built in paralle, then the hack could not determine which build directory must be used; this was resolved by a previous commit, both packages now install their header files in the staging area so that this pecl module will find it properly - refine build dir to avoid collision with (possible) php5 package variant Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-{propro,raphf}: fix two problems (refs #3149)Michael Heimpold2016-09-07
| | | | | | | | | | | | | | - refine build dir to avoid collisions with php5 package variants - properly install headers to location where depended packages look for it Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-{dio,libevent}: refine build dir to avoid collisions with php5 ↵Michael Heimpold2016-09-07
| | | | | | | | | | | | package variants (refs #3149) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php5-pecl-*: refine build dir to avoid collisions with php7 package variants ↵Michael Heimpold2016-09-07
| | | | | | | | | | | | (refs #3149) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-http: add new packageMichael Heimpold2016-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Quote: This PHP HTTP extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications: it eases handling of HTTP urls, headers and messages, provides means for negotiation of a client's preferred content type, language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality with support for parallel requests. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-libevent: add new packageMichael Heimpold2016-09-06
| | | | | | | | | | | | | | | | | | This is the php7 version of php5-pecl-libevent. Since upstream did not (yet) merged the php7 compat changes and released a new package, we use a development snapshot of a Github contributor. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7/php7-pecl-*: introduce load orderMichael Heimpold2016-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some PECL modules (possibly also php modules) depend on special load order, otherwise loading the module will fail due to unresolvable symbols. This changeset introduces a very simple compile-time defined order by specifying a prefix for the ini file with the load directive. If not given, it uses a default value. It also updates all current pecl module packages to take this new approach. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: mod-mysqli: use libmysqlclient instead of libmysqlclient_r (refs #3132)Michael Heimpold2016-09-04
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: fix two build problemsMichael Heimpold2016-09-04
| | | | | | | | | | | | | | 1) fix rebuilding with existing staging area 2) fix dependency to libmysqlclient (fixes #3132) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-raphf: add new packageMichael Heimpold2016-09-03
| | | | | | | | | | | | This is the php7 version of php5-pecl-raphf package. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-propro: add new packageMichael Heimpold2016-09-03
| | | | | | | | | | | | This is the php7 version of php5-pecl-propro package. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7-pecl-dio: add new packageMichael Heimpold2016-09-03
| | | | | | | | | | | | | | | | | | This is a heavy patched variant of the pecl dio module, which now at least compiles for php7. Patches are sent to maintainer - no response yet. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: restructure patchesMichael Heimpold2016-09-03
| | | | | | | | | | | | | | - Add some more patches from Debian - Rename existing ones (our own patches starts with prefix 1000+) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php7: add new packageMichael Heimpold2016-09-03
| | | | | | | | | | | | | | | | | | This is a copy of the existing php5 stuff, adopted for PHP7. Please not, that its not supported to install both php5 and php7 in parallel on the target. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILESMichael Heimpold2016-09-03
| | | | | | | | | | | | Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #3121 from yousong/erlang-mips16champtar2016-09-02
|\ \ | | | | | | erlang: fix compilation error by disabling mips16
| * | erlang: fix compilation error by disabling mips16Yousong Zhou2016-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is caused by a toolchain bug and has been reported to GCC a while a ago without receiving any responses yet [1]. Fix it at the moment by not compiling with mips16 enabled. Should fix #1750 and #1904. [1] Bug 71519 - "Out of range operand" bteqz inst generated by "casesi_internal_mips16_<mode>", https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71519 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | python-urllib3: import version 1.16Gergely Kiss2016-08-30
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | Merge pull request #3113 from kissg1988/openpyxlHannu Nyman2016-08-30
|\ \ \ | | | | | | | | openpyxl: upgrade to version 2.4.0-b1
| * | | openpyxl: upgrade to version 2.4.0-b1Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | Merge pull request #3112 from kissg1988/gunicornHannu Nyman2016-08-30
|\ \ \ \ | | | | | | | | | | gunicorn: upgrade to version 19.6.0
| * | | | gunicorn: upgrade to version 19.6.0Gergely Kiss2016-08-30
| |/ / / | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | Merge pull request #3114 from kissg1988/pytzHannu Nyman2016-08-30
|\ \ \ \ | | | | | | | | | | pytz: upgrade to version 2016.6.1
| * | | | pytz: upgrade to version 2016.6.1Gergely Kiss2016-08-30
| |/ / / | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | django-statici18n: upgrade to version 1.2.1Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | django-postoffice: upgrade to version 2.0.8Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | django-jsonfield: upgrade to version 1.0.1Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | django-constance: upgrade to version 1.2Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | django-compressor: upgrade to version 2.1Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | django-appconf: upgrade to version 1.0.2Gergely Kiss2016-08-30
|/ / / | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* / / php5: update to 5.6.25Michael Heimpold2016-08-28
|/ / | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | python-dateutil: fix dependencyGergely Kiss2016-08-24
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | six: remove duplicate package (see python-six)Gergely Kiss2016-08-24
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | gunicorn: add missing dependencyGergely Kiss2016-08-24
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | seafile: import version 5.1.1 and its dependenciesGergely Kiss2016-08-24
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | moved upstream project to githubFrank Edelhäuser2016-08-23
| | | | | | | | | | Signed-off-by: Frank Edelhaeuser <mrpace2@gmail.com> (cherry picked from commit f5fe26ec2123cb77fb415680254973b5305d3af3)