pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mozilla-rootcerts/files



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Jun 19 00:39:53 UTC 2017

Modified Files:
        pkgsrc/security/mozilla-rootcerts/files: mozilla-rootcerts.sh

Log Message:
Adjust comments around ca-certificates.crt

(Ride earlier PKGREVISION.)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 \
    pkgsrc/security/mozilla-rootcerts/files/mozilla-rootcerts.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/mozilla-rootcerts/files/mozilla-rootcerts.sh
diff -u pkgsrc/security/mozilla-rootcerts/files/mozilla-rootcerts.sh:1.17 pkgsrc/security/mozilla-rootcerts/files/mozilla-rootcerts.sh:1.18
--- pkgsrc/security/mozilla-rootcerts/files/mozilla-rootcerts.sh:1.17   Mon Jun 19 00:37:48 2017
+++ pkgsrc/security/mozilla-rootcerts/files/mozilla-rootcerts.sh        Mon Jun 19 00:39:53 2017
@@ -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 @@ install)
                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