mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Update to 1.4.19.
PR: 139889 Submitted by: sylvio
This commit is contained in:
parent
8b67cc78e7
commit
6717322abb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244545
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= msmtp
|
||||
PORTVERSION= 1.4.17
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.4.19
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (msmtp-1.4.17.tar.bz2) = b0b74f1144812b60688f590c62a0d3dd
|
||||
SHA256 (msmtp-1.4.17.tar.bz2) = f9f25b1f39be95ae11b432e3a5f22275fa8336c7c9cac7820efe1ba1246b96e6
|
||||
SIZE (msmtp-1.4.17.tar.bz2) = 766293
|
||||
MD5 (msmtp-1.4.19.tar.bz2) = f0afdc943bf7c8a3a3bf3fe1a73072c4
|
||||
SHA256 (msmtp-1.4.19.tar.bz2) = d6bf3f6f796041fc7d6653c022cc696238fdf8b2d538c4b2cd6c0aae5f056c66
|
||||
SIZE (msmtp-1.4.19.tar.bz2) = 820041
|
||||
|
@ -1,22 +1,22 @@
|
||||
--- doc/msmtp.1.orig Sat Jun 7 18:28:15 2008
|
||||
+++ doc/msmtp.1 Fri Jun 20 09:40:57 2008
|
||||
@@ -356,6 +356,11 @@
|
||||
--- doc/msmtp.1.orig 2009-10-05 16:43:01.000000000 -0300
|
||||
+++ doc/msmtp.1 2009-10-24 10:34:52.000000000 -0200
|
||||
@@ -361,6 +361,11 @@
|
||||
.br
|
||||
On Debian based systems, you can install the \fBca-certificates\fP package and
|
||||
use the file \fB/etc/ssl/certs/ca-certificates.crt\fP.
|
||||
On Debian based systems, you can install the \fBca\-certificates\fP package and
|
||||
use the file \fB/etc/ssl/certs/ca\-certificates.crt\fP.
|
||||
+.br
|
||||
+On FreeBSD based systems, you can install the \fBsecurity/ca_root_nss\fP port and
|
||||
+use the file \fB/usr/local/share/certs/ca-root-nss.crt\fP. Please note that if
|
||||
+you are installing msmtp from ports with OpenSSL or gnutls support,
|
||||
+the \fBsecurity/ca_root_nss\fP port will be installed automaticly.
|
||||
++use the file \fB/usr/local/share/certs/ca-root-nss.crt\fP. Please note that if
|
||||
++you are installing msmtp from ports with OpenSSL or gnutls support,
|
||||
++the \fBsecurity/ca_root_nss\fP port will be installed automaticly.
|
||||
.IP "tls_crl_file [\fIfile\fP]"
|
||||
This command sets or unsets a certificate revocation list (CRL) file for TLS,
|
||||
to be used during strict server certificate verification as enabled by the
|
||||
@@ -460,7 +465,7 @@
|
||||
@@ -466,7 +471,7 @@
|
||||
.br
|
||||
tls on
|
||||
.br
|
||||
-tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
-tls_trust_file /etc/ssl/certs/ca\-certificates.crt
|
||||
+tls_trust_file /usr/local/share/certs/ca-root-nss.crt
|
||||
.br
|
||||
logfile ~/.msmtp.log
|
||||
|
Loading…
Reference in New Issue
Block a user