pkgsrc-WIP-changes archive

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

stayrtr: Small fixes, include changelog



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Mon Sep 14 22:45:39 2026 +0200
Changeset:	6338bde7fd58685822ace372aadd22edebd15f03

Modified Files:
	stayrtr/COMMIT_MSG
	stayrtr/DESCR
	stayrtr/Makefile

Log Message:
stayrtr: Small fixes, include changelog

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

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

diffstat:
 stayrtr/COMMIT_MSG | 7 ++++++-
 stayrtr/DESCR      | 2 +-
 stayrtr/Makefile   | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diffs:
diff --git a/stayrtr/COMMIT_MSG b/stayrtr/COMMIT_MSG
index ac097e27ec..ee23607d2a 100644
--- a/stayrtr/COMMIT_MSG
+++ b/stayrtr/COMMIT_MSG
@@ -1,2 +1,7 @@
 StayRTR is an open-source implementation of RPKI-to-Router
-protocol (RFC 6810, RFC 8210).
+protocol (RFC 6810, RFC 8210) in Go.
+
+What's Changed
+Move server metrics to its own package by @randomthingsandstuff in #159
+Port PR#133 to new metrics structure by @randomthingsandstuff in #160
+go fmt ci/cd check because this is annoying by @randomthingsandstuff in #161
diff --git a/stayrtr/DESCR b/stayrtr/DESCR
index ac097e27ec..d4f5bbf60b 100644
--- a/stayrtr/DESCR
+++ b/stayrtr/DESCR
@@ -1,2 +1,2 @@
 StayRTR is an open-source implementation of RPKI-to-Router
-protocol (RFC 6810, RFC 8210).
+protocol (RFC 6810, RFC 8210) in Go.
diff --git a/stayrtr/Makefile b/stayrtr/Makefile
index 320e314563..4c3d34c015 100644
--- a/stayrtr/Makefile
+++ b/stayrtr/Makefile
@@ -7,7 +7,7 @@ GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	drixter%e-utp.net@localhost
 HOMEPAGE=	https://github.com/bgp/stayrtr/
-COMMENT=	Open-Source implementation of RPKI-to-Router protocol
+COMMENT=	RPKI-To-Router server implementation in Go
 LICENSE=	modified-bsd
 
 USE_LANGUAGES=	c


Home | Main Index | Thread Index | Old Index