version bump www-apps/gitea-1.25.0

This commit is contained in:
Micha Glave
2025-11-04 11:55:38 +01:00
parent 45673e8497
commit 450394483e
2 changed files with 7 additions and 2 deletions

View File

@@ -1 +1 @@
DIST gitea-1.24.6.tar.gz 51738660 BLAKE2B 4186b2fe3e72fc1a3826ee3c1a9bc3f1ec63f198ded920da65603760098d2a4b361c7e82f4097383810dc1c02f6c126a3d52e19ae3fdf9cd8146ff9bdec2dd43 SHA512 52f64506a0ce75a1489d779d1a0cbe8db955c9f17c5ef156007282756f3d5e3263d37718f27e474b26da440752526cbd7c471bb9e066006584b83097c11ad6dc
DIST gitea-1.25.0.tar.gz 45719727 BLAKE2B 091137125e9bdc9d71b58d4be62aa6630a81e3e57a19888e5c18a7baf9933f2333552ca9a82134667402cb3dc74f703bc8d70031963b738c7e688998b9c714e2 SHA512 8cae232a59cb9bf0d0d0e6a5b894a092ad1efbe36da966e99797bfd3a95edec76ccef783e0b6867b819fdc921bd97fdd711a9217a5a6df1254a0b01f34bf3020

View File

@@ -22,7 +22,7 @@ DEPEND="
pam? ( sys-libs/pam )"
RDEPEND="${DEPEND}
!gogit? ( dev-vcs/git )"
BDEPEND=">=dev-lang/go-1.23:="
BDEPEND=">=dev-lang/go-1.25:="
DOCS=(
custom/conf/app.example.ini CHANGELOG.md CONTRIBUTING.md README.md
@@ -146,5 +146,10 @@ pkg_postinst() {
ewarn " 4. Make OIDC introspection authentication strictly require Client ID and secret."
ewarn "For other breaking changes, see <https://github.com/go-gitea/gitea/releases/tag/v1.23.0>."
fi
if ver_test "${REPLACING_VERSIONS}" -lt 1.24; then
ewarn "Since version 1.24.0:"
ewarn " 1. Always use its internal config, ignore /etc/gitconfig."
ewarn "For other breaking changes, see <https://github.com/go-gitea/gitea/releases/tag/v1.24.0>."
fi
fi
}