aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/virglrenderer: move from testingNatanael Copa2019-01-012-0/+0
| | | | needed by qemu
* main/gzip: upgrade to 1.10Andy Postnikov2019-01-011-2/+2
|
* community/geth: fix ppc64le build break by re-enabling isatty terminal functionsMike Sullivan2019-01-012-3/+14
|
* main/f2fs-tools: upgrade to 1.12.0Milan P. Stanić2019-01-011-2/+2
|
* main/cyrus-sasl: add static subpackageNatanael Copa2019-01-011-2/+10
| | | | ref #9738
* testing/jbigkit: fix build for x86Francesco Colista2019-01-011-1/+6
|
* testing/jbigkit: new aportFrancesco Colista2019-01-011-0/+43
|
* testing/openconnect: added initd, confd and logrotate scriptsFrancesco Colista2019-01-014-15/+145
|
* community/opencl-icd-loader: fix build, bump pkgrelFrancesco Colista2019-01-012-4/+19
|
* community/mkvtoolnix: added check() function. Fixes #7294Francesco Colista2019-01-011-3/+9
|
* community/wireshark: security upgrade to 2.6.5Milan P. Stanić2019-01-011-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>
* main/openjpeg: security fixesFrancesco Colista2019-01-013-2/+138
| | | | | | | - CVE-2018-14423 - CVE-2018-6616 this commit fixes #9797
* testing/lxd: added lxc missing bin, fixed sbin path for lxdFrancesco Colista2019-01-011-3/+4
|
* community/cloudi: ocaml not available on armv7Leonardo Arena2019-01-011-2/+2
|
* testing/lxd: fixed sqlite symbolsFrancesco Colista2018-12-311-24/+56
|
* main/busybox: ip: print dadfailed flagKaarle Ritvanen2018-12-312-1/+31
| | | | fixes dad.if-up getting stuck
* main/lockfile-progs: Update to 0.1.18Simon Frankenberger2018-12-311-12/+15
|
* 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
|