aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-07-27 12:49:41 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-07-27 12:49:41 +0000
commitda224c01331a52f4f2b00daf43f15770ba69d681 (patch)
treec7fee63fea56d1b6921a5220eca37c2c2892da4e /UPDATING
parenta7bb142621fb985ab5450b2beac6e545c307c286 (diff)
downloadports-da224c01331a52f4f2b00daf43f15770ba69d681.tar.gz
ports-da224c01331a52f4f2b00daf43f15770ba69d681.zip
Add an UPDATING entry about the ports-mgmt/pkg upate to version 1.3.1. pkg may
run into a segmentation fault on updating due to a doubled "leaf: " entry (or another doubled entry) in the ALIAS settings of ${LOCALBASE}/etc/pkg.conf. Once the doubled entry is removed, the update should be possible without any issues. Requested by: bapt@
Notes
Notes: svn path=/head/; revision=363057
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6f9f8b10fc3a..4c532a613183 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20140727:
+ AFFECTS: users of ports-mgmt/pkg
+ AUTHOR: mva@FreeBSD.org
+
+ Before updating ports-mgmt/pkg, please make sure that there are no doubled
+ entries in ${LOCALBASE}/etc/pkg.conf (/usr/local/etc/pkg.conf by default).
+ Especially a doubled "leaf: " entry in the ALIAS settings of the default
+ configuration may cause pkg to break during the update.
+
+20140727:
AFFECTS: users of comms/qpage
AUTHOR: marino@FreeBSD.org