svn commit: r421102 - in head/mail/postfix: . files

Bernard Spil brnrd at FreeBSD.org
Tue Aug 30 05:54:03 UTC 2016


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 at 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


More information about the svn-ports-all mailing list