aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/py3-dockerpty: added py3-setuptools in makedependsFrancesco Colista2018-08-111-1/+1
|
* community/gvm-tools: added missing makedepends for aarch64Francesco Colista2018-08-111-1/+1
|
* community/gvm-tools: added missing dependencyFrancesco Colista2018-08-111-2/+2
|
* community/gvm-tools: upgrade to 1.4.1Francesco Colista2018-08-111-4/+4
|
* community/docker-py: upgrade to 3.5.0Francesco Colista2018-08-111-2/+2
|
* testing/zerotier-one: upgrade to 1.2.10 and modernizeKyle Parisi2018-08-111-11/+13
|
* testing/php7-event: upgrade to 2.4.1Andy Postnikov2018-08-111-2/+2
|
* community/phpmyadmin: fix apache2 config and improveAndy Postnikov2018-08-102-31/+27
| | | | Closes #8088
* testing/emulationstation: disable on s390x due to missing dependency vlc-devAndy Postnikov2018-08-101-1/+1
|
* testing/php7-xhprof: disable on s390xNatanael Copa2018-08-101-1/+1
| | | | | reported upstream: https://github.com/longxinH/xhprof/issues/15
* main/gettext: fix testsuite with libunistring 0.9.10Natanael Copa2018-08-103-5/+113
| | | | | | | | | | | | | | gettext bundles libunistring and parts of it, data tables, gets built and included even when external libunistring is used. The newer external libunistring (0.9.10) ends up use the data table from the older version of the bundled libunistring and things goes horribly wrong. We work around this by exclude unilbrk from the build so we only use external libunistring. Upstream bug reports: https://lists.gnu.org/archive/html/bug-gettext/2018-08/msg00008.html https://savannah.gnu.org/bugs/index.php?54453
* community/py-lz4: upgrade to 2.1.0Stuart Cardall2018-08-101-2/+2
| | | | | | | | | | | | | | | | | | | This release changes the handling of errors for block decompression when uncompressed_size > 0. In this case, we no longer check that the uncompressed data has exactly the size specified by uncompressed_size: this argument is now used as an upper bound. In addition, we introduce a new exception: LZ4BlockError which is raised whenever the LZ4 library fails. These two changes together allow "guessing" of the uncompressed data size: simply set uncompressed_size to a number and try decompress, and catch LZ4BlockError. If LZ4BlockError is raised, increase uncompressed_size and try again. See the documentation for more details and examples: http://python-lz4.readthedocs.io/en/stable/lz4.block.html
* testing/grpc: upgrade to 1.14.1liluo2018-08-101-2/+2
|
* main/redis: upgrade to 4.0.11Andy Postnikov2018-08-101-3/+3
|
* main/postgresql: security upgrade to 10.5Andy Postnikov2018-08-101-2/+5
| | | | CVE-2018-10915 CVE-2018-10925
* community/perl-mojolicious: upgrade to 7.92Francesco Colista2018-08-101-2/+2
|
* main/busybox: fix fbsplash console switchingTimo Teräs2018-08-092-3/+3
| | | | | | | | Fixes #9215 This was broken in commit dc6cfb7cebc64cdb which just removed opt_complementary (due to that being removed in bb). Add proper getopt flag to get correct behaviour.
* main/ruby-bundler: fix missing dependency on ruby-etcJakub Jirutka2018-08-091-2/+2
| | | | Fixes #9216 <https://bugs.alpinelinux.org/issues/9216>
* community/ruby-rugged: upgrade to 0.27.4Jakub Jirutka2018-08-091-2/+2
|
* community/py-natsort: upgrade to 5.3.3Fabian Affolter2018-08-091-2/+2
|
* community/namecoin: upgrade to 0.16.2Stuart Cardall2018-08-091-3/+4
| | | | * https://github.com/namecoin/namecoin-core/blob/master/doc/release-notes/release-notes-0.16.2.md
* community/perl-mojolicious: upgrade to 7.90Francesco Colista2018-08-091-2/+2
|
* main/mini_httpd: Fix cgi bug breaking ACF logonTed Trask2018-08-082-2/+15
|
* testing/py-radix: add checkRoberto Oliveira2018-08-081-1/+7
|
* testing/py-radix: modernize APKBUILDRoberto Oliveira2018-08-081-18/+7
|
* testing/py-radix: upgrade to 0.10.0Roberto Oliveira2018-08-081-4/+2
|
* testing/py-pgspecial: upgrade to 1.11.2Roberto Oliveira2018-08-081-2/+2
|
* community/youtube-dl: upgrade to 2018.08.04Roberto Oliveira2018-08-081-2/+2
|
* community/libwps: upgrade to 0.4.10Roberto Oliveira2018-08-081-2/+2
|
* main/mupdf: add secfixes commentNatanael Copa2018-08-081-0/+1
| | | | CVE-2018-1000051 was fixed in 1.13.0
* main/p7zip: security fixes (CVE-2018-5996, CVE-2018-10115)Natanael Copa2018-08-083-5/+545
| | | | ref #8531
* community/perl-mojolicious: upgrade to 7.89Francesco Colista2018-08-081-2/+2
|
* testing/perl-mail-sendmail: run test against dummy smtpNatanael Copa2018-08-073-4/+57
| | | | | | | the test suite will send an actual email to the atuthor. We don't want to do that and some of the build servers may have smtp port blocked. Create a dummy smtp server on localhost and patch test to use that.
* main/awall: upgrade to 1.6.1Kaarle Ritvanen2018-08-071-2/+2
|
* main/linux-headers: fix redefinition of sigcontext from libc on aarch64Natanael Copa2018-08-072-2/+31
| | | | | Problem was introduced upstream with https://github.com/torvalds/linux/commit/43d4da2c45b2f5d62f8a79ff7c6f95089bb24656
* testing/pcl: disable on s390x due to failing testsNatanael Copa2018-08-071-1/+1
|
* testing/grpc-java: disable on s390x due to build failureNatanael Copa2018-08-071-1/+1
| | | | | | | | | FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':grpc-compiler'. > Exception thrown while executing model rule: NativeComponentModelPlugin.Rules#createBinaries(TargetedNativeComponentInternal, PlatformResolvers, BuildTypeContainer, FlavorContainer, ServiceRegistry) > Invalid NativePlatform: linux_s390x
* testing/libu2f-server: disable on s390x due to test failureNatanael Copa2018-08-071-1/+1
|
* testing/rabbitmq-server: disable on s390x due to build failureNatanael Copa2018-08-071-1/+1
|
* testing/qt5-qtwebengine: disable on s390xNatanael Copa2018-08-071-2/+2
| | | | | | its not supported: QtWebEngine can only be built for x86, x86-64, ARM, Aarch64, and MIPSel architectures.
* testing/mgba: disable on s390x and fix whitespace damageNatanael Copa2018-08-071-9/+9
| | | | tests fails on s390x so we disable
* testing/py-qt: disable on s390x due to build failureNatanael Copa2018-08-071-1/+1
|
* testing/nbtscan: fix source urlNatanael Copa2018-08-071-3/+2
| | | | | it does not seem that we can fetch sources with curl from upstream so we use our own mirror.
* testing/hub: disable on x86 due to test failuresNatanael Copa2018-08-071-1/+1
|
* community/elixir: upgrade to 1.7.2Eugene Pirogov2018-08-071-2/+2
|
* main/fail2ban: fix testsAndy Postnikov2018-08-071-1/+2
|
* community/tint2: upgrade to 16.6. Changed srcurl to avoid checksum error ↵Francesco Colista2018-08-071-5/+4
| | | | from gitlab
* main/py-libvirt: upgrade to 4.6.0Francesco Colista2018-08-071-2/+2
|
* main/libvirt: upgrade to 4.6.0Francesco Colista2018-08-071-2/+2
|
* testing/php7-xhprof: fix s390x buildAndy Postnikov2018-08-072-3/+53
|