Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-23.11] mastodon: 4.2.4 -> 4.2.5 #285565

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 1, 2024

Bot-based backport to release-23.11, triggered by a label in #285558.

  • Before merging, ensure that this backport is acceptable for the release.
    • Even as a non-commiter, if you find that it is not acceptable, leave a comment.

@erictapen
Copy link
Member

@GrahamcOfBorg test mastodon

e1mo added a commit to cuties-social/cuties-social-nixfiles that referenced this pull request Feb 1, 2024
To be removed once NixOS/nixpkgs#285565 reaches
the release channel
@erictapen erictapen merged commit 03fd917 into release-23.11 Feb 1, 2024
10 of 14 checks passed
@rgrunbla
Copy link
Contributor

rgrunbla commented Feb 1, 2024

While waiting for the channels to catch up, it's possible to use this overlay to have the security fix ready asap :

nixpkgs.overlays = [
  (final: prev:
     rec {
       mastodon = prev.mastodon.override {
         version = "4.2.5";
         patches = [
           (final.fetchpatch {
             url = "https://github.com/mastodon/mastodon/compare/v4.2.4...v4.2.5.patch";
             hash = "sha256-CtzYV1i34s33lV/1jeNcr9p/x4Es1zRaf4l1sNWVKYk=";
           })
         ];
       };
     })
 ];

@LeSuisse LeSuisse deleted the backport-285558-to-release-23.11 branch February 2, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants