aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2023-08-26 00:55:32 +0000
committerKyle Evans <kevans@FreeBSD.org>2023-08-26 01:16:35 +0000
commitbbc8585ef557be36b3fda75e3a41d725aedb1c1e (patch)
tree738f9798f3f746d9b49d9081b7de19b64814a30c /secure
parent023ef8015ee6c4e76b63db310800a0f2512fea72 (diff)
downloadsrc-bbc8585ef557be36b3fda75e3a41d725aedb1c1e.tar.gz
src-bbc8585ef557be36b3fda75e3a41d725aedb1c1e.zip
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
Diffstat (limited to 'secure')
-rwxr-xr-xsecure/caroot/MAca-bundle.pl3
1 files changed, 0 insertions, 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
##