diff options
author | cy <cy@FreeBSD.org> | 2006-07-15 02:39:51 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2006-07-15 02:39:51 +0800 |
commit | 54aa62e26fb6872026688d5458d40116727e0164 (patch) | |
tree | 7ad5976996472049883a3de8069c8a92a96ef33e /UPDATING | |
parent | f422af9010c2b3ae324b9902c7758f6b8cafd2fc (diff) | |
download | freebsd-ports-gnome-54aa62e26fb6872026688d5458d40116727e0164.tar.gz freebsd-ports-gnome-54aa62e26fb6872026688d5458d40116727e0164.tar.zst freebsd-ports-gnome-54aa62e26fb6872026688d5458d40116727e0164.zip |
Add note about MIT KRB5 no longer having support for statically linked
binaries or libraries.
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 |