Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/php7-brotli: move from testing | TBK | 2019-05-24 | 2 | -0/+49 | |
| | | | | Closes GH-8018 | |||||
* | community/mpv: Enable lua explicitly and fix makedepends | Jan Tatje | 2019-05-24 | 1 | -9/+3 | |
| | | | | | | | Enable lua support explicitly, because it got disabled without anyone noticing instead of throwing an error during build. Commit cdf8852d1e5ef6c766b94eec7f31fb38410dad8f changed lua5.2-dev in makedepends to lua5.3-dev, but mpv needs either lua5.2 or luajit. | |||||
* | community/xfce4: upgrade to 4.14_pre1 | Natanael Copa | 2019-05-24 | 1 | -17/+16 | |
| | ||||||
* | community/xfce4-session: upgrade to 4.13.2 | Natanael Copa | 2019-05-24 | 3 | -26/+17 | |
| | ||||||
* | community/thunar: upgrade to 1.8.6 | Natanael Copa | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/xfwm4: upgrade to 4.13.2 | Natanael Copa | 2019-05-24 | 2 | -17/+3 | |
| | ||||||
* | community/xfconf: upgrade to 4.13.7 | Natanael Copa | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/xfce4-settings: upgrade to 4.13.6 | Natanael Copa | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/tumbler: upgrade to 0.2.4 | Natanael Copa | 2019-05-24 | 1 | -3/+3 | |
| | ||||||
* | community/tumbler: move from main | Natanael Copa | 2019-05-24 | 1 | -0/+36 | |
| | ||||||
* | community/thunar-volman: upgrade to 0.9.2 | Natanael Copa | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/xfdesktop: upgrade to 4.13.4 | Natanael Copa | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/xfce4-appfinder: upgrade to 4.13.3 | Natanael Copa | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/libxfce4ui: upgrade to 4.13.5 | Natanael Copa | 2019-05-24 | 1 | -3/+3 | |
| | ||||||
* | community/xfce4-power-manager: upgrade to 1.6.2 | Natanael Copa | 2019-05-24 | 1 | -3/+3 | |
| | ||||||
* | community/xfce4-panel: upgrade to 4.13.5 | Natanael Copa | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/libxfce4util: upgrade to 4.13.3 | Natanael Copa | 2019-05-24 | 1 | -3/+3 | |
| | ||||||
* | community/gns3-gui: upgrade to 2.1.18 | Francesco Colista | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/gns3-server: upgrade to 2.1.18 | Francesco Colista | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/icinga2: upgrade to 2.10.5 | Francesco Colista | 2019-05-24 | 1 | -3/+3 | |
| | ||||||
* | community/perl-mojolicious: upgrade to 8.17 | Francesco Colista | 2019-05-24 | 1 | -2/+2 | |
| | ||||||
* | community/caddy: fix cleanup of go modcache | Carlo Landmeter | 2019-05-24 | 1 | -3/+6 | |
| | | | | also enable tests on other arches than x86 | |||||
* | community/qca: upgrade to 2.2.1 | Leo | 2019-05-24 | 3 | -2475/+15 | |
| | ||||||
* | community/caddy: disable check | TBK | 2019-05-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | fails on builders due to containerization edge-cases. ok github.com/mholt/caddy/caddy 0.034s --- FAIL: TestSetCPU (0.01s) run_test.go:56: Test 3: GOMAXPROCS was 24 but expected 1456292745 run_test.go:56: Test 9: GOMAXPROCS was 24 but expected 1456292745 FAIL FAIL github.com/mholt/caddy/caddy/caddymain 0.075s https://build.alpinelinux.org/buildlogs/build-edge-x86/community/caddy/caddy-1.0.0-r0.log | |||||
* | community/caddy: upgrade to 1.0.0 | Chloe Kudryavtsev | 2019-05-24 | 1 | -10/+10 | |
| | | | | | | | | | | | | Superseeds PR7880 (there was too much to change for a review). 1. Caddy now uses the Go Modules system: -> builds and tests require a new environment variable -> it now requires a custom cleanup step 2. Tests now pass (on my builder) 3. Adopt Closes: GH-7907 | |||||
* | community/pdns-recursor: disable on s390x | Kevin Daudt | 2019-05-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Build errors: > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.o: in function `pdns_swapcontext(pdns_ucontext_t&, > pdns_ucontext_t const&)': > mtasker_context.cc:(.text+0xe8): undefined reference to `jump_fcontext' > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.o: in function `pdns_makecontext(pdns_ucontext_t&, > boost::function<void ()>&)': mtasker_context.cc:(.text+0x1ea): undefined > reference to `make_fcontext' > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.cc:(.text+0x20e): undefined reference to `jump_fcontext' > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.o: in function `threadWrapper': > mtasker_context.cc:(.text+0x27e): undefined reference to `jump_fcontext' > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.cc:(.text+0x382): undefined reference to `jump_fcontext' Merged in GH-7998 | |||||
* | community/rust: upgrade to 1.32.0 | Marat Safin | 2019-05-23 | 7 | -55/+86 | |
| | | | | | | Signed-off-by: Marat Safin <jeizsm@gmail.com> Closes GH-6071 | |||||
* | community/pdns-recursor: remove outdated comment | tcely | 2019-05-23 | 1 | -5/+4 | |
| | | | | Co-Authored-By: TBK <858296+TBK@users.noreply.github.com> | |||||
* | community/pdns-recursor: improve | tcely | 2019-05-23 | 1 | -14/+9 | |
| | | | | | | - enable s390x - add & enable botan-dev for gost - remove chown from package function | |||||
* | community/pdns-recursor: upgrade to 4.1.13 | tcely | 2019-05-23 | 1 | -3/+8 | |
| | ||||||
* | community/easy-rsa: upgrade to 3.0.6 | Adam Dobrawy | 2019-05-22 | 1 | -3/+3 | |
| | | | | Closes GH-7960 | |||||
* | community/fzf: add vim help files and create tags | Keith Maxwell | 2019-05-22 | 2 | -5/+8 | |
| | | | | | | | install -D creates the directories so removed mkdir: $ install --help 2>&1 | grep -- -D -D Create leading target directories | |||||
* | community/libsass: upgrade to 3.6.0 and clean-up | Andy Postnikov | 2019-05-22 | 1 | -8/+4 | |
| | | | | Closes: GH-7985 | |||||
* | community/hylafaxplus: moved from testing, added -openrc subpackage | Francesco Colista | 2019-05-22 | 7 | -0/+1257 | |
| | ||||||
* | community/intel-ucode: move from testing | Henrik Riomar | 2019-05-21 | 1 | -0/+28 | |
| | ||||||
* | community/iucode-tool: move from testing | Henrik Riomar | 2019-05-21 | 1 | -0/+37 | |
| | ||||||
* | community/wireguard-rpi: adjust install_if | Carlo Landmeter | 2019-05-21 | 1 | -3/+3 | |
| | | | | trigger on wireguard-tools-wg which should work in all cases | |||||
* | community/wireguard-vanilla: adjust install_if | Carlo Landmeter | 2019-05-21 | 1 | -3/+3 | |
| | | | | trigger on wireguard-tools-wg which should work in all cases | |||||
* | testing/mopidy: move to community | Bart Ribbers | 2019-05-21 | 6 | -0/+141 | |
| | ||||||
* | testing/py-pykka: move to community | Bart Ribbers | 2019-05-21 | 1 | -0/+55 | |
| | ||||||
* | wireguard-rpi: move to community and refactor | Carlo Landmeter | 2019-05-21 | 1 | -0/+97 | |
| | | | | | | build both rpi and rpi2 from same apkbuild Closes: GH-7980 | |||||
* | wireguard-vanilla: move to community and refactor | Carlo Landmeter | 2019-05-21 | 1 | -0/+97 | |
| | | | | | | | vanilla and virt kernel are build from the same kernel. both flavors are now included in this aport. Closes: GH-7980 | |||||
* | wireguard-tools: move to community | Carlo Landmeter | 2019-05-21 | 2 | -0/+78 | |
| | | | | Closes: GH-7980 | |||||
* | community/gitea: upgrade to 1.8.1 | Adam Dobrawy | 2019-05-21 | 1 | -2/+2 | |
| | ||||||
* | community/jenkins: upgrade to 2.178 | Francesco Colista | 2019-05-21 | 1 | -2/+2 | |
| | ||||||
* | community/texmf-dist: Update to 2019 release | Marian Buschsieweke | 2019-05-20 | 1 | -36/+36 | |
| | ||||||
* | community/perl-curses-ui: move from testing | Milan P. Stanić | 2019-05-20 | 1 | -0/+48 | |
| | ||||||
* | community/perl-curses: move from testing | Milan P. Stanić | 2019-05-20 | 1 | -0/+48 | |
| | ||||||
* | community/perl-sub-install: remove, is in main/ | Leo | 2019-05-20 | 1 | -44/+0 | |
| | ||||||
* | community/perl-test-without-module: remove, is in main/ | Leo | 2019-05-20 | 1 | -44/+0 | |
| |