diff options
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140728: + AFFECTS: users of security/libtasn1 and any port that depends on it + AUTHOR: novel@FreeBSD.org + + libtasn1 has been updated to 4.0 and all shared libraries versions have + been bumped. So you need to rebuild all applications that depend on + libtasn1. + + # portmaster -r libtasn1 + or + # portupgrade -fr security/libtasn1 + or + # pkg install -fR security/libtasn1 + 20140727: AFFECTS: users of ports-mgmt/pkg AUTHOR: mva@FreeBSD.org |