From owner-svn-src-stable@FreeBSD.ORG Thu Jun 11 21:51:37 2015 Return-Path: Delivered-To: svn-src-stable@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57AAAED9; Thu, 11 Jun 2015 21:51:37 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qc0-x242.google.com (mail-qc0-x242.google.com [IPv6:2607:f8b0:400d:c01::242]) (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 213A0162C; Thu, 11 Jun 2015 21:51:37 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qcrw7 with SMTP id w7so2412703qcr.0; Thu, 11 Jun 2015 14:51:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hZXr9hmGxiYwZeK/+wbZPB9lyDYuDFgfpwKqnSXjLbA=; b=qIC9ZQX6qzi7hlakINdicI0yETum5eAoWJ65s1aYjvtYU2b1bWD9++5XRXMTaf/OlG FwgEx8TWfM4z2K4W7d0opeLfyTrLNRsylPpMUPYKR3Ehn8tFx5elHFNc4mhrJIl9/r/8 Hhq9I1ldbDdSPbMdgaLwjT4uHyhep7l53jTB8ABKPWyA8MWBiYI5MWcxM2yxL3dWowvB mljezajbvqy6ARQBQY7ZgIxNmBxoptIQkOgtg6x/YZbArO3wDotZSssFItF0o5d6t+wN t0mLoMH+Z/T3saoDOUW8mvBL6cpONRLRGXpKrO1MT41a1NNsa1BwJmdyuMGd1m8pu7SA oN3w== MIME-Version: 1.0 X-Received: by 10.140.146.22 with SMTP id 22mr2550414qhs.44.1434059496276; Thu, 11 Jun 2015 14:51:36 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Thu, 11 Jun 2015 14:51:36 -0700 (PDT) In-Reply-To: <5579FB23.4060500@FreeBSD.org> References: <201506111907.t5BJ7k2p041500@svn.freebsd.org> <5579FB23.4060500@FreeBSD.org> Date: Thu, 11 Jun 2015 14:51:36 -0700 Message-ID: Subject: Re: svn commit: r284285 - in stable/10: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes crypto/openssl/crypto/asn1 crypto/openssl/crypto/bf crypto/openssl/crypto/bio ... From: NGie Cooper To: Jung-uk Kim Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-stable@freebsd.org" , "svn-src-stable-10@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 21:51:37 -0000 On Thu, Jun 11, 2015 at 2:18 PM, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On 06/11/2015 17:12, NGie Cooper wrote: >> On Thu, Jun 11, 2015 at 12:07 PM, Jung-uk Kim >> wrote: >>> Author: jkim Date: Thu Jun 11 19:07:45 2015 New Revision: 284285 >>> URL: https://svnweb.freebsd.org/changeset/base/284285 >>> >>> Log: MFC: r284283 >>> >>> Merge OpenSSL 1.0.1n. >> >> Hi Jung-uk, Why the insta-MFC? > > Because crypto stuff is kinda special. ;-) Yeah, but I wouldn't have known that unless I read the release notes/errata :/. It would have been nice if that had been in the commit message.