Bug 270085 - net-mgmt/nagiosql: Update to 3.5.0_1
Summary: net-mgmt/nagiosql: Update to 3.5.0_1
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: Dan Langille
URL: https://gitlab.com/wizonet/nagiosql/
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-10 11:48 UTC by Helmut Ritter
Modified: 2023-03-11 18:51 UTC (History)
0 users

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


Attachments
Update to 3.5.0_1 (1.26 KB, patch)
2023-03-10 11:48 UTC, Helmut Ritter
no flags Details | Diff
Poudriere Log (35.45 KB, text/plain)
2023-03-10 11:49 UTC, Helmut Ritter
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Ritter 2023-03-10 11:48:51 UTC
Fixes a regression of Webserver Authentication
https://gitlab.com/wizonet/nagiosql/-/issues/37
Comment 1 Helmut Ritter 2023-03-10 11:48:56 UTC
Created attachment 240719 [details]
Update to 3.5.0_1
Comment 2 Helmut Ritter 2023-03-10 11:49:00 UTC
Created attachment 240720 [details]
Poudriere Log
Comment 3 Dan Langille freebsd_committer freebsd_triage 2023-03-10 14:35:51 UTC
If the code base is changing, that requires an update to PORTVERSION/DISTVERSION, not PORTREVISION.

Why don't we start with date-based VERSION?

Given upstream is not creating releases.

What about? 3.5.0.2023.03.10

This will keep things incrementing without needing to resort to anything fancy.
Comment 4 Helmut Ritter 2023-03-11 09:42:53 UTC
(In reply to Dan Langille from comment #3)

I'm open for everything, just let me know what I need to change here as I'm no port expert.
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-03-11 18:51:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e20eef6a0b133dcf1fc2f0d8f9e6c7956515779

commit 1e20eef6a0b133dcf1fc2f0d8f9e6c7956515779
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2023-03-11 18:49:46 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2023-03-11 18:50:30 +0000

    net-mgmt/nagiosql: Update to 3.5.0.20230311

    Fixes a regression of Webserver Authentication
    https://gitlab.com/wizonet/nagiosql/-/issues/37

    PR:             270085

 net-mgmt/nagiosql/Makefile | 4 ++--
 net-mgmt/nagiosql/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 6 Dan Langille freebsd_committer freebsd_triage 2023-03-11 18:51:59 UTC
I used:

PORTVERSION=    3.5.0.20230311

That's just today's date. Whenever GL_COMMIT is changed, that value will change to reflect today's date.

Thank you