aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-08-27 00:45:34 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-08-27 00:45:34 +0000
commit055c22bd3a0a59ce8c49d364cdee3be579e33c75 (patch)
tree3872ab5233b01baee4738dea1256a1173c1501f1 /UPDATING
parent85f33299bec3dce737a71c1cceee19a1f4d4b6b5 (diff)
downloadports-055c22bd3a0a59ce8c49d364cdee3be579e33c75.tar.gz
ports-055c22bd3a0a59ce8c49d364cdee3be579e33c75.zip
Add instructions for pkg updates
Notes
Notes: svn path=/head/; revision=366287
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index deef129ba8eb..38333a70ddfb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20140826
+ AFFECTS: users of ports-mgmt/pkg, ports-mgmt/pkg-devel
+ AUTHOR: bdrewery@FreeBSD.org
+
+ Pkg has been updated to 1.3.7. This fixes registration and tracking of
+ shared libraries. All earlier versions of Pkg incorrectly marked some
+ shared libraries and used the wrong name for some.
+
+ Please note announcement for special instructions at:
+ http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000086.html
+
+ - Users need to run 'pkg check -Ba' after upgrading to pkg-1.3.7 and before
+ updating any other packages. This avoids needing to reinstall anything
+ not needed due to changed shlibs.
+ - People building packages for serving to other systems need to rebuild
+ all packages with 1.3.7.
+
20140823
AFFECTS: users of graphics/libjpeg-turbo
AUTHOR: adamw@FreeBSD.org