| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This is added to community as its a dep of lxc 3.x oci template (optional
install). More info:
https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
|
|
|
|
|
|
|
| |
This is added to community as its a dep of lxc 3.x oci template (optional
install). More info:
https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
|
|
|
|
|
|
| |
This is split from lxc. For more info:
https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
|
|
|
|
|
|
| |
These are the legacy templates from 2.x. more info:
https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
|
|
|
|
| |
https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a pre release of distrobuilder. This should replace the lxc
templates which are now renamed to lxc-templates-legacy. LXC is already
on its 3.1 release so we should let users already try this out via
testing repository. Stable release schedule can be followed here:
https://github.com/lxc/distrobuilder/issues/91
more info:
https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Allows qemu to use the host machine graphics adapter OpenGL capabilites.
Tested on postmarketOS running weston and X11 desktops (Xfce4, MATE)
|
| |
|
|
|
|
| |
needed by qemu
|
| |
|
| |
|
| |
|
|
|
|
| |
ref #9738
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
- CVE-2018-14423
- CVE-2018-6616
this commit fixes #9797
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes dad.if-up getting stuck
|
| |
|
| |
|
| |
|
|
|
|
|
| |
https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin
A generic, script-driven monitoring plugin for the Xfce panel
|
| |
|
|
|
|
| |
Signed-off-by: Daniel Isaksen <d@duniel.no>
|
|
|
|
| |
use source and url from github.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'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.
|
| |
|
| |
|
| |
|
|
|
|
| |
The current apk is broken anyway, it wants .so.10
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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;
}
|
|
|
|
|
| |
- Update to LTS version 2.2.3 (current version drops python 2 support)
- Split up packages (py2-, py3-) to add python 3 support
|
| |
|
|
|
|
|
| |
https://cgit.freedesktop.org/xorg/driver/xf86-video-vbox/
VirtualBox guest video driver
|
| |
|