anitya icon indicating copy to clipboard operation
anitya copied to clipboard

krb5 shows wrong version number

Open satmandu opened this issue 3 months ago • 2 comments

As per https://web.mit.edu/kerberos/dist/krb5/1.22/ the current version is 1.22.1.

However https://release-monitoring.org/project/13287/ shows 1.22.1-final, which is indeed the most recent git tag at https://github.com/krb5/krb5/tags but which doesn't correspond to the binary archives that are cut.

satmandu avatar Sep 12 '25 20:09 satmandu

I really dislike when projects use -final instead of just using the version.

We could use the page @ https://web.mit.edu/kerberos/ and regex to capture Current release: krb5-1.22.1 and extract the version.

Justinzobel avatar Sep 14 '25 00:09 Justinzobel

This could be also resolved by implementing https://github.com/fedora-infra/anitya/issues/765, but changing it to custom and use the URL @Justinzobel mentioned is a quick fix for this.

Zlopez avatar Sep 15 '25 12:09 Zlopez