diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-07-14 18:39:51 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-07-14 18:39:51 +0000 |
commit | fd506d888eaa92bed49791c762e1be706fa75a91 (patch) | |
tree | 0e89713337d703a8b422fcd9482d0d6d9d9cf129 /UPDATING | |
parent | 1a977f5454c86038f32792e06ae57ab7587968b8 (diff) | |
download | ports-fd506d888eaa92bed49791c762e1be706fa75a91.tar.gz ports-fd506d888eaa92bed49791c762e1be706fa75a91.zip |
Add note about MIT KRB5 no longer having support for statically linked
binaries or libraries.
Notes
Notes:
svn path=/head/; revision=167822
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -7,6 +7,18 @@ time you update your ports collection, before attempting any port upgrades. 20060714: + AFFECTS: users of security/krb5 + AUTHOR: cy@FreeBSD.org + + As of MIT KRB5 1.5, Kerberos no longer supports static linking nor + do the static libraries build. The reason for this is that KRB5 1.5 + implements plugins to implement functions. GSS-API is now implemented + as a function. As such, the MIT Kerberos team has yet to implement + plugins using static libraries. Users requiring static libraries or + statically linked binaries are advised not to upgrade to this release + until MIT provides a solution for statically linked binaries. + +20060714: AFFECTS: users of www/mediawiki AUTHOR: clsung@FreeBSD.org |