svn commit: r483784 - in branches/2018Q4/mail/heirloom-mailx: . files

Antoine Brodin antoine at FreeBSD.org
Fri Nov 2 08:28:41 UTC 2018


Author: antoine
Date: Fri Nov  2 08:28:40 2018
New Revision: 483784
URL: https://svnweb.freebsd.org/changeset/ports/483784

Log:
  MFH: r482131
  
  Jettison SSLv2 support. Not only does this allow mail/mailx to
  build using openssl111 in base but SSLv2 is insecure.

Added:
  branches/2018Q4/mail/heirloom-mailx/files/patch-mailx.1
     - copied unchanged from r482131, head/mail/heirloom-mailx/files/patch-mailx.1
  branches/2018Q4/mail/heirloom-mailx/files/patch-mailx.1.html
     - copied unchanged from r482131, head/mail/heirloom-mailx/files/patch-mailx.1.html
Modified:
  branches/2018Q4/mail/heirloom-mailx/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/mail/heirloom-mailx/Makefile
==============================================================================
--- branches/2018Q4/mail/heirloom-mailx/Makefile	Fri Nov  2 08:26:39 2018	(r483783)
+++ branches/2018Q4/mail/heirloom-mailx/Makefile	Fri Nov  2 08:28:40 2018	(r483784)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mailx
 PORTVERSION=	12.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	heirloom-
@@ -18,6 +18,7 @@ CONFLICTS=	mailx-[0-9]*
 
 MAKE_JOBS_UNSAFE=	yes
 USES=		iconv localbase ssl tar:bzip2
+CPPFLAGS+=	-DOPENSSL_NO_SSL2
 MAKE_ARGS=	PREFIX="${PREFIX}" \
 		SYSCONFDIR="${PREFIX}/etc" \
 		SENDMAIL="/usr/sbin/sendmail" \

Copied: branches/2018Q4/mail/heirloom-mailx/files/patch-mailx.1 (from r482131, head/mail/heirloom-mailx/files/patch-mailx.1)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q4/mail/heirloom-mailx/files/patch-mailx.1	Fri Nov  2 08:28:40 2018	(r483784, copy of r482131, head/mail/heirloom-mailx/files/patch-mailx.1)
@@ -0,0 +1,14 @@
+--- mailx.1.orig	2007-10-01 06:00:39.000000000 -0700
++++ mailx.1	2018-10-14 19:36:55.360353000 -0700
+@@ -2683,11 +2683,6 @@
+ to verify SSL/TLS server certificates.
+ Only applicable if SSL/TLS support is built using OpenSSL.
+ .TP
+-.B ssl-v2-allow
+-Accept SSLv2 connections.
+-These are normally not allowed
+-because this protocol version is insecure.
+-.TP
+ .B stealthmua
+ Inhibits the generation of
+ the \fI`Message-Id:'\fR and \fI`User-Agent:'\fR

Copied: branches/2018Q4/mail/heirloom-mailx/files/patch-mailx.1.html (from r482131, head/mail/heirloom-mailx/files/patch-mailx.1.html)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q4/mail/heirloom-mailx/files/patch-mailx.1.html	Fri Nov  2 08:28:40 2018	(r483784, copy of r482131, head/mail/heirloom-mailx/files/patch-mailx.1.html)
@@ -0,0 +1,15 @@
+--- mailx.1.html.orig	2008-07-28 15:33:37.000000000 -0700
++++ mailx.1.html	2018-10-14 19:38:44.077272000 -0700
+@@ -2953,12 +2953,6 @@
+ Only applicable if SSL/TLS support is built using OpenSSL.
+ </TD></TR>
+ <TR valign=top><TD colspan=2>
+-<B>ssl-v2-allow</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD>
+-Accept SSLv2 connections.
+-These are normally not allowed
+-because this protocol version is insecure.
+-</TD></TR>
+-<TR valign=top><TD colspan=2>
+ <B>stealthmua</B> </TD></TR><TR valign=top><TD width=6%> </TD><TD>
+ Inhibits the generation of
+ the <I>'Message-Id:'</I> and <I>'User-Agent:'</I>


More information about the svn-ports-branches mailing list