| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
this has now been upstreamed with:
https://git.busybox.net/busybox/commit/sysklogd?id=9d539f9fbd0dc4ea70ed8ba66e3c78150fa8a8b2
fixes: #9986
|
| |
|
| |
|
|
|
|
| |
netmask
|
| |
|
| |
|
| |
|
|
|
|
| |
syslog must already be running for klogd to properly utilize it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.
Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").
Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.
GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.
Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!
[1]: https://spdx.org/licenses/
|
|
|
|
|
|
|
| |
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.
$source urls are updated when they contain $url as substring.
|
|
|
|
| |
resolv.conf may be created with too restrictive mode depending on umask
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
udhcpc works only with IPv4 addresses but the current
/usr/share/udhcpc/default.script script interferes with IPv6.
For example, when getting a new lease from an IPv4 address on a given
interface, all the addresses on this interfaces get flushed, including
IPv6. This issue has been reported to the busybox project:
https://bugs.busybox.net/show_bug.cgi?id=9621
This commit prevents udhcpc to act on IPv6 addresses.
|
|
|
|
| |
It was added first to wrong modprobe.
|
|
|
|
|
|
| |
If initramfs is built without kms feature, it will not have fbcon.
Now with efifb and simplefb statically built to kernel image, the
fb0 can appear always. Add -q to suppress this error.
|
|
|
|
|
|
|
| |
This also updates /etc/resolv.conf atomically to avoid transient
failures during updates.
Signed-off-by: David Scott <dave.scott@docker.com>
|
|
|
|
|
|
| |
Logic was broken.
This reverts commit 703e83eaed5020ebe2aa4dbfdfce21259abf2e83.
|
|
|
|
|
| |
Since this group is used by udev by default for input devices we should
also use it in mdev.
|
| |
|
|
|
|
|
|
| |
This tells /usr/share/udhcpc/default.script to leave resolv.conf
alone when not sent DHCP options for DNS (option 6) and a search
domain (option 15).
|
| |
|
|
|
|
|
|
|
|
|
| |
tun/tap devices are created inside /dev/net by default, so tun[0-9]*
and tap[0-9]* doesn't match them.
When you run qemu as an unprivileged user, that user must have write
permission on the tun device. The group netdev seems to be appropriate
for this and it's already included in the baselayout's groups.
|
|
|
|
| |
ref #5672
|
|
|
|
| |
fixes #5462
|
|
|
|
|
| |
abuild's default_prepare now tries to cd to $builddir. it does not exist
in this case so we override it with a dummy.
|
|
|
|
|
| |
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
|
|
|
|
|
|
|
|
|
|
| |
cron is the name of a virtual service and a real service. This causes a
non-fatal error with the most recent OpenRC version. This error appears
everytime openrc updates the dependency tree this can be triggered
manually by calling rc_deptree_update(3).
Renaming the busybox cron service fixes this error, however, this breaks
backwards compatibility.
|
| |
|
|
|
|
|
|
|
| |
--
When mdev is used with X, this allows users in group 'video' to use OpenGL,
instead of just users in 'root'.
A similar fix may be needed for eudev.
|
| |
|
|
|
|
|
| |
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Use keyword -<sys> instead of no<sys> to disable services on given
systems.
On LXC, disable acpid, klogd, mdev-mount, mdev and rdate.
fixes #3699
|
| |
|
|
|
|
|
| |
It is rasperry pi's video chip device. Apps accessing the gfx
chip need that.
|
| |
|
| |
|
|
|
|
| |
default.script
|
|
|
|
|
|
|
| |
It seems like kernel now specify the devices ass foo/bar instead ofi
foo/bar. Adjust default mdev.conf to support both.
ref #3091
|
|
|
|
| |
ref #3156
|
| |
|
| |
|
|
|
|
| |
ref #3073
|
|
|
|
| |
ref #2880
|
|
|
|
| |
fixes #2781
|
|
|
|
|
| |
Replaces openntpd init script and conf with the same
name.
|
|
|
|
| |
ref #2276
|
|
|
|
| |
ref #2071
|