From owner-svn-ports-head@freebsd.org Sat Sep 26 09:44:48 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBE763F998B; Sat, 26 Sep 2020 09:44:48 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bz3m04lcJz4NTk; Sat, 26 Sep 2020 09:44:48 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 870AD22335; Sat, 26 Sep 2020 09:44:48 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08Q9imBi080862; Sat, 26 Sep 2020 09:44:48 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08Q9imxJ080861; Sat, 26 Sep 2020 09:44:48 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202009260944.08Q9imxJ080861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sat, 26 Sep 2020 09:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550146 - head X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 550146 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2020 09:44:48 -0000 Author: rhurlin Date: Sat Sep 26 09:44:47 2020 New Revision: 550146 URL: https://svnweb.freebsd.org/changeset/ports/550146 Log: UPDATING: Correct the dirname database/* to databases/* In UPDATING, all sections which contain "database/..." instead of "databases/..." in the 'AFFECTS:' line, utilities like 'pkg updating' can't automatically display those sections. The postgresql sections in particular have information that would be useful for casual use of "pkg updating". One work-around, of course, is to use "pkg updating database/postgresql" While here, also correct some more occurrences. PR: 249881 Submitted by: rhurlin Reported by: Keith White Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26557 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Sep 26 09:44:16 2020 (r550145) +++ head/UPDATING Sat Sep 26 09:44:47 2020 (r550146) @@ -18,7 +18,7 @@ you update your ports collection, before attempting an 3.0.21_2 (or higher) to bring in python 3.x support. 20200921: - AFFECTS: users of database/postgresql* and other software using PostgreSQL to run + AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run AUTHOR: kbowling@FreeBSD.org The default version of PostgreSQL has been switched from 11 to 12. @@ -1169,7 +1169,7 @@ leave you without networking. https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/12.0-12.1-freebsd.md 20190829: - AFFECTS: users of database/postgresql* and other software using PostgreSQL to run + AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run AUTHOR: tz@FreeBSD.org The default version of PostgreSQL has been switched from 9.5 to 11. @@ -3872,7 +3872,7 @@ leave you without networking. they can lead to data corruption due to changes in Erlang 20. 20170622: - AFFECTS: users of database/postgresql* and other software using PostgreSQL to run + AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run AUTHOR: tz@FreeBSD.org The default version of PostgreSQL has been switched from 9.3 to 9.5. @@ -4763,7 +4763,7 @@ leave you without networking. # chown 0600 /var/heimdal/heimdal.db.new # mv /var/heimdal/heimdal.db.new /var/heimdal/heimdal.db - db_dump and db_load utilitites are installed by database/db5 as + db_dump and db_load utilitites are installed by databases/db5 as dependency of security/heimdal. If you want to switch from security/heimdal to Heimdal in the base @@ -6146,7 +6146,7 @@ leave you without networking. AFFECTS: users of net/samba4, net/samba41, net/samba42 AUTHOR: timur@FreeBSD.org - Recent versions of devel/talloc, devel/tevent, database/tdb, database/ldb + Recent versions of devel/talloc, devel/tevent, databases/tdb, databases/ldb contained infinit recursive call to the strtol* set of replacement functions, which lead to coredumps. Unofficial patch was added meanwhile, but now official version of the fixed libs were released. If your version of @@ -9092,7 +9092,7 @@ leave you without networking. perl5.12-. 20140211: - AFFECTS: users of lang/php* database/postgresql* database/mysql* www/apache* + AFFECTS: users of lang/php* databases/postgresql* databases/mysql* www/apache* AUTHOR: mat@FreeBSD.org The default versions of lang/php*, databases/postgresql*,