summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-03-27 17:00:01 +0000
committergdt <gdt@pkgsrc.org>2020-03-27 17:00:01 +0000
commitc9099ed8d99b9520054c793b48e6a1cef8da349a (patch)
treea5518bc08e0bad475bf1e5a568df09f0127ffe3f /security
parent17cd74a57a749148ce343564dbe02e9b28f04535 (diff)
downloadpkgsrc-c9099ed8d99b9520054c793b48e6a1cef8da349a.tar.gz
mozilla-rootcerts-openssl: Minor DESCR fixups
Mention the manual script approach, almost parenthetically, in the See also part about mozilla-rootcerts.
Diffstat (limited to 'security')
-rw-r--r--security/mozilla-rootcerts-openssl/DESCR7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/mozilla-rootcerts-openssl/DESCR b/security/mozilla-rootcerts-openssl/DESCR
index 1e9a30a2750..f4a61671b2c 100644
--- a/security/mozilla-rootcerts-openssl/DESCR
+++ b/security/mozilla-rootcerts-openssl/DESCR
@@ -2,8 +2,8 @@ This package configures the Mozilla rootcerts bundle CAs as trust
anchors in OpenSSL, so that programs using OpenSSL will be able to use
them to validate SSL certificates.
-For pkgsrc-provided OpenSSL, this package operates modifies
-${PREFIX}/etc/ssl/certs as installed by another package. This is
+For pkgsrc-provided OpenSSL, this package modifies
+${PREFIX}/etc/ssl/certs, which belongs to another package. This is
somewhat irregular as packages should not modify content under etc.
For native OpenSSL, it modifies the base system OpenSSL certificate
@@ -15,4 +15,5 @@ of ${PREFIX}.
See also the mozilla-rootcerts package (which this one depends on) for
placing the Mozilla CA list in the filesystem but not configuring it
-into OpenSSL. \ No newline at end of file
+into OpenSSL, as well as a script to aid in manual configuration of
+trust anchors.