| XMPP/Jabber | [email protected] |
| OMEMO fingerprint | bc74a799 cd800442 68dac9d7 8b0d0623 2fb278cc 8da0675b b802bc76 71d0231b |
| OTR fingerprint (mobile) | 5dbd0778 790b2501 b2a104af c3a597b8 e191035c |
| XMPP/Jabber | [email protected] |
| OMEMO fingerprint | bc74a799 cd800442 68dac9d7 8b0d0623 2fb278cc 8da0675b b802bc76 71d0231b |
| OTR fingerprint (mobile) | 5dbd0778 790b2501 b2a104af c3a597b8 e191035c |
I wrote up how my NAS is now just a big initramfs based on Alpine Linux.
It's been pretty great. Immutable, declarative, and very very simple. Just some files, a list of packages, and a short script.
Turns out you don't need overlays, or special DSLs. Or a rootfs!
It's been a long while since I've felt I kept GNOME Software's APK plugin at the very end of my TODO-list. It means, right now the plugin works unreliably, and the once fast-and-simple experience in postmarketOS/alpine is not there anymore. If you want to help with it, today it's the day: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16637
Fresh off the press: The builders finished building 3.21 and 3.21-rc1 has been tagged.
Please help testing it and report any issue on https://gitlab.alpinelinux.org/alpine/aports/-/issues
You can find the downloads at https://cdn.alpinelinux.org/v3.21/releases/
We appreciate all the help we received from the community in fixing the tons of build issues we experienced with 3.21. Without that we would still be struggling getting everything built.
sndiortp play RTP streams or send recorded audio over RTP
⚠ Restart required for sshd after upgrading to 9.8_p1 on Alpine Linux Edge. Failing to restart will prevent sshd from accepting new connections.
https://alpinelinux.org/posts/2024-07-02-openssh-upgrade-edge.html
OpenSSH sshd on musl-based systems is not vulnerable to RCE via CVE-2024-6387 (regreSSHion).
This is because we do not use localtime in log timestamps and do not use dynamic allocation (because it could fail under memory pressure) for printf formatting.
While the sshd bug is UB (AS-unsafe syslog call from signal context), very deliberate decisions we made for other good reasons reduced the potential impact to deadlock taking a lock.