Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2023 22:02:52 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3dbc67da504c - stable/13 - caroot: drop VERSION tags from certs
Message-ID:  <202309112202.38BM2q1x006160@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=3dbc67da504cf318a3f1928aac77d6d2be35001b

commit 3dbc67da504cf318a3f1928aac77d6d2be35001b
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2023-08-26 00:55:32 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2023-09-11 22:02:37 +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
    
    (cherry picked from commit bbc8585ef557be36b3fda75e3a41d725aedb1c1e)
---
 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
 ##



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309112202.38BM2q1x006160>