From owner-svn-src-head@FreeBSD.ORG Mon May 16 17:41:41 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id D00B7106566C; Mon, 16 May 2011 17:41:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: benl@freebsd.org Date: Mon, 16 May 2011 13:41:16 -0400 User-Agent: KMail/1.6.2 References: <201105141744.p4EHiCpx010486@svn.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201105161341.28460.jkim@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, simon@freebsd.org, "Bjoern A. Zeeb" , Colin Percival , svn-src-head@freebsd.org Subject: Re: svn commit: r221900 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2011 17:41:41 -0000 On Sunday 15 May 2011 12:19 am, Bjoern A. Zeeb wrote: > On Sat, 14 May 2011, Colin Percival wrote: > > Author: cperciva > > Date: Sat May 14 17:44:12 2011 > > New Revision: 221900 > > URL: http://svn.freebsd.org/changeset/base/221900 > > > > Log: > > Encourage Ben Laurie to finish getting his commit bit by > > appointing him as the OpenSSL maintainer. > > I'd like to thanks Simon for doing this all the years! Great job! > > I am also happy Ben volunteered to pick up the task:) Great to > have you doing this for FreeBSD! +1. Here is my first contribution (against head): http://people.freebsd.org/~jkim/openssl-head.diff Changes: 1. Fix amd64 asm generators. http://rt.openssl.org/Ticket/Display.html?id=2466&user=guest&pass=guest 2. Generate amd64 asm files and connect to build. 3. Regen i386 asm files and add new ones (except for sha512-sse2.s). 4. Regen opensslconf-${ARCH}.h to reduce diff against 'config' script generated files. This patch was "make universe" tested couple of weeks ago. :-) Cheers, Jung-uk Kim