summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2018-08-27 system/ssmtp: explicit provides=/usr/sbin/sendmailLaurent Bercot1-1/+2
2018-08-25system/libarchive: BSD, save us from the POSIX cpio monsterA. Wilcox1-1/+2
2018-08-25system/heirloom-pax: stuff cpio in /usr/5bin for POSIX compat onlyA. Wilcox1-4/+6
2018-08-24system/musl: package patch now even with tip of POSIX branchA. Wilcox11-462/+6420
2018-08-22 system/gettys-openrc: do not spawn a getty on ttyS0 by defaultLaurent Bercot2-2/+2
agetty chokes on serial lines for some reasons. Reactivate the getty when we've figured out exactly what happens.
2018-08-21system/shimmy: bump to 0.5A. Wilcox1-7/+4
2018-08-19 system/gettys-openrc: new package. Move all getty definitions to it.Laurent Bercot8-30/+81
Small change to system/adelie-base so it includes gettys-openrc. Small change to system/s6 so it doesn't statically define gettys.
2018-08-19 system/s6: allow openrc's sysinit to define early servicesLaurent Bercot2-2/+13
2018-08-19 system/adelie-base: add qmail usersLaurent Bercot3-4/+13
2018-08-18 system/utmps: the utmp user and group are already hardcoded inLaurent Bercot3-12/+2
2018-08-18Use the same linker script trick as used on the .so files on the .a files to ↵Brandon Bergren1-2/+3
redirect to the wide version of the static libraries. Fixes an issue with `llvm-config --system-libs --link-static` pulling in curses instead of tinfo.
2018-08-16 system/utmps: upgrade to 0.0.1.3Laurent Bercot1-6/+6
2018-08-16Merge branch 'master' of code.foxkit.us:adelie/packagesLaurent Bercot7-61/+27
2018-08-16 system/s6: upgrade to 2.7.2.0Laurent Bercot1-6/+7
2018-08-16 system/execline: upgrade to 2.5.0.1Laurent Bercot1-7/+8
2018-08-16 system/skalibs: upgrade to 2.7.0.0Laurent Bercot1-6/+6
2018-08-16system/easy-kernel: UAPI fix for linux-headersA. Wilcox3-55/+3
2018-08-16system/easy-kernel-power8: Add XTS crypto supportA. Wilcox2-2/+2
2018-08-16system/easy-kernel: Install utsrelease.h, enable XTS on ppc64/sparc64A. Wilcox3-4/+22
2018-08-15 Move s6 higher in the supervision chainLaurent Bercot16-109/+98
- Better s6 layout, with a place for early services and a place for packages to add their services later on. - s6-svscan is now supervised by sysvinit (instead of being run once by openrc) - s6-svscan is now the only process supervised by sysvinit. All the other "respawn" lines are delegated to s6. - utmpd and wtmpd are now early services instead of being added by openrc. These changes implement a full supervision architecture and make init more flexible. Later on, it will be easier to - add conditional gettys (for /dev/hvc0...) - remove sysvinit entirely - decouple the init process from the service manager.
2018-08-08system/vim: make Perl interpreter dynamicA. Wilcox1-2/+2
2018-08-08system/adelie-base: use nvi for core, vim for POSIXA. Wilcox1-3/+4
2018-08-08system/nvi: new packageA. Wilcox2-0/+59
2018-08-08system/console-setup: split ckbcomp out since it is only useful with X11A. Wilcox1-4/+10
2018-08-07system/adelie-base: fix up addgroup from bbshimA. Wilcox2-3/+3
2018-08-07system/easy-kernel-power8: make separate from easy-kernel so they can coexistA. Wilcox2-15/+15
2018-08-07system/adelie-base: make -posix and -lsb dep on adelie-baseA. Wilcox1-3/+3
This way, -posix and -lsb are suitable root packages.
2018-08-06system/easy-kernel: support more PPC64 SCSI controllers for early bootA. Wilcox4-24/+24
2018-08-04system/bash: Fix PS1 for normal usersSamuel Holland2-2/+2
2018-08-04system/console-setup: correctly declare dependency on kbdA. Wilcox1-2/+2
2018-08-04system/kbd: new package (no relation to alpine main/kbd)A. Wilcox1-0/+52
2018-08-03system/coreutils: fix #32 (disable csplit io test)Seamus Caveney2-1/+14
2018-08-02system/man-db: pull in gzip for .gz'd man pagesA. Wilcox1-2/+2
2018-08-02system/adelie-base: bump to 0.8.1A. Wilcox1-2/+2
2018-08-02system/adelie-base: bump to 0.8.0, add utmp and catchlog usersA. Wilcox3-10/+8
2018-08-01system/vim: remove gvim-specific filesKiyoshi Aman1-1/+6
2018-07-29system/openssh: disable TCP forwarding by defaultA. Wilcox4-859/+19
2018-07-28system/pkgconf: sec bump to 1.5.3A. Wilcox1-6/+3
2018-07-28system/pkgconf: fix tuple errorA. Wilcox2-4/+59
2018-07-28system/busybox: actually exorcise when deinstalledA. Wilcox1-1/+1
2018-07-27system/xfsprogs: additionally, add -langA. Wilcox1-1/+1
2018-07-27system/xfsprogs: add libedit and ICU (#71)A. Wilcox1-3/+3
2018-07-27system/ncurses: always dep on all terminfo filesA. Wilcox1-2/+2
Otherwise, zsh and bash and such break in beta1. The only thing pulling in ncurses-terminfo was readline, and we don't ship that any more.
2018-07-25system/gettext-tiny: expand dong moreA. Wilcox3-5/+25
2018-07-24[nobody sees this]A. Wilcox1-1/+1
2018-07-24system/easy-kernel-power8: make power8 power8 againA. Wilcox1-58/+9
2018-07-24system/easy-kernel-power8: sync with easy-kernelA. Wilcox2-14/+63
2018-07-24system/easy-kernel: add CONFIG_USB_STORAGE=y, bump to 4.14.56-mc9A. Wilcox4-8/+8
2018-07-24system/fortify-headers: bump to 1.0A. Wilcox1-7/+4
2018-07-22system/vim: upgrade to 8.1.0204Kiyoshi Aman1-2/+2