Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2016 05:54:02 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421102 - in head/mail/postfix: . files
Message-ID:  <201608300554.u7U5s2Qd012794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Tue Aug 30 05:54:01 2016
New Revision: 421102
URL: https://svnweb.freebsd.org/changeset/ports/421102

Log:
  mail/postfix: Fix typo in LibreSSL patch
  
    - Fix DANE support with LibreSSL
  
  PR:		212223
  Reported by:	Markus Kohlmeyer <rootservice@gmail.com>

Modified:
  head/mail/postfix/Makefile
  head/mail/postfix/files/patch-src_tls_tls__dane.c

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Tue Aug 30 02:55:33 2016	(r421101)
+++ head/mail/postfix/Makefile	Tue Aug 30 05:54:01 2016	(r421102)
@@ -4,7 +4,7 @@
 PORTNAME=	postfix
 PORTVERSION=	3.1.2
 PORTEPOCH=	1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/ \
 		http://de.postfix.org/ftpmirror/ \

Modified: head/mail/postfix/files/patch-src_tls_tls__dane.c
==============================================================================
--- head/mail/postfix/files/patch-src_tls_tls__dane.c	Tue Aug 30 02:55:33 2016	(r421101)
+++ head/mail/postfix/files/patch-src_tls_tls__dane.c	Tue Aug 30 05:54:01 2016	(r421102)
@@ -5,7 +5,7 @@
      tls_check_version();
  
 -#if OPENSSL_VERSION_NUMBER < 0x10100000L
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESS_VERSION_NUMBER)
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
      SSL_load_error_strings();
      SSL_library_init();
  #endif



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