| 17 Nov 2023 |
K900 | I fucked up autoPatchelf :( | 05:26:16 |
K900 | Merged that to unbreak the package | 05:49:12 |
| 19 Nov 2023 |
| ZXGU joined the room. | 10:59:20 |
| 20 Nov 2023 |
hexa | https://github.com/NixOS/nixpkgs/pull/268782 | 21:36:48 |
| 21 Nov 2023 |
hexa | https://github.com/NixOS/nixpkgs/pull/268940 | 11:49:19 |
hexa | make sure to 👍️ if you find this PR important | 11:49:42 |
hexa | because that is a thing now | 11:49:53 |
hexa |  Download image.png | 11:49:54 |
hexa | https://github.com/NixOS/nixpkgs/pull/268942 | 12:00:53 |
hexa | https://www.mozilla.org/en-US/firefox/120.0/releasenotes/
https://www.mozilla.org/en-US/firefox/115.5.0/releasenotes/ | 21:24:53 |
hexa | why is nss_latest in the 1000-2500 rebuilds category now.... | 21:29:26 |
ajs124 | because I'm also changing nss, because of fetching from github | 21:30:26 |
ajs124 | that was the easiest/laziest way to do it. sorry. | 21:30:36 |
hexa | ok | 21:32:57 |
hexa | we need to backport cacert to 23.05 | 21:33:23 |
hexa | I don't think we need to backport nss_latest | 21:33:31 |
hexa | * I don't think we need to backport nss_latest to 23.05 | 21:33:34 |
hexa | but I'm backporting to staging-23.11, so we don't diverge already at this point | 21:33:50 |
ajs124 | cacert already has the labels, feel free to add it to nss_latest | 21:36:31 |
ajs124 | ah, I see you already did. thx. | 21:36:46 |
hexa | https://glandium.org/blog/?p=4346 | 23:03:39 |
| 22 Nov 2023 |
vcunat | FF 120: Germany getting extra features? How come? | 08:12:01 |
ajs124 | probably the biggest market by now? iirc features for countries/regions have been a thing for a long time, e.g. credit card autofill was always US first. | 08:48:45 |
vcunat | I recall DoH default for US. | 08:49:31 |
hexa | one of these days I have to fix the updater for beta/devedition | 17:21:25 |
hexa |
| 17:21:26 |
hexa | * + hash=eee446b8bc95cd30319d2601462f9ef49a2efe9f16df863d3e814b64c422fa152e865f205869dec5b7f6c899ff658291b43b1ad2fe6cb9fe9e068c9f5cc1905f
+ update-source-version firefox-beta-unwrapped 121.0b2 eee446b8bc95cd30319d2601462f9ef49a2efe9f16df863d3e814b64c422fa152e865f205869dec5b7f6c899ff658291b43b1ad2fe6cb9fe9e068c9f5cc1905f '' --version-key=version
update-source-version: error: Couldn't evaluate old source hash from 'firefox-beta-unwrapped.src'!
| 17:21:31 |
hexa | nix-repl> firefox-beta-unwrapped.src.outputHash
"eee446b8bc95cd30319d2601462f9ef49a2efe9f16df863d3e814b64c422fa152e865f205869dec5b7f6c899ff658291b43b1ad2fe6cb9fe9e068c9f5cc1905f"
| 17:22:08 |
hexa | the hash is right here.... | 17:22:11 |
hexa | oldHashAlgo=$(nix-instantiate $systemArg --eval --strict -A "$attr.$sourceKey.drvAttrs.outputHashAlgo" | tr -d '"')
oldHash=$(nix-instantiate $systemArg --eval --strict -A "$attr.$sourceKey.drvAttrs.outputHash" | tr -d '"')
if [[ -z "$oldHashAlgo" || -z "$oldHash" ]]; then
die "Couldn't evaluate old source hash from '$attr.$sourceKey'!"
fi
| 17:23:49 |