aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* community/tcsh: add csh to /etc/shellsMilan P. Stanić2020-01-253-1/+3
| | | | fixes: #11164
* testing/liblouis: fix check, add -doc subpackageDrew DeVault2020-01-251-4/+4
| | | | | This was missing help2man (docs) and Python (check). Fix license and cleanup APKBUILD
* testing/brltty: new aportDrew DeVault2020-01-251-0/+58
|
* testing/liblouis: new aportDrew DeVault2020-01-251-0/+43
|
* main/freeradius: switch from rlm_python to rlm_python3, modernizeAriadne Conill2020-01-241-6/+5
|
* testing/ssh-tools: upgrade to 1.6Sven Wick2020-01-241-3/+3
| | | | | | | New Upstream release of ssh-tools - command tput replaced with ANSI Escape Codes - command column is needed for ssh-certinfo
* testing/fdm: new aportNatanael Copa2020-01-242-0/+96
| | | | | A simple lightweight tool of fetching, filtering and delivering emails https://github.com/nicm/fdm
* main/debian-archive-keyring: modernizeJ0WI2020-01-241-9/+6
|
* main/alpine-conf: unbreak lbuNatanael Copa2020-01-242-2/+43
| | | | | | | rex regression in lbu that was introduced with commit commit 7ebf92cda21a (main/alpine-conf: fix lbu exit codes on error) ref https://gitlab.alpinelinux.org/alpine/alpine-conf/merge_requests/4
* community/synapse: upgrade to 1.9.0Galen Abell2020-01-241-2/+2
|
* community/chezmoi: upgrade to 1.7.12Kevin Daudt2020-01-241-2/+2
|
* community/borgbackup: add shell completion subpackagesMichał Polański2020-01-241-3/+35
|
* community/xchat: removeNatanael Copa2020-01-245-240/+0
| | | | | | | | | No release in a decade and no changes in svn since 2013. It has various unfixed security issues. Users should use hexchat. fixes #11158
* community/ncmpc: upgrade to 0.37Sören Tempel2020-01-241-3/+3
|
* main/sshfs: depend on fuse3Sören Tempel2020-01-241-2/+2
| | | | | | Without this change using sshfs fails with: fuse: failed to exec fusermount3: No such file or directory
* testing/conmon: upgrade to 2.0.10Michał Polański2020-01-241-3/+2
|
* testing/shfmt: upgrade to 3.0.1Michał Polański2020-01-241-16/+8
|
* testing/lowjs: upgrade to 1.4.5Jakub Jirutka2020-01-232-37/+2
|
* community/ipynb2html: move from testingJakub Jirutka2020-01-231-0/+0
|
* testing/ipynb2html: upgrade to 0.1.0Jakub Jirutka2020-01-231-5/+4
|
* community/terraform: upgrade to 0.12.20Gennady Feldman2020-01-231-2/+2
|
* community/flatpak: upgrade to 1.6.1André Klitzing2020-01-231-2/+2
|
* main/libseccomp: backport fix for performance regressionNatanael Copa2020-01-232-2/+365
| | | | | | | | libseccomp 2.4 introduced a serious performance regression. Backport the fix. https://github.com/seccomp/libseccomp/issues/153 https://github.com/seccomp/libseccomp/pull/180
* testing/bemenu: enable all archsMarian Buschsieweke2020-01-231-1/+1
|
* community/kea: fix depends_devJakub Jirutka2020-01-231-3/+3
|
* main/openldap: reformat $makedepends and $subpackagesJakub Jirutka2020-01-231-6/+21
|
* main/openldap: build ldapcpp libraryJakub Jirutka2020-01-231-2/+23
|
* community/bzr: modernizeJ0WI2020-01-231-7/+5
|
* community/firefox-esr: fix install location of iconsRasmus Thomsen2020-01-231-27/+12
| | | | | | | We accidentally used $png instead of $_png in a loop so we didn't install all the icons in the right location. Also fix the other linter warnings while we're at it and use the upstream symlink for /usr/bin/firefox since that appears to be working now.
* community/wireguard-rpi: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-1/+1
|
* community/jool-modules-rpi: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-1/+1
|
* main/linux-rpi: upgrade to 5.4.14Natanael Copa2020-01-231-3/+3
|
* main/zfs-lts: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-2/+2
|
* main/xtables-addons-lts: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-2/+2
|
* main/drbd-lts: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-2/+2
|
* community/wireguard-lts: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-2/+2
|
* community/virtualbox-guest-modules-lts: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-2/+2
|
* community/jool-modules-lts: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-2/+2
|
* main/linux-lts: upgrade to 5.4.14Natanael Copa2020-01-231-3/+3
|
* main/linux-lts: enable SPEAKUP for x86*Natanael Copa2020-01-233-6/+28
| | | | fixes #11151
* main/luajit: add support for s390xJ0WI2020-01-232-5/+43699
|
* testing/sieve-connect: new aportDavid Demelier2020-01-231-0/+29
| | | | | https://people.spodhuis.org/phil.pennock/software command line client for MANAGESIEVE protocol
* community/rpm: modernizeJ0WI2020-01-231-5/+4
|
* main/bacula: Fix dependency for building standaloneGustavo L F Walbon2020-01-231-6/+5
| | | | | | | | | | The build process requires in the lastest steps a user called `postgres` which could be added by postgresql package. Fixing an error of the usage of variable pkggroups. Signed-off-by: Gustavo L F Walbon <gwalbon@linux.ibm.com> Signed-off-by: Mike Sullivan <mksully22@gmail.com>
* main/pciutils: upgrade to 3.6.3Leo2020-01-231-5/+3
|
* community/ws: upgrade to 7.9.6Leo2020-01-231-2/+2
|
* testing/b3sum: upgrade to 0.1.3Leo2020-01-231-2/+2
|
* community/xe-guest-utilities upgrade to 7.18.0Ian Bashford2020-01-231-2/+2
| | | | Upstream bugfixes
* main/py3-pexpect: upgrade to 4.8.0Leo2020-01-231-3/+3
|
* main/py3-urllib3: upgrade to 1.25.8Leo2020-01-231-3/+3
|