aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuf Yaman <nxjoseph@FreeBSD.org>2026-06-28 14:34:27 +0000
committerYusuf Yaman <nxjoseph@FreeBSD.org>2026-06-28 14:34:47 +0000
commitf56b9d9907954643e85277287ce023a8a9522932 (patch)
tree08215a18178aa95cf3a829b01000c83f254ec33c
parenta87cdca0aa7f45aa1703cffd1ccfa13e4c4ec03d (diff)
UPDATING: Document breaking change in www/gitea
PR: 296351 Approved by: osa, vvd (Mentors, implicit)
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 036a87e3330a..b18672b07ae9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20260628:
+ AFFECTS: users of www/gitea
+ AUTHOR: nxjoseph@FreeBSD.org
+
+ Gitea 1.26.3 tightens the fork pull request approval gate:
+ a pull request from a fork must now be merged before it can bypass
+ the approval gate (#38041). Review your workflow approval settings
+ if you rely on the previous behavior.
+ https://github.com/go-gitea/gitea/pull/38041
+
20260626:
AFFECTS: net-mgmt/netbox
AUTHOR: kai@FreeBSD.org