git: bbc8585ef557 - main - caroot: drop VERSION tags from certs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 01:17:09 UTC
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=bbc8585ef557be36b3fda75e3a41d725aedb1c1e
commit bbc8585ef557be36b3fda75e3a41d725aedb1c1e
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2023-08-26 00:55:32 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2023-08-26 01:16:35 +0000
caroot: drop VERSION tags from certs
With this change, we'll drop the "with $FreeBSD$" lines from trusted/
certs in the next update. untrusted/ will need to be done manually, but
I'll likely just do them all manually, commit, then run the script and
commit any legitimate updates after confirming the output matches what
I did manually.
Reported by: imp
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D41597
---
secure/caroot/MAca-bundle.pl | 3 ---
1 file changed, 3 deletions(-)
diff --git a/secure/caroot/MAca-bundle.pl b/secure/caroot/MAca-bundle.pl
index 8521b620337f..4feced90d782 100755
--- a/secure/caroot/MAca-bundle.pl
+++ b/secure/caroot/MAca-bundle.pl
@@ -38,7 +38,6 @@ use Carp;
use MIME::Base64;
use Getopt::Long;
-my $VERSION = '$FreeBSD$';
my $generated = '@' . 'generated';
my $inputfh = *STDIN;
my $debug = 0;
@@ -79,7 +78,6 @@ sub print_header($$)
## It contains a certificate trusted for server authentication.
##
## Extracted from nss
-## with $VERSION
##
## $generated
##
@@ -96,7 +94,6 @@ EOFH
## It contains certificates trusted for server authentication.
##
## Extracted from nss
-## with $VERSION
##
## $generated
##