aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-01-29 00:35:32 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-01-29 00:35:32 +0000
commit57945c1ebe6536db7611966ed98053e993ae98b9 (patch)
tree1237d87fa7c34f19bb431060ef80850ad8b99c8b /UPDATING
parentf93276336223c226017fc35c5fd60b3bd8009495 (diff)
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi. See ports/164941. PR: ports/171768 Submitted by: Takefu <takefu@airport.fm>
Notes
Notes: svn path=/head/; revision=311141
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a9e15cb678cd..5429127effad 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.
+20130128:
+ AFFECTS: users of libffi
+ AUTHOR jkim@FreeBSD.org
+
+ libffi has been updated to 3.0.11. Please rebuild all ports that
+ depends on it:
+
+ If you use portmaster:
+ portmaster -w -r libffi
+ If you use portupgrade:
+ portupgrade -fr devel/libffi
+ If you use pkgng with binary packages:
+ pkg install -fR devel/libffi
+
20130121:
AFFECTS: users of mail/opensmtpd
AUTHOR: ashish@FreeBSD.org