| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Upstream issue:
https://freeswitch.org/jira/browse/FS-8131
|
|
|
|
| |
Compilation fails due to text relocations found.
|
| |
|
|
|
|
| |
Also generate ECDSA-Hostkey on startup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*** NB: please move openvswitch-2.3.2-r1.apk in edge ---> stable ***
Changes in 2.4.0:
https://github.com/openvswitch/ovs/blob/master/NEWS
Added bash-completions
ovs 2.3.2 & 2.4.0 both have partial support for LXC:
see: https://github.com/itoffshore/lxc-scripts
ovsup / ovsdown stop LXC containers losing connectivity when networking
is restarted.
|
|
|
|
|
|
|
|
| |
starting ovs-vswitchd from the ifupdown script did not start the depends
during boot.
ovs will now start correctly with networking if it is stopped or if none
of the ovs services have been configured.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This action script manages the associated network interfaces. It start
them when wpa_supplicant successfully established a connection and it
stops them when wpa_supplicant disconnected from an access point.
When traveling between different location / networks / access points
with my laptop I noticed that udhcpc didn't automatically require a new
lease and had to be restarted each time I was associated with a new
access point. I had to manually invoke `ifdown <interface> && ifup
<interface>` each time I associated with a new access point.
Searching for solutions I looked at gentoo's netifrc[1] and noticed that
they are using a wpa_cli(8) action script[2] to solve this. I read the
gentoo action script[3] and decided to write a new action script for
alpine loosely based on gentoo's version. This is the result.
Maybe there is a better way to solve this problem if so I would to hear
about it. Otherwise I believe that this is the best approach to solve
it. It should also make it unnecessary to add the wpa_supplicant service
to the boot level since it doesn't need to be started before the
networking service anymore.
The action script has to be started manually using `wpa_cli -a
/etc/wpa_supplicant/wpa_cli.sh` currently. I couldn't decide how to
start it automatically. Gentoo starts it as a part of netifrc using
start-stop-daemon[4]. Maybe we should start it with the same options
from the wpa_supplicant OpenRC service?
[1]: https://gitweb.gentoo.org/proj/netifrc.git
[2]: https://gitweb.gentoo.org/proj/netifrc.git/tree/net/wpa_supplicant.sh#n54
[3]: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_cli.sh
[4]: https://gitweb.gentoo.org/proj/netifrc.git/tree/net/wpa_supplicant.sh#n164
|
|
|
|
|
|
|
|
| |
2 patches from gentoo were also added
the segfault breaking unprivileged lxc containers is traced at:
http://bugs.alpinelinux.org/issues/4544
|
| |
|
|
|
|
|
| |
Upstream bug and pull request:
https://freeswitch.org/jira/browse/FS-1772
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also store configurations in a dedicated directory.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
res_randomid() is not implemented in musl. As such, running `ldd` on
the generated .so yields:
Error relocating src/libasr-1.0.2/src/.libs/libasr.so.0.0.2:
res_randomid: symbol not found
This patch implements res_randomid using OpenBSD's implementation.
Also changed the source of the tarball to point to the tagged version
available at github since it does not assume a specific version of
autotools (the older source tarball does).
FYI, the included patch is awaiting merging upstream:
https://github.com/OpenSMTPD/libasr/pull/10
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
we need libtool
|
| |
|
|
|
|
|
| |
handbrake package contains the cli
handbrake-gtk subpackage contains the gui
|
|
|
|
| |
fix indentation and other minor stuff
|
|
|
|
|
|
| |
https://www.aleksey.com/xmlsec
Provides a C based implementation for XML Signature Syntax and
Processing and XML Encryption Syntax and Processing.
|
|
|
|
|
|
| |
The default configuration assumes that sendmail is located at
/usr/lib/sendmail, however, the sendmail version shipped by busybox is
located at /usr/sbin/sendmail.
|
| |
|
| |
|
|
|
|
|
|
|
| |
ref #4274
Also:
- changes url to requested http://youtube-dl.org/
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- compiles default privelege seperation user as ntp instead of _ntp
- creates required chroot directory /var/empty
|
| |
|
| |
|
| |
|
|
|
|
| |
Alpine only supports the Linux kernel.
|
| |
|
|
|
|
| |
Share the openrc initscript for the different nginx builds.
|
| |
|