From owner-svn-ports-all@freebsd.org Mon Apr 3 19:27:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F71CD2CCBE; Mon, 3 Apr 2017 19:27:42 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 497766D0; Mon, 3 Apr 2017 19:27:41 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id v7dUckMnAsa1kv7dVcwLsH; Mon, 03 Apr 2017 13:27:34 -0600 X-Authority-Analysis: v=2.2 cv=W+NIbVek c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=AzvcPWV-tVgA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=41SXhP_Wu43H9jiB8J8A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 1796842F; Mon, 3 Apr 2017 12:27:32 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v33JRVKi065587; Mon, 3 Apr 2017 12:27:31 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201704031927.v33JRVKi065587@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Jung-uk Kim cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437668 - in head: Mk/Uses net/pipsecd net/pipsecd/files security/netpgp security/py-pow In-Reply-To: Message from Jung-uk Kim of "Mon, 03 Apr 2017 17:33:49 -0000." <201704031733.v33HXnZO099007@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 Apr 2017 12:27:31 -0700 X-CMAE-Envelope: MS4wfAiMmlh9jvF0XHoXArx05MU9FWcoID2/DkjPhMmoZDYQE2FPQYZSRNWTNjPIVlYgdjozwpfgjaB1zsrsyb3/P2GR+F5lIFH9HuIvS8Ez2oK95HOTL8IR AvJkwC/mepxS3YUHSncF0QCnYnozLZV3zqGgh2t+JBDBcTNYtzPEnca0Q23ZtTzIceBw5rGg8xQHr3bMbxLaZzw2MgV7AlIgtTYbFFxoWDi9+Br15HDPWXEJ eny9zI33mhQnTRVrk3Z/zwdWtL9AGSBK3p2c8VvCvopXNt6Uk9EOwTNgmX6sDxSG X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 03 Apr 2017 19:27:42 -0000 In message <201704031733.v33HXnZO099007@repo.freebsd.org>, Jung-uk Kim writes: > Author: jkim > Date: Mon Apr 3 17:33:48 2017 > New Revision: 437668 > URL: https://svnweb.freebsd.org/changeset/ports/437668 > > Log: > Remove obsolete OpenSSL hacks for IDEA crypto. > > We have some hacks in the ports tree to detect or to unconditionally disabl > e > IDEA crypto support. These hacks existed because OpenSSL in FreeBSD 9.3 an > d > earlier was shipped without IDEA support by default but we were allowed to > enable it via WITH_IDEA src.conf(5) option. > > https://www.freebsd.org/cgi/man.cgi?query=src.conf&manpath=FreeBSD+9.3-RELE > ASE > > Therefore, we had to implement some hacks to support three different cases, > i.e., a) 9.3 and earlier without IDEA crypto (default), b) 9.3 and earlier > with IDEA crypto (via WITH_IDEA src.conf option), and c) 10.0 and later wit > h > unconditional IDEA support. Now we can safely remove them because 9.3 and > earlier is no longer supported. > > PR: 218233 > Exp-Run by: antoine > Approved by: antoine (portmgr) Approved by cy (pipsecd) Thanks. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.