git: 8cb2876b3fff - main - security/p5-Crypt-X509: configure portscout
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 May 2023 06:12:14 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8cb2876b3fff97e43ce7358db000a111f1aee9a6
commit 8cb2876b3fff97e43ce7358db000a111f1aee9a6
Author: Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2023-05-29 06:35:16 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-05-30 06:07:15 +0000
security/p5-Crypt-X509: configure portscout
Add PORTSCOUT variable to prevent false positives from portscout.
At present portscout discovers pre-historic versions as here:
https://portscout.freebsd.org/svysh.fbsd@gmail.com.html
PR: 271660
Reported by: svysh.fbsd@gmail.com (maintainer)
---
security/p5-Crypt-X509/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/security/p5-Crypt-X509/Makefile b/security/p5-Crypt-X509/Makefile
index da86ae18146f..5fa87b86733e 100644
--- a/security/p5-Crypt-X509/Makefile
+++ b/security/p5-Crypt-X509/Makefile
@@ -18,5 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= openxpki
USE_PERL5= configure
NO_ARCH= yes
+PORTSCOUT= limit:v?([0-9]+\.)+[0-9]+ \
+ site:https://github.com/openxpki/Crypt-X509/tags
.include <bsd.port.mk>