Bug 249095 - www/gitea: Update to 1.12.4
Summary: www/gitea: Update to 1.12.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords: buildisok
: 249097 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-09-04 02:33 UTC by Greg Fitzgerald
Modified: 2020-09-05 10:23 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (stb)


Attachments
gitea.diff (895 bytes, patch)
2020-09-04 02:33 UTC, Greg Fitzgerald
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Fitzgerald 2020-09-04 02:33:29 UTC
Created attachment 217728 [details]
gitea.diff

v1.12.4: * SECURITY
  * Escape provider name in oauth2 provider redirect (#12648) (#12650)
  * Escape Email on password reset page (#12610) (#12612)
  * When reading expired sessions - expire them (#12686) (#12690)
* ENHANCEMENTS
  * StaticRootPath configurable at compile time (#12371) (#12652)
* BUGFIXES
  * Fix to show an issue that is related to a deleted issue (#12651) (#12692)
  * Expire time acknowledged for cache (#12605) (#12611)
  * Fix diff path unquoting (#12554) (#12575)
  * Improve HTML escaping helper (#12562)
  * models: break out of loop (#12386) (#12561)
  * Default empty merger list to those with write permissions (#12535) (#12560)
  * Skip SSPI authentication attempts for /api/internal (#12556) (#12559)
  * Prevent NPE on commenting on lines with invalidated comments (#12549) (#12550)
  * Remove hardcoded ES indexername (#12521) (#12526)
  * Fix bug preventing transfer to private organization (#12497) (#12501)
  * Keys should not verify revoked email addresses (#12486) (#12495)
  * Do not add prefix on http/https submodule links (#12477) (#12479)
  * Fix ignored login on compare (#12476) (#12478)
  * Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422)
  * Upgrade google/go-github to v32.1.0 (#12361) (#12390)
  * Render emoji's of Commit message on feed-page (#12373)
  * Fix handling of diff on unrelated branches when Git 2.28 used (#12370)
Comment 1 Steve Wills freebsd_committer freebsd_triage 2020-09-04 03:03:31 UTC
*** Bug 249097 has been marked as a duplicate of this bug. ***
Comment 2 Automation User 2020-09-04 05:21:13 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/185629847
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-09-05 10:23:14 UTC
A commit references this bug:

Author: adamw
Date: Sat Sep  5 10:22:59 UTC 2020
New revision: 547648
URL: https://svnweb.freebsd.org/changeset/ports/547648

Log:
  www/gitea: Update to 1.12.4

  v1.12.4: * SECURITY
    * Escape provider name in oauth2 provider redirect (#12648) (#12650)
    * Escape Email on password reset page (#12610) (#12612)
    * When reading expired sessions - expire them (#12686) (#12690)
  * ENHANCEMENTS
    * StaticRootPath configurable at compile time (#12371) (#12652)
  * BUGFIXES
    * Fix to show an issue that is related to a deleted issue (#12651) (#12692)
    * Expire time acknowledged for cache (#12605) (#12611)
    * Fix diff path unquoting (#12554) (#12575)
    * Improve HTML escaping helper (#12562)
    * models: break out of loop (#12386) (#12561)
    * Default empty merger list to those with write permissions (#12535) (#12560)
    * Skip SSPI authentication attempts for /api/internal (#12556) (#12559)
    * Prevent NPE on commenting on lines with invalidated comments (#12549) (#12550)
    * Remove hardcoded ES indexername (#12521) (#12526)
    * Fix bug preventing transfer to private organization (#12497) (#12501)
    * Keys should not verify revoked email addresses (#12486) (#12495)
    * Do not add prefix on http/https submodule links (#12477) (#12479)
    * Fix ignored login on compare (#12476) (#12478)
    * Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422)
    * Upgrade google/go-github to v32.1.0 (#12361) (#12390)
    * Render emoji's of Commit message on feed-page (#12373)
    * Fix handling of diff on unrelated branches when Git 2.28 used (#12370)

  PR:		249095
  Submitted by:	Greg Fitzgerald
  Approved by:	maintainer (implicit)

Changes:
  head/www/gitea/Makefile
  head/www/gitea/distinfo
Comment 4 Adam Weinberger freebsd_committer freebsd_triage 2020-09-05 10:23:44 UTC
Committed, thanks!