diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-04-05 19:59:08 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-04-05 19:59:08 +0000 |
commit | abe77bfa0ca1c1aa89e95e86f1156e25e1ffb9f2 (patch) | |
tree | 07b1895be07b5e8b9594605f4fb35a6a2776c64d /mail/fetchmail | |
parent | d65723234673a53ec98152e474e0e1c0b422027d (diff) | |
download | freebsd-ports-abe77bfa0ca1c1aa89e95e86f1156e25e1ffb9f2.zip |
mail/fetchmail, fetchmailconf: update from -rc2 to release (translations)
Update from fetchmail-6.4.3-rc2 to fetchmail-6.4.3, with these relevant changes.
None affect code files, it's only translations and documentation.
* 02c92e99 2020-04-05 | po/: Record 'make distcheck' changes for release. (tag: RELEASE_6-4-3) [Matthias Andree]
* 0b175aec 2020-04-05 | configure.ac, NEWS: Bump version for 6.4.3 release. [Matthias Andree]
* 0b143cf8 2020-04-04 | NEWS: Mention Esperanto update. [Matthias Andree]
* 54577a4d 2020-04-03 | Update <eo> Esperanto translation to fetchmail 6.4.3-rc2 [Felipe Castro]
* cd34cf8f 2020-04-02 | NEWS: Add translations so far. [Matthias Andree]
* 5ed4bb4c 2020-04-01 | Update <sv> Swedish translation to fetchmail 6.4.3-rc2 [Göran Uddeborg]
* 117ecd06 2020-03-31 | Update <zh_CN> Chinese (simplified) translation to fetchmail 6.4.3-rc2 [Boyuan Yang]
* 13600873 2020-03-31 | Update <sq> Albanian translation to fetchmail-6.4.3-rc2 [Besnik Bleta]
* c83a5ae9 2020-03-31 | Update <pl> Polish translation to fetchmail 6.4.3-rc2 [Jakub Bogusz]
* 741ae779 2020-04-01 | Update <fr> French translation to fetchmail-6.4.3-rc2 [Frédéric Marchal]
* 744af877 2020-03-31 | Update <cs> Czech translation to fetchmail 6.4.3-rc2 [Petr Pisar]
There is no documentation/translation-update blanket.
PR: 245371
Approved by: Corey Halpin (maintainer)
MFH: 2020Q2 (only documentation and translation updates, please approve)
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 6 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-fetchmail.man | 30 |
3 files changed, 4 insertions, 34 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 2207415611a3..08f746cfefd6 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= fetchmail -DISTVERSION= 6.4.3-rc2 +DISTVERSION= 6.4.3 CATEGORIES= mail # The next line is inherited by the fetchmailconf slave port, # do NOT replace fetchmail by ${PORTNAME} diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index fcd69d86addb..ecd020d1c4fe 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585604829 -SHA256 (fetchmail-6.4.3-rc2.tar.lz) = d67a19202656aa7a41c81c2cc1757c9b999ba16934855653520fb42e1fc56224 -SIZE (fetchmail-6.4.3-rc2.tar.lz) = 1262662 +TIMESTAMP = 1586083264 +SHA256 (fetchmail-6.4.3.tar.lz) = b22217beb0a1545a84a111baada2008f00887afe395a8514805e5297366385d0 +SIZE (fetchmail-6.4.3.tar.lz) = 1259211 diff --git a/mail/fetchmail/files/patch-fetchmail.man b/mail/fetchmail/files/patch-fetchmail.man deleted file mode 100644 index 54a6dbf8b464..000000000000 --- a/mail/fetchmail/files/patch-fetchmail.man +++ /dev/null @@ -1,30 +0,0 @@ -From 74c1a60970152d9b83e9c7eca9bda69336a0b458 Mon Sep 17 00:00:00 2001 -From: Matthias Andree <matthias.andree@gmx.de> -Date: Mon, 30 Mar 2020 23:01:42 +0200 -Subject: [PATCH] fetchmail.man: --sslproto: document tls1.3 and tls1.3+ - values. - -The code was added in 3d4a8713e = 6.4.0-beta3, -but the documentation was missing from the manual page. ---- - fetchmail.man | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/fetchmail.man b/fetchmail.man -index 111ddb2f..da6ade56 100644 ---- ./fetchmail.man -+++ b/fetchmail.man -@@ -520,6 +520,10 @@ Since v6.4.0. Require TLS. Auto-negotiate TLSv1.1 or newer. - Since v6.4.0. Require TLS v1.2 exactly. - .IP '\fBTLS1.2+\fP' - Since v6.4.0. Require TLS. Auto-negotiate TLSv1.2 or newer. -+.IP \&'\fBTLS1.3\fP' -+Since v6.4.0. Require TLS v1.3 exactly. -+.IP '\fBTLS1.3+\fP' -+Since v6.4.0. Require TLS. Auto-negotiate TLSv1.3 or newer. - .IP "Unrecognized parameters" - are treated the same as '\fBauto\fP'. - .RE --- -2.24.1 - |