- 29 May, 2020 20 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
fix commit 9535467b, which should never been merged. Also update the missing checksum.
-
Leo authored
-
Natanael Copa authored
-
Natanael Copa authored
-
-
Quoted kernel options in /proc/cmdline look like this: modules=something "ssh_key=ssh-rsa foobar user@foo" quiet Without the eval this would be parsed as: opt='modules=something' opt='"ssh_key=ssh-rsa' opt='foobar' opt='user@foo"' opt='quiet' With the eval in this branch the options are parsed correctly. Since ssh keys need spaces and therefor must be quoted, passing ssh_key by kernel option cannot work as currently implemented. fixes #9504
-
Upstream bug: alpine-conf#10455.
-
Leo authored
-
Leo authored
-
Leo authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
-
-
Ariadne Conill authored
-
-
- 28 May, 2020 20 commits
-
-
Ariadne Conill authored
-
-
Andy Postnikov authored
-
Dermot Bradley authored
This fixes issue #11512.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
-
Richard Kojedzinszky authored
-
-
-
-
/etc/profile loops over files that end with .sh, so if these don't have a .sh file extension on locale it's not sourced. As such, changing the extension of the locale script to .sh means that it's sourced by default. Strictly speaking musl already uses "C.UTF-8" as default[0], but some software will not use UTF-8 features without an UTF-8 locale set. E.g. DBus wont enable UTF-8 mode without an UTF-8 locale set, which breaks applications which expect it to be set, like gnome-terminal. Other software which is hit by this is e.g. tmux, see #7374. fixes #11583 0: https://wiki.musl-libc.org/functional-differences-from-glibc.html#Default-locale
-
Milan P. Stanić authored
remove 0001-elfload-load-PIE-executables-to-right-address.patch, it doesn't apply and looks like it is not needed with this version add system-rx
-