From owner-svn-ports-all@FreeBSD.ORG Sat Mar 28 10:05:39 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B0FF106 for ; Sat, 28 Mar 2015 10:05:39 +0000 (UTC) Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4BB2D92 for ; Sat, 28 Mar 2015 10:05:38 +0000 (UTC) Received: by obcjt1 with SMTP id jt1so88543570obc.2 for ; Sat, 28 Mar 2015 03:05:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=zea35/rYd1prX5Js/kGKOvKLKTa+2Oa+3Kwf/+/2YE4=; b=PtMgqwj0OA6TOK8OTmToNtPj5Sa++kEZbmUPCUvgoCrfqhDbilWdQcUi567T5pWvU2 g6wV9mOMyStHj78wVsKKfDBnbeKE8CCNnfRanCPhugyTm5VV9eYULz54ezXi3Oa5oFeD V9hSN13+JcfmlFnmiUZJm4tTM6u2ivcmANpn6142cJMAmTyENJQhh+pIYD0t3EX8sBiO ic90nVS0qHDv5dfhaPsa/AO7NnJse4t8egM1pmbGxEjcUFVE/lWGtfdfiB98/24Y1MjC hcq73emJPU0pmCpGPfW5as6L7SaIOj/RgL2diULN7nrnDQpjZ04G3OBOqsE9iVBoFdWK Ou8g== X-Gm-Message-State: ALoCoQkf9LM4ak8DRScAVdKuBwxZCbQiVX7dddb3VinqTfRBtUIhGQGjVcYY9t0NAaZt5Z7iBw9g X-Received: by 10.202.202.82 with SMTP id a79mr5456002oig.5.1427537132165; Sat, 28 Mar 2015 03:05:32 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.61.139 with HTTP; Sat, 28 Mar 2015 03:05:10 -0700 (PDT) In-Reply-To: <201503280915.t2S9FP1P018503@svn.freebsd.org> References: <201503280915.t2S9FP1P018503@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 Mar 2015 18:05:10 +0800 X-Google-Sender-Auth: lwhT3uKN7FS4TcMjjo8QhEbJYnU Message-ID: Subject: Re: svn commit: r382450 - in head: . security security/cyassl security/wolfssl To: Johan van Selst Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 28 Mar 2015 10:05:39 -0000 On Sat, Mar 28, 2015 at 5:15 PM, Johan van Selst wrote: > Author: johans > Date: Sat Mar 28 09:15:24 2015 > New Revision: 382450 > URL: https://svnweb.freebsd.org/changeset/ports/382450 > QAT: https://qat.redports.org/buildarchive/r382450/ > > Log: > CyaSSL has been renamed WolfSSL upstream > Rename port and update to 3.4.0 > http://www.yassl.com/yaSSL/Products-wolfssl.html > > Added: > head/security/wolfssl/ > - copied from r382449, head/security/cyassl/ > As maintainer of ftp/curl, I'll remove CYASSL option until upstream supports WolfSSL. Regards, sunpoet