Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/virglrenderer: move from testing | Natanael Copa | 2019-01-01 | 2 | -0/+0 | |
| | | | | needed by qemu | |||||
* | main/gzip: upgrade to 1.10 | Andy Postnikov | 2019-01-01 | 1 | -2/+2 | |
| | ||||||
* | community/geth: fix ppc64le build break by re-enabling isatty terminal functions | Mike Sullivan | 2019-01-01 | 2 | -3/+14 | |
| | ||||||
* | main/f2fs-tools: upgrade to 1.12.0 | Milan P. Stanić | 2019-01-01 | 1 | -2/+2 | |
| | ||||||
* | main/cyrus-sasl: add static subpackage | Natanael Copa | 2019-01-01 | 1 | -2/+10 | |
| | | | | ref #9738 | |||||
* | testing/jbigkit: fix build for x86 | Francesco Colista | 2019-01-01 | 1 | -1/+6 | |
| | ||||||
* | testing/jbigkit: new aport | Francesco Colista | 2019-01-01 | 1 | -0/+43 | |
| | ||||||
* | testing/openconnect: added initd, confd and logrotate scripts | Francesco Colista | 2019-01-01 | 4 | -15/+145 | |
| | ||||||
* | 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> | |||||
* | main/openjpeg: security fixes | Francesco Colista | 2019-01-01 | 3 | -2/+138 | |
| | | | | | | | - CVE-2018-14423 - CVE-2018-6616 this commit fixes #9797 | |||||
* | testing/lxd: added lxc missing bin, fixed sbin path for lxd | Francesco Colista | 2019-01-01 | 1 | -3/+4 | |
| | ||||||
* | community/cloudi: ocaml not available on armv7 | Leonardo Arena | 2019-01-01 | 1 | -2/+2 | |
| | ||||||
* | testing/lxd: fixed sqlite symbols | Francesco Colista | 2018-12-31 | 1 | -24/+56 | |
| | ||||||
* | main/busybox: ip: print dadfailed flag | Kaarle Ritvanen | 2018-12-31 | 2 | -1/+31 | |
| | | | | fixes dad.if-up getting stuck | |||||
* | main/lockfile-progs: Update to 0.1.18 | Simon Frankenberger | 2018-12-31 | 1 | -12/+15 | |
| | ||||||
* | main/libnetfilter_queue: Update to 1.0.3 | Simon Frankenberger | 2018-12-31 | 1 | -18/+15 | |
| | ||||||
* | main/libspf2: remove not need libreplace from source | Josef Fröhle | 2018-12-31 | 5 | -199/+307 | |
| | ||||||
* | testing/xfce4-genmon-plugin: new aport | Robert Hencke | 2018-12-31 | 1 | -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 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 | |
| | ||||||
* | main/procmail: update source url | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | 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). | |||||
* | 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 | |
| |