-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
gitea: 1.11.6 -> 1.12.0 #91069
gitea: 1.11.6 -> 1.12.0 #91069
Conversation
https://github.com/go-gitea/gitea/releases/tag/v1.12.0 mentions "Security", and contains some code backported somewhere - so should we add a backport for stable as well? |
"Security fix" is for "It is impossible to use -1 to disable algo for minimum key size check.". |
Oh wow, why would I want to disable the minimum key size check? oO.
|
@flokli You would not disable the key size check but the algorithm, see go-gitea/gitea#11417 (comment) and https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini#L356-L361 So if you'd want to disable the use of say rsa keys, you would put an entry like this in the config: v1.11.7 has also been released, we should probably put that in stable instead. Though now with 1.12.0 release that's not getting updates for a long time. |
Just deployed this to my personal instance and it works fine. If everyone else agrees, I'd update gitea on stable to 1.11.7. |
@Ma27 SGTM. |
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.
Thanks @Ma27! Enough approvals to merge 👍
Thanks! Will update gitea on release-20.03 to 1.11.8 tomorrow :) |
Oh and https://github.com/go-gitea/gitea/releases/tag/v1.12.1 is out as well now |
Rationale for update: on `master`, `gitea` has been updated to `1.12.0` in #91069 which contains a few breaking changes. The latest 1.11-releases contain a few bugfixes backported from 1.12. https://github.com/go-gitea/gitea/releases/tag/v1.11.7 https://github.com/go-gitea/gitea/releases/tag/v1.11.8
Motivation for this change
https://github.com/go-gitea/gitea/releases/tag/v1.12.0
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)