1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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@
This commit is contained in:
Marcus von Appen 2014-07-27 12:49:41 +00:00
parent a7bb142621
commit da224c0133
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363057

View File

@ -5,6 +5,15 @@ 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.
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