Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 21:20:19 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528505 - head/databases/pgpool-II-40
Message-ID:  <202003152120.02FLKJkQ019377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Sun Mar 15 21:20:19 2020
New Revision: 528505
URL: https://svnweb.freebsd.org/changeset/ports/528505

Log:
  databases/pgpool-II-40: Upgrade from 4.0.6 to 4.0.8
  
  Changelog for 4.0.7:
  
  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: clarify that certificate authentication works between only client and Pgpool-II. (Tatsuo Ishii)
  
      Doc: update configuration Examples "Pgpool-II + Watchdog Setup Example". (Bo Peng)
  
      Doc: mention that VIP will not be brougt up if quorum does not exist. (Tatsuo Ishii)
  
      Fix pgpool_setup to deal with PostgreSQL 9.1. (Tatsuo Ishii)
  
      Fix for password authentication does not work when the password for the connecting user is not found in the pool_passwd file. (bug 534) (Muhammad Usama)
  
      Add "-I" option to arping_cmd command default setting. (Bo Peng)
  
  Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-4-0-7.html
  
  Changelog for 4.0.8:
  
  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)
  
  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)
  
      Doc: Change the sample follow_master_command script %M %H paramater's order. (Bo Peng)
  
      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-4-0-8.html

Modified:
  head/databases/pgpool-II-40/Makefile
  head/databases/pgpool-II-40/distinfo

Modified: head/databases/pgpool-II-40/Makefile
==============================================================================
--- head/databases/pgpool-II-40/Makefile	Sun Mar 15 21:17:57 2020	(r528504)
+++ head/databases/pgpool-II-40/Makefile	Sun Mar 15 21:20:19 2020	(r528505)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool-II
-PORTVERSION=	4.0.6
+PORTVERSION=	4.0.8
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 PKGNAMESUFFIX=	40

Modified: head/databases/pgpool-II-40/distinfo
==============================================================================
--- head/databases/pgpool-II-40/distinfo	Sun Mar 15 21:17:57 2020	(r528504)
+++ head/databases/pgpool-II-40/distinfo	Sun Mar 15 21:20:19 2020	(r528505)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567201236
-SHA256 (pgpool-II-4.0.6.tar.gz) = e521db8efbaa58c98a0565f71f938c6fa2f661fd7d7ce1d7f4ff65ff195e952e
-SIZE (pgpool-II-4.0.6.tar.gz) = 3804154
+TIMESTAMP = 1584221322
+SHA256 (pgpool-II-4.0.8.tar.gz) = 6d3ade6f4af23dff1738354ac645adaeaa04c98b79591b9b734142eb18355842
+SIZE (pgpool-II-4.0.8.tar.gz) = 3832833



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003152120.02FLKJkQ019377>