pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gatus: Makefile cleanup+COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Sat Jul 4 18:55:51 2026 +0200
Changeset:	dcadb3b2ac385fa0752d99b75c7ce7259522f007

Modified Files:
	gatus/Makefile
Added Files:
	gatus/COMMIT_MSG

Log Message:
gatus: Makefile cleanup+COMMIT_MSG

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dcadb3b2ac385fa0752d99b75c7ce7259522f007

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gatus/COMMIT_MSG | 13 +++++++++++++
 gatus/Makefile   |  3 ---
 2 files changed, 13 insertions(+), 3 deletions(-)

diffs:
diff --git a/gatus/COMMIT_MSG b/gatus/COMMIT_MSG
new file mode 100644
index 0000000000..0749f2df7b
--- /dev/null
+++ b/gatus/COMMIT_MSG
@@ -0,0 +1,13 @@
+gatus: Update to 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
diff --git a/gatus/Makefile b/gatus/Makefile
index 04ebd88dce..8e99810670 100644
--- a/gatus/Makefile
+++ b/gatus/Makefile
@@ -3,7 +3,6 @@
 DISTNAME=	gatus-5.36.0
 CATEGORIES=	systuils net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=TwiN/}
-#GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -11,8 +10,6 @@ HOMEPAGE=	https://github.com/TwiN/gatus/
 COMMENT=	Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services
 LICENSE=	apache-2.0
 
-WRKSRC=	${WRKDIR}/${DISTNAME}
-
 USE_LANGUAGES=	c
 
 .include "go-modules.mk"


Home | Main Index | Thread Index | Old Index