diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-05-29 14:22:06 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-06-01 18:46:05 +0200 |
commit | 9bf40d7c50b665db38a19e0065a16a26be0e3aaa (patch) | |
tree | dc0e68db4c89639cda348d57f2a00024a094ce6d /mail/fetchmail | |
parent | e3fccda61871b03f93c25884d9052430eae5e095 (diff) | |
download | freebsd-ports-9bf40d7c50b665db38a19e0065a16a26be0e3aaa.zip |
mail/fetchmail: update to 6.4.19
* CHANGE: fetchmailconf: properly catch and report option parsing errors
* BUG FIX: LMTP: do not try to validate the last component of a
UNIX-domain LMTP socket as though it were a TCP port. Reported by
Christoph Heitkamp, Gitlab issue #33.
* TRANSLATION UPDATE: This fine person has contributed an updated
translation:
- sr: Мирослав Николић (Miroslav Nikolić) [Serbian]
PR: 256242
Approved by: Corey Halpin (maintainer)
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 36429f9cb213..524caf9f4f47 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ # Created by: Ville Eerola <ve@sci.fi> PORTNAME?= fetchmail -DISTVERSION= 6.4.18 +DISTVERSION= 6.4.19 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 e4ea69e08983..a45902bb7de8 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616889969 -SHA256 (fetchmail-6.4.18.tar.xz) = 302dc9bcdc6927dedf375d2baaead2347557faa70d98b1da83f2409fa6fb259f -SIZE (fetchmail-6.4.18.tar.xz) = 1317488 +TIMESTAMP = 1622290498 +SHA256 (fetchmail-6.4.19.tar.xz) = cd8d11a3d103e50caa2ec64bcda6307eb3d0783a4d4dfd88e668b81aaf9d6b5f +SIZE (fetchmail-6.4.19.tar.xz) = 1316672 |