Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 21:11:42 +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: r528501 - head/databases/pgpool
Message-ID:  <202003152111.02FLBgCZ017030@repo.freebsd.org>

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

Log:
  databases/pgpool: Update from 3.4.25 to 3.4.26 and deprecated the port
  
  Enhancements
  
      * Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii)
  
      * Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng)
  
      * Enhance shutdown script of pgpool_setup. (Tatsuo Ishii)
  
          * Make shutdownall to wait for completion of shutdown of Pgpool-II.
  
          * If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script.
  
      * Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)
  
  Bug fixes
  
      * Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii)
  
      * Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
  
      * Fix off-by-one error in query cache module. (Tatsuo Ishii)
  
      * Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
  
      * Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
  
      * Fix memory leaks. (Tatsuo Ishii)
  
  Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-4-25.html
  
  Also set DEPRECATED and EXPIRATION_DATE because the port reached its EOL at 2019-08-15. This will give possible user a short time period for an update and also warn them.

Modified:
  head/databases/pgpool/Makefile
  head/databases/pgpool/distinfo

Modified: head/databases/pgpool/Makefile
==============================================================================
--- head/databases/pgpool/Makefile	Sun Mar 15 20:05:38 2020	(r528500)
+++ head/databases/pgpool/Makefile	Sun Mar 15 21:11:42 2020	(r528501)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool
-PORTVERSION=	3.4.25
+PORTVERSION=	3.4.26
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 DISTNAME=	${PORTNAME}-II-${PORTVERSION}
@@ -13,9 +13,13 @@ COMMENT=	Connection pool server for PostgreSQL
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-PORTSCOUT=	limit:^3.4.[0-9]*
+DEPRECATED=	Reached EOL at 2019-10-31, please use pgpool-II-35 or higher
+EXPIRATION_DATE=	2020-03-31
 
 USES=		gmake libtool pgsql:9.3+
+
+PORTSCOUT=	limit:^3.4.[0-9]*
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/databases/pgpool/distinfo
==============================================================================
--- head/databases/pgpool/distinfo	Sun Mar 15 20:05:38 2020	(r528500)
+++ head/databases/pgpool/distinfo	Sun Mar 15 21:11:42 2020	(r528501)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567200275
-SHA256 (pgpool-II-3.4.25.tar.gz) = 9acfa1ac047c92d807e20d0deddebec4ca50e20cc3e7caaf5c8397b608cf165c
-SIZE (pgpool-II-3.4.25.tar.gz) = 2187156
+TIMESTAMP = 1584220090
+SHA256 (pgpool-II-3.4.26.tar.gz) = 959ea4fa5a62d88c6dac31871a21fe504df30d44f47da1b714e4c0fe5f8570d3
+SIZE (pgpool-II-3.4.26.tar.gz) = 2186949



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