Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/kodi: fix build | Natanael Copa | 2019-01-02 | 3 | -13/+373 | |
| | ||||||
* | community/lua-dromozoa-utf8: upgrade to 1.12 | alpine-mips-patches | 2019-01-02 | 1 | -2/+2 | |
| | ||||||
* | community/lld: fix build with gcc8 (-fpermissive) | alpine-mips-patches | 2019-01-02 | 1 | -2/+2 | |
| | ||||||
* | community/gst-plugins-bad: add tiff-dev to makedepends | Milan P. Stanić | 2019-01-02 | 2 | -23/+4 | |
| | | | | | | add missing tiff-dev to makedepends remove unneeded libressl270-dtsl_method.patch bump pkgrel | |||||
* | community/chromium: build with vaapi and dont use gold | Natanael Copa | 2019-01-02 | 3 | -18/+578 | |
| | | | | | | gold does not seem to work with arm architectures. libva patches are from void linux | |||||
* | community/opencl-icd-loader: update urls | Natanael Copa | 2019-01-02 | 1 | -6/+11 | |
| | ||||||
* | unmaintained/llvm4: move from community | Natanael Copa | 2019-01-02 | 7 | -481/+0 | |
| | | | | Seems like nothing uses it | |||||
* | community/volatility: fix source url, bump pkgrel | Milan P. Stanić | 2019-01-02 | 1 | -3/+3 | |
| | ||||||
* | community/rust: upgrade to 1.31.1 | Marat Safin | 2019-01-02 | 3 | -11/+108 | |
| | ||||||
* | community/qt5-qtscript: fix build on s390x | Natanael Copa | 2019-01-02 | 2 | -2/+36 | |
| | ||||||
* | community/suricata: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | community/minetest: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | community/lua-hiredis: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | community/gvm-libs: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | community/rethinkdb: build against openssl-1.1 | Timo Teräs | 2019-01-02 | 2 | -2/+379 | |
| | ||||||
* | community/umoci: new aport | Carlo Landmeter | 2019-01-02 | 1 | -0/+32 | |
| | | | | | | | This is added to community as its a dep of lxc 3.x oci template (optional install). More info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html | |||||
* | community/skopeo: new aport | Carlo Landmeter | 2019-01-02 | 1 | -0/+51 | |
| | | | | | | | This is added to community as its a dep of lxc 3.x oci template (optional install). More info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html | |||||
* | community/filezilla: upgrade to 3.39.0 | Leonardo Arena | 2019-01-02 | 1 | -2/+2 | |
| | ||||||
* | community/libfilezilla: upgrade to 0.15.1 | Leonardo Arena | 2019-01-02 | 1 | -2/+2 | |
| | ||||||
* | community/geth: fix ppc64le build break by re-enabling isatty terminal functions | Mike Sullivan | 2019-01-01 | 2 | -3/+14 | |
| | ||||||
* | community/opencl-icd-loader: fix build, bump pkgrel | Francesco Colista | 2019-01-01 | 2 | -4/+19 | |
| | ||||||
* | community/mkvtoolnix: added check() function. Fixes #7294 | Francesco Colista | 2019-01-01 | 1 | -3/+9 | |
| | ||||||
* | community/wireshark: security upgrade to 2.6.5 | Milan P. Stanić | 2019-01-01 | 1 | -3/+11 | |
| | | | | | | | | | CVE-2018-19622, CVE-2018-19623, CVE-2018-19624, CVE-2018-19625 CVE-2018-19626, CVE-2018-19627, CVE-2018-19628 Fixes #9763 Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> | |||||
* | community/cloudi: ocaml not available on armv7 | Leonardo Arena | 2019-01-01 | 1 | -2/+2 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: add check | J0WI | 2018-12-31 | 1 | -2/+10 | |
| | ||||||
* | community/erlang: bump to 21.2.1 | Daniel Isaksen | 2018-12-31 | 1 | -2/+2 | |
| | | | | Signed-off-by: Daniel Isaksen <d@duniel.no> | |||||
* | community/dcron: fix source and url | Milan P. Stanić | 2018-12-31 | 1 | -12/+4 | |
| | | | | use source and url from github.com | |||||
* | community/gsoap: make sure to define _GNU_SOURCE | alpine-mips-patches | 2018-12-31 | 3 | -4/+61 | |
| | | | | | | | | | | | | | | | | | | 'strtod_l' is guarded by _GNU_SOURCE which gsoap fails to define on musl and compilation reports warnings like this: stdsoap2.c:16352:19: warning: implicit declaration of function 'strtod_l'; did you mean 'strtok_r'? [-Wimplicit-function-declaration] *p = (float)strtod_l(s, &r, SOAP_LOCALE(soap)); ^~~~~~~~ strtok_r On most hard-float systems (x86_64 and mips*hf for sure) this code will use some random garbage from the integer register. ...and update musl-fixes.patches to cover yet another attempt to use glibc-style strerror_r() (triggered by _GNU_SOURCE). The implicitly declared isatty() at soapcpp2_lex.c:1944 is ignored. | |||||
* | community/libzen: fix invalid sha512sums | Milan P. Stanić | 2018-12-31 | 1 | -2/+2 | |
| | ||||||
* | community/cloc: update source url | Natanael Copa | 2018-12-31 | 1 | -2/+2 | |
| | ||||||
* | community/monkey: rebuild against libmbedtls.so.12 | alpine-mips-patches | 2018-12-31 | 1 | -1/+1 | |
| | | | | The current apk is broken anyway, it wants .so.10 | |||||
* | community/neko: rebuild against libmbedtls.so.12 | alpine-mips-patches | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | community/mbedtls: upgrade to 2.14.1 | alpine-mips-patches | 2018-12-31 | 1 | -12/+17 | |
| | | | | | | | | | | | | - set the license to Apache 2.0 only, one have to download another tarball for the GPL version (2.12 was using Apache 2.0 tarball); - use the download link from the main web site for easier checksum cross-verification (github tarballs have different SHA sums); - sort secfixes from newer-to-older; - add python3 as now required for build. Rebuild is needed for the dependent aports due to libmbedtls.so.12 version bump (was .11). | |||||
* | community/fwsnort: bump pkgrel | Leonardo Arena | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | community/fwsnort: run tests in fakeroot | alpine-mips-patches | 2018-12-31 | 1 | -1/+2 | |
| | | | | | | | | | check() fails otherwise with the following output: [+] fwsnort has been successfully installed! [*] ./test-fwsnort.pl: You must be root (or equivalent UID 0 account) to effectively test fwsnort at ./test-fwsnort.pl line 822. >>> ERROR: fwsnort: check failed | |||||
* | Revert "community/fwsnort: disable check()" | Leonardo Arena | 2018-12-31 | 1 | -2/+1 | |
| | | | | This reverts commit 5985560fe98fd43a451182b531ae2aebbe512f5f. | |||||
* | community/mktorrent: fixed description and url, renamed binary from ↵ | Francesco Colista | 2018-12-31 | 1 | -2/+2 | |
| | | | | | | | | | | mktorrent-borg to mktorrent This package was referring to another mktorrent, called mktorrent-borg. Gentoo fixed this overlaps by renaming mktorrent to mktorrent-borg: https://packages.gentoo.org/packages/net-p2p/mktorrent-borg this package is actually mktorrent: https://packages.gentoo.org/packages/net-p2p/mktorrent | |||||
* | community/notmuch: upgrade to 0.28 | Francesco Colista | 2018-12-31 | 1 | -3/+3 | |
| | ||||||
* | community/libwacom: upgrade to 0.32 | Francesco Colista | 2018-12-31 | 1 | -2/+2 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | community/aws-ena-driver-vanilla: remove. module is in mainline 4.19 | Natanael Copa | 2018-12-31 | 2 | -90/+0 | |
| | ||||||
* | community/omxplayer: upgrade to snapshot 2018-12-27, fix armv7 | Timo Teräs | 2018-12-31 | 2 | -10/+14 | |
| | | | | | | | | Take out all CPU specific compiler flags and rely on gcc defaults. The problem on armv7 was that configuring manually armv6 and using gcc default for thumb tries to build using thumb1 which does not work. Use Alpine default config for these which is proper combination. | |||||
* | community/qt5-qtwebengine: build fix for arm | Carlo Landmeter | 2018-12-29 | 2 | -1/+208 | |
| | | | | https://bugreports.qt.io/browse/QTBUG-72393 | |||||
* | community/mktorrent: rebuild against openssl | J0WI | 2018-12-29 | 1 | -2/+2 | |
| | ||||||
* | community/opendkim: rebuild against openssl | J0WI | 2018-12-29 | 1 | -2/+2 | |
| | ||||||
* | community/wine: upgrade to 3.0.4 | J0WI | 2018-12-29 | 1 | -4/+4 | |
| | ||||||
* | community/tvheadend: update initd to use supervise-daeon | Carlo Landmeter | 2018-12-28 | 3 | -24/+25 | |
| | ||||||
* | community/glm: fix tests on big-endian machines | Natanael Copa | 2018-12-28 | 2 | -3/+36 | |
| | ||||||
* | community/glm: move from main | Natanael Copa | 2018-12-28 | 1 | -0/+36 | |
| | ||||||
* | community/nextcloud-client: disable on ppc64le due to qt5-webengine | Mike Sullivan | 2018-12-28 | 1 | -1/+1 | |
| |