1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

databases/pgpool-II-41: Upgrade from 4.1.1 to 4.1.2

Changelog: Bug fixes

    Fix build error on some system (Fedora 32). (Tatsuo Ishii)

    Doc: Add note about if_up_cmd and if_down_cmd command. (Bo Peng)

    Fix pgpool ssl front end accept all ciphers. (bug 608) (Muhammad Usama)

    Downgrade too verbose authentication logs. (Tatsuo Ishii)

    Fix unnecessary checks. (Tatsuo Ishii)

    Doc: Fix typo. (Tatsuo Ishii)

    Fix for segmentation fault in PCP process. (bug 598) (Muhammad Usama)

    Fix a warning message is never output in watchdog. (Tatsuo Ishii)

    Doc: Fix typo. (Tatsuo Ishii, Bo Peng)

    Fix Pgpool-II hangs when an Execute message is issued right after Sync message and query cache hits. (Tatsuo Ishii)

    Fix problems in watchdog source code processing json data. (bug 596) (Tatsuo Ishii)

    Fix SCRAM auth handling bug. (bug 595) (Tatsuo Ishii)

    Fix possible data inconsistency in native replication mode. (Tatsuo Ishii)

    Fix watchdog ping probes fail with long hostnames due to small buffer. (bug 516) (Bo Peng)

    Doc: Enhance documents. (Tatsuo Ishii)

    Fix "last status change" timestamp is not set properly. (Tatsuo Ishii)

Sponsored by:	Bounce Experts
This commit is contained in:
Torsten Zuehlsdorff 2020-07-15 18:14:38 +00:00
parent c501061871
commit 337f5b7ee3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542279
3 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pgpool-II
PORTVERSION= 4.1.1
PORTVERSION= 4.1.2
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 41

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1583510780
SHA256 (pgpool-II-4.1.1.tar.gz) = b6e334984aeed36e1a882266e65963dd0f5145d19bc0b30019c0b566dce33b61
SIZE (pgpool-II-4.1.1.tar.gz) = 4238410
TIMESTAMP = 1594799375
SHA256 (pgpool-II-4.1.2.tar.gz) = d13b587c1268fadb687adc1a2255cf573f9eaea511a9661955ceb7deb6821811
SIZE (pgpool-II-4.1.2.tar.gz) = 4263292

View File

@ -25,7 +25,6 @@ bin/watchdog_setup
@sample etc/pgpool.conf.sample-stream
@sample etc/pgpool_remote_start.sample
@sample etc/pool_hba.conf.sample
etc/rc.d/pgpool
etc/recovery_1st_stage.sample
etc/recovery_2nd_stage.sample
include/libpcp_ext.h