Bug 267925 - net-mgmt/zabbix6-server: pkg-message contains incorrect information about release type and dates
Summary: net-mgmt/zabbix6-server: pkg-message contains incorrect information about rel...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-22 16:15 UTC by Michael Osipov
Modified: 2022-11-29 12:31 UTC (History)
1 user (show)

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


Attachments
Git-formatted patch (1.67 KB, patch)
2022-11-22 16:16 UTC, Michael Osipov
no flags Details | Diff
Git-formatted patch (2.19 KB, patch)
2022-11-22 16:41 UTC, Michael Osipov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Osipov 2022-11-22 16:15:29 UTC
Zabbix 6.0 is a LTS release with long-in-the-future dates, the pkg-message decribes it as a standard release. Find a patch attached.
Comment 1 Michael Osipov 2022-11-22 16:16:29 UTC
Created attachment 238252 [details]
Git-formatted patch
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2022-11-22 16:31:52 UTC
Thanks, this will be incorporated on subsequent Zabbix components update.
Comment 3 Michael Osipov 2022-11-22 16:41:06 UTC
Created attachment 238253 [details]
Git-formatted patch

Updated the patch. There is one more spot in the Makefile.
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-11-28 21:13:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=80a2fce1d2b6071173203e7ee1c8eb09edb46663

commit 80a2fce1d2b6071173203e7ee1c8eb09edb46663
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2022-11-28 21:00:44 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-11-28 21:12:41 +0000

    net-mgmt/zabbix6-server: Update to 6.0.11

    - Update to 6.0.11
    - Fix build of agent with pcre2
    - Small makefile cleanups
    - Fix LogFile path in configs
    - Fix pkg-message dates

    PR:     268032
    PR:     267925
    PR:     267943

 net-mgmt/zabbix6-proxy/Makefile              |  2 -
 net-mgmt/zabbix6-server/Makefile             | 74 ++++++++++++++++------------
 net-mgmt/zabbix6-server/distinfo             |  6 +--
 net-mgmt/zabbix6-server/files/pkg-message.in | 23 +++++----
 net-mgmt/zabbix6-server/pkg-plist.frontend   |  1 -
 5 files changed, 57 insertions(+), 49 deletions(-)
Comment 5 Juraj Lutter freebsd_committer freebsd_triage 2022-11-29 12:31:44 UTC
Committed (based on your patch), thanks.