aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2013-02-06 17:30:08 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2013-02-06 17:30:08 +0000
commitab635f152ef10f63cf39e1a728ef49e59bc8f815 (patch)
tree1d163dc52292d9272018c814011ae3034f8cce83 /UPDATING
parent9ccd54e72e5cf4bf3469b5578eb2a2cd6f3a9263 (diff)
downloadports-ab635f152ef10f63cf39e1a728ef49e59bc8f815.tar.gz
ports-ab635f152ef10f63cf39e1a728ef49e59bc8f815.zip
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
Notes
Notes: svn path=/head/; revision=311783
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bdfc0ee7552b..1a76dc27cf09 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20130206:
+ AFFECTS: users of security/libtasn1 and any port that depends on it
+ AUTHOR: novel@FreeBSD.org
+
+ libtasn1 has been updated to 2.14 and all shared libraries' versions have
+ been bumped. So you need to rebuild all applications that depend on
+ libtasn1.
+
+ If you use portmaster:
+ portmaster -r libtasn1
+ If you use portupgrade:
+ portupgrade -fr security/libtasn1
+ If you use pkgng with binary packages:
+ pkg install -fR security/libtasn1
+
+20130206:
AFFECTS: users of Tcl/Tk
AUTHOR: gahr@FreeBSD.org