From owner-svn-ports-all@freebsd.org Mon Oct 15 02:56:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 297C810CCD66; Mon, 15 Oct 2018 02:56:38 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D03028093F; Mon, 15 Oct 2018 02:56:37 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0C5227172; Mon, 15 Oct 2018 02:56:37 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9F2ubva037413; Mon, 15 Oct 2018 02:56:37 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9F2ubFb037410; Mon, 15 Oct 2018 02:56:37 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201810150256.w9F2ubFb037410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 15 Oct 2018 02:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482131 - in head/mail/heirloom-mailx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/mail/heirloom-mailx: . files X-SVN-Commit-Revision: 482131 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 02:56:38 -0000 Author: cy Date: Mon Oct 15 02:56:36 2018 New Revision: 482131 URL: https://svnweb.freebsd.org/changeset/ports/482131 Log: Jettison SSLv2 support. Not only does this allow mail/mailx to build using openssl111 in base but SSLv2 is insecure. Added: head/mail/heirloom-mailx/files/patch-mailx.1 (contents, props changed) head/mail/heirloom-mailx/files/patch-mailx.1.html (contents, props changed) Modified: head/mail/heirloom-mailx/Makefile (contents, props changed) Modified: head/mail/heirloom-mailx/Makefile ============================================================================== --- head/mail/heirloom-mailx/Makefile Mon Oct 15 00:58:09 2018 (r482130) +++ head/mail/heirloom-mailx/Makefile Mon Oct 15 02:56:36 2018 (r482131) @@ -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" \ Added: head/mail/heirloom-mailx/files/patch-mailx.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/heirloom-mailx/files/patch-mailx.1 Mon Oct 15 02:56:36 2018 (r482131) @@ -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 Added: head/mail/heirloom-mailx/files/patch-mailx.1.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/heirloom-mailx/files/patch-mailx.1.html Mon Oct 15 02:56:36 2018 (r482131) @@ -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. + + +-ssl-v2-allow   +-Accept SSLv2 connections. +-These are normally not allowed +-because this protocol version is insecure. +- +- + stealthmua   + Inhibits the generation of + the 'Message-Id:' and 'User-Agent:'