Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/fzy: Fix project URL | Jonathan Neuschäfer | 2018-01-25 | 1 | -2/+2 |
| | | | | | I accidentally used the URL of the author's GitHub user page, instead of the project page. | ||||
* | main/cryptsetup: depend on argon2 | Sören Tempel | 2018-01-24 | 1 | -31/+0 |
| | | | | Upstream highly recommends this. | ||||
* | testing/argon2: upgrade to 20171227 | Sören Tempel | 2018-01-24 | 1 | -21/+14 |
| | | | | | Also modernize the entire thing while being here and use a -libs subpackage instead of providing a libargon2 package. | ||||
* | testing/wireguard-vanilla: rebuild against kernel 4.14.15-r0 | Natanael Copa | 2018-01-24 | 1 | -2/+2 |
| | |||||
* | testing/font-noto-emoji: upgrade to 2018010 | Orson Teodoro | 2018-01-24 | 1 | -6/+4 |
| | |||||
* | testing/nototools: upgrade to 20171030 | Orson Teodoro | 2018-01-24 | 1 | -9/+3 |
| | |||||
* | testing/py-fonttools: upgrade to 3.21.2 | Orson Teodoro | 2018-01-24 | 1 | -6/+4 |
| | |||||
* | community/ecl: move from testing | lramage94 | 2018-01-23 | 1 | -33/+0 |
| | |||||
* | testing/fzf: disable on aarch64, armhf, ppc64le (requires go) | William Pitcock | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | testing/fzy: new aport | Jonathan Neuschäfer | 2018-01-23 | 1 | -0/+33 |
| | | | | | fzy is a "fuzzy finder". It reads a list of lines from stdin, lets the user select one (interacting via /dev/tty), and outputs it on stdout. | ||||
* | testing/fzf: add package | Kevin Daudt | 2018-01-23 | 2 | -0/+63 |
| | |||||
* | testing/ostree: upgrade to 2018.1 | Roberto Oliveira | 2018-01-23 | 1 | -2/+2 |
| | |||||
* | testing/py-protobuf: upgrade to 3.5.1 | Stuart Cardall | 2018-01-21 | 1 | -4/+10 |
| | |||||
* | testing/aws-cli: upgrade to 1.14.17 | Valery Kartel | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | testing/wireguard-hardened: upgrade to 0.0.20180118 | Jason A. Donenfeld | 2018-01-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | testing/wireguard-vanilla: upgrade to 0.0.20180118 | Jason A. Donenfeld | 2018-01-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | testing/wireguard-tools: upgrade to 0.0.20180118 | Jason A. Donenfeld | 2018-01-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | testing/wireguard-vanilla: rebuild against kernel 4.14.14-r0 | Natanael Copa | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | testing/ossec-hids: upgrade to 2.9.3 | Francesco Colista | 2018-01-18 | 3 | -23/+88 |
| | |||||
* | testing/openimageio: rebuild against openexr-2.2.1 | Roberto Oliveira | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | testing/opencv: rebuild against openexr-2.2.1 | Roberto Oliveira | 2018-01-17 | 1 | -4/+2 |
| | | | | Also fix package checksum | ||||
* | testing/zutils: upgrade to 1.7_pre1 | Roberto Oliveira | 2018-01-16 | 1 | -4/+5 |
| | | | | | Upgrade to pre1 version as it was released more than 6 months ago and no final version is released yet. | ||||
* | testing/zutils: fix deps for check | Natanael Copa | 2018-01-15 | 1 | -0/+1 |
| | | | | we need GNU bzip2 for the testsuite | ||||
* | testing/zutils: new aport (closes #8382) | Roberto Oliveira | 2018-01-15 | 1 | -0/+32 |
| | | | | | Zutils is a collection of utilities able to process any combination of compressed and uncompressed files transparently. | ||||
* | testing/nim: bump pkgrel | Natanael Copa | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | testing/nim: fix coroutines | Jean-Louis Fuchs | 2018-01-14 | 2 | -3/+16 |
| | | | | | Fix coroutines by using setjmp instead of ucontext (which musl doesn't support because it deprecated) | ||||
* | testing/nim: upgrade to 0.17.2 | Jean-Louis Fuchs | 2018-01-13 | 1 | -3/+3 |
| | |||||
* | testing/go-phoenix: depends on go, APKBUILD var name update | Leonardo Arena | 2018-01-12 | 1 | -9/+9 |
| | | | | Really take maintainership | ||||
* | testing/go-(various pkg); add depends on go | Leonardo Arena | 2018-01-12 | 12 | -12/+24 |
| | |||||
* | testing/go-conf: enable build() and check() | Leonardo Arena | 2018-01-12 | 1 | -5/+9 |
| | |||||
* | testing/spreed-webrtc: add check(), cleanup | Leonardo Arena | 2018-01-12 | 1 | -4/+7 |
| | |||||
* | testing/go-websocket: upgrade to 1.2.0 | Leonardo Arena | 2018-01-12 | 1 | -22/+13 |
| | | | | Modernize APKBUILD, update license, disable check(), take maintainership | ||||
* | testing/go-uuid: modernize APKBUILD, update license, disable check() | Leonardo Arena | 2018-01-12 | 1 | -24/+14 |
| | | | | Take maintainership | ||||
* | testing/go-spreed-turnservicecli: modernize APKBUILD, update license, ↵ | Leonardo Arena | 2018-01-12 | 1 | -22/+12 |
| | | | | | | disable check() Take maintainership | ||||
* | testing/go-sloth: bump pkgrel | Leonardo Arena | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | testing/go-sloth: modernize APKBULD, update license, disable check() | Leonardo Arena | 2018-01-12 | 1 | -23/+12 |
| | | | | Take maintainership | ||||
* | testing/go-securecookie: modernize APKBUILD, update license | Leonardo Arena | 2018-01-12 | 1 | -21/+11 |
| | | | | Take maintainership | ||||
* | testing/go-phoenix: modernize APKBUILD, update license, disable check() | Leonardo Arena | 2018-01-12 | 1 | -16/+6 |
| | | | | Take maintainership | ||||
* | testing/go-pkac: upgrade to 0.1.0 | Leonardo Arena | 2018-01-12 | 1 | -22/+12 |
| | | | | Modernize APKBUILD, update license, disable check(), take maintainership | ||||
* | testing/go-nuid: modernize APKBUILD, disable check(), take maintainership | Leonardo Arena | 2018-01-12 | 1 | -22/+12 |
| | |||||
* | testing/go-nats: upgrade to 1.4.0 | Leonardo Arena | 2018-01-12 | 1 | -22/+12 |
| | | | | Modernize APKBUILD, disable check(), take maintainership | ||||
* | testing/go-mux: upgrade to 1.6.0 | Leonardo Arena | 2018-01-12 | 1 | -23/+13 |
| | | | | Modernize APKBUILD, update license, disable check(), take maintainership | ||||
* | testing/go-httputils: modernize APKBUILD, update license, disable check() | Leonardo Arena | 2018-01-12 | 1 | -21/+12 |
| | | | | Take maintainership | ||||
* | testing/go-conf: modernize APKBUILD, update license, disable check(), fix ↵ | Leonardo Arena | 2018-01-12 | 1 | -22/+13 |
| | | | | | | doc subpkg Take maintainership | ||||
* | testing/go-acceptlanguageparser: modernize APKBUILD, update license, disable ↵ | Leonardo Arena | 2018-01-12 | 1 | -20/+11 |
| | | | | | | check() Take maintainership | ||||
* | testing/go-context: modernize APKBUILD, update license, disable check() | Leonardo Arena | 2018-01-12 | 1 | -21/+11 |
| | | | | Take maintainership | ||||
* | testing/spreed-webrtc: upgrade to 0.29.7 | Leonardo Arena | 2018-01-12 | 2 | -11/+11 |
| | | | | Minor updates to initd | ||||
* | remove scadu as a maintainer from their packages, per request | Łukasz Jendrysik | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | testing/aws-ena-driver-hardened: fix $_kern_abi assumption for vanilla kernels | William Pitcock | 2018-01-11 | 1 | -6/+1 |
| | |||||
* | main/linux-vanilla modules: bump again for elfutils-dev change | William Pitcock | 2018-01-11 | 3 | -3/+2 |
| |