From owner-freebsd-current@FreeBSD.ORG Tue May 31 15:37:12 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F8416A41C; Tue, 31 May 2005 15:37:12 +0000 (GMT) (envelope-from des@des.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D8B43D1D; Tue, 31 May 2005 15:37:11 +0000 (GMT) (envelope-from des@des.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IHD002KE7XKBAA0@osl1smout1.broadpark.no>; Tue, 31 May 2005 19:44:08 +0200 (CEST) Received: from dsa.des.no ([80.203.228.37]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IHD00B5G2852Y57@osl1sminn1.broadpark.no>; Tue, 31 May 2005 17:40:53 +0200 (CEST) Received: by dsa.des.no (Pony Express, from userid 666) id 772E6451B3; Tue, 31 May 2005 17:37:09 +0200 (CEST) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id 508DB45165; Tue, 31 May 2005 17:37:05 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 47B7F33C3B; Tue, 31 May 2005 17:37:05 +0200 (CEST) Date: Tue, 31 May 2005 17:37:05 +0200 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: To: Hajimu UMEMOTO Message-id: <86fyw32yqm.fsf@xps.des.no> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dsa.des.no References: <20050531.075329.118637972.imp@bsdimp.com> <20050531.084832.20036038.imp@bsdimp.com> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.0.2 X-Spam-Level: Cc: nectar@freebsd.org, standards@freebsd.org, current@freebsd.org, "M. Warner Losh" , freebsd-arch@freebsd.org Subject: Re: [CFR] correct type of addrinfo.ai_addrlen and netent.n_net X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 15:37:12 -0000 Hajimu UMEMOTO writes: > No, it is not blind bump. The following libraries refers > getaddrinfo(3), thus should be bumped: > > RELENG_5 HEAD Need to Bump > [...] > libpam 2 2 > pam_radius o > pam_unix o You can't just bump libpam; you need to bump all the modules along with it, because libpam will only load modules with the same major number as itself. In fact, there is only a single SHLIB_MAJOR for the entire src/lib/libpam tree, in src/lib/libpam/Makefile.inc. Is it really necessary to remove the padding? It gives us a lot of trouble for zero gain. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no