Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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). | |||||
* | main/sqlite: Enabled FTS3 | Marian Buschsieweke | 2018-12-31 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | SQLITE_ENABLE_FTS3 is already defined via `-DSQLITE_ENABLE_FTS3` in `CFLAGS`, however this approach does not work (compile source below to verify). Adding `--enable-fts3` as parameter did the trick. FTS3 is required e.g. by Firefox. #include <stdio.h> #include "sqlite3.h" int main(int argc, char **argv){ if (sqlite3_compileoption_used("SQLITE_ENABLE_FTS3")) puts("yes"); else puts("no"); return 0; } | |||||
* | testing/py-matplotlib: Update to 2.2.3 & py3 | Marian Buschsieweke | 2018-12-31 | 2 | -41/+41 | |
| | | | | | - Update to LTS version 2.2.3 (current version drops python 2 support) - Split up packages (py2-, py3-) to add python 3 support | |||||
* | testing/xf86-video-vboxvideo: cleanup, claim maintainership | Natanael Copa | 2018-12-31 | 1 | -9/+3 | |
| | ||||||
* | testing/xf86-video-vboxvideo: new aport | Rick Chen | 2018-12-31 | 1 | -0/+45 | |
| | | | | | https://cgit.freedesktop.org/xorg/driver/xf86-video-vbox/ VirtualBox guest video driver | |||||
* | 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. | |||||
* | main/libsndfile: security fixes (CVE-2017-17456, CVE-2017-17457, ↵ | alpine-mips-patches | 2018-12-31 | 2 | -1/+96 | |
| | | | | | | | | CVE-2018-19661, CVE-2018-19662) This is upstream commit 8ddc442d539ca775d80cdbc7af17a718634a743f Partially fixes #9232 | |||||
* | main/lcms: remove failing test on aarch64 | Leonardo Arena | 2018-12-31 | 2 | -3/+285 | |
| | | | | Testing linear interpolation ...Error in Linear interpolation (2p): Must be i=8000, But is n=8001 | |||||
* | testing/lua-resty-openidc: new aport | Timo Teräs | 2018-12-31 | 1 | -0/+21 | |
| | | | | | OpenID Connect library for the nginx lua module https://github.com/zmartzone/lua-resty-openidc | |||||
* | testing/lua-resty-session: new aport | Timo Teräs | 2018-12-31 | 1 | -0/+21 | |
| | | | | | Session library for OpenResty https://github.com/bungle/lua-resty-session | |||||
* | testing/lua-resty-jwt: new aport | Timo Teräs | 2018-12-31 | 1 | -0/+21 | |
| | | | | | JSON Web Token library for OpenResty https://github.com/cdbattags/lua-resty-jwt | |||||
* | testing/lua-resty-hmac: new aport | Timo Teräs | 2018-12-31 | 1 | -0/+30 | |
| | | | | | HMAC functions for OpenResty https://github.com/jkeys089/lua-resty-hmac | |||||
* | testing/lua-resty-string: new aport | Timo Teräs | 2018-12-31 | 1 | -0/+28 | |
| | | | | | String functions for OpenResty https://github.com/openresty/lua-resty-string | |||||
* | main/bubblewrap: upgrade to 0.3.1 | Timo Teräs | 2018-12-31 | 1 | -2/+2 | |
| | ||||||
* | main/asterisk: upgrade to 15.7.1 | Timo Teräs | 2018-12-31 | 1 | -3/+3 | |
| | ||||||
* | testing/mktorrent-borg: update license | Francesco Colista | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | testing/mktorrent-borg: new aport | Francesco Colista | 2018-12-31 | 1 | -0/+32 | |
| | ||||||
* | 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 | |
| | ||||||
* | main/raspberrypi: fix build on builders | Timo Teräs | 2018-12-31 | 1 | -1/+6 | |
| | | | | Remove bash dependency. Any shall will do. | |||||
* | main/sqlite: add check() and enable GeoPoly module | Andy Postnikov | 2018-12-31 | 1 | -1/+7 | |
| | ||||||
* | testing/wireguard-virt: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | testing/wireguard-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | testing/ipt-netflow-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -2/+2 | |
| | ||||||
* | main/zfs-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | main/spl-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | main/drbd9-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.13-r0 | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.19.13 | Natanael Copa | 2018-12-31 | 1 | -3/+3 | |
| | ||||||
* | community/aws-ena-driver-vanilla: remove. module is in mainline 4.19 | Natanael Copa | 2018-12-31 | 2 | -90/+0 | |
| | ||||||
* | main/vanilla-linux: build amazon ena module | Jake Buchholz | 2018-12-31 | 6 | -11/+16 | |
| | | | | | | | Build amazon's ena network driver module on x86, x86_64, and aarch64 (for EC2 a1 instances). At some point we will probably want to add config-virt.aarch64, too. The ena driver in recent kernels (4.19.x) is in sync with the one in https://github.com/amzn/amzn-drivers, eliminating the necessity for the 'community/aws-ena-driver' aport. | |||||
* | 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. | |||||
* | main/raspberrypi: upgrade to snapshot 2018-12-12 | Timo Teräs | 2018-12-31 | 1 | -3/+3 | |
| | ||||||
* | main/py-pynacl: fix ppc64le build hang by disabling segv signal check | Mike Sullivan | 2018-12-29 | 2 | -3/+19 | |
| | ||||||
* | testing/tuptime: new aport | Roberto Oliveira | 2018-12-29 | 1 | -0/+23 | |
| | | | | | | Report the historical and statistical real time of the system, keeping it between restarts fixes #9722 | |||||
* | main/perl-date-manip: try to enable tests again | Roberto Oliveira | 2018-12-29 | 1 | -3/+1 | |
| | | | | Seems tests are not hanging anymore on 32 bits | |||||
* | main/perl-date-manip: upgrade to 6.75 | Roberto Oliveira | 2018-12-29 | 1 | -2/+2 | |
| | ||||||
* | main/perl-clone: modernize abuild | Roberto Oliveira | 2018-12-29 | 1 | -18/+14 | |
| | ||||||
* | main/perl-clone: upgrade to 0.41 | Roberto Oliveira | 2018-12-29 | 1 | -3/+3 | |
| | ||||||
* | 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 | |
| |