The following reply was made to PR kern/147454; it has been noted by GNATS.
From: Benjamin Lee <[email protected]> To: [email protected], [email protected] 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 sta...@. 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-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
