-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
bookstack: 24.05.2 -> 24.05.4 #338990
bookstack: 24.05.2 -> 24.05.4 #338990
Conversation
bookstack 24.05.4 is a security update as mentioned here |
changelog since 24.05.2: BookStackApp/BookStack@v24.05.2...v24.05.4
|
last PR #322136 |
can we also backport this? |
|
||
src = fetchFromGitHub { | ||
owner = "bookstackapp"; | ||
repo = pname; | ||
rev = "v${version}"; | ||
sha256 = "13yln6b5j9plkcrp1mwfvgcv67gm2ayb2l2grhw2h4ncqnvmxhwv"; | ||
sha256 = "1aa4im2khxycv5i2ff23ss91p4kr7d2a4yhjm0k0n6av64zhz2x3"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sha256 = "1aa4im2khxycv5i2ff23ss91p4kr7d2a4yhjm0k0n6av64zhz2x3"; | |
hash = "sha256-o4sPPzFbGQsmqBJ6okQ7eZIbktZDOCdi2cx3OEWNRKk="; |
sure, just add the label for it if you think it should be |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.05
git worktree add -d .worktree/backport-338990-to-release-24.05 origin/release-24.05
cd .worktree/backport-338990-to-release-24.05
git switch --create backport-338990-to-release-24.05
git cherry-pick -x a8f5ef66e5d6e7f03a2c7af026d096372f651c74 |
Thanks for quickly reviewing and merging it. will add label for backport. What should i do after cherry-pick? should i open another PR? |
Since the bot failed, yes you should send a pr targeting release-24.05 branch. See for eg. #336734 https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#manually-backporting-changes |
can you merge this. |
Description of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.