Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/acme.sh: bash is not really needed. Removed from depends | Francesco Colista | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | testing/spdx-licenses: upgrade to 3.4 | Roberto Oliveira | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | testing/acme.sh: new aport. Fixes #9828 | Francesco Colista | 2019-01-08 | 1 | -0/+37 |
| | |||||
* | testing/traefik: disable on s390x | Carlo Landmeter | 2019-01-07 | 1 | -1/+1 |
| | | | | | | | vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:706:2: AT_STAT_ redeclared in this block previous declaration at vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:705:13 vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:707:2: AT_STAT_ redeclared in this block previous declaration at vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:706:13 | ||||
* | testing/xmrig: disable on arm* | Carlo Landmeter | 2019-01-07 | 1 | -1/+1 |
| | | | | | cmake scripts use CMAKE_SYSTEM_PROCESSOR which uses uname -p which is non posix. | ||||
* | testing/acme-client: update checksums | Carlo Landmeter | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | testing/mapserver: rebuild with sqlite-libs | Andy Postnikov | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | testing/hexer: rebuild with sqlite-libs | Andy Postnikov | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | testing/php7-pecl-swoole: disable everywhere except x86-64 | Andy Postnikov | 2019-01-06 | 1 | -1/+1 |
| | |||||
* | testing/php7-pecl-swoole: new aport | Andy Postnikov | 2019-01-06 | 1 | -0/+40 |
| | | | | Closes #9627 | ||||
* | testing/postgis: disable as fails to build | Carlo Landmeter | 2019-01-06 | 1 | -1/+1 |
| | | | | configure: error: could not find GDAL | ||||
* | testing/wireguard-tools: split wg and wg-quick | Carlo Landmeter | 2019-01-05 | 2 | -25/+28 |
| | | | | | | | | We split wg and wg-quick into seperate packages but let the main pacakge pull both of them in. This way they can have their own deps and we can pull them in independently. We also patch wg-quick to ue busybox sysctl. | ||||
* | testing/php7-brotli: upgrade to 0.6.1 | Andy Postnikov | 2019-01-05 | 1 | -5/+10 |
| | |||||
* | testing/autoconf-archive: take maintainership | Roberto Oliveira | 2019-01-05 | 1 | -4/+3 |
| | |||||
* | testing/postgis: rebuild against gdal 2.4.0 | Holger Jaekel | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | testing/pdal: rebuild against gdal 2.4.0 | Holger Jaekel | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | testing/openscenegraph: rebuild against gdal 2.4.0 | Holger Jaekel | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | testing/mapserver: rebuild against gdal 2.4.0 | Holger Jaekel | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | testing/mapnik: rebuild against gdal 2.4.0 | Holger Jaekel | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | testing/hexer: rebuild against gdal 2.4.0 | Holger Jaekel | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | testing/gdal: upgrade to 2.4.0 | Holger Jaekel | 2019-01-05 | 1 | -3/+3 |
| | |||||
* | testing/hub: try to build on x86 | Roberto Oliveira | 2019-01-04 | 1 | -1/+1 |
| | | | | seems tests are working now | ||||
* | testing/tuptime: add cron file | Roberto Oliveira | 2019-01-04 | 2 | -3/+9 |
| | | | | fixes #9813 | ||||
* | testing/hub: upgrade to 2.7.0 | Roberto Oliveira | 2019-01-04 | 1 | -2/+2 |
| | |||||
* | testing/telegram-desktop: does not build on s390x | Leonardo Arena | 2019-01-04 | 1 | -1/+1 |
| | | | | /home/buildozer/aports/testing/telegram-desktop/src/telegram-desktop-1.5.4/out/Release/../../Telegram/SourceFiles/base/build_config.h:57:2: error: #error Please add support for your architecture in base/build_config.h | ||||
* | testing/enscript: fix ppc64le bld break adding update_config_guess | Mike Sullivan | 2019-01-04 | 1 | -1/+2 |
| | |||||
* | testing/telegram-desktop: enable ppc64le architecture | Mike Sullivan | 2019-01-04 | 2 | -1/+40 |
| | |||||
* | main/py-incremental: rehome from testing | Drew DeVault | 2019-01-03 | 1 | -45/+0 |
| | | | | Will be a dependency of main/twisted | ||||
* | main/py-constantly: rehome from testing | Drew DeVault | 2019-01-03 | 1 | -45/+0 |
| | | | | Will be a dependency of main/twisted | ||||
* | testing/usbip-utils: fix ppc64le build by disabling Werror | Mike Sullivan | 2019-01-03 | 2 | -3/+16 |
| | | | | modify configure.ac | ||||
* | testing/wireguard-tools: add missing depends | Stuart Cardall | 2019-01-03 | 2 | -3/+32 |
| | | | | | | | | | | | | | | | | | wg-quick does not work with some of the busybox built-ins. based on original report by Nathan Caldwell (saintdev at gmail dot com) adds depends for: procps iproute2 coreutils (for sysctl -r) but NOT for Bash (which is required by wg-quick only & not by other wg-tools) see also: https://github.com/alpinelinux/aports/pull/3903 https://lists.zx2c4.com/pipermail/wireguard/2018-December/003608.html | ||||
* | testing/telegram-desktop: new aport | Alex Raschi | 2019-01-03 | 8 | -0/+897 |
| | | | | | https://desktop.telegram.org/ Telegram Desktop messaging app | ||||
* | testing/lxd: fix ppc64le with update_config_guess and libcap-dev makedepend | Mike Sullivan | 2019-01-02 | 1 | -2/+3 |
| | |||||
* | testing/netsurf: upgrade to 3.8 | Sören Tempel | 2019-01-02 | 1 | -3/+3 |
| | |||||
* | testing/ntopng: move to unmaintained | Natanael Copa | 2019-01-02 | 5 | -131/+0 |
| | |||||
* | testing/opensmtpd-extras: unbreak build | Natanael Copa | 2019-01-02 | 1 | -1/+1 |
| | | | | no longer uses libressl or openssl | ||||
* | testing/proftpd: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | testing/opensmtpd-extras: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | testing/ntopng: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | testing/gearmand: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | testing/distrobuilder: new aport | Carlo Landmeter | 2019-01-02 | 3 | -0/+136 |
| | | | | | | | | | | | | | This is a pre release of distrobuilder. This should replace the lxc templates which are now renamed to lxc-templates-legacy. LXC is already on its 3.1 release so we should let users already try this out via testing repository. Stable release schedule can be followed here: https://github.com/lxc/distrobuilder/issues/91 more info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html | ||||
* | testing/sbt: update to v1.2.8 | Dmitry Romanenko | 2019-01-02 | 1 | -2/+2 |
| | |||||
* | main/virglrenderer: move from testing | Natanael Copa | 2019-01-01 | 2 | -50/+0 |
| | | | | needed by qemu | ||||
* | testing/jbigkit: fix build for x86 | Francesco Colista | 2019-01-01 | 1 | -1/+6 |
| | |||||
* | testing/jbigkit: new aport | Francesco Colista | 2019-01-01 | 1 | -0/+43 |
| | |||||
* | testing/openconnect: added initd, confd and logrotate scripts | Francesco Colista | 2019-01-01 | 4 | -15/+145 |
| | |||||
* | testing/lxd: added lxc missing bin, fixed sbin path for lxd | Francesco Colista | 2019-01-01 | 1 | -3/+4 |
| | |||||
* | testing/lxd: fixed sqlite symbols | Francesco Colista | 2018-12-31 | 1 | -24/+56 |
| | |||||
* | testing/xfce4-genmon-plugin: new aport | Robert Hencke | 2018-12-31 | 1 | -0/+32 |
| | | | | | https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin A generic, script-driven monitoring plugin for the Xfce panel | ||||
* | testing/py-matplotlib: Update to 2.2.3 & py3 | Marian Buschsieweke | 2018-12-31 | 2 | -41/+41 |
| | | | | | - Update to LTS version 2.2.3 (current version drops python 2 support) - Split up packages (py2-, py3-) to add python 3 support |