From owner-svn-src-head@freebsd.org Tue Jun 14 16:44:05 2016 Return-Path: Delivered-To: svn-src-head@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 F2827B723AE; Tue, 14 Jun 2016 16:44:05 +0000 (UTC) (envelope-from bdrewery@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 D615D210F; Tue, 14 Jun 2016 16:44:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id CA7DD1C17; Tue, 14 Jun 2016 16:44:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 94A3D1DE03; Tue, 14 Jun 2016 16:44:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id HPSUGDmdWXyA; Tue, 14 Jun 2016 16:44:02 +0000 (UTC) Subject: Re: svn commit: r301602 - in head: . lib/libpam lib/libpam/libpam lib/libpam/libpam/security tools/build/mk DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com F37461DDFE To: Ngie Cooper , =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= References: <201606081147.u58BlJ8X099462@repo.freebsd.org> <15ae4cc5-c65f-49af-5456-07d2cf476337@FreeBSD.org> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: Date: Tue, 14 Jun 2016 09:44:01 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <15ae4cc5-c65f-49af-5456-07d2cf476337@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PiSqV81TdtoXERPhCtKkO6iFGqWtRmMAl" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 14 Jun 2016 16:44:06 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --PiSqV81TdtoXERPhCtKkO6iFGqWtRmMAl Content-Type: multipart/mixed; boundary="02q6ChKSXE5g6tLlKFEAVa4cVNC5h4dMc" From: Bryan Drewery To: Ngie Cooper , =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Message-ID: Subject: Re: svn commit: r301602 - in head: . lib/libpam lib/libpam/libpam lib/libpam/libpam/security tools/build/mk References: <201606081147.u58BlJ8X099462@repo.freebsd.org> <15ae4cc5-c65f-49af-5456-07d2cf476337@FreeBSD.org> In-Reply-To: <15ae4cc5-c65f-49af-5456-07d2cf476337@FreeBSD.org> --02q6ChKSXE5g6tLlKFEAVa4cVNC5h4dMc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 6/14/2016 9:37 AM, Bryan Drewery wrote: > On 6/14/2016 9:25 AM, Ngie Cooper wrote: >> On Wed, Jun 8, 2016 at 4:47 AM, Dag-Erling Sm=C3=B8rgrav wrote: >>> Author: des >>> Date: Wed Jun 8 11:47:19 2016 >>> New Revision: 301602 >>> URL: https://svnweb.freebsd.org/changeset/base/301602 >>> >>> Log: >>> Replace _pam_verbose_error() with a macro. This was the last diffe= rence >>> between our libpam and stock OpenPAM, meaning that it is now possib= le to >>> replace the base libpam with a hypothetical ports version of OpenPA= M. >> >> Unfortunately this commit wasn't followed by a bump to >> __FreeBSD_version, so the package cluster hasn't updated all packages >> that require libpam.so, like sudo, etc. >> >> I can't commit anything for a while (my Macbook Pro is a bit out of >> commission)... but I'll try and prod someone else to do it. >> >=20 > Note this will also cause the OpenSSL bump in r301271 to break packages= =2E > Ports OpenSSL is supposed to be +1 over what is in base but r301271 > made it match... thus rebuilding packages will likely cause chaos. > We'll need to fix the OpenSSL port first. The port maintainer tells me he only bumps the port on base releases and doesn't consider CURRENT. So whatever @ OpenSSL. >=20 > Also, I sort of consider this a failure on Poudriere/ports/pkg. We > should be able to detect that shared libraries were bumped and some > packages need to be rebuilt now. >=20 > Unfortunately pkg doesn't record the dependency. >=20 > Poudriere could record it and use it. >=20 > This goes back to my proposal (which has lacked implementation time) > about how to auto-detect when the system ABI changes without relying on= > __FreeBSD_version. Bumped libraries would have to be one of them. >=20 >=20 --=20 Regards, Bryan Drewery --02q6ChKSXE5g6tLlKFEAVa4cVNC5h4dMc-- --PiSqV81TdtoXERPhCtKkO6iFGqWtRmMAl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJXYDRSAAoJEDXXcbtuRpfPI7IH/iqyCTOon9KrfTRbK/NaXzsQ /9ZQj3jtpIUiTXxFmANHGFI6zHCoTAUd9sUWyPQghnRdP//1yOWjdeD+iDwZ3hmk HAQPvpOFSQAdvKx/LltMmo6i8NG0BPGMnwzY6csYsrLkSrudVQaHbUWQwmMkyC2h Am6dhQXl8vYtZlgilUg98AbWonvvODbF5drPw80W7GWCMO1XfzizCW/JOIATJB4K bTRWsg/D0jLxHaug4GvlB8tPwXd4GBBxaxfXmWTyvnlmhigpttNSdcZyGKVaPQrY CZKnII2DBANU8sjp9fe4VFRCIzP5yAOjiAttL0AR9UKb4U56r9siRIvhpCgMCo0= =37rt -----END PGP SIGNATURE----- --PiSqV81TdtoXERPhCtKkO6iFGqWtRmMAl--