aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-05-06 16:16:59 +0800
committergahr <gahr@FreeBSD.org>2014-05-06 16:16:59 +0800
commit0628ee88a906f9f4eae49dfd9b77a7b6a3349cd9 (patch)
treec9f9a60656aef655a470e7356d4eaac6a618abe9 /UPDATING
parent9e3618fb5d949bd8959efc9cdc983abb48e868e1 (diff)
downloadfreebsd-ports-gnome-0628ee88a906f9f4eae49dfd9b77a7b6a3349cd9.tar.gz
freebsd-ports-gnome-0628ee88a906f9f4eae49dfd9b77a7b6a3349cd9.tar.zst
freebsd-ports-gnome-0628ee88a906f9f4eae49dfd9b77a7b6a3349cd9.zip
- Move security/yassl to security/cyassl in preparation for the import of the
real yassl package. Approved by: maintainer
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