svn commit: r437668 - in head: Mk/Uses net/pipsecd net/pipsecd/files security/netpgp security/py-pow

Cy Schubert Cy.Schubert at komquats.com
Mon Apr 3 19:27:42 UTC 2017


In message <201704031733.v33HXnZO099007 at 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 <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.




More information about the svn-ports-head mailing list