Skip to content

firefox-unwrapped: 104.0.2 -> 105.0; firefox-esr-102-unwrapped: 102.2.0esr -> 102.3.0esr#191990

Merged
lovesegfault merged 2 commits intoNixOS:masterfrom
mweinelt:mozilla
Sep 20, 2022
Merged

firefox-unwrapped: 104.0.2 -> 105.0; firefox-esr-102-unwrapped: 102.2.0esr -> 102.3.0esr#191990
lovesegfault merged 2 commits intoNixOS:masterfrom
mweinelt:mozilla

Conversation

@mweinelt
Copy link
Member

https://www.mozilla.org/en-US/firefox/105.0/releasenotes/
https://www.mozilla.org/en-US/firefox/102.3.0/releasenotes/

Unable to update the binary builds, due to the update script producing errors.

++ xidel -s https://archive.mozilla.org/pub/firefox/releases/ --extract //a
++ sed 's/.$//'
++ grep '^[0-9]'
++ sort --version-sort
++ grep -v funnelcake
++ grep -e '\([[:digit:]]\|[[:digit:]][[:digit:]]\)$'
++ grep -v b
++ tail -1
Error:
Internet Error: -4 
when talking to: https://archive.mozilla.org/pub/firefox/releases/
Description of changes
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot requested a review from lovesegfault September 20, 2022 01:41
@ofborg ofborg bot added 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Sep 20, 2022
@mweinelt
Copy link
Member Author

mweinelt commented Sep 20, 2022

Tested 105.0 and works as expected. Same for 102.3.0esr.

@mweinelt
Copy link
Member Author

Added security advisory and CVEs. Release notes are also up.

@ajs124 ajs124 added the 1.severity: security Issues which raise a security issue, or PRs that fix one label Sep 20, 2022
@lovesegfault lovesegfault merged commit f802cae into NixOS:master Sep 20, 2022
@ajs124 ajs124 mentioned this pull request Sep 20, 2022
13 tasks
@mweinelt mweinelt deleted the mozilla branch September 20, 2022 14:38
@github-actions
Copy link
Contributor

Backport failed for release-22.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-22.05
git worktree add -d .worktree/backport-191990-to-release-22.05 origin/release-22.05
cd .worktree/backport-191990-to-release-22.05
git checkout -b backport-191990-to-release-22.05
ancref=$(git merge-base 98392188f5500903d3f5234856a5df7a0e067c52 f559d89cd03c7fa9cea1b534e97a20d1f9b1fb13)
git cherry-pick -x $ancref..f559d89cd03c7fa9cea1b534e97a20d1f9b1fb13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants