pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gatus: Fix minor issues (many per pkglint)
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Sat Jul 4 13:58:58 2026 -0400
Changeset: 9aa3e4696ee7dcda4d4246f19532c9d4ecc16cce
Modified Files:
gatus/COMMIT_MSG
gatus/DESCR
gatus/Makefile
gatus/distinfo
gatus/go-modules.mk
gatus/patches/patch-go.sum
Log Message:
gatus: Fix minor issues (many per pkglint)
- Maefile
+ Fix CATEGORIES
+ Shorten COMMENT
+ Remove trailing whitespace
- DESCR: Wrap
- go-modules.mk: tab/space hygiene
- patch: line numbersn
- distinfo: regen for line number change
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9aa3e4696ee7dcda4d4246f19532c9d4ecc16cce
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gatus/COMMIT_MSG | 20 ++++++++------------
gatus/DESCR | 11 +++++++----
gatus/Makefile | 6 ++----
gatus/distinfo | 2 +-
gatus/go-modules.mk | 5 ++---
gatus/patches/patch-go.sum | 3 +--
6 files changed, 21 insertions(+), 26 deletions(-)
diffs:
diff --git a/gatus/COMMIT_MSG b/gatus/COMMIT_MSG
index 0749f2df7b..c2228a01be 100644
--- a/gatus/COMMIT_MSG
+++ b/gatus/COMMIT_MSG
@@ -1,13 +1,9 @@
-gatus: Update to 5.36.0
+gatus: Add version 5.36.0
-What's Changed
-perf: Add PostgreSQL indexes for ~15x performance improvement by @ozanonurtek in #1541
-fix(alerting): Remove square brackets from email subject by @jaydeethree in #1586
-fix(security): Do not allow invalid security configs by @PythonGermany in #1531
-fix: return error from rdapQuery when no expiration event found by @majiayu000 in #1603
-fix(ci): regenerate-static-assets workflow reporting false errors on success by @Copilot in #1614
-feat(ui): Add customizable OIDC login screen branding by @hluaces in #1583
-fix(test): Remove t.Parallel() from tests racing on injectedHTTPClient by @Copilot in #1630
-fix(storage): close rows before nested queries to prevent PostgreSQL driver error by @osalloum in #1503
-docs: Document remote.client configuration by @surdaft in #1637
-fix: update lib/pq to v1.11.2 to fix Supabase PostgreSQL connection regression by @wahajahmed010 in #1644
+Gatus is a developer-oriented health dashboard that gives you the
+ability to monitor your services using HTTP, ICMP, TCP, and even DNS
+queries as well as evaluate the result of said queries by using a list
+of conditions on values like the status code, the response time, the
+certificate expiration, the body and many others. The icing on top is
+that each of these health checks can be paired with alerting via
+Slack, Teams, PagerDuty, Discord, Twilio and many more.
diff --git a/gatus/DESCR b/gatus/DESCR
index 30b06b3cb3..7f16bbad9f 100644
--- a/gatus/DESCR
+++ b/gatus/DESCR
@@ -1,4 +1,7 @@
-Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS
-queries as well as evaluate the result of said queries by using a list of conditions on values like the status code,
-the response time, the certificate expiration, the body and many others. The icing on top is that each of these health
-checks can be paired with alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more.
+Gatus is a developer-oriented health dashboard that gives you the
+ability to monitor your services using HTTP, ICMP, TCP, and even DNS
+queries as well as evaluate the result of said queries by using a list
+of conditions on values like the status code, the response time, the
+certificate expiration, the body and many others. The icing on top is
+that each of these health checks can be paired with alerting via
+Slack, Teams, PagerDuty, Discord, Twilio and many more.
diff --git a/gatus/Makefile b/gatus/Makefile
index 8e99810670..b4fcfb9d6f 100644
--- a/gatus/Makefile
+++ b/gatus/Makefile
@@ -1,13 +1,13 @@
# $NetBSD$
DISTNAME= gatus-5.36.0
-CATEGORIES= systuils net
+CATEGORIES= sysutils net
MASTER_SITES= ${MASTER_SITE_GITHUB:=TwiN/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/TwiN/gatus/
-COMMENT= Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services
+COMMENT= Developer-oriented health dashboard for monitoring services
LICENSE= apache-2.0
USE_LANGUAGES= c
@@ -16,5 +16,3 @@ USE_LANGUAGES= c
.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
-
-
diff --git a/gatus/distinfo b/gatus/distinfo
index 025abd4df1..8c1e9926a0 100644
--- a/gatus/distinfo
+++ b/gatus/distinfo
@@ -775,4 +775,4 @@ BLAKE2s (modernc.org_sqlite_@v_v1.52.1-0.20260614085003-e62c32f2abc6.zip) = 938a
SHA512 (modernc.org_sqlite_@v_v1.52.1-0.20260614085003-e62c32f2abc6.zip) = 9df8a021bae99e622d2ac85f59c141ca9dd8626faba26a13b4a3486869d5cca39c7d2a4172517611f105ce0d0f3c5356d84f8d4b976c8888b6a962544c62b486
Size (modernc.org_sqlite_@v_v1.52.1-0.20260614085003-e62c32f2abc6.zip) = 44894487 bytes
SHA1 (patch-go.mod) = f923c1c46df14061f71025776fe22952add07b56
-SHA1 (patch-go.sum) = d5784ed4a64422c8d0f4037983d054a8559d0ad9
+SHA1 (patch-go.sum) = 5d5857bc4ae2e45bb5d1926e1482316f3fb15c72
diff --git a/gatus/go-modules.mk b/gatus/go-modules.mk
index 7f96cf08c9..64b5973320 100644
--- a/gatus/go-modules.mk
+++ b/gatus/go-modules.mk
@@ -255,6 +255,5 @@ GO_MODULE_FILES+= modernc.org/memory/@v/v1.11.0.mod
GO_MODULE_FILES+= modernc.org/memory/@v/v1.11.0.zip
GO_MODULE_FILES+= modernc.org/sqlite/@v/v1.50.1.mod
GO_MODULE_FILES+= modernc.org/sqlite/@v/v1.50.1.zip
-GO_MODULE_FILES+= modernc.org/sqlite/@v/v1.52.1-0.20260614085003-e62c32f2abc6.mod
-GO_MODULE_FILES+= modernc.org/sqlite/@v/v1.52.1-0.20260614085003-e62c32f2abc6.zip
-
+GO_MODULE_FILES+= modernc.org/sqlite/@v/v1.52.1-0.20260614085003-e62c32f2abc6.mod
+GO_MODULE_FILES+= modernc.org/sqlite/@v/v1.52.1-0.20260614085003-e62c32f2abc6.zip
diff --git a/gatus/patches/patch-go.sum b/gatus/patches/patch-go.sum
index c489f3b642..7ca44c9424 100644
--- a/gatus/patches/patch-go.sum
+++ b/gatus/patches/patch-go.sum
@@ -3,7 +3,6 @@ $NetBSD$
Use experimental patch sqlite v1.52.1-0.20260614085003-e62c32f2abc6 for NetBSD
https://gitlab.com/cznic/sqlite/-/work_items/246#note_3456840891
-
--- go.sum.orig 2026-07-04 16:12:35.894700175 +0000
+++ go.sum
@@ -291,14 +291,14 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqL
@@ -25,7 +24,7 @@ https://gitlab.com/cznic/sqlite/-/work_items/246#note_3456840891
modernc.org/goabi0 v0.2.0 h1:HvEowk7LxcPd0eq6mVOAEMai46V+i7Jrj13t4AzuNks=
modernc.org/goabi0 v0.2.0/go.mod h1:CEFRnnJhKvWT1c1JTI3Avm+tgOWbkOu5oPA8eH8LnMI=
modernc.org/libc v1.72.3 h1:ZnDF4tXn4NBXFutMMQC4vtbTFSXhhKzR73fv0beZEAU=
-@@ -311,8 +313,10 @@ modernc.org/opt v0.2.0 h1:tGyef5ApycA7FS
+@@ -311,8 +311,10 @@ modernc.org/opt v0.2.0 h1:tGyef5ApycA7FS
modernc.org/opt v0.2.0/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
modernc.org/sortutil v1.2.1/go.mod h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
Home |
Main Index |
Thread Index |
Old Index