💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-09-30.txt captured on 2024-05-12 at 16:01:47.
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
[2022-09-30T04:26:39Z] <testuser[m]> Hi [2022-09-30T04:39:00Z] <noocsharp> hi [2022-09-30T04:55:06Z] <sad_plan> hi [2022-09-30T04:55:58Z] <sad_plan> testuser[m]: you were absolutely right. forneys sbase has a broken find command. tested with regular sbase as you mentioned and no issues at all. strange [2022-09-30T05:04:38Z] <sad_plan> http://0x0.st/o4pr.diff [2022-09-30T05:04:59Z] <sad_plan> I didnt belive there were too much differences, but it appears there are after all :p [2022-09-30T05:05:49Z] <sad_plan> ./find.c is mcf's [2022-09-30T05:12:14Z] <testuser[m]> sad_plan: it's not broken something happens to it's output when piped to another command [2022-09-30T05:13:06Z] <testuser[m]> sad_plan: that diff is irrelevant [2022-09-30T05:13:17Z] <testuser[m]> It just has different logic for spawning -exec command [2022-09-30T05:13:27Z] <sad_plan> I just wanted to highlight the differences [2022-09-30T05:13:33Z] <testuser[m]> Maybe something in the common lib code is broken [2022-09-30T05:15:19Z] <sad_plan> I dunno. Im still struggling to read C [2022-09-30T09:47:15Z] <testuser[m]> what packages rely on libretls ? [2022-09-30T09:50:06Z] <wael[m]> openssl [2022-09-30T09:54:02Z] <testuser[m]> lol [2022-09-30T09:54:04Z] <testuser[m]> no [2022-09-30T10:00:15Z] <wael[m]> damn [2022-09-30T10:06:46Z] <wael[m]> why not go libressl [2022-09-30T10:06:50Z] <sad_plan> none, we dont use libretls :D [2022-09-30T10:06:53Z] <wael[m]> no libretls dependency lol [2022-09-30T10:07:14Z] <sad_plan> ^ yeah, I was just thinking about that. were there any conclutions on that issue? [2022-09-30T10:08:55Z] <wael[m]> conclutions? [2022-09-30T10:09:12Z] <sad_plan> conclusions* i mean. typo [2022-09-30T10:09:25Z] <wael[m]> not that I believe so [2022-09-30T10:09:46Z] <wael[m]> switching requires maintaining rust, python, etc patches for pkgs [2022-09-30T10:09:51Z] <wael[m]> other than that its harmless [2022-09-30T10:09:54Z] <sad_plan> nothing more about it in the issue anyway [2022-09-30T10:10:45Z] <sad_plan> yeah, I know, its mostly for firefox and chromium. stealing patches from *bsd is also possible. [2022-09-30T10:11:20Z] <wael[m]> Firefox doesnt need patching [2022-09-30T10:11:58Z] <sad_plan> no, but rust does. and nodejs needs to statically link to bundled openssl. but as linked in the issue, we might be able to bypass it [2022-09-30T10:12:24Z] <wael[m]> tes [2022-09-30T11:12:08Z] <phoebos> testuser[m]: none in repo, i think [2022-09-30T11:12:36Z] <testuser[m]> Ye but I think in community few need it [2022-09-30T11:12:40Z] <testuser[m]> Catgirl and msmtp? [2022-09-30T11:12:44Z] <phoebos> yes [2022-09-30T11:13:06Z] <testuser[m]> And [2022-09-30T11:14:26Z] <phoebos> for i in /bin/*; do ldd "$i" 2>/dev/null | grep -q /lib/libtls && echo "$i"; done [2022-09-30T11:14:40Z] <phoebos> my ffmpeg and mpv seem to link to it [2022-09-30T11:14:57Z] <phoebos> pqiv and sacc [2022-09-30T11:16:05Z] <wael[m]> isn't it because of openssl [2022-09-30T11:16:47Z] <phoebos> no libtls is provided by libretls, but currently bundled [2022-09-30T11:17:29Z] <wael[m]> libtls or libretls [2022-09-30T11:17:52Z] <phoebos> libtls is the library [2022-09-30T11:17:59Z] <phoebos> libretls is the provider of the library [2022-09-30T11:18:04Z] <phoebos> on top on openssl [2022-09-30T11:18:16Z] <phoebos> *of [2022-09-30T11:18:21Z] <wael[m]> ah [2022-09-30T11:20:14Z] <phoebos> oh also pounce [2022-09-30T11:30:04Z] * phoebos is building everything in community with an openssl dep to check [2022-09-30T12:31:20Z] <phoebos> maybe openntpd too [2022-09-30T12:32:16Z] <wael[m]> yes [2022-09-30T13:06:02Z] <testuser[m]> nothing does [2022-09-30T13:06:02Z] <testuser[m]> my ffmpeg and mpv dont seem to link to it [2022-09-30T13:07:46Z] <testuser[m]> phoebos: ffpmeg has openssl gnutls libtls all backends [2022-09-30T13:07:49Z] <testuser[m]> doesnt use libtls on mine [2022-09-30T15:15:13Z] <testuser[m]> https://codeberg.org/kiss-community/repo/issues/116 [2022-09-30T15:15:14Z] <testuser[m]> revided [2022-09-30T15:15:15Z] <testuser[m]> revived [2022-09-30T15:15:36Z] <wael[m]> yay man pages [2022-09-30T18:28:07Z] <rohan> hey guys [2022-09-30T18:28:18Z] <rohan> i moved to codeberg [2022-09-30T18:28:31Z] <rohan> and my pulls still in my git account [2022-09-30T18:28:42Z] <rohan> how can i change that?