Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/xen: add secinfo | Leonardo Arena | 2020-01-14 | 1 | -0/+6 | |
| | ||||||
* | community/py3-waitress: fix broken upgrade from older versions | Jakub Jirutka | 2020-01-14 | 1 | -1/+3 | |
| | | | | Broken by @Leo in 8617b6bbbe1953d0ce3fb75309748810316ad68b. | |||||
* | community/firefox-esr: fix typo in disabled arch s390 -> s390x | Rasmus Thomsen | 2020-01-14 | 1 | -1/+1 | |
| | ||||||
* | community/firefox-esr: enable on armhf, armv7, ppc64le and x86 | J0WI | 2020-01-14 | 3 | -11/+83 | |
| | ||||||
* | testing/dub: upgrade to 1.19.0, enable on (all !ppc64le) | Geod24 | 2020-01-14 | 1 | -5/+5 | |
| | | | | | It is now enabled on all D-supported architectures (all architectures supported by gcc-gdc-9.2.0-r5) | |||||
* | community/libcsys: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/libcprime: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -3/+3 | |
| | ||||||
* | community/coreuniverse: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/coretime: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corestuff: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -3/+3 | |
| | ||||||
* | community/corestats: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/coreshot: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corerenamer: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corepins: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corepdf: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corepaint: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corepad: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corekeyboard: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/coreinfo: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/coreimage: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corehunt: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/coregarage: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corefm: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/corearchiver: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/coreaction: upgrade to 2.8.0 | rahmanshaber | 2020-01-14 | 1 | -3/+3 | |
| | ||||||
* | community/ldap-passwd-webui: fix depends on py-waitress | Jakub Jirutka | 2020-01-14 | 1 | -2/+2 | |
| | | | | This is broken since 8617b6bbbe1953d0ce3fb75309748810316ad68b by @Leo. | |||||
* | community/aqbanking: upgrade to 5.99.45 | Sören Tempel | 2020-01-14 | 2 | -22/+3 | |
| | ||||||
* | community/gwenhywfar: upgrade to 5.1.0 | Sören Tempel | 2020-01-14 | 1 | -3/+3 | |
| | ||||||
* | testing/sssd: revert bad "modernization" from the last commit | Jakub Jirutka | 2020-01-14 | 1 | -11/+12 | |
| | | | | | | | | | | | | | This partially reverts commit 67a63bbbb70c24358c6dde9240a8babf2500cd08. Removing quotes around $pkgdir is not improvement at all; it should be always quoted, to be safe if $pkgdir contains spaces. ${pkgdir:?} is completely unnecessary and doesn't make much sense - pkgdir is always set by abuild script. Adding yourself to the contributors just for very minor (and even wrong) changes in APKBUILD is not good. | |||||
* | community/ruby-i18n: upgrade to 1.8.2 | Jakub Jirutka | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | main/gcc: Fix D language support on non-x86_64 | Geod24 | 2020-01-14 | 4 | -3/+1007 | |
| | | | | | | | | | | | | | | While some basic functions were working, some C definitions in Druntime were wrong, which led to wrong compilation when trying to bootstrap other packages on x86, ARM and AArch64. Additionally, s390x didn't seem to pick the dependency on the C runtime, and needed an extra dependency on libucontext-dev (not to mention a few fixes to C definitions, like other archs). Finally, 404-dlang-zlib.patch contains a fix that was done in 2.077.0, but is needed for another Alpine package to work on all platforms. While not required to fix platform support, it fixes #11125. | |||||
* | main/gcc: Fix most linting issues | Geod24 | 2020-01-14 | 1 | -53/+54 | |
| | ||||||
* | main/gcc: let gcc-gnat provide gcc-gnat-bootstrap | Natanael Copa | 2020-01-14 | 1 | -0/+1 | |
| | | | | | | | this is so we can trck abuild to pull in gcc-gnat as a build time dependency despite it is a subpackage. we do similar for go. | |||||
* | main/grub: fix booting Xen under EFI | William Johansson | 2020-01-14 | 4 | -2/+195 | |
| | | | | | | | | | | Need to use multiboot2 while booting Xen under EFI, and not multiboot as is used when generating grub.cfg with grub-mkconfig. Backport commits included in upstream Grub 2.04. Diskless setups are not affected, as grub.cfg is generated manually by the mkimage scipts. | |||||
* | community/karchive: disable on armhf due to qtdeclarative | Rasmus Thomsen | 2020-01-14 | 1 | -1/+1 | |
| | ||||||
* | community/gtk-layer-shell: move from testing | Rasmus Thomsen | 2020-01-14 | 1 | -0/+0 | |
| | | | | Required for waybar | |||||
* | community/extra-cmake-modules: disable on armhf due to qtdeclarative | Rasmus Thomsen | 2020-01-14 | 1 | -1/+1 | |
| | ||||||
* | community/waybar: rebuild against spdlog-1.5.0 | Leo | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | community/spdlog: upgrade to 1.5.0 | Leo | 2020-01-14 | 1 | -12/+3 | |
| | ||||||
* | main/git: upgrade to 2.25.0 | J0WI | 2020-01-14 | 1 | -16/+16 | |
| | ||||||
* | main/cgit: upgrade to 1.2.2 | Andy Postnikov | 2020-01-14 | 1 | -6/+6 | |
| | ||||||
* | community/py3-pyo: upgrade to 1.0.1 | Jean-Louis Fuchs | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | main/nss: upgrade to 3.49.1 | J0WI | 2020-01-14 | 1 | -3/+3 | |
| | ||||||
* | community/lego: upgrade to 3.3.0 | Michał Polański | 2020-01-14 | 1 | -3/+2 | |
| | ||||||
* | community/zfs-auto-snapshot: move from testing | Henrik Riomar | 2020-01-13 | 2 | -0/+0 | |
| | ||||||
* | main/py3-django-treebeard: upgrade to 4.3.1 | Leo | 2020-01-13 | 1 | -6/+3 | |
| | ||||||
* | testing/py3-keyring: upgrade to 21.1.0 | Leo | 2020-01-13 | 1 | -2/+2 | |
| | ||||||
* | community/py3-boto3: upgrade to 1.11.0 | Leo | 2020-01-13 | 1 | -2/+2 | |
| | ||||||
* | community/py3-botocore: upgrade to 1.14.0 | Leo | 2020-01-13 | 1 | -2/+2 | |
| | ||||||
* | testing/sssd: modernize | Henrik Riomar | 2020-01-13 | 1 | -19/+12 | |
| | | | | bump to trigger rebuild with new libs |