aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2013-03-23 17:10:37 +0000
committerGreg Lewis <glewis@FreeBSD.org>2013-03-23 17:10:37 +0000
commit3353a034e6117c9f67e58dade418b1fbb47ac88f (patch)
tree9ef94442e41b484dd4745ccaec3a5e7a8198539f /UPDATING
parent90b681319ed0e5d57917323a14244fb74688bdc9 (diff)
downloadports-3353a034e6117c9f67e58dade418b1fbb47ac88f.tar.gz
ports-3353a034e6117c9f67e58dade418b1fbb47ac88f.zip
. Note libarchive version bump.
Notes
Notes: svn path=/head/; revision=315048
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 59a6c789f8ec..f80d63dcb96a 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.
+20130323:
+ AFFECTS: users of archivers/libarchive
+ AUTHOR: glewis@FreeBSD.org
+
+ The archivers/libarchive port has been updated to 3.1.2. The shared library
+ version has changed from 12 to 14. Please rebuild all ports that depend on
+ it:
+
+ # portmaster -r libarchive
+ or
+ # portupgrade -fr archivers/libarchive
+ or
+ # pkg install -fR archivers/libarchive
+
20130319:
AFFECTS: users of ports
AUTHOR: bdrewery@FreeBSD.org