[2022-05-02T02:37:34Z] https://termbin.com/eii1 [2022-05-02T02:39:41Z] efivar log [2022-05-02T02:40:49Z] if it needs mandoc [2022-05-02T02:40:55Z] why is not in dependa? [2022-05-02T02:41:03Z] depends [2022-05-02T03:06:41Z] fixed [2022-05-02T07:27:33Z] Hi [2022-05-02T10:27:57Z] rio6: can u bump sdl to 2.0.22 [2022-05-02T10:36:27Z] lol efivar uses mandoc to convert mdoc into man, it's unnecessary [2022-05-02T11:20:11Z] dilyn, testuser[m]: https://tmp.bvnf.space/0001-neomutt-bump-to-20220429.patch [2022-05-02T11:50:47Z] I'll bump it today [2022-05-02T13:28:00Z] o/ [2022-05-02T15:55:52Z] The requested URL returned error: 404 [2022-05-02T15:55:55Z] xkeyboard-config Failed to download https://alpine.global.ssl.fastly.net/alpine/edge/main/x86_64/libx11-1.7.3.1-r0.apk [2022-05-02T17:48:38Z] well, now that wayclip actually has users, i think i will move it to sr.ht [2022-05-02T18:00:05Z] Does anyone know thats the best way to go if i want a minimal/secure kernel? Hardened linux? Has anyone some practise in that field? Its time to build my kernel and id like to do it in a way that feels right to me... [2022-05-02T18:00:37Z] sources file accepts parameter for extract directory name? https://github.com/kiss-community/community/blob/main/community/pciutils/sources [2022-05-02T18:05:19Z] jslick: yes [2022-05-02T18:05:27Z] https://kisslinux.org/wiki/package-system#004 [2022-05-02T18:06:27Z] huh, thanks. I don't think I had seen it before [2022-05-02T18:15:09Z] yo [2022-05-02T18:15:14Z] how is best [2022-05-02T18:15:41Z] clone repo in home and send to dir with root owner [2022-05-02T18:15:53Z] or just clone in the root dir with su [2022-05-02T18:20:34Z] clone in home as unprivileged user is better in case git has a vulnerability [2022-05-02T18:20:59Z] But the repo will be constantly pulled anyway [2022-05-02T18:21:11Z] Just chown it to your user and put it in a root owned dir? [2022-05-02T19:18:46Z] yeah [2022-05-02T19:18:55Z] the owner is my user [2022-05-02T19:19:17Z] and the repo is in /var/db/kiss [2022-05-02T19:19:33Z] just wondering if is better clone with root or my user [2022-05-02T19:19:44Z] and will have no effect [2022-05-02T19:41:51Z] guys, could you post output of this command: grep 'Libs.private' /usr/lib/pkgconfig/libtls.pc [2022-05-02T20:16:35Z] illiliti: If it helps, mine says: 'Libs.private: -lbearssl' [2022-05-02T20:18:42Z] rohan: worth noting this https://github.com/kiss-community/repo/issues/61 [2022-05-02T20:19:27Z] illiliti: Libs.private: [2022-05-02T20:19:32Z] with libressl [2022-05-02T20:22:05Z] looks like you guys don't use kiss defaults at all xd [2022-05-02T20:34:42Z] illiliti: https://0x0.st/oAJN.diff [2022-05-02T20:35:12Z] i have this for example: Libs.private: -L/root/.cache/kiss/proc/11959/pkg/openssl/usr/lib -lssl -lcrypto [2022-05-02T20:35:19Z] doesn't look good as you see [2022-05-02T20:36:04Z] ioraff: yeah i know thanks. i already submitted fix to the muon ML [2022-05-02T20:36:39Z] https://lists.sr.ht/~lattis/muon/patches/31831 [2022-05-02T20:44:25Z] ah [2022-05-02T20:59:00Z] crymcth: if you still come around; you can use LLVM=1 instead of CC/HOSTCC when building the kernel [2022-05-02T20:59:10Z] (for sufficiently new kernels) [2022-05-02T20:59:43Z] illiliti: that seems busted, but my libtls doesn't even have an entry for private libs :eyes: [2022-05-02T23:01:27Z] illiliti: nice find [2022-05-02T23:01:59Z] another thing that would be simpler if libretls wasn't hidden inside openssl