version bump www-apps/gitea-1.25.0
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ DEPEND="
|
|||||||
pam? ( sys-libs/pam )"
|
pam? ( sys-libs/pam )"
|
||||||
RDEPEND="${DEPEND}
|
RDEPEND="${DEPEND}
|
||||||
!gogit? ( dev-vcs/git )"
|
!gogit? ( dev-vcs/git )"
|
||||||
BDEPEND=">=dev-lang/go-1.23:="
|
BDEPEND=">=dev-lang/go-1.25:="
|
||||||
|
|
||||||
DOCS=(
|
DOCS=(
|
||||||
custom/conf/app.example.ini CHANGELOG.md CONTRIBUTING.md README.md
|
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 " 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>."
|
ewarn "For other breaking changes, see <https://github.com/go-gitea/gitea/releases/tag/v1.23.0>."
|
||||||
fi
|
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
|
fi
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user