aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/libnetfilter_queue: Update to 1.0.3Simon Frankenberger2018-12-311-18/+15
|
* main/libspf2: remove not need libreplace from sourceJosef Fröhle2018-12-315-199/+307
|
* testing/xfce4-genmon-plugin: new aportRobert Hencke2018-12-311-0/+32
| | | | | https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin A generic, script-driven monitoring plugin for the Xfce panel
* community/virtualbox-guest-modules-vanilla: add checkJ0WI2018-12-311-2/+10
|
* community/erlang: bump to 21.2.1Daniel Isaksen2018-12-311-2/+2
| | | | Signed-off-by: Daniel Isaksen <d@duniel.no>
* community/dcron: fix source and urlMilan P. Stanić2018-12-311-12/+4
| | | | use source and url from github.com
* community/gsoap: make sure to define _GNU_SOURCEalpine-mips-patches2018-12-313-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 sha512sumsMilan P. Stanić2018-12-311-2/+2
|
* community/cloc: update source urlNatanael Copa2018-12-311-2/+2
|
* main/procmail: update source urlNatanael Copa2018-12-311-1/+1
|
* community/monkey: rebuild against libmbedtls.so.12alpine-mips-patches2018-12-311-1/+1
| | | | The current apk is broken anyway, it wants .so.10
* community/neko: rebuild against libmbedtls.so.12alpine-mips-patches2018-12-311-1/+1
|
* community/mbedtls: upgrade to 2.14.1alpine-mips-patches2018-12-311-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 FTS3Marian Buschsieweke2018-12-311-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 & py3Marian Buschsieweke2018-12-312-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 maintainershipNatanael Copa2018-12-311-9/+3
|
* testing/xf86-video-vboxvideo: new aportRick Chen2018-12-311-0/+45
| | | | | https://cgit.freedesktop.org/xorg/driver/xf86-video-vbox/ VirtualBox guest video driver
* community/fwsnort: bump pkgrelLeonardo Arena2018-12-311-1/+1
|
* community/fwsnort: run tests in fakerootalpine-mips-patches2018-12-311-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 Arena2018-12-311-2/+1
| | | | This reverts commit 5985560fe98fd43a451182b531ae2aebbe512f5f.
* main/libsndfile: security fixes (CVE-2017-17456, CVE-2017-17457, ↵alpine-mips-patches2018-12-312-1/+96
| | | | | | | | CVE-2018-19661, CVE-2018-19662) This is upstream commit 8ddc442d539ca775d80cdbc7af17a718634a743f Partially fixes #9232
* main/lcms: remove failing test on aarch64Leonardo Arena2018-12-312-3/+285
| | | | Testing linear interpolation ...Error in Linear interpolation (2p): Must be i=8000, But is n=8001
* testing/lua-resty-openidc: new aportTimo Teräs2018-12-311-0/+21
| | | | | OpenID Connect library for the nginx lua module https://github.com/zmartzone/lua-resty-openidc
* testing/lua-resty-session: new aportTimo Teräs2018-12-311-0/+21
| | | | | Session library for OpenResty https://github.com/bungle/lua-resty-session
* testing/lua-resty-jwt: new aportTimo Teräs2018-12-311-0/+21
| | | | | JSON Web Token library for OpenResty https://github.com/cdbattags/lua-resty-jwt
* testing/lua-resty-hmac: new aportTimo Teräs2018-12-311-0/+30
| | | | | HMAC functions for OpenResty https://github.com/jkeys089/lua-resty-hmac
* testing/lua-resty-string: new aportTimo Teräs2018-12-311-0/+28
| | | | | String functions for OpenResty https://github.com/openresty/lua-resty-string
* main/bubblewrap: upgrade to 0.3.1Timo Teräs2018-12-311-2/+2
|
* main/asterisk: upgrade to 15.7.1Timo Teräs2018-12-311-3/+3
|
* testing/mktorrent-borg: update licenseFrancesco Colista2018-12-311-1/+1
|
* testing/mktorrent-borg: new aportFrancesco Colista2018-12-311-0/+32
|
* community/mktorrent: fixed description and url, renamed binary from ↵Francesco Colista2018-12-311-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.28Francesco Colista2018-12-311-3/+3
|
* community/libwacom: upgrade to 0.32Francesco Colista2018-12-311-2/+2
|
* main/raspberrypi: fix build on buildersTimo Teräs2018-12-311-1/+6
| | | | Remove bash dependency. Any shall will do.
* main/sqlite: add check() and enable GeoPoly moduleAndy Postnikov2018-12-311-1/+7
|
* testing/wireguard-virt: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-2/+2
|
* main/zfs-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/drbd9-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/linux-vanilla: upgrade to 4.19.13Natanael Copa2018-12-311-3/+3
|
* community/aws-ena-driver-vanilla: remove. module is in mainline 4.19Natanael Copa2018-12-312-90/+0
|
* main/vanilla-linux: build amazon ena moduleJake Buchholz2018-12-316-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 armv7Timo Teräs2018-12-312-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.