Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/rsyslog: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | main/py-hiredis: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | main/kamailio: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | main/freeradius: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | main/collectd: rebuild against hiredis | Carlo Landmeter | 2019-01-02 | 1 | -1/+1 | |
| | ||||||
* | main/cjdns: unbreak build on aarch64 | Natanael Copa | 2019-01-02 | 2 | -3/+18 | |
| | ||||||
* | main/lxc: upgrade to 3.1 | Carlo Landmeter | 2019-01-02 | 7 | -302/+54 | |
| | | | | | | | | | | | Lots of changes in the way LXC handles creations of containers. https://discuss.linuxcontainers.org/t/lxc-3-0-0-has-been-released/1449 - fixed building of man docs - bundled pam module - lua module is now a seperate pkg - python module now a seperate pkg | |||||
* | main/py3-lxc: new aport | Carlo Landmeter | 2019-01-02 | 1 | -0/+32 | |
| | | | | | | This is split from lxc. For more info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html | |||||
* | main/lxc-templates-legacy: new aport | Carlo Landmeter | 2019-01-02 | 1 | -0/+48 | |
| | | | | | | These are the legacy templates from 2.x. more info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html | |||||
* | main/lua-lxc: new aport | Carlo Landmeter | 2019-01-02 | 1 | -0/+61 | |
| | | | | https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html | |||||
* | main/qemu: enable virglrenderer | Robert Yang | 2019-01-01 | 1 | -1/+3 | |
| | | | | | Allows qemu to use the host machine graphics adapter OpenGL capabilites. Tested on postmarketOS running weston and X11 desktops (Xfce4, MATE) | |||||
* | main/virglrenderer: upgrade to 0.7.0 | Natanael Copa | 2019-01-01 | 1 | -7/+11 | |
| | ||||||
* | main/virglrenderer: move from testing | Natanael Copa | 2019-01-01 | 2 | -0/+50 | |
| | | | | needed by qemu | |||||
* | main/gzip: upgrade to 1.10 | Andy Postnikov | 2019-01-01 | 1 | -2/+2 | |
| | ||||||
* | 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 | |||||
* | main/openjpeg: security fixes | Francesco Colista | 2019-01-01 | 3 | -2/+138 | |
| | | | | | | | - CVE-2018-14423 - CVE-2018-6616 this commit fixes #9797 | |||||
* | 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 | |
| | ||||||
* | main/procmail: update source url | Natanael Copa | 2018-12-31 | 1 | -1/+1 | |
| | ||||||
* | 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; } | |||||
* | 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 | |||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.19.13 | Natanael Copa | 2018-12-31 | 1 | -3/+3 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | 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/glm: move from main | Natanael Copa | 2018-12-28 | 1 | -36/+0 | |
| | ||||||
* | main/openldap: Update to 2.4.47 | Simon Frankenberger | 2018-12-28 | 1 | -2/+2 | |
| | ||||||
* | main/lua-bit32: bump pkgrel to rebuild | Carlo Landmeter | 2018-12-28 | 1 | -1/+1 | |
| | ||||||
* | main/lua-bit32: do not depend on luarocks | Carlo Landmeter | 2018-12-28 | 2 | -20/+23 | |
| | ||||||
* | main/lua-posix: depend on renamed lua-bit32 | Carlo Landmeter | 2018-12-28 | 1 | -3/+3 | |
| | ||||||
* | main/lua-bitlib: rename aport to lua-bit32 | Carlo Landmeter | 2018-12-28 | 3 | -79/+54 | |
| | | | | | | | It seems lua-bitlib is confusing as the module to load is named bit32. Also other distros (debian fedora) seem to name it lua-bit32 instead. This aport is copied from duplicated aport in community | |||||
* | main/glm: upgrade to 0.9.9.3 and add check() | Roberto Oliveira | 2018-12-28 | 1 | -3/+7 | |
| |