Logo
Explore Help
Sign In
demus/rpmspecs-gitea
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases 8 Wiki Activity

8 Releases 8 Tags

RSS Feed
  • 1.25.5 2138f143eb
    Compare

    Release 1.25.5
    Build and provide rpm of gitea / rpmbuild (f43) (release) Successful in 7m35s
    Details
    Build and provide rpm of gitea / rpmbuild (rawhide) (release) Successful in 6m45s
    Details
    Stable

    demus released this 2026-03-13 16:01:59 +01:00 | 8 commits to main since this release

    SECURITY
    Toolchain Update to Go 1.25.6 (https://github.com/go-gitea/gitea/pull/36480) (https://github.com/go-gitea/gitea/pull/36487)
    Adjust the toolchain version (https://github.com/go-gitea/gitea/pull/36537) (https://github.com/go-gitea/gitea/pull/36542)
    Update toolchain to 1.25.8 for v1.25 (https://github.com/go-gitea/gitea/pull/36888)
    Prevent redirect bypasses via backslash-encoded paths (https://github.com/go-gitea/gitea/pull/36660) (https://github.com/go-gitea/gitea/pull/36716)
    Fix get release draft permission check (https://github.com/go-gitea/gitea/pull/36659) (https://github.com/go-gitea/gitea/pull/36715)
    Fix a bug user could change another user's primary email (https://github.com/go-gitea/gitea/pull/36586) (https://github.com/go-gitea/gitea/pull/36607)
    Fix OAuth2 authorization code expiry and reuse handling (https://github.com/go-gitea/gitea/pull/36797) (https://github.com/go-gitea/gitea/pull/36851)
    Add validation constraints for repository creation fields (https://github.com/go-gitea/gitea/pull/36671) (https://github.com/go-gitea/gitea/pull/36757)
    Fix bug to check whether user can update pull request branch or rebase branch (https://github.com/go-gitea/gitea/pull/36465) (https://github.com/go-gitea/gitea/pull/36838)
    Add migration http transport for push/sync mirror lfs (https://github.com/go-gitea/gitea/pull/36665) (https://github.com/go-gitea/gitea/pull/36691)
    Fix track time list permission check (https://github.com/go-gitea/gitea/pull/36662) (https://github.com/go-gitea/gitea/pull/36744)
    Fix track time issue id (https://github.com/go-gitea/gitea/pull/36664) (https://github.com/go-gitea/gitea/pull/36689)
    Fix path resolving (https://github.com/go-gitea/gitea/pull/36734) (https://github.com/go-gitea/gitea/pull/36746)
    Fix dump release asset bug (https://github.com/go-gitea/gitea/pull/36799) (https://github.com/go-gitea/gitea/pull/36839)
    Fix org permission API visibility checks for hidden members and private orgs (https://github.com/go-gitea/gitea/pull/36798) (https://github.com/go-gitea/gitea/pull/36841)
    Fix forwarded proto handling for public URL detection (https://github.com/go-gitea/gitea/pull/36810) (https://github.com/go-gitea/gitea/pull/36836)
    Add a git grep search timeout (https://github.com/go-gitea/gitea/pull/36809) (https://github.com/go-gitea/gitea/pull/36835)
    Fix oauth2 s256 (https://github.com/go-gitea/gitea/pull/36462) (https://github.com/go-gitea/gitea/pull/36477)

    ENHANCEMENTS
        Make security-check informational only (https://github.com/go-gitea/gitea/pull/36681) (https://github.com/go-gitea/gitea/pull/36852)
        Upgrade to github.com/cloudflare/circl 1.6.3, svgo 4.0.1, markdownlint-cli 0.48.0 (https://github.com/go-gitea/gitea/pull/36840)
        Add some validation on values provided to USER_DISABLED_FEATURES and EXTERNAL_USER_DISABLED_FEATURES (https://github.com/go-gitea/gitea/pull/36688) (https://github.com/go-gitea/gitea/pull/36692)
        Upgrade gogit to 5.16.5 (https://github.com/go-gitea/gitea/pull/36687)
        Add wrap to runner label list (https://github.com/go-gitea/gitea/pull/36565) (https://github.com/go-gitea/gitea/pull/36574)
        Add dnf5 command for Fedora in RPM package instructions (https://github.com/go-gitea/gitea/pull/36527) (https://github.com/go-gitea/gitea/pull/36572)
        Allow scroll propagation outside code editor (https://github.com/go-gitea/gitea/pull/36502) (https://github.com/go-gitea/gitea/pull/36510)
    
    BUGFIXES
        Fix non-admins unable to automerge PRs from forks (https://github.com/go-gitea/gitea/pull/36833) (https://github.com/go-gitea/gitea/pull/36843)
        Fix bug when pushing mirror with wiki (https://github.com/go-gitea/gitea/pull/36795) (https://github.com/go-gitea/gitea/pull/36807)
        Fix artifacts v4 backend upload problems (https://github.com/go-gitea/gitea/pull/36805) (https://github.com/go-gitea/gitea/pull/36834)
        Fix CRAN package version validation to allow more than 4 version components (https://github.com/go-gitea/gitea/pull/36813) (https://github.com/go-gitea/gitea/pull/36821)
        Fix force push time-line commit comments of pull request (https://github.com/go-gitea/gitea/pull/36653) (https://github.com/go-gitea/gitea/pull/36717)
        Fix SVG height calculation in diff viewer (https://github.com/go-gitea/gitea/pull/36748) (https://github.com/go-gitea/gitea/pull/36750)
        Fix push time bug (https://github.com/go-gitea/gitea/pull/36693) (https://github.com/go-gitea/gitea/pull/36713)
        Fix bug the protected branch rule name is conflicted with renamed branch name (https://github.com/go-gitea/gitea/pull/36650) (https://github.com/go-gitea/gitea/pull/36661)
        Fix bug when do LFS GC (https://github.com/go-gitea/gitea/pull/36500) (https://github.com/go-gitea/gitea/pull/36608)
        Fix focus lost bugs in the Monaco editor (https://github.com/go-gitea/gitea/pull/36609)
        Reprocess htmx content after loading more files (https://github.com/go-gitea/gitea/pull/36568) (https://github.com/go-gitea/gitea/pull/36577)
        Fix assignee sidebar links and empty placeholder (https://github.com/go-gitea/gitea/pull/36559) (https://github.com/go-gitea/gitea/pull/36563)
        Fix issues filter dropdown showing empty label scope section (https://github.com/go-gitea/gitea/pull/36535) (https://github.com/go-gitea/gitea/pull/36544)
        Fix various mermaid bugs (https://github.com/go-gitea/gitea/pull/36547) (https://github.com/go-gitea/gitea/pull/36552)
        Fix data race when uploading container blobs concurrently (https://github.com/go-gitea/gitea/pull/36524) (https://github.com/go-gitea/gitea/pull/36526)
        Correct spacing between username and bot label (https://github.com/go-gitea/gitea/pull/36473) (https://github.com/go-gitea/gitea/pull/36484)
    
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.27.1 Page: 36ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API