Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-28 | system/s6-linux-init: new package = new init system | Laurent Bercot | 22 | -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-15 | system/s6: bump to 2.8.0.1 | Laurent Bercot | 1 | -3/+3 | |
2019-05-15 | system/skalibs: bump to 2.8.1.0 | Laurent Bercot | 1 | -2/+2 | |
2019-05-14 | system/xfsprogs: bump to 5.0.0; ensure ownership by root, not build user1.0-BETA3 | A. Wilcox | 1 | -2/+3 | |
2019-05-14 | CONTRIBUTING: Clarify a few remarks | A. Wilcox | 1 | -4/+4 | |
2019-05-13 | user/protobuf: disable tests | A. Wilcox | 1 | -0/+1 | |
2019-05-13 | user/*: KDE Applications 19.04.1 | A. Wilcox | 118 | -262/+374 | |
2019-05-10 | user/networkmanager: new package | A. Wilcox | 9 | -0/+594 | |
2019-05-10 | user/modemmanager: new package | A. Wilcox | 3 | -0/+148 | |
2019-05-10 | user/libqmi: new package | A. Wilcox | 1 | -0/+35 | |
2019-05-10 | user/libmbim: new package | A. Wilcox | 1 | -0/+35 | |
2019-05-10 | user/py3-pygobject: use official distribution URL | A. Wilcox | 1 | -3/+3 | |
2019-05-10 | user/newt: new package | A. Wilcox | 1 | -0/+37 | |
2019-05-10 | user/slang: new package | A. Wilcox | 1 | -0/+34 | |
2019-05-10 | user/ppp: new package | A. Wilcox | 32 | -0/+6517 | |
2019-05-08 | user/linux-pam: harden configuration | A. Wilcox | 8 | -17/+35 | |
Refuse to allow logins for accounts with no password. | |||||
2019-05-08 | user/libndp: new package | A. Wilcox | 1 | -0/+34 | |
2019-05-08 | user/libwnck: depend on libxres | A. Wilcox | 1 | -3/+3 | |
2019-05-08 | user/libxres: new package | A. Wilcox | 1 | -0/+34 | |
2019-05-07 | user/polkit: bump to 0.116 | A. Wilcox | 3 | -443/+28 | |
2019-05-07 | user/mozjs: bump to 60.5.2 | A. Wilcox | 12 | -630/+277 | |
2019-05-06 | user/glib: bump to 2.60.2, fix meson builddir crap | A. Wilcox | 1 | -15/+6 | |
2019-05-06 | Merge branch 'iw' into 'master' | A. Wilcox | 2 | -0/+46 | |
New packages: user/iw and user/wireless-regdb wireless-regdb contains a firmware file which is essential to ensure that Adélie hosts comply with local radio regulations. iw is a modern replacement for the antique wireless-tools; without it, users may not be able to use all features of modern wifi hardware. See merge request !228 | |||||
2019-05-06 | user/iw: New package | Luis Ressel | 1 | -0/+24 | |
2019-05-06 | user/wireless-regdb: New package | Luis Ressel | 1 | -0/+22 | |
2019-05-06 | Merge branch 'bump.djt.20190417' into 'master' | A. Wilcox | 21 | -134/+445 | |
djt package bumps for 2019-05-03 See merge request !227 | |||||
2019-05-04 | user/grub: attempt to be more sane | A. Wilcox | 4 | -33/+86 | |
2019-05-03 | system/adelie-base: bump to 0.9.2 | A. Wilcox | 1 | -2/+2 | |
2019-05-03 | user/gcompat: bump to 0.4.0 | A. Wilcox | 1 | -9/+5 | |
2019-05-03 | user/gst-plugins-base: add cmd:which for orcc, not itself | A. Wilcox | 1 | -1/+1 | |
Having gst-plugins-base installed while building a newer version causes a build failure. | |||||
2019-05-03 | system/icu: fix URL | A. Wilcox | 1 | -1/+1 | |
2019-05-03 | user/rc: fix-ish URL | A. Wilcox | 1 | -4/+1 | |
2019-05-03 | user/libopenraw: fix URL and builddir | A. Wilcox | 1 | -6/+2 | |
2019-05-03 | user/icon-naming-utils: fix URL | A. Wilcox | 1 | -1/+1 | |
2019-05-03 | system/tcl: fix URL | A. Wilcox | 1 | -1/+1 | |
2019-05-03 | user/otf-culmus: fix URL | A. Wilcox | 1 | -2/+1 | |
2019-05-03 | user/muparser: fix URL and builddir | A. Wilcox | 1 | -7/+4 | |
2019-05-03 | user/ttc-iosevka: fix URL | A. Wilcox | 1 | -1/+1 | |
2019-05-03 | user/kstars: bump to 3.2.1 | A. Wilcox | 2 | -40/+7 | |
2019-05-03 | user/krita: bump to 4.1.8 | A. Wilcox | 1 | -3/+3 | |
2019-05-03 | Merge branch 'bump.aerdan.20190502' into 'master' | A. Wilcox | 5 | -91/+25 | |
Packages bumped for 2 May 2019 See merge request !226 | |||||
2019-05-03 | user/nano: bump to 4.2 | Dan Theisen | 1 | -2/+2 | |
2019-05-03 | user/postfix: bump to 3.4.5 | Dan Theisen | 1 | -3/+3 | |
2019-05-03 | user/smartmontools: bump to 7.0 | Dan Theisen | 2 | -18/+4 | |
2019-05-03 | user/protobuf: bump to 3.7.1 | Dan Theisen | 3 | -111/+28 | |
2019-05-03 | user/ruby-rake-compiler: new package | Dan Theisen | 2 | -0/+72 | |
2019-05-03 | user/ruby-rspec: new package | Dan Theisen | 2 | -0/+57 | |
2019-05-03 | user/ruby-rspec-mocks: new package | Dan Theisen | 2 | -0/+52 | |
2019-05-03 | user/ruby-rspec-expectations: new package | Dan Theisen | 2 | -0/+52 | |
2019-05-03 | user/ruby-diff-lcs: new package | Dan Theisen | 2 | -0/+66 | |