Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/dynamips: upgrade to 0.2.19 | Francesco Colista | 2019-02-05 | 1 | -3/+3 |
| | |||||
* | community/py-numpy: upgrade to 1.16.0 | Francesco Colista | 2019-02-05 | 1 | -2/+2 |
| | |||||
* | community/mbedtls: Upgrade to 2.16.0 (LTS) | Simon Frankenberger | 2019-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | This commit upgrades the mbedtls library to the recently released 2.16 LTS version. https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.0-2.7.9-and-2.1.18-released The depending packages don't need to be rebuild as the soname doesn't change (libmbedcrypto.so.3, libmbedtls.so.12 and libmbedx509.so.0) | ||||
* | community/borgbackup: backport patch to make borg work again | Adam Ruzicka | 2019-02-05 | 2 | -3/+18 |
| | |||||
* | community/remmina: upgrade to 1.2.32.1 | J0WI | 2019-02-05 | 1 | -4/+4 |
| | |||||
* | community/pdns: upgrade to 4.1.6 | tcely | 2019-02-05 | 1 | -3/+3 |
| | |||||
* | community/pdns-recursor: upgrade to 4.1.11 | tcely | 2019-02-05 | 1 | -2/+2 |
| | |||||
* | community/elasticsearch: upgrade to 6.4.3 | Jakub Jirutka | 2019-02-05 | 1 | -3/+3 |
| | |||||
* | community/elasticsearch: improve default config | Jakub Jirutka | 2019-02-05 | 2 | -1/+19 |
| | |||||
* | community/gogs: upgrade to 0.11.86 | Bradley Saulteaux | 2019-02-05 | 2 | -15/+15 |
| | | | | | https://gogs.io/ A painless self-hosted Git service | ||||
* | community/go: enable build on armel | alpine-mips-patches | 2019-02-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | There were ARMv5TE boards with 512 MiB (as in RPi1), that is enough for go. Also remove go-bootstrap from makedepends. In a cross-build it ends up with depending on itself which is safe (abuild handles this) but ugly. In normal build it is duplicated which is safe but ugly too. Do not bump pkgrel since - no previous armel packages exist; - makedepends change makes no difference for the created apks. | ||||
* | community/rspamd: enable build on mips* | alpine-mips-patches | 2019-02-05 | 2 | -3/+82 |
| | | | | | | This is a generic fix really, nothing specific to mips*. It just makes the bundled lua-torch aware of architectures besides x86/power/arm so it might be reasonable to try s390x as well. | ||||
* | community/zabbix: upgrade to 4.0.4 | Leonardo Arena | 2019-02-05 | 1 | -2/+2 |
| | |||||
* | community/nodejs-current: upgrade to 11.6.0 | alpine-mips-patches | 2019-02-05 | 2 | -16/+13 |
| | | | | | | | | | | - build against system libnghttp2.so (which upstream bundles/uses since 8.x); - switch to bundled http_parser due to build failure and make the experimental bundled llhttp (claimed to be 2x faster) default. - remove binutils-gold from makedepends, it is not needed; - remove ca-certificates from makedepends, it seems the run-time dependency is enough. | ||||
* | community/tinc-pre: disable for aarch64 | Leonardo Arena | 2019-02-05 | 1 | -1/+2 |
| | | | | FAIL: legacy-protocol.test | ||||
* | community/tinc-pre: upgrade to 1.1pre17 | alpine-mips-patches | 2019-02-05 | 3 | -48/+41 |
| | | | | | | | | | | | | - no wxPython GUI anymore in upstream so remove the -gui package. - no more ping.test in upstream so just drop the corresponding patch; ns-ping.test is still here but the test driver will skip it properly in non-root environment anyway. - sync configure feature flags with makedepends even if they just confirm the default. On mipseln8hf this upgrade fixes exactly the same tests failure as described in commit 4a50fb4c... | ||||
* | community/go-bootstrap: remove unsupported archs | alpine-mips-patches | 2019-02-05 | 1 | -8/+6 |
| | | | | | | | | | | | go-1.4.3 supports only 386, amd64, arm (32-bit) so: - remove mips*, the specs are incomplete even for later mips-aware versions of go; - pass correct option for 386 FPU, otherwise it is autodetected at build time (to sse2); - pass ARM architecture version explicitly for arm*; This change affects the x86 package so bump pkgrel. | ||||
* | community/atril: read Postscript files | Paul Bredbury | 2019-02-05 | 1 | -2/+2 |
| | |||||
* | Revert "community/refind: new aport" | Leonardo Arena | 2019-02-05 | 2 | -41/+0 |
| | | | | This reverts commit 896c0f13c2b0480650d2b50a79888ebe86c9b21f. | ||||
* | Revert "testing/refind: moved from community" | Leonardo Arena | 2019-02-05 | 2 | -0/+41 |
| | | | | This reverts commit abee3f81754531e7343e6ee78bef0da15b0b70f2. | ||||
* | testing/refind: moved from community | Leonardo Arena | 2019-02-05 | 2 | -41/+0 |
| | |||||
* | community/refind: new aport | Eric Molitor | 2019-02-05 | 2 | -0/+41 |
| | | | | | | https://www.rodsbooks.com/refind A fork of the rEFIt boot manager for computers based on the Extensible Firmware Interface (EFI) and Unified EFI (UEFI). | ||||
* | community/libzip: build static libzip.a and add it to -dev apk | Milan P. Stanić | 2019-02-05 | 1 | -1/+15 |
| | | | | | | | build static version of libzip in two pass because upstream made switch which allows build only shared or static in single compile/build invocation add static libzip.a to libzip-dev with hackish cp/mv | ||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.19-r0 | Natanael Copa | 2019-02-04 | 1 | -1/+1 |
| | |||||
* | community/composer: upgrade to 1.8.3 | Andy Postnikov | 2019-02-03 | 1 | -4/+4 |
| | |||||
* | community/shadow: update to 4.6 | Drew DeVault | 2019-02-01 | 3 | -23/+26 |
| | | | | This also modernizes the APKBUILD and fixes the useradd default shell. | ||||
* | community/neovim: upgrade to 0.3.4 | Henrik Riomar | 2019-02-01 | 1 | -3/+3 |
| | |||||
* | community/yarn: upgrade to 1.13.0 | Michael Lin | 2019-02-01 | 1 | -2/+2 |
| | |||||
* | community/gitea: upgrade to 1.7.1 | Carlo Landmeter | 2019-02-01 | 1 | -2/+2 |
| | |||||
* | community/scdoc: upgrade to 1.8.1 | Henrik Riomar | 2019-01-31 | 1 | -2/+2 |
| | |||||
* | community/phpmyadmin: security upgrade to 4.8.5 (CVE-2019-6798 CVE-2019-6799) | Andy Postnikov | 2019-01-31 | 1 | -2/+5 |
| | |||||
* | community/libraw: security upgrade to 0.19.2 | Leonardo Arena | 2019-01-31 | 1 | -2/+6 |
| | | | | CVE-2018-20363, CVE-2018-20364, CVE-2018-20365 | ||||
* | community/sxiv: upgrade to 25 | Sören Tempel | 2019-01-30 | 1 | -3/+3 |
| | |||||
* | community/sparse: upgrade to 0.6.0 | Sören Tempel | 2019-01-30 | 1 | -15/+9 |
| | | | | While at it also modernize it a bit. | ||||
* | community/radare2: upgrade to 3.2.1 | Sören Tempel | 2019-01-30 | 1 | -3/+3 |
| | |||||
* | community/openjdk7: security upgrade to 7.201.2.6.16 | Simon Frankenberger | 2019-01-30 | 1 | -12/+20 |
| | | | | | | | | | | | | | - CVE-2018-3136 - CVE-2018-3139 - CVE-2018-3149 - CVE-2018-3169 - CVE-2018-3180 - CVE-2018-3214 - CVE-2018-13785 This commit upgrades OpenJDK7 to the latest release, 7u201. This contains many security fixes, additional information can be found at: http://blog.fuseyism.com/index.php/2019/01/03/security-icedtea-2-6-16-for-openjdk-7-released/ | ||||
* | community/terraform: upgrade to 0.11.11 | Simone Ripamonti | 2019-01-30 | 1 | -2/+2 |
| | |||||
* | community/flatpak-builder: upgrade to 1.0.3 | André Klitzing | 2019-01-30 | 1 | -2/+2 |
| | |||||
* | community/flatpak: upgrade to 1.2.0 | André Klitzing | 2019-01-30 | 1 | -3/+3 |
| | |||||
* | community/firejail: upgrade to 0.9.58 | Stuart Cardall | 2019-01-30 | 1 | -6/+6 |
| | | | | https://firejail.wordpress.com/download-2/release-notes/ | ||||
* | community/scdoc: update to 1.8.0 | Drew DeVault | 2019-01-30 | 1 | -2/+2 |
| | |||||
* | community/wireshark: security upgrade to 2.6.6 | J0WI | 2019-01-29 | 1 | -2/+7 |
| | | | | fixes #9891 | ||||
* | community/go: security upgrade to 1.11.5 (CVE-2019-6486) | Natanael Copa | 2019-01-29 | 1 | -3/+5 |
| | | | | fixes #9937 | ||||
* | community/thunar: upgrade to 1.8.4 | Natanael Copa | 2019-01-28 | 1 | -2/+2 |
| | |||||
* | community/whois: upgrade to 5.4.1 | Stuart Cardall | 2019-01-28 | 1 | -2/+2 |
| | | | | https://github.com/rfc1036/whois/blob/next/debian/changelog | ||||
* | Revert "community/certbot: add missing depends" | Leonardo Arena | 2019-01-28 | 1 | -5/+2 |
| | | | | This reverts commit 59d0b45e95ec7c1e3b7259c3dc017e941a110232. | ||||
* | main/czmq: move from community | Jakub Jirutka | 2019-01-28 | 1 | -37/+0 |
| | | | | It's needed for main/rsyslog. | ||||
* | community/certbot: add missing depends | Leonardo Arena | 2019-01-28 | 1 | -1/+5 |
| | |||||
* | community/certbot: upgrade to 0.30.2 | Andy Postnikov | 2019-01-27 | 1 | -2/+2 |
| | |||||
* | community/firejail: fix source | Andy Postnikov | 2019-01-27 | 1 | -3/+3 |
| |