summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2019-05-28 system/s6-linux-init: new package = new init systemLaurent Bercot22-134/+335
This commit touches lots of things at once: it is necessary in order to maintain consistency. The impacted packages are: - s6-linux-init: new package. s6-linux-init mechanism plus booting policy. s6-linux-init conflicts with sysvinit; you can have one or the other, depending on what init you want to boot on. * s6-linux-init-common: subpackage of s6-linux-init, containing files used in the s6 supervision tree in both init cases. Both s6-linux-init and sysvinit depend on s6-linux-init-common. - s6: removed s6-svscanboot, which is policy, and only used in the sysvinit case. The s6 package is pure mechanism now. - utmps: adapted to the new location of the supervision tree, and reliable files provided by s6-linux-init-common. It works as is with both init systems. - gettys-openrc: had to move its invocation from "openrc sysinit" to "openrc default", because you can't make early gettys with s6-linux-init (no control over stage 1), and you can't have a supervision tree before sysinit with sysvinit (because /run is mounted very late, in boot), so the only solution that works with both is to make gettys late services. - sysvinit: now has s6-svscanboot (starting the s6 supervision tree from inittab), and a carefully crafted inittab that should work in all cases. Getting the right order of inittab lines was NOT easy, and I now hate sysvinit even more than I did before. Note that with the current version of apk, you cannot switch from sysvinit to s6-linux-init, or vice-versa, without an error. apk says files conflict. Because it adds the new files before removing the old ones. It should still work with apk -f, because the .apk-new mechanism makes it so that there's no real collision while you're switching, but it's still ugly as fuck and needs to be fixed in apk before we make the switch available to users.
2019-05-15system/s6: bump to 2.8.0.1Laurent Bercot1-3/+3
2019-05-15system/skalibs: bump to 2.8.1.0Laurent Bercot1-2/+2
2019-05-14system/xfsprogs: bump to 5.0.0; ensure ownership by root, not build user1.0-BETA3A. Wilcox1-2/+3
2019-05-08user/linux-pam: harden configurationA. Wilcox8-17/+35
Refuse to allow logins for accounts with no password.
2019-05-03system/adelie-base: bump to 0.9.2A. Wilcox1-2/+2
2019-05-03system/icu: fix URLA. Wilcox1-1/+1
2019-05-03system/tcl: fix URLA. Wilcox1-1/+1
2019-05-02system/sqlite: bump to 3.28.0A. Wilcox1-5/+5
2019-05-01system/libuv: bump to 1.28.0A. Wilcox1-2/+2
2019-05-01system/cmake: bump to 3.14.3A. Wilcox1-2/+2
2019-05-01system/bison: bump to 3.3.2A. Wilcox1-3/+3
2019-05-01system/bc: bump to 1.2.8A. Wilcox1-2/+2
2019-05-01system/apk-tools: update list patchA. Wilcox2-1/+3
2019-04-28system/libucontext: bump to 0.9.0A. Wilcox1-11/+6
2019-04-28system/libucontext: fix on PowerPC platforms (thanks @koorogi)A. Wilcox2-2/+540
2019-04-26system/vim: upgrade to 8.1.1206Kiyoshi Aman1-2/+2
2019-04-25system/gcc: fix more GCC Go bugsA. Wilcox3-0/+164
2019-04-24system/libucontext: build static libraryA. Wilcox2-2/+80
2019-04-19system/gcc: fix gomp/itm TLS modelA. Wilcox2-0/+53
2019-04-18system/bc: remove -locale subpkg; musl don't ship gencat(1) yetA. Wilcox1-1/+1
2019-04-18Merge branch 'master' into 'master' A. Wilcox1-2/+2
system/bc: update to 1.2.6 This release removes a rare and subtle use-after-free bug. It also adds some locales and removes the use of `local` from all shell scripts. I did not know that `local` was not in POSIX. See merge request !217
2019-04-18Merge branch 'bump.aerdan.20190416' into 'master' A. Wilcox4-9/+9
Package bumps for 16 April 2019. See merge request !216
2019-04-18system/util-linux: bump to 2.33.2A. Wilcox1-2/+2
2019-04-18system/tzdata: bump to 2019aA. Wilcox1-4/+4
2019-04-17system/pkgconf: bump to 1.6.1A. Wilcox2-61/+3
2019-04-17system/pcre: bump to 8.43, upstream ELFv2 fix (woo)A. Wilcox2-45/+4
2019-04-17system/nss: bump to 3.43A. Wilcox1-2/+2
2019-04-17system/yaml: bump to 0.2.2A. Wilcox3-76/+4
2019-04-17system/bc: update to 1.2.6Gavin Howard1-2/+2
This release removes a rare and subtle use-after-free bug. It also adds some locales and removes the use of `local` from all shell scripts. I did not know that `local` was not in POSIX.
2019-04-17system/libgpg-error: bump to 1.36A. Wilcox1-2/+2
2019-04-17system/libedit: bump to 20190324 patchsetA. Wilcox1-2/+2
2019-04-16system/libcap: upgrade to 2.27Kiyoshi Aman1-2/+2
2019-04-16system/perl-module-build: upgrade to 0.4229Kiyoshi Aman1-2/+2
2019-04-17system/help2man: bump to 1.47.10A. Wilcox1-2/+2
2019-04-16system/vim: upgrade to 8.1.1177Kiyoshi Aman1-2/+2
2019-04-16system/ncurses: upgrade to 6.1.20190413Kiyoshi Aman1-3/+3
2019-04-16system/coreutils: bump to 8.31A. Wilcox1-2/+2
2019-04-16system/console-setup: bump to 1.191A. Wilcox1-2/+2
2019-04-16system/cmake: bump to 3.14.2A. Wilcox1-2/+2
2019-04-12system/openssh: add agent-forwarding to list of insecure defaults to changeA. Wilcox2-3/+4
2019-04-10system/musl: bump to 1.1.22A. Wilcox4-349/+4
2019-04-09system/libucontext: Amend PowerPC patch (thanks koorogi!)A. Wilcox4-441/+586
2019-04-07system/psmisc: remove Kiyoshi Aman from maintainershipKiyoshi Aman1-1/+1
2019-04-07system/perl-test-needs: upgrade to 0.002006Kiyoshi Aman1-2/+2
2019-04-07system/perl-http-daemon: upgrade to 6.04Kiyoshi Aman1-4/+8
2019-04-05system/bc: add -lang subpackageA. Wilcox1-1/+1
2019-04-05system/bc: bump to 1.2.3, tweak build systemGavin Howard1-5/+5
2019-03-30system/vim: upgrade to 8.1.1073Kiyoshi Aman1-2/+2
2019-03-30system/curl: upgrade to 7.64.1Kiyoshi Aman1-2/+2