Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 16:29:55 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r525836 - branches/2020Q1/mail/opensmtpd
Message-ID:  <202002111629.01BGTtcV001224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Tue Feb 11 16:29:54 2020
New Revision: 525836
URL: https://svnweb.freebsd.org/changeset/ports/525836

Log:
  MFH: r525833
  
  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
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q1/mail/opensmtpd/Makefile
  branches/2020Q1/mail/opensmtpd/distinfo
  branches/2020Q1/mail/opensmtpd/pkg-plist
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/mail/opensmtpd/Makefile
==============================================================================
--- branches/2020Q1/mail/opensmtpd/Makefile	Tue Feb 11 15:51:54 2020	(r525835)
+++ branches/2020Q1/mail/opensmtpd/Makefile	Tue Feb 11 16:29:54 2020	(r525836)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opensmtpd
-PORTVERSION=	6.6.2
+PORTVERSION=	6.6.3
 DISTVERSIONSUFFIX=	p1
 PORTEPOCH=	1
 PORTREVISION=	0

Modified: branches/2020Q1/mail/opensmtpd/distinfo
==============================================================================
--- branches/2020Q1/mail/opensmtpd/distinfo	Tue Feb 11 15:51:54 2020	(r525835)
+++ branches/2020Q1/mail/opensmtpd/distinfo	Tue Feb 11 16:29:54 2020	(r525836)
@@ -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

Modified: branches/2020Q1/mail/opensmtpd/pkg-plist
==============================================================================
--- branches/2020Q1/mail/opensmtpd/pkg-plist	Tue Feb 11 15:51:54 2020	(r525835)
+++ branches/2020Q1/mail/opensmtpd/pkg-plist	Tue Feb 11 16:29:54 2020	(r525836)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002111629.01BGTtcV001224>