Date: Wed, 15 Jul 2020 18:06:18 +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: r542276 - head/databases/pgpool-II-36 Message-ID: <202007151806.06FI6IwY091224@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Wed Jul 15 18:06:17 2020 New Revision: 542276 URL: https://svnweb.freebsd.org/changeset/ports/542276 Log: databases/pgpool-II-36: Upgrade from 3.6.20 to 3.6.21 Bug fixes Fix build error on some system (Fedora 32). (Tatsuo Ishii) Fix unnecessary checks. (Tatsuo Ishii) Doc: Fix typo. (Tatsuo Ishii) Fix for segmentation fault in PCP process. (bug 598) (Muhammad Usama) Doc: Fix typo. (Tatsuo Ishii, Bo Peng) 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) Sponsored by: Bounce Experts Modified: head/databases/pgpool-II-36/Makefile head/databases/pgpool-II-36/distinfo Modified: head/databases/pgpool-II-36/Makefile ============================================================================== --- head/databases/pgpool-II-36/Makefile Wed Jul 15 18:03:58 2020 (r542275) +++ head/databases/pgpool-II-36/Makefile Wed Jul 15 18:06:17 2020 (r542276) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pgpool-II -PORTVERSION= 3.6.20 +PORTVERSION= 3.6.21 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= 36 Modified: head/databases/pgpool-II-36/distinfo ============================================================================== --- head/databases/pgpool-II-36/distinfo Wed Jul 15 18:03:58 2020 (r542275) +++ head/databases/pgpool-II-36/distinfo Wed Jul 15 18:06:17 2020 (r542276) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584221287 -SHA256 (pgpool-II-3.6.20.tar.gz) = 332942b74baea2ff35270c87e8ab2df93db1d2e03d52d9e3315ade746c38c738 -SIZE (pgpool-II-3.6.20.tar.gz) = 3654163 +TIMESTAMP = 1594799235 +SHA256 (pgpool-II-3.6.21.tar.gz) = 5bd1b360f8ba0bc2467bebc48e2494ee2cf63206fc2a1092011e94e4b015af17 +SIZE (pgpool-II-3.6.21.tar.gz) = 3336009
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007151806.06FI6IwY091224>