aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2013-11-03 09:21:59 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2013-11-03 09:21:59 +0000
commit7635644b421506cae1fd88adddf5bbcd1eb009ce (patch)
tree807f7595121b19998ee93f134bf0d08f5fbbc8f0 /UPDATING
parent096560139e5ec851ff6d117990f39dff5b6c7ddb (diff)
downloadports-7635644b421506cae1fd88adddf5bbcd1eb009ce.tar.gz
ports-7635644b421506cae1fd88adddf5bbcd1eb009ce.zip
- Chase security/libtasn1 update
- Add UPDATING entry
Notes
Notes: svn path=/head/; revision=332596
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 819c5a085ce2..860af6299b6d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20131103:
+ AFFECTS: users of security/libtasn1 and any port that depends on it
+ AUTHOR: novel@FreeBSD.org
+
+ libtasn1 has been updated to 3.3 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
+
20131031:
AFFECTS: users of multimedia/rtmpdump
AUTHOR: hrs@FreeBSD.org