aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/nano: upgrade to 4.8Leo2020-02-071-2/+2
|
* main/nodejs: fix man pages to have npm- prefixJakub Jirutka2020-02-071-1/+9
|
* main/nodejs: upgrade to 12.15.0Jakub Jirutka2020-02-071-2/+6
|
* main/cython: upgrade to 0.29.15Leo2020-02-071-2/+2
|
* main/directfb: Add patch to automatically detect touchscreens using tslibMinecrell2020-02-072-2/+35
|
* main/directfb: modernizeMinecrell2020-02-071-32/+33
| | | | | - Fix linter issues - Add -static subpackage to fix abuild warning
* main/http-parser: upgrade to 2.9.3Leo2020-02-071-9/+3
|
* main/perl-cpanel-json-xs: upgrade to 4.19Leo2020-02-071-8/+3
|
* main/strace: upgrade to 5.5Leo2020-02-071-5/+2
|
* main/checkbashisms: upgrade to 2.20.1Leo2020-02-071-4/+2
|
* main/clamav: upgrade to 0.102.2Milan P. Stanić2020-02-071-2/+2
|
* main/ca-certificates: fix bundle with certs without newlineNatanael Copa2020-02-062-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. ref #8379
* main/zfs-lts: rebuild against kernel 5.4.18-r0Natanael Copa2020-02-061-1/+1
|
* main/xtables-addons-lts: rebuild against kernel 5.4.18-r0Natanael Copa2020-02-061-1/+1
|
* main/drbd-lts: rebuild against kernel 5.4.18-r0Natanael Copa2020-02-061-1/+1
|
* main/dahdi-linux-lts: rebuild against kernel 5.4.18-r0Natanael Copa2020-02-061-1/+1
|
* main/linux-lts: upgrade to 5.4.18Milan P. Stanić2020-02-0612-25/+25
| | | | change url to https://www.kernel.org
* main/linux-rpi: upgrade to 5.4.18Natanael Copa2020-02-061-3/+3
|
* main/py3-pycryptodome: upgrade to 3.9.6Leo2020-02-061-2/+2
|
* main/cmake: upgrade to 3.16.4Leo2020-02-061-2/+2
|
* main/screen: upgrade to 4.8.0Leo2020-02-061-8/+5
|
* main/ctags: upgrade to 0_git20200205Sören Tempel2020-02-062-48/+4
| | | | | | | | | Unfortunately, upstream does not tag releases currently [1]. For this reason, the package is technically outdated most of the time. I believe it make sense to update the package periodically, the last update was done almost two months ago, time for a new one. [1]: https://github.com/universal-ctags/ctags/issues/1038
* main/hwids: upgrade to 20200204Milan P. Stanić2020-02-051-2/+2
|
* main/linux-octeon: upgrade to 5.4.17, add UBNT E200 SDIO underclocking ↵Ariadne Conill2020-02-053-4/+55
| | | | workaround
* main/openjpeg: secfixes (CVE-2020-6851,CVE-2020-8112)Natanael Copa2020-02-053-4/+83
| | | | fixes #11189
* main/busybox: increase max log line length from 256 to 512Jakub Jirutka2020-02-052-3/+3
| | | | 256 characters is not enough for many programs.
* main/clang: make clang-dev depend on clang-extra-toolsLeo2020-02-051-2/+2
|
* main/wireless-regdb: upgrade to 2019.06.03Leo2020-02-051-6/+4
|
* main/gnupg: remove systemd documentationLeo2020-02-051-1/+4
|
* main/vte3: add vte-ng patches for termiteIbex2020-02-052-3/+290
|
* main/varnish: upgrade to 6.3.2Leo2020-02-051-8/+3
|
* main/py3-phonenumbers: upgrade to 8.11.3Leo2020-02-051-2/+2
|
* main/uwsgi: simplify abuild after purging python2Jakub Jirutka2020-02-041-14/+9
|
* main/uwsgi: actually add post-upgrade scriptJakub Jirutka2020-02-041-2/+2
|
* main/uwsgi: bump pkgrelJakub Jirutka2020-02-041-1/+1
|
* main/uwsgi: mitigate backward compat. breakage in -python3 and -gevent3Jakub Jirutka2020-02-042-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages uwsgi-python and uwsgi-gevent were removed and packages uwsgi-python3 and uwsgi-gevent3 renamed to uwsgi-python and uwsgi-gevent, respectively; without setting $provides and adding a warning message. This breakes backward compatibility with previous versions of the packages and thus introduces problems with upgrade to Alpine v3.11. The worst is that the names overlap, so when users with uwsgi-python or uwsgi-gevent (Python 2) installed upgrade to Alpine v3.11, they will suddenly end-up with Python 3 versions without noticing. This may lead to hard times trying to figure out why the app doesn't work correctly! Users with uwsgi-python3 or uwsgi-gevent3 installed will not be able to upgrade because of missing packages. After they find what happend and install uwsgi-python or uwsgi-gevent instead, they would have to also fix their uWSGI configuration to load correct plugin. Also all the major distros (except Arch Linux) name uWSGI Python 3 plugin as python3(_plugin.so) or python38(_plugin.so) and keep this name even after purging Python 2. That's consistent with naming Python 3 binary as python3 and not python. Unfortunately, there's no way how to fix this mess now without introducing another breaking change in v3.11 branch. This patch just fixes the upgrade path for uwsgi-python3 and uwsgi-gevent3 users and adds post-upgrade warning message. This problem was introduced in commit 3ee2dbe9737e86f9432a72e9cf49f41de7e5804b authored by @Leo and committed by @ncopa.
* main/glslang: explicitly use samuria instead of ninjaNatanael Copa2020-02-041-2/+2
|
* main/meson: explicitly use samurai dependencyNatanael Copa2020-02-041-2/+2
| | | | | | explicitly use samurai as dependency instead of rely on provides=ninja. This makes it easier to figure out the build order, since currently we dont consider provides at build time.
* main/linux-rpi: upgrade to 5.4.17Natanael Copa2020-02-041-3/+3
|
* main/zfs-lts: rebuild against kernel 5.4.17-r0Natanael Copa2020-02-041-1/+1
|
* main/xtables-addons-lts: rebuild against kernel 5.4.17-r0Natanael Copa2020-02-041-3/+3
|
* main/drbd-lts: rebuild against kernel 5.4.17-r0Natanael Copa2020-02-041-1/+1
|
* main/dahdi-linux-lts: rebuild against kernel 5.4.17-r0Natanael Copa2020-02-041-1/+1
|
* main/linux-lts: add -virt for armv7Natanael Copa2020-02-042-0/+4691
| | | | ref https://lists.alpinelinux.org/~alpine/aports/patches/3253
* main/linux-lts: upgrade to 5.4.17Milan P. Stanić2020-02-0411-22/+22
|
* main/alpine-ipxe: upgrade to 1.20.1Carlo Landmeter2020-02-041-6/+5
| | | | add floppy target
* main/mosquitto: add -dbg packageNatanael Copa2020-02-041-2/+2
| | | | ref #11186
* main/busybox: fix nslookup with search domainsNatanael Copa2020-02-042-1/+179
| | | | | upstream report: https://bugs.busybox.net/show_bug.cgi?id=12541 downstream report: https://github.com/gliderlabs/docker-alpine/issues/539
* main/postfix: upgrade to 3.4.9Andy Postnikov2020-02-041-2/+2
|
* main/py3-django: security upgrade to 1.11.28Kaarle Ritvanen2020-02-041-2/+4
|