-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
filebrowser: 2.23.0 -> 2.31.0 #326932
filebrowser: 2.23.0 -> 2.31.0 #326932
Conversation
f73c982
to
75f4aa1
Compare
Hi @iblech , can we merge this PR. seems like @nielsegberts is no longer maintaining this package. |
@iblech can we merge this ? |
@Aleksanaa formatted the code. |
Please remove that |
done 👍 , also formatted using nixfmt. |
c7f572e
to
e6a9c41
Compare
Please squash into two commits:
|
e6a9c41
to
ce1e4c8
Compare
Hi, did the squash and rebased on master. |
@Aleksanaa @iblech can we merge this PR? are there any other check which need to be done? |
@iblech @Aleksanaa kindly merge this PR. its been a week and i am afraid that before this is merged, new version of filebrowser will be released xD |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4482 |
needs go 1.23 which is not there in nixpkgs unstable yet (the default is go 1.22 and 1.23 is there as "go_1_23"). Will update filebrowser in new PR |
ce1e4c8
to
b0cb2a5
Compare
b0cb2a5
to
305ea80
Compare
updated to v2.31.0 by using |
305ea80
to
025abd2
Compare
025abd2
to
3738910
Compare
There's already 4 people interested in implementing it #236165 I would suggest let's wait and see, and focus on bringing one of these 2 prs forward. |
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-326932-to-release-24.05 origin/release-24.05
cd .worktree/backport-326932-to-release-24.05
git switch --create backport-326932-to-release-24.05
git cherry-pick -x 62d3695980f8e358bd7a92c754d8fb43025e6e47 37389104d7be12500a873b3d01f14340470e963c |
Do i need to open another PR for backport? After cherry-pick, what should i do? |
Why do we want to backport it at all? it seems like a bigger update. |
ok, i thought since the backport tags were there we need to backport it. And NixOS 24.11 is due is 3 months anyways. |
can you also review this PR. #338990 I just ran the update script in the folder itself and it updated the version. This is a security issue release so can you quickly review and merge it. |
please label them accordingly |
Description of changes
Updated the filebrowser from 2.23.0 to 2.31.0.
https://github.com/filebrowser/filebrowser/blob/master/CHANGELOG.md
Things done
updated the hashes
updated version
Built on platform(s)
For non-Linux: Is sandboxing enabled in
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
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 usageTested basic functionality of all binary files (usually in
./result/bin/
)24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
Fits CONTRIBUTING.md.
Add a 👍 reaction to pull requests you find important.