Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/py-paho-mqtt: upgrade to 1.3.1 | Fabian Affolter | 2017-10-19 | 1 | -2/+2 | |
| | ||||||
* | community/py-psutil: upgrade to 5.4.0 | Fabian Affolter | 2017-10-19 | 1 | -2/+2 | |
| | ||||||
* | main/xen,community/rng-tools: remove unicode whitespace from APKBUILDs | Andy Chu | 2017-10-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bugs in 2 packages by removing Unicode whitespace. I found these problems by parsing all APKBUILD scripts with my shell (http://www.oilshell.org/). The problem only occurs if 'make' fails. Here is an excerpt: $ od -c unicode-space.sh 0000000 m a k e | | 302 240 r e t u r n 0000020 1 \n 0000022 \302 \204 is a utf-8 whitespace. No shells accept this -- it's parsed as part of the 'return' word, which makes it an invalid command. $ busybox ash unicode-space.sh make: *** No targets specified and no makefile found. Stop. unicode-space.sh: line 1: return: not found $ bash unicode-space.sh make: *** No targets specified and no makefile found. Stop. unicode-space.sh: line 1: return: command not found $ dash unicode-space.sh make: *** No targets specified and no makefile found. Stop. unicode-space.sh: 1: unicode-space.sh: return: not found Remove '|| return 1' from lines that contained unicode whitespace. abuild now runs with 'set -e'. | |||||
* | community/julia: fix build on x86_64 | William Pitcock | 2017-10-19 | 1 | -1/+6 | |
| | ||||||
* | community/julia: disable until we fix it | Jakub Jirutka | 2017-10-19 | 1 | -1/+1 | |
| | | | | | Their crappy broken makefile-based build system really makes me crazy... >_< | |||||
* | community/julia: upgrade to 0.6.0 | Jakub Jirutka | 2017-10-19 | 9 | -78/+149 | |
| | ||||||
* | Revert "community/julia: upgrade to 0.6.0" | Jakub Jirutka | 2017-10-19 | 9 | -146/+75 | |
| | | | | | | This reverts commit 89182e0a43c4e4beac1bb5d9f87d267bc62eed6a. Sorry, I somehow messed up merging... | |||||
* | community/julia: upgrade to 0.6.0 | Jakub Jirutka | 2017-10-19 | 9 | -75/+146 | |
| | ||||||
* | community/postgresql-plpgsql_check: move from testing | Jakub Jirutka | 2017-10-19 | 1 | -0/+27 | |
| | ||||||
* | community/postgresql-orafce: move from testing | Jakub Jirutka | 2017-10-19 | 1 | -0/+35 | |
| | ||||||
* | community/julia: reenable build on x86_64 | Jakub Jirutka | 2017-10-19 | 1 | -1/+1 | |
| | | | | The build failure was caused by bug in libunwind. | |||||
* | community/pcc: upgrade to 20171006 | Cág | 2017-10-18 | 1 | -2/+2 | |
| | ||||||
* | community/pcc-libs: upgrade to 20171006 | Cág | 2017-10-18 | 1 | -2/+2 | |
| | ||||||
* | community/yarn: upgrade to 1.2.1 | Ed Robinson | 2017-10-18 | 1 | -2/+2 | |
| | ||||||
* | community/nodejs-current: upgrade to 8.7.0 | Jakub Jirutka | 2017-10-17 | 2 | -38/+4 | |
| | ||||||
* | community/zabbix: upgrade to 3.4.3 | Leonardo Arena | 2017-10-17 | 1 | -3/+3 | |
| | ||||||
* | community/captagent: upgrade to 6.2.11 | Kaarle Ritvanen | 2017-10-16 | 2 | -10/+10 | |
| | ||||||
* | community/youtube-dl: upgrade to 2017.10.12 | Timo Teräs | 2017-10-14 | 1 | -2/+2 | |
| | ||||||
* | Revert "Revert "community/py3-async-timeout: upgrade to 2.0.0"" | William Pitcock | 2017-10-13 | 1 | -2/+2 | |
| | | | | This reverts commit d15d3f4b5215614701f41909ff864fd583fd8530. | |||||
* | Revert "community/py3-async-timeout: upgrade to 2.0.0" | Natanael Copa | 2017-10-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The build fails on kernels with PaX: Traceback (most recent call last): File "setup.py", line 4, in <module> from setuptools import setup File "/usr/lib/python3.6/site-packages/setuptools/__init__.py", line 14, in <module> from setuptools.dist import Distribution, Feature File "/usr/lib/python3.6/site-packages/setuptools/dist.py", line 20, in <module> from setuptools import windows_support File "/usr/lib/python3.6/site-packages/setuptools/windows_support.py", line 2, in <module> import ctypes File "/usr/lib/python3.6/ctypes/__init__.py", line 538, in <module> _reset_cache() File "/usr/lib/python3.6/ctypes/__init__.py", line 273, in _reset_cache CFUNCTYPE(c_int)(lambda: None) MemoryError Apparently it is related to libffi. Revert to unblock the builder for now. This reverts commit 771975ffc4c0e4e9f467af146d61bd94d95722d8. | |||||
* | community/docker-py: upgrade to 2.5.1 | Francesco Colista | 2017-10-13 | 1 | -2/+2 | |
| | ||||||
* | community/icingaweb2: upgrade to 2.4.2 | Francesco Colista | 2017-10-13 | 1 | -5/+3 | |
| | ||||||
* | community/erlang: bump to 20.1.2 | gmile | 2017-10-12 | 1 | -2/+2 | |
| | ||||||
* | community/cppcheck: upgrade to 1.81 | André Klitzing | 2017-10-12 | 1 | -2/+2 | |
| | ||||||
* | community/py3-async-timeout: upgrade to 2.0.0 | Fabian Affolter | 2017-10-12 | 1 | -2/+2 | |
| | ||||||
* | community/go: upgrade to 1.9.1 | Natanael Copa | 2017-10-12 | 1 | -4/+4 | |
| | ||||||
* | Revert "community/borgbackup: upgrade to 1.1.0" | Roberto Oliveira | 2017-10-12 | 1 | -2/+2 | |
| | | | | | Revert borgbackup upgrade for now. It is failing with different errors in some archs. | |||||
* | community/borgbackup: upgrade to 1.1.0 | Roberto Oliveira | 2017-10-12 | 1 | -2/+2 | |
| | ||||||
* | community/babl: upgrade to 0.1.34 | Roberto Oliveira | 2017-10-12 | 1 | -2/+2 | |
| | ||||||
* | community/imagemagick6: upgrade to 6.9.9.19 | Jakub Jirutka | 2017-10-11 | 1 | -2/+2 | |
| | | | | Upstream deleted 6.9.9-18 tarball. >_< | |||||
* | community/ruby-rmagick: move from testing | Jakub Jirutka | 2017-10-11 | 2 | -0/+115 | |
| | ||||||
* | community/imagemagick6: move from testing | Jakub Jirutka | 2017-10-11 | 1 | -0/+109 | |
| | ||||||
* | community/rspamd: move from testing | TBK | 2017-10-09 | 8 | -0/+281 | |
| | ||||||
* | community/erlang: bump to 20.1.1 | gmile | 2017-10-09 | 1 | -2/+2 | |
| | ||||||
* | community/libftdi1: upgrade to 1.4 | Linux User | 2017-10-09 | 1 | -17/+11 | |
| | ||||||
* | community/irssi-xmpp: upgrade to 0.54 | Stefan Wagner | 2017-10-09 | 2 | -61/+3 | |
| | ||||||
* | community/geth: upgrade to 1.7.1 | André Klitzing | 2017-10-09 | 1 | -2/+2 | |
| | ||||||
* | testing/perl-sys-meminfo: move to community | Stuart Cardall | 2017-10-09 | 1 | -0/+34 | |
| | | | | * required by imapsync which is already in community | |||||
* | community/imapsync: upgrade to 1.836 | Stuart Cardall | 2017-10-09 | 1 | -9/+11 | |
| | | | | https://github.com/imapsync/imapsync/blob/master/ChangeLog | |||||
* | community/py-snmp: upgrade to 4.3.10 | Fabian Affolter | 2017-10-09 | 1 | -2/+2 | |
| | ||||||
* | community/py3-multidict: upgrade to 3.2.0 | Fabian Affolter | 2017-10-09 | 1 | -4/+4 | |
| | ||||||
* | community/certbot: upgrade to 0.19.0 | Francesco Colista | 2017-10-09 | 1 | -2/+2 | |
| | ||||||
* | community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.54-r0 | Natanael Copa | 2017-10-09 | 1 | -1/+1 | |
| | ||||||
* | community/zabbix: add missing php dependencies | Kevin Daudt | 2017-10-09 | 1 | -2/+2 | |
| | | | | | session, simplexml and json php modules are missing in the depency list, and cause some features in the webinterface not to work. | |||||
* | community/sl: move from testing | Jakub Jirutka | 2017-10-09 | 1 | -0/+24 | |
| | ||||||
* | community/pgimportdoc: move from testing | Jakub Jirutka | 2017-10-09 | 1 | -0/+29 | |
| | ||||||
* | community/pgexportdoc: move from testing | Jakub Jirutka | 2017-10-09 | 1 | -0/+29 | |
| | ||||||
* | Revert "community/go: upgrade to 1.9.1" | Sören Tempel | 2017-10-08 | 1 | -4/+4 | |
| | | | | | | | | | | Even though the upgrade successfully compiled on my x86_64 laptop it seems to fail on the x86_64 builder for some reason. Reverting the upgrade until I figure out what's going on. See: http://build.alpinelinux.org/buildlogs/build-edge-x86_64/community/go/go-1.9.1-r0.log This reverts commit a51cc78c60ec483e63747c15c8321a4996db7fd0. | |||||
* | community/go: upgrade to 1.9.1 | Sören Tempel | 2017-10-08 | 1 | -4/+4 | |
| | ||||||
* | community/pspg: move from testing | Jakub Jirutka | 2017-10-06 | 1 | -0/+35 | |
| |