From owner-svn-src-stable-7@FreeBSD.ORG Wed Jan 19 13:23:51 2011 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 735531065670; Wed, 19 Jan 2011 13:23:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 427088FC16; Wed, 19 Jan 2011 13:23:51 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id C982846B7F; Wed, 19 Jan 2011 08:23:50 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 05F2E8A01D; Wed, 19 Jan 2011 08:23:50 -0500 (EST) From: John Baldwin To: "Simon L. Nielsen" Date: Wed, 19 Jan 2011 08:07:46 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <201101182219.p0IMJt9D053996@svn.freebsd.org> In-Reply-To: <201101182219.p0IMJt9D053996@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201101190807.46537.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Wed, 19 Jan 2011 08:23:50 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r217562 - in stable/7/secure/lib: libcrypto libssl X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 13:23:51 -0000 On Tuesday, January 18, 2011 5:19:55 pm Simon L. Nielsen wrote: > Author: simon > Date: Tue Jan 18 22:19:55 2011 > New Revision: 217562 > URL: http://svn.freebsd.org/changeset/base/217562 > > Log: > Decrease the libcrypto and libssl shared object version numbers from 6 > to 5. They were accidentally bumped in r215997 (on 2010-11-28) with the > merge of OpenSSL 0.9.8p, but unfortunately this was not caught until > now. > > Also add compat links for libcrypto.so.6 / libssl.so.6 (pointing to > their .5 counterparts) in case any users have compiled any third party > during the time stable/7 (and releng/7.4) were broken. > > This is deemed the last poor of bad options. Had the number bump not > been reverted binary packages for stable/7 would not have worked on the > still supported 7.3 and 7.1 releases. Erm, shouldn't the packages for 7-stable be built against the 7.0 ABI instead (and I thought this change was already made)? We've only supported backwards compat, not forwards compat. -- John Baldwin