6 Sep 2023 |
vcunat | Now I see
++ [ (if (lib.versionAtLeast version "103") then nss_latest else nss_esr) ]
and nss_esr is 3.90 - I wonder if the condition would better be "116".
| 06:58:39 |
vcunat | Uh, confusing. Wiki says "3.92 ESR" is the one for FF 115.
https://wiki.mozilla.org/NSS:Release_Versions | 07:00:49 |
hexa | yeah, sorry. Forgot to update that | 08:22:15 |
hexa | it's a bit annoying when both esr and latest are on the same major version | 08:22:35 |
vcunat | I added the change into that PR. | 15:38:18 |
vcunat | Well, actually I just created the commit and ajs124 added it. | 15:39:28 |
ajs124 | In reply to @vcunat:matrix.org Uh, confusing. Wiki says "3.92 ESR" is the one for FF 115. https://wiki.mozilla.org/NSS:Release_Versions you can poke them in #nss:mozilla.org, if you feel motivated. I think they know their docs aren't in the best shape. Seems like someone worked on that wiki page today. It was even worse before that. | 15:59:50 |
vcunat | I see 3.91 now :-/ | 16:00:43 |
vcunat | But I don't feel motivated for this. | 16:01:46 |
hexa | before nixcon 🙂 | 23:16:15 |
hexa | https://github.com/NixOS/nixpkgs/pull/253739 | 23:19:51 |
9 Sep 2023 |
vcunat | It's high time to default to TB 115 on 23.05, too:
https://github.com/NixOS/nixpkgs/pull/254215 | 10:37:48 |
12 Sep 2023 |
| Louis2747 joined the room. | 12:33:56 |
hexa | https://github.com/NixOS/nixpkgs/pull/254791 | 16:26:54 |
vcunat | I wonder if that's mainly for libwebp. | 16:28:12 |
vcunat | (no advisories yet?) | 16:28:23 |
hexa | they did pick that patch | 16:28:27 |
hexa | probably hidden due to embargo | 16:28:36 |
hexa | https://hg.mozilla.org/releases/mozilla-release/rev/e245ca2125a6eb1e2d08cc9e5824f15e1e67a566 | 16:28:47 |
vcunat | I mean, we build with --use-system-webp ... | 16:30:25 |
vcunat | * I mean, we build with --with-system-webp ... | 16:30:37 |
hexa | yeah, the source bumps are for good measure | 16:30:41 |
hexa | the security tag is about the -bin builds | 16:30:49 |
hexa | running tests on mainline/esr on aarch64-linux and x86_64-linux | 16:31:41 |
hexa | can merge in the next two hours | 16:31:49 |
vcunat | Ah right, we don't use system one in there, at least not directly. | 16:31:50 |
| chrispickard removed their display name chrispickard. | 17:38:30 |
@aloisw:kde.org | In reply to @vcunat:matrix.org I wonder if that's mainly for libwebp. How bad is that one (replaceDependencies time?)? | 20:23:04 |
vcunat | In reply to @aloisw:kde.org How bad is that one (replaceDependencies time?)? The link from https://github.com/NixOS/nixpkgs/issues/254798 sounds relatively bad, but details are most likely not public yet. | 20:42:09 |
vcunat | Not bad enough for me to use replaceDependencies, though. | 20:42:33 |