From owner-svn-ports-all@freebsd.org Sun Mar 15 21:17:59 2020 Return-Path: Delivered-To: svn-ports-all@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 12BF527932E; Sun, 15 Mar 2020 21:17:59 +0000 (UTC) (envelope-from tz@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) server-signature RSA-PSS (4096 bits) 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 48gXMp5jZCz4KK5; Sun, 15 Mar 2020 21:17:58 +0000 (UTC) (envelope-from tz@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 9E4E7DE07; Sun, 15 Mar 2020 21:17:58 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02FLHwk0019105; Sun, 15 Mar 2020 21:17:58 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02FLHwJn019103; Sun, 15 Mar 2020 21:17:58 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202003152117.02FLHwJn019103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sun, 15 Mar 2020 21:17:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528504 - head/databases/pgpool-II-37 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/databases/pgpool-II-37 X-SVN-Commit-Revision: 528504 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2020 21:17:59 -0000 Author: tz Date: Sun Mar 15 21:17:57 2020 New Revision: 528504 URL: https://svnweb.freebsd.org/changeset/ports/528504 Log: databases/pgpool-II-37: Upgrade from 3.7.11 to 3.7.13 Changelog for 3.7.12: Bug fixes Fix incorrect query rewrite in replication mode. (Bo Peng) Fix that health check timeout does work in certain case. (Tatsuo Ishii) Discussion: [pgpool-hackers: 3458], [pgpool-hackers: 3459] Doc: add failover_command description when all standby nodes are down. (Takuma Hoshiai) Doc: add note not to assign PostgreSQL servers to trusted_servers. (Tatsuo Ishii) Fix for miscellaneous watchdog issues. (Muhammad Usama) Fix assorted ancient v2 protocol bugs. (Tatsuo Ishii) Fix problem that syslog_facility doesn't change by reload. (bug 548) (Takuma Hoshiai) Fix Pgpool-II shutdown failed in certain case. (Tatsuo Ishii) Allow the lost standby node to rejoin the master watchdog node when it gets rediscovered by the lifecheck. (bug 545) (Muhammad Usama) Overhaul health check debug facility. (Tatsuo Ishii) Fix segfault when executing an erroneous query after DEALLOCATE a named statement. (bug 546) (Tatsuo Ishii) Doc: mention that VIP will not be brougt up if quorum does not exist. (Tatsuo Ishii) Add "-I" option to arping_cmd command default setting. (Bo Peng) Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-7-12.html Changelog for 3.7.13: Changes Disallowing the quorum aware failover option for the native replication mode. (Muhammad Usama) Check if socket file exists at startup and remove them if PID file doesn't exist to avoid bind() failire. (Bo Peng) A.12.2. Bug fixes Fix incorrect query rewriting in native replication mode. (bug 551) (Bo Peng) Doc: Update documentation and fix documentation typos. (Takuma Hoshiai, Tatsuo Ishii, Bo Peng) Fix child process segfault after reload if health_check_database is empty. (bug 571) (Bo Peng) Fix pgpool_setup to support PostgreSQL 12. (Tatsuo Ishii) Fix occasional regression test failure. (Tatsuo Ishii) Fix replication delay worker segfault when application_name in primary_conninfo is an empty string. (bug 565) (Tatsuo Ishii) Fix PGPOOL SHOW command doesn't display ALWAYS_MASTER, when backend_flag = 'ALWAYS_MASTER'. (Takuma Hoshiai) Fix the bug with ignored syslog setting. (Bo Peng) Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-7-13.html Modified: head/databases/pgpool-II-37/Makefile head/databases/pgpool-II-37/distinfo Modified: head/databases/pgpool-II-37/Makefile ============================================================================== --- head/databases/pgpool-II-37/Makefile Sun Mar 15 21:15:38 2020 (r528503) +++ head/databases/pgpool-II-37/Makefile Sun Mar 15 21:17:57 2020 (r528504) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pgpool-II -PORTVERSION= 3.7.11 +PORTVERSION= 3.7.13 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= 37 Modified: head/databases/pgpool-II-37/distinfo ============================================================================== --- head/databases/pgpool-II-37/distinfo Sun Mar 15 21:15:38 2020 (r528503) +++ head/databases/pgpool-II-37/distinfo Sun Mar 15 21:17:57 2020 (r528504) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567201196 -SHA256 (pgpool-II-3.7.11.tar.gz) = 22060c71700ca648b4b1a277860fbfaced078e4fbc2b91c248a23cbfbd863a9a -SIZE (pgpool-II-3.7.11.tar.gz) = 3642106 +TIMESTAMP = 1584221468 +SHA256 (pgpool-II-3.7.13.tar.gz) = 0a970005eb183ad9ed06d31c8061257c4b375039d932d1fbdd4e7c3ee99c1ff7 +SIZE (pgpool-II-3.7.13.tar.gz) = 3419767