pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mozilla-rootcerts/files Adjust comments aroun...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c493ef23b78d
branches:  trunk
changeset: 363941:c493ef23b78d
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Jun 19 00:39:53 2017 +0000

description:
Adjust comments around ca-certificates.crt

(Ride earlier PKGREVISION.)

diffstat:

 security/mozilla-rootcerts/files/mozilla-rootcerts.sh |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 8a2a9bc4ca64 -r c493ef23b78d security/mozilla-rootcerts/files/mozilla-rootcerts.sh
--- a/security/mozilla-rootcerts/files/mozilla-rootcerts.sh     Mon Jun 19 00:37:48 2017 +0000
+++ b/security/mozilla-rootcerts/files/mozilla-rootcerts.sh     Mon Jun 19 00:39:53 2017 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: mozilla-rootcerts.sh,v 1.17 2017/06/19 00:37:48 gdt Exp $
+# $NetBSD: mozilla-rootcerts.sh,v 1.18 2017/06/19 00:39:53 gdt Exp $
 #
 # This script is meant to be used as follows:
 #
@@ -213,8 +213,9 @@
                exit 1
        fi
        set -e
-       # \todo Explain the purpose of the ca-certificates file, and
-       # specifically if it is for openssl itself, propgrams using
-       # openssl, gnutls, or something else.
+       # \todo This is appparently for users of gnutls, but it is not
+       # clear where it should be and why.  In particular, this file
+       # should perhaps be created at package build time and be
+       # managed by pkgsrc.
        cat $destdir$certdir/*.pem > $destdir$certdir/ca-certificates.crt
 esac



Home | Main Index | Thread Index | Old Index