Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 15:32:35 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525833 - head/mail/opensmtpd
Message-ID:  <202002111532.01BFWZ4k070496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Tue Feb 11 15:32:35 2020
New Revision: 525833
URL: https://svnweb.freebsd.org/changeset/ports/525833

Log:
  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

Modified:
  head/mail/opensmtpd/Makefile
  head/mail/opensmtpd/distinfo
  head/mail/opensmtpd/pkg-plist

Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile	Tue Feb 11 15:16:58 2020	(r525832)
+++ head/mail/opensmtpd/Makefile	Tue Feb 11 15:32:35 2020	(r525833)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opensmtpd
-PORTVERSION=	6.6.2
+PORTVERSION=	6.6.3
 DISTVERSIONSUFFIX=	p1
 PORTEPOCH=	1
 PORTREVISION=	0

Modified: head/mail/opensmtpd/distinfo
==============================================================================
--- head/mail/opensmtpd/distinfo	Tue Feb 11 15:16:58 2020	(r525832)
+++ head/mail/opensmtpd/distinfo	Tue Feb 11 15:32:35 2020	(r525833)
@@ -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: head/mail/opensmtpd/pkg-plist
==============================================================================
--- head/mail/opensmtpd/pkg-plist	Tue Feb 11 15:16:58 2020	(r525832)
+++ head/mail/opensmtpd/pkg-plist	Tue Feb 11 15:32:35 2020	(r525833)
@@ -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?202002111532.01BFWZ4k070496>