diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2023-08-26 00:55:32 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2023-09-11 22:02:37 +0000 |
| commit | 3dbc67da504cf318a3f1928aac77d6d2be35001b (patch) | |
| tree | d1cca5c5b32b4309def247a8192b87b4d24284d9 | |
| parent | 7652c49af66de526522793b6614acde515f9e5af (diff) | |
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
(cherry picked from commit bbc8585ef557be36b3fda75e3a41d725aedb1c1e)
| -rwxr-xr-x | secure/caroot/MAca-bundle.pl | 3 |
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 ## |
