diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-02-11 15:32:35 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-02-11 15:32:35 +0000 |
commit | 709e896e3e5683edfe507ca94438bbf850c77df4 (patch) | |
tree | b5ab3d2ee297d071603c3bce95ada312155785cd | |
parent | deskutils/kuserfeedback: fix build on GCC architectures (diff) |
mail/opensmtpd: update to 6.6.3p1 release
- switch default configuration to maildir
- allow mbox to deliver to users without requiring privileges in the daemon
- allow lmtp to receive sender/recipient in environment
MFH: 2020Q1
-rw-r--r-- | mail/opensmtpd/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd/distinfo | 6 | ||||
-rw-r--r-- | mail/opensmtpd/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 2210dcb0314b..eaba99ec28a7 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 6.6.2 +PORTVERSION= 6.6.3 DISTVERSIONSUFFIX= p1 PORTEPOCH= 1 PORTREVISION= 0 diff --git a/mail/opensmtpd/distinfo b/mail/opensmtpd/distinfo index 0018eb4e8826..b73b1d54e9d8 100644 --- a/mail/opensmtpd/distinfo +++ b/mail/opensmtpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580264944 -SHA256 (opensmtpd-6.6.2p1.tar.gz) = 63b811aca56861108bb72f16fcbbf32f1af71e77b8996a9a5654b6a18915df9a -SIZE (opensmtpd-6.6.2p1.tar.gz) = 777422 +TIMESTAMP = 1581434283 +SHA256 (opensmtpd-6.6.3p1.tar.gz) = 9ef7c0eb7ffc5c84dca7651cec69bd7b180014cd5227f6dbc7a303eaa9d41eb7 +SIZE (opensmtpd-6.6.3p1.tar.gz) = 787196 diff --git a/mail/opensmtpd/pkg-plist b/mail/opensmtpd/pkg-plist index 9c67ff01fe36..001970f94371 100644 --- a/mail/opensmtpd/pkg-plist +++ b/mail/opensmtpd/pkg-plist @@ -1,6 +1,7 @@ @sample etc/mail/smtpd.conf.sample bin/smtp libexec/opensmtpd/encrypt +libexec/opensmtpd/lockspool libexec/opensmtpd/mail.lmtp libexec/opensmtpd/mail.local libexec/opensmtpd/mail.maildir |