aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* main/sysstat: remove obsolete patchLeo2020-02-042-34/+2
| | | | This is fixed upstream in different ways
* main/open-isns: upgrade to 0.100Leo2020-02-041-2/+3
|
* main/distcc: upgrade to 3.3.3Leo2020-02-041-13/+9
|
* main/beep: upgrade to 1.4.7Leo2020-02-042-16/+3
|
* main/iproute2: upgrade to 5.5.0Leo2020-02-041-3/+3
|
* main/xtables-addons: upgrade to 3.8Leo2020-02-041-2/+2
|
* main/perl-dbd-pg: upgrade to 3.10.4Leo2020-02-041-2/+2
|
* main/perl-cgi: upgrade to 4.46Leo2020-02-041-6/+4
|
* main/doas: upgrade to 6.6.1Leo2020-02-041-6/+3
|
* main/open-iscsi: fix path of commands on initd, add -dev and -libs subpkgLeo2020-02-032-6/+5
| | | | fixes #11183
* main/libinput: upgrade to 1.15.1Leo2020-02-031-4/+2
|
* main/p11-kit: revert bdda844bf392b5f4e7d826600a1364cf8bd4e0ddLeo2020-02-031-1/+1
|
* main/libtasn1: make -dev subpackage depend on -progs subpackageLeo2020-02-031-1/+6
|
* main/py3-wheel: upgrade to 0.34.2Leo2020-02-031-2/+2
|
* main/hylafaxplus: remove obsolete patchLeo2020-02-031-15/+0
| | | | removed in 37a376dc57f95f6cc49de698b94e36e5148a2b30
* main/cryptsetup: upgrade to 2.3.0Leo2020-02-031-5/+2
|
* main/py3-cairo: upgrade to 1.19.0Leo2020-02-031-3/+3
|
* main/cracklib-words: modernize, fix url= by rebuildingLeo2020-02-031-12/+7
|
* main/protobuf: upgrade to 3.11.3Leo2020-02-031-2/+2
|
* main/sharutils: add xz to dependsCarlo Landmeter2020-02-021-2/+2
| | | | | tests run xz with options not provided by busybox xz so we asume busybox xz is not supported.
* main/p11-kit: add libtasn1-progs to makedependsCarlo Landmeter2020-02-021-1/+1
| | | | 78e034fe splits progs from lib which are needed in build
* main/perl-test2-suite: upgrade to 0.000129Francesco Colista2020-02-021-2/+2
|
* main/perl-type-tiny: upgrade to 1.008005Francesco Colista2020-02-021-2/+2
|
* main/perl-scalar-list-utils: upgrade to 1.54Francesco Colista2020-02-021-3/+3
|
* main/hylafaxplus: upgrade to 7.0.2Francesco Colista2020-02-021-22/+20
|
* main/hylafaxplus: upgrade to 7.0.2Francesco Colista2020-02-021-6/+4
|
* main/duply: upgrade to 2.2.1Francesco Colista2020-02-021-3/+3
|
* main/libmtp: upgrade to 1.1.17Leo2020-02-021-7/+3
|
* main/hvtools: fix url= and license=Leo2020-02-021-5/+4
|
* main/gtk-engines: rebuild to fix url= and fix license=Leo2020-02-021-20/+9
|
* main/gpicview: fix license= and rebuild for url=Leo2020-02-021-20/+6
|
* main/heimdal: fix url=Leo2020-02-021-8/+3
|
* main/gconf: RemoveLeo2020-02-021-40/+0
| | | | | - Replaced upstream by dconf - No more consumers for it in Alpine Linux
* main/dillo: fix url= and license=Leo2020-02-021-24/+14
|
* main/cairomm: fix url=Leo2020-02-021-14/+9
|