| 5 Sep 2023 |
ajs124 | anyone got any time to review https://github.com/NixOS/nixpkgs/pull/252547?
looks like a release with few changes, but I'd rather not self-merge if I can avoid it | 14:09:40 |
hexa | not before nixcon | 14:10:03 |
ajs124 | understandable. I'll take a look at the timeline, when we need this. Then again, since we've split nss, we can just land this with the firefox release that actually requires it. | 14:22:19 |
| 6 Sep 2023 |
vcunat | September 26 is the closest date with major FF update. We surely don't need it before that. | 06:37:28 |
vcunat | (for stable releases at least) | 06:37:39 |
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 |