View | Details | Raw Unified | Return to bug 245371
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME?=	fetchmail
4
PORTNAME?=	fetchmail
5
DISTVERSION=	6.4.3-rc2
5
DISTVERSION=	6.4.3
6
CATEGORIES=	mail
6
CATEGORIES=	mail
7
# The next line is inherited by the fetchmailconf slave port,
7
# The next line is inherited by the fetchmailconf slave port,
8
# do NOT replace fetchmail by ${PORTNAME}
8
# do NOT replace fetchmail by ${PORTNAME}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1585604829
1
TIMESTAMP = 1586083264
2
SHA256 (fetchmail-6.4.3-rc2.tar.lz) = d67a19202656aa7a41c81c2cc1757c9b999ba16934855653520fb42e1fc56224
2
SHA256 (fetchmail-6.4.3.tar.lz) = b22217beb0a1545a84a111baada2008f00887afe395a8514805e5297366385d0
3
SIZE (fetchmail-6.4.3-rc2.tar.lz) = 1262662
3
SIZE (fetchmail-6.4.3.tar.lz) = 1259211
(-)files/patch-fetchmail.man (-30 lines)
Lines 1-30 Link Here
1
From 74c1a60970152d9b83e9c7eca9bda69336a0b458 Mon Sep 17 00:00:00 2001
2
From: Matthias Andree <matthias.andree@gmx.de>
3
Date: Mon, 30 Mar 2020 23:01:42 +0200
4
Subject: [PATCH] fetchmail.man: --sslproto: document tls1.3 and tls1.3+
5
 values.
6
7
The code was added in 3d4a8713e = 6.4.0-beta3,
8
but the documentation was missing from the manual page.
9
---
10
 fetchmail.man | 4 ++++
11
 1 file changed, 4 insertions(+)
12
13
diff --git a/fetchmail.man b/fetchmail.man
14
index 111ddb2f..da6ade56 100644
15
--- ./fetchmail.man
16
+++ b/fetchmail.man
17
@@ -520,6 +520,10 @@ Since v6.4.0. Require TLS. Auto-negotiate TLSv1.1 or newer.
18
 Since v6.4.0. Require TLS v1.2 exactly.
19
 .IP '\fBTLS1.2+\fP'
20
 Since v6.4.0. Require TLS. Auto-negotiate TLSv1.2 or newer.
21
+.IP \&'\fBTLS1.3\fP'
22
+Since v6.4.0. Require TLS v1.3 exactly.
23
+.IP '\fBTLS1.3+\fP'
24
+Since v6.4.0. Require TLS. Auto-negotiate TLSv1.3 or newer.
25
 .IP "Unrecognized parameters"
26
 are treated the same as '\fBauto\fP'.
27
 .RE
28
-- 
29
2.24.1
30

Return to bug 245371