From owner-svn-ports-all@freebsd.org Tue Sep 8 16:37:11 2015 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 C4C41A0005D; Tue, 8 Sep 2015 16:37:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B7A8A1C84; Tue, 8 Sep 2015 16:37:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B5F7619A7; Tue, 8 Sep 2015 16:37:11 +0000 (UTC) Date: Tue, 8 Sep 2015 16:37:11 +0000 From: Alexey Dokuchaev To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r396405 - head/databases/mysac Message-ID: <20150908163711.GA93895@FreeBSD.org> References: <201509081625.t88GPDlT076436@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201509081625.t88GPDlT076436@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 08 Sep 2015 16:37:11 -0000 On Tue, Sep 08, 2015 at 04:25:13PM +0000, Alexey Dokuchaev wrote: > New Revision: 396405 > URL: https://svnweb.freebsd.org/changeset/ports/396405 > > Log: > - Update to version 1.1.2: the only functional differences are correct > order of float4store() arguments which was breaking the build on big- > endian architectures in version 1.1.1, and plugged resource leaks in > void mysac_close(MYSAC *mysac) function Actually, these are the *only* difference between 1.1.1 and 1.1.2, hence I did not ask for maintainer's approval (typically version bump would've required it). ./danfe