From owner-cvs-ports@FreeBSD.ORG Mon Jun 7 05:44:37 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFFE416A4CE; Mon, 7 Jun 2004 05:44:37 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CADEB43D2F; Mon, 7 Jun 2004 05:44:37 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i575iXIR005242; Sun, 6 Jun 2004 22:44:34 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i575iWCU005240; Sun, 6 Jun 2004 22:44:32 -0700 (PDT) (envelope-from obrien) Date: Sun, 6 Jun 2004 22:44:32 -0700 From: "David O'Brien" To: Kris Kennaway Message-ID: <20040607054432.GA2746@dragon.nuxi.com> References: <200406042152.i54LqrAg090931@repoman.freebsd.org> <20040605023736.GA93280@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040605023736.GA93280@xor.obsecurity.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: Sergei Kolobov cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/gnutls Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 05:44:38 -0000 On Fri, Jun 04, 2004 at 07:37:36PM -0700, Kris Kennaway wrote: > On Fri, Jun 04, 2004 at 02:52:53PM -0700, Sergei Kolobov wrote: > > sergei 2004/06/04 14:52:53 PDT > > > > FreeBSD ports repository > > > > Modified files: > > security/gnutls Makefile distinfo pkg-plist > > Log: > > - Update to 1.0.13 (latest stable version) [1] > > - Switch to libtool-1.5 > > - NOTE: shlib version was downgraded from 13 to 12 > > Isn't that going to cause problems for anyone who uses portupgrade, > which preserves the old library version? i.e. new code will be linked > to the old (higher-versioned) library. The "downgrade" isn't a problem functionality as the toolchian will be linked to what ever the .so symlink points to. Remember that for ELF, the shared lib "version number" is really just plain text (vs. a.out rules). It will confuse the hell out of people, but not the toolchain or OS. Does 'portupgrade' really hard code the numerical ordering rule vs. looking at what the .so symlink pointed to? > Kris . o O (What on earth were they thinking?) Agreed. -- -- David (obrien@FreeBSD.org)