Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2019 18:55:09 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499383 - in head/mail/postfix-current: . files
Message-ID:  <201904191855.x3JIt9Qq078353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Fri Apr 19 18:55:09 2019
New Revision: 499383
URL: https://svnweb.freebsd.org/changeset/ports/499383

Log:
  - update to 3.5-20190330
  - adopt libressl patches from OpenBSD

Added:
  head/mail/postfix-current/files/patch-src_tls_tls__certkey.c   (contents, props changed)
Modified:
  head/mail/postfix-current/Makefile
  head/mail/postfix-current/distinfo
  head/mail/postfix-current/files/extra-patch-blacklistd
  head/mail/postfix-current/pkg-plist

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Fri Apr 19 18:53:13 2019	(r499382)
+++ head/mail/postfix-current/Makefile	Fri Apr 19 18:55:09 2019	(r499383)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postfix
-DISTVERSION=	3.4-20190106
+DISTVERSION=	3.5-20190330
 PORTREVISION?=	0
 PORTEPOCH=	5
 CATEGORIES=	mail ipv6

Modified: head/mail/postfix-current/distinfo
==============================================================================
--- head/mail/postfix-current/distinfo	Fri Apr 19 18:53:13 2019	(r499382)
+++ head/mail/postfix-current/distinfo	Fri Apr 19 18:55:09 2019	(r499383)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546794397
-SHA256 (postfix/postfix-3.4-20190106.tar.gz) = 09e123a8027101dcac16725dab9d8cad99414c858feec617a627e12a79a7d050
-SIZE (postfix/postfix-3.4-20190106.tar.gz) = 4511160
+TIMESTAMP = 1553986683
+SHA256 (postfix/postfix-3.5-20190330.tar.gz) = ed51359b0572aa64d81e6dd21232c28b41200628bc1d813f450cff8ba0089233
+SIZE (postfix/postfix-3.5-20190330.tar.gz) = 4596058

Modified: head/mail/postfix-current/files/extra-patch-blacklistd
==============================================================================
--- head/mail/postfix-current/files/extra-patch-blacklistd	Fri Apr 19 18:53:13 2019	(r499382)
+++ head/mail/postfix-current/files/extra-patch-blacklistd	Fri Apr 19 18:55:09 2019	(r499383)
@@ -1,6 +1,6 @@
 # PR 225664: support blacklistd on FreeBSD >= 11.0
 #
---- src/smtpd/Makefile.in.orig	2017-02-05 23:36:32 UTC
+--- src/smtpd/Makefile.in.orig	2019-01-27 22:17:15 UTC
 +++ src/smtpd/Makefile.in
 @@ -2,14 +2,14 @@ SHELL	= /bin/sh
  SRCS	= smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \
@@ -20,7 +20,7 @@
  TESTSRC	= smtpd_token_test.c
  DEFS	= -I. -I$(INC_DIR) -D$(SYSTYPE)
  CFLAGS	= $(DEBUG) $(OPT) $(DEFS)
---- src/smtpd/smtpd_sasl_glue.c.orig	2017-02-19 01:58:21 UTC
+--- src/smtpd/smtpd_sasl_glue.c.orig	2018-08-26 18:48:45 UTC
 +++ src/smtpd/smtpd_sasl_glue.c
 @@ -147,6 +147,7 @@
  #include "smtpd.h"
@@ -30,7 +30,7 @@
  
  #ifdef USE_SASL_AUTH
  
-@@ -332,6 +333,10 @@ int     smtpd_sasl_authenticate(SMTPD_ST
+@@ -331,6 +332,10 @@ int     smtpd_sasl_authenticate(SMTPD_ST
  	else
  	    smtpd_chat_reply(state, "535 5.7.8 Error: authentication failed: %s",
  			     STR(state->sasl_reply));

Added: head/mail/postfix-current/files/patch-src_tls_tls__certkey.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/postfix-current/files/patch-src_tls_tls__certkey.c	Fri Apr 19 18:55:09 2019	(r499383)
@@ -0,0 +1,11 @@
+--- src/tls/tls_certkey.c.orig	2019-03-07 23:57:10 UTC
++++ src/tls/tls_certkey.c
+@@ -144,7 +144,7 @@ static void init_pem_load_state(pem_load
+ 
+ /* use_chain - load cert, key and chain into ctx or ssl */
+ 
+-#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL
++#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL && !defined(LIBRESSL_VERSION_NUMBER)
+ static int use_chain(pem_load_state_t *st)
+ {
+     int     ret;

Modified: head/mail/postfix-current/pkg-plist
==============================================================================
--- head/mail/postfix-current/pkg-plist	Fri Apr 19 18:53:13 2019	(r499382)
+++ head/mail/postfix-current/pkg-plist	Fri Apr 19 18:55:09 2019	(r499383)
@@ -61,6 +61,7 @@ libexec/postfix/postfix-files
 libexec/postfix/postfix-script
 libexec/postfix/postfix-tls-script
 libexec/postfix/postfix-wrapper
+libexec/postfix/postlogd
 libexec/postfix/postmulti-script
 libexec/postfix/postscreen
 libexec/postfix/proxymap
@@ -137,6 +138,7 @@ libexec/postfix/virtual
 %%BMAN%%man/man8/oqmgr.8.gz
 %%BMAN%%man/man8/pickup.8.gz
 %%BMAN%%man/man8/pipe.8.gz
+%%BMAN%%man/man8/postlogd.8.gz
 %%BMAN%%man/man8/postscreen.8.gz
 %%BMAN%%man/man8/proxymap.8.gz
 %%BMAN%%man/man8/qmgr.8.gz



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