From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 25 21:10:05 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF238106566C for ; Fri, 25 Jun 2010 21:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 93F218FC1C for ; Fri, 25 Jun 2010 21:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5PLA5T4068078 for ; Fri, 25 Jun 2010 21:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5PLA5CS068077; Fri, 25 Jun 2010 21:10:05 GMT (envelope-from gnats) Date: Fri, 25 Jun 2010 21:10:05 GMT Message-Id: <201006252110.o5PLA5CS068077@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Benjamin Lee Cc: Subject: Re: kern/147454: [libgssapi] libgssapi (heimdal) broken in head/, stable/8/, and releng/8.0/ X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Benjamin Lee List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2010 21:10:05 -0000 The following reply was made to PR kern/147454; it has been noted by GNATS. From: Benjamin Lee To: bug-followup@FreeBSD.org, ben@b1c1l1.com Cc: Subject: Re: kern/147454: [libgssapi] libgssapi (heimdal) broken in head/, stable/8/, and releng/8.0/ Date: Fri, 25 Jun 2010 14:05:57 -0700 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC01EE8A99F54E098517E47E0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The following patch unbreaks libgssapi and upgrades it to be consistent with the previous heimdal-1.1 merge: http://www.b1c1l1.com/media/patches/libgssapi-9.0-CURRENT.diff.bz2 http://www.b1c1l1.com/media/patches/libgssapi-8.1-STABLE.diff.bz2 Currently, libgssapi is out of date because it was not upgraded when the rest of heimdal was upgraded to heimdal-1.1. Also, 3 new libraries (libgssapi_krb5, libgssapi_ntlm, libgssapi_spnego) were unnecessarily introduced -- MIT Kerberos separates these libraries, but Heimdal does not. This broke some libgssapi-dependent applications (e.g. www/mod_auth_kerb2, PR #147282). SHLIB_MAJOR is bumped from 10 to 11, so libgssapi-dependent applications must be rebuilt after applying this patch. I renamed some of upstream's files due to filename collisions. If buildworld can create corresponding subdirectories in obj/ to match src/, then the renames are not necessary. This patch went without comment on current@ and stable@. Feedback is appreciated. --=20 Benjamin Lee http://www.b1c1l1.com/ --------------enigC01EE8A99F54E098517E47E0 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.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJMJRo7AAoJEHBW16CPoSMCQygQALQ5jpl67PELnWb4AJ8VPUkW vcV27J4AKnosdybPa7SbRFHLzAsB4dioryNECmkMMMIeaDEuWuhExVprF2gvn3bt MMgTaElU40gufgAM35rZ7jtL9ypFYxpvnv6bP3a0qWkGCPOAaaaUQ+ubR54jYaDV WyIYUsnHE9lY0/KmkBoe/RFqH5wldXuer63evpMq+S592Hg6kq+i7Pepquq8NdxY 0tdqufsO1bD7dT+glQbg26wNADu9oZXLbXeF96RK4OrKERtAxfhuYxudYVjxpdz2 Jl62f5JcagO9KYyJiJL/4DNo3Qjy9uQY18Lw45EkU7DSH9lAAp3uKQK9grJ1V0GC 5DIUfEqLbDo6l83CtOTbVWsU9dcZ+ETxmXB5UrNl4XHGb/zSsdG04SaQ8ugqwX2C +hipGtpTSfTR/z20S8OOxBKJdDnJzKXoid76gnby4sg5wunFJNJCyrhVTQ1/UIFl /jmtao/O+hoCQmVxNBmFCsG2dMM/I7lA6PNkP29n2bjtuPBFYqrqaboxI0JeXJNz 0FwyQ4NmG/l0isxp4hUMpW60xGDES5wwWY+BNvw5x9YLLeXV/0P0tuFPASQvaCGx ICjgrL3tFSEBAyKTUOQfWB3IuDYZQcmn51K+Uej8reuiMDoYyP1e7SSC1zNcIixM VsxWxB3vHyVR7XMa+cAl =JRkc -----END PGP SIGNATURE----- --------------enigC01EE8A99F54E098517E47E0--