Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | {main,community,testing}: make terminals depend on ncurses-terminfo-base | Leo | 2020-02-25 | 6 | -17/+13 | |
| | ||||||
* | main/ncurses: re-arrange terminfo contents | Leo | 2020-02-25 | 1 | -7/+33 | |
| | | | | | | | | | | | | | | This re-arranges the contents of ncurses-terminfo-base so it contains all the terminfo entries for commonly used TERMs like xterm256-color. It also includes all terminfo entries for terminals we package like alacritty, gnome-terminal, konsole, kitty, st, etc. And a few others like putty, tmux and vte. The ncurses-terminfo-base packaged increased from 94.21 kB to 126.98 kB, a quite small increase when considering that now it is in the majority of cases the only package one has to install instead of having to rely on the massive ncurses-terminfo package. | |||||
* | main/cvs: security upgrade to 1.12.12 | TBK | 2020-02-25 | 16 | -53/+704 | |
| | | | | | | | | | Most distros uses 1.12.13 (https://repology.org/project/cvs/versions) but according to Gentoo it is usable, so following Gentoo (https://bugs.gentoo.org/124733) 1.12.12 is the way forward. CVEs: * CVE-2010-3846 - https://bugzilla.redhat.com/show_bug.cgi?id=642146 * CVE-2012-0804 - https://security-tracker.debian.org/tracker/CVE-2012-0804 * CVE-2017-12836 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871810#10 | |||||
* | main/putty: depend on ncurses-terminfo | Leo | 2020-02-25 | 1 | -4/+2 | |
| | ||||||
* | community/konsole: depend on ncurses-terminfo | Leo | 2020-02-25 | 1 | -2/+3 | |
| | ||||||
* | testing/kitty: depend on ncurses-terminfo | Leo | 2020-02-25 | 1 | -2/+2 | |
| | ||||||
* | community/gnome-terminal: depend on ncurses-terminfo | Leo | 2020-02-25 | 1 | -2/+2 | |
| | ||||||
* | community/alacritty: depend on ncurses-terminfo | Leo | 2020-02-25 | 1 | -1/+2 | |
| | ||||||
* | community/xterm: depend on ncurses-terminfo | Leo | 2020-02-25 | 1 | -1/+2 | |
| | ||||||
* | main/zfs-lts: use zfs 0.8.3 | Rasmus Thomsen | 2020-02-25 | 1 | -5/+3 | |
| | | | | ref #11195 | |||||
* | main/zfs: upgrade to 0.8.3 | Rasmus Thomsen | 2020-02-25 | 1 | -6/+5 | |
| | | | | fixes #11195 | |||||
* | main/ncurses: upgrade to 6.1_p20200118 | Leo | 2020-02-25 | 1 | -3/+3 | |
| | | | | This version actually exists, unlike 20191130 | |||||
* | main/ncurses: fix automatic dependency due to symlinks | Leo | 2020-02-25 | 1 | -9/+7 | |
| | | | | | | | | | | | | | | | | | | The -libs subpackage depended on ncurses-terminfo when it shouldn't because when moving $pkgdir/usr/lib also moved /usr/lib/terminfo which is a symlink to /usr/share/terminfo which is part of ncurses-terminfo and thus a dependency would be automatically added by the prepare_symlink() function from APKBUILD. So make the libs() function grab only actual libraries by matching /usr/lib/*.so.* (this does not match libraries meant for -dev which would be *.so) so /usr/lib/terminfo isn't caught up. Also make the terminfo() function move /usr/lib/terminfo to it. In the meantime also do other cleanup like removing unnecessary 'cd "$builddir"' declarations and make libs() depend on the same $pkgver-r$pkgrel of the ncurses-terminfo-base. | |||||
* | main/glib: upgrade to 2.62.5 | Leo | 2020-02-24 | 1 | -2/+2 | |
| | ||||||
* | main/glib: add missing CVE info | Leo | 2020-02-24 | 1 | -1/+3 | |
| | ||||||
* | main/opensmtpd: security upgrade to 6.6.4p1 | Jakub Jirutka | 2020-02-24 | 1 | -2/+2 | |
| | | | | I don't know CVE number yet. | |||||
* | community/knot-resolver: add init script for kres-cache-gc | Jakub Jirutka | 2020-02-23 | 4 | -4/+48 | |
| | ||||||
* | community/knot-resolver: add missing dependencies | Jakub Jirutka | 2020-02-23 | 1 | -4/+5 | |
| | | | | | | | | * libcap-ng * lua5.1-cqueues (http) * lua5.1-mmdb (http) And make subpackages depend on the exact base package version. | |||||
* | community/lua-mmdb: new aport (needed for knot-resolver) | Jakub Jirutka | 2020-02-23 | 1 | -0/+70 | |
| | ||||||
* | community/weechat: security upgrade to 2.7.1 (CVE-2020-8955) | Kevin Daudt | 2020-02-21 | 1 | -2/+4 | |
| | ||||||
* | main/ppp: security fix | Milan P. Stanić | 2020-02-20 | 2 | -1/+48 | |
| | | | | fixes CVE-2020-8597 | |||||
* | community/py3-prettytable: fix permissions | Leo | 2020-02-19 | 1 | -1/+2 | |
| | | | | fixes #11235 | |||||
* | main/protobuf: fix ruby gem - missing symbol __va_copy | Jakub Jirutka | 2020-02-18 | 2 | -2/+21 | |
| | ||||||
* | community/webkit2gtk: upgrade to 2.26.4 | Rasmus Thomsen | 2020-02-18 | 1 | -2/+2 | |
| | ||||||
* | main/dmvpn: various fixes | Kaarle Ritvanen | 2020-02-17 | 6 | -6/+116 | |
| | | | | | | define ciphers for better security and performance fix race condition in nhrp-events startup close inactive IKE SAs | |||||
* | ci: use clone instead of fetch | Kevin Daudt | 2020-02-16 | 1 | -1/+1 | |
| | | | | | This makes sure there is no interference from older merge requests and shallow fetches. | |||||
* | ci: enable shallow cloning/fetching | Kevin Daudt | 2020-02-16 | 1 | -1/+1 | |
| | ||||||
* | ci: silence fetching from upstream | Kevin Daudt | 2020-02-16 | 1 | -1/+1 | |
| | | | | To reduce noise in the job log, silence the output of `git fetch`. | |||||
* | main/dovecot: security upgrade to 2.3.9.3 | Milan P. Stanić | 2020-02-16 | 1 | -2/+5 | |
| | | | | taken from master commit e9e7886ac4e95e89ba3699315dffc40c61159838 | |||||
* | main/dmvpn: fix race condition | Kaarle Ritvanen | 2020-02-15 | 3 | -3/+86 | |
| | | | | avoid creating superfluous child SAs during IKE SA reauthentication | |||||
* | main/postgresql: security upgrade to 12.2 | J0WI | 2020-02-14 | 1 | -22/+24 | |
| | ||||||
* | main/freeradius: fix perms in certs directory | Jakub Jirutka | 2020-02-14 | 1 | -1/+6 | |
| | ||||||
* | main/freeradius: remove sites-available/*.orig | Jakub Jirutka | 2020-02-14 | 1 | -3/+4 | |
| | | | | This is a residue from applying patches. | |||||
* | main/haproxy: upgrade to 2.0.13 | Milan P. Stanić | 2020-02-13 | 1 | -2/+2 | |
| | ||||||
* | main/vala: upgrade to 0.46.6 | Rasmus Thomsen | 2020-02-12 | 1 | -2/+2 | |
| | ||||||
* | community/firefox-esr: upgrade to 68.5.0 | Milan P. Stanić | 2020-02-12 | 1 | -2/+8 | |
| | | | | | fixes CVE-2020-6796, CVE-2020-6797, CVE-2020-6798, CVE-2020-6799 and CVE-2020-6800 | |||||
* | main/libxml2: fix CVE-2020-7595 | Jakub Jirutka | 2020-02-11 | 1 | -1/+5 | |
| | ||||||
* | community/uacme: create acme-challenge dir | Jakub Jirutka | 2020-02-10 | 1 | -1/+3 | |
| | | | | | The provided challenge hook expects /var/www/.well-known/acme-challenge to exist. | |||||
* | community/uacme: upgrade to 1.0.22 | Leo | 2020-02-10 | 2 | -82/+4 | |
| | ||||||
* | main/awall: upgrade to 1.7.1 | Kaarle Ritvanen | 2020-02-08 | 1 | -2/+2 | |
| | ||||||
* | main/openvpn: allow to pass additional arguments for openvpn | Jakub Jirutka | 2020-02-07 | 3 | -4/+8 | |
| | | | | Backported from ce095fc43d6850ef1cc74190d2c6ea40aeceff26. | |||||
* | main/nodejs: fix man pages to have npm- prefix | Jakub Jirutka | 2020-02-07 | 1 | -1/+9 | |
| | ||||||
* | main/nodejs: upgrade to 12.15.0 | Jakub Jirutka | 2020-02-07 | 1 | -2/+6 | |
| | ||||||
* | main/doas: upgrade to 6.6.1 | Leo | 2020-02-06 | 1 | -6/+3 | |
| | | | | (cherry picked from commit 5d3999ccaee7d956bb75f5800e118e2e0e81dfa9) | |||||
* | main/doas: fix simple typo in description | Chad Dougherty | 2020-02-06 | 2 | -6/+2 | |
| | | | | | | | Closes !2650 (cherry picked from commit 8fd8655e06c3b22e4e31e04519f12bbb2c94ad58) also remove unused doas.conf | |||||
* | main/ca-certificates: fix bundle with certs without newline | Natanael Copa | 2020-02-06 | 2 | -4/+44 | |
| | | | | | | | | | | backport fix that adds newline to each cert in the bundle. The reason is that trailing newline is no requirement so self generated certs may not have it. fixes #8379 (cherry picked from commit d9eab57971e1500ed4c2207ab3575d01442f43fd) | |||||
* | main/openjpeg: secfixes (CVE-2020-6851,CVE-2020-8112) | Natanael Copa | 2020-02-05 | 3 | -4/+83 | |
| | | | | fixes #11189 | |||||
* | community/webkit2gtk: update secfixes comment | Natanael Copa | 2020-02-05 | 1 | -0/+4 | |
| | | | | | | add CVE-2019-8835, CVE-2019-8844, CVE-2019-8846 ref #11159 | |||||
* | main/sudo: upgrade to 1.8.31 | Natanael Copa | 2020-02-05 | 1 | -8/+4 | |
| | | | | fixes #11172 | |||||
* | main/sudo: fix CVE-2019-18634 | Jakub Jirutka | 2020-02-05 | 1 | -2/+6 | |
| |