aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-05-06 08:16:59 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-05-06 08:16:59 +0000
commit24da58df34d84a75bb7244af312386864d3d25fc (patch)
treec9f9a60656aef655a470e7356d4eaac6a618abe9 /UPDATING
parentcff4d7470f355075c7f21750497f702dd47f1f79 (diff)
downloadports-24da58df34d84a75bb7244af312386864d3d25fc.tar.gz
ports-24da58df34d84a75bb7244af312386864d3d25fc.zip
- Move security/yassl to security/cyassl in preparation for the import of the
real yassl package. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=353077
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bc150479d7e1..ff59d22ab32c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20140506:
+ AFFECTS: users of security/yassl
+ AUTHOR: gahr@FreeBSD.org
+
+ security/yassl was moved to security/cyassl to match the original package
+ name. Please do the following according to package manager used.
+
+ # portmaster -o security/cyassl security/yassl
+ or
+ # portupgrade -fo security/cyassl security/yassl
+ or
+ # pkg set -o security/yassl:security/cyassl
+
20140505:
AFFECTS: users of databases/libiodbc
AUTHOR: bapt@FreeBSD.org