Date: Sun, 27 Jul 2014 12:49:41 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363057 - head Message-ID: <201407271249.s6RCnfOc088051@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Jul 27 12:49:41 2014 New Revision: 363057 URL: http://svnweb.freebsd.org/changeset/ports/363057 QAT: https://qat.redports.org/buildarchive/r363057/ Log: 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@ Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Jul 27 12:38:41 2014 (r363056) +++ head/UPDATING Sun Jul 27 12:49:41 2014 (r363057) @@ -6,6 +6,15 @@ You should get into the habit of checkin 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407271249.s6RCnfOc088051>