Port details |
- pgpool-II-35 Connection pool server for PostgreSQL
- 3.5.25 databases
=0 3.5.25Version of this port present on the latest quarterly branch.
- DEPRECATED: EOL since January 2021, please use one of the other pgpool-II-* ports
This port expired on: 2021-06-30
- Maintainer: tz@FreeBSD.org
- Port Added: 2017-05-16 10:19:16
- Last Update: 2021-07-01 14:35:43
- Commit Hash: d6db6bd
- License: MIT
- WWW:
- https://pgpool.net/
- Description:
- pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.
pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.
WWW: https://pgpool.net/
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pgpool-II35>0:databases/pgpool-II-35
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: pgpool-II35
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1594799196
SHA256 (pgpool-II-3.5.25.tar.gz) = dddea93e0fdf3bef03abcdc127696b8e2efcf7b3d2819561a926514ab2f71aff
SIZE (pgpool-II-3.5.25.tar.gz) = 2287943
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libpq.so.5 : databases/postgresql12-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pgpool-II35-3.5.25:
DOCS=on: Build and/or install documentation
SSL=on: SSL protocol support
===> Use 'make config' to modify these settings
- Options name:
- databases_pgpool-II-35
- USES:
- gmake libtool pgsql:9.3+ ssl
- pkg-message:
- For install:
- In order to start pgpool you need some more configuration:
# sysrc -f /etc/rc.conf pgpool_enable="YES"
# sysrc -f /etc/rc.conf pgpool_user="root"
Please consider the usage of another user. The user is
required to have read/write access to /var/run/pgpool.
Using the root user is - as always - an security issue.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.25 01 Jul 2021 14:35:43 |
Rene Ladan (rene) |
*/*: Remove expired ports:
2021-06-30 databases/pgpool-II-35: EOL since January 2021, please use one of the
other pgpool-II-* ports |
3.5.25 18 May 2021 22:26:03 |
Torsten Zuehlsdorff (tz) |
databases/pgpool-II-35: set DEPRECATED and EXPIRATION_DATE
The port reached EOL in January 2021. You can get EOL information here:
https://www.pgpool.net/mediawiki/index.php/EOL_information
Sponsored by: Bounce Experts |
3.5.25 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.5.25 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.5.25 15 Jul 2020 18:03:58 |
tz |
databases/pgpool-II-35: Update from 3.5.24 to 3.5.25
Changelog:
Bug fixes
Fix build error on some system (Fedora 32). (Tatsuo Ishii)
Fix unnecessary checks. (Tatsuo Ishii)
Fix watchdog ping probes fail with long hostnames due to small buffer. (bug
516) (Bo Peng)
Sponsored by: Bounce Experts |
3.5.24 15 Mar 2020 21:14:00 |
tz |
databases/pgpool-II-35: Update from 3.5.22 to 3.5.24
Changelog for 3.5.23:
Bug fixes
Fix incorrect query rewrite in replication mode. (Bo Peng)
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)
Fix segfault when executing an erroneous query after DEALLOCATE a named
statement. (bug 546) (Tatsuo Ishii) (Only the first 15 lines of the commit message are shown above ) |
3.5.22 31 Aug 2019 21:16:33 |
tz |
databases/pgpool-II-35: Update from 3.5.21 to 3.5.22
Changelog:
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 "unable to bind. cannot get parse message" error. (bug 531) (Tatsuo
Ishii)
- Fix online-recovery is blocked after a child process exits abnormally with
replication mode and watchdog. (bug 483) (Muhammad Usama) (Only the first 15 lines of the commit message are shown above ) |
3.5.21_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
3.5.21_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.5.21 17 May 2019 08:33:16 |
tz |
databases/pgpool-II-35: Upgrade from 3.5.20 to 3.5.21
Changelog:
Enhancements
- Speed up failover when all of backends are down. (Tatsuo Ishii)
- pgpool-recovery extension and pgpool_setup is now ready for the next major
release PostgreSQL 12. (Tatsuo Ishii)
Bug fixes
- Fix the wrong error message "ERROR: connection cache is full", when all
backend nodes are down. (bug 487) (Bo Peng)
- Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
- Fix black_function_list's broken default value. (Tatsuo Ishii)
- Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
- Fix DROP DATABASE failure. (Tatsuo Ishii)
- Fix wrong variable in read_status_file() function. (bug 493) (Takuma
Hoshiai)
- Abort session if failover/failback is ongoing to prevent potential
segfault. (bug 481, bug 482) (Tatsuo Ishii)
- Fix compiler warnings. (Tatsuo Ishii)
- Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo
Ishii)
Changelog taken from:
http://www.pgpool.net/docs/latest/en/html/release-3-5-21.html
MFH: 2019Q2 |
3.5.20 08 Apr 2019 07:08:09 |
tz |
databases/pgpool: Upgrade from 3.5.19 to 3.5.20
Changelog:
Enhancements
* Add new configuration option ssl_prefer_server_ciphers. (Muhammad Usama)
Add the new setting ssl_prefer_server_ciphers to let users configure if
they want client's or server's cipher order to take preference.
The default for this parameter is off, which prioritize the client's
cipher order as usual. However this is just for keeping backward compatibility,
and it is possible that a malicious client uses weak ciphers. For this reason we
recommend to set this parameter to on at all times.
* Allow to set a client cipher list. (Tatsuo Ishii)
For this purpose new parameter ssl_ciphers, which specifies the cipher
list to be accepted by Pgpool-II, is added. This is already implemented in
PostgreSQL and useful to enhance security when SSL is enabled.
Bug fixes
* Fix unnecessary fsync() to pgpool_status file. (Tatsuo Ishii)
Whenever new connections are created to PostgreSQL backend, fsync() was
issued to pgpool_status file, which could generate excessive I/O in certain
conditions. So reduce the chance of issuing fsync() so that it is issued only
when backend status is changed.
Changelog taken from:
http://www.pgpool.net/docs/latest/en/html/release-3-5-20.html
MFH: 2019Q2 |
3.5.19 08 Mar 2019 15:53:04 |
tz |
databases/pgpool-II-35: Update from 3.5.18 to 3.5.19
Changelog:
- Test: Fix old JDBC functions and typos in regression test 068.memqcache_bug.
- Doc: Fix configuration change timing regarding memory_cache_enabled.
- Fix online recovery failed due to client_idle_limit_in_recovery in certain
cases. (bug 431)
- Fix corner case bug when strip_quote() handle a empty query string. (bug 458)
- Fix Pgpool child segfault if failover occurs when trying to establish a
connection.
- Fix Pgpool-II hang if a client sends a extended query message such as close
after sync message but before next simple query.
- Fix Pgpool-II hang when idle_in_transaction_session_timeout = on. (bug 448)
Changelog taken from:
http://www.pgpool.net/docs/latest/en/html/release-3-5-19.html
MFH: 2019Q1 |
3.5.18_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.5.18 27 Nov 2018 09:34:40 |
tz |
databases/pgpool-II-35: Upgrade from 3.5.17 to 3.5.18
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-5-18.html |
3.5.17 22 Nov 2018 09:32:45 |
tobik |
databases/pgpool-II-* build fine with OpenSSL 1.1.1 too
http://beefy6.nyi.freebsd.org/data/120amd64-default/485373/logs/pgpool-3.4.20.log
http://beefy6.nyi.freebsd.org/data/120amd64-default/485373/logs/pgpool-II35-3.5.17.log
http://beefy6.nyi.freebsd.org/data/120amd64-default/485373/logs/pgpool-II36-3.6.13.log
http://beefy6.nyi.freebsd.org/data/120amd64-default/485373/logs/pgpool-II37-3.7.6.log |
3.5.17 15 Nov 2018 22:09:04 |
joneum |
Fix WWW
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH |
3.5.17 15 Nov 2018 21:49:10 |
joneum |
Update to 3.5.17
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-5-17.html
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH |
3.5.16 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
3.5.16 31 Jul 2018 08:14:48 |
tz |
databases/pgpool-II-35: Update from 3.5.15 to 3.5.16
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-5-16.html |
3.5.15 27 Jun 2018 11:02:14 |
tz |
databases/pgpool-II-35: Update from 3.5.14 to 3.5.15
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-5-15.html |
3.5.14 18 Apr 2018 12:25:47 |
tz |
databases/pgpool-II-35: Update from 3.5.13 to 3.5.14
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-5-14.html |
3.5.13 21 Feb 2018 11:05:57 |
tz |
databases/pgpool-II-35: Update from 3.5.8 to 3.5.13
Changelogs:
- http://www.pgpool.net/docs/latest/en/html/release-3-5-9.html
- http://www.pgpool.net/docs/latest/en/html/release-3-5-10.html
- http://www.pgpool.net/docs/latest/en/html/release-3-5-11.html
- http://www.pgpool.net/docs/latest/en/html/release-3-5-12.html
- http://www.pgpool.net/docs/latest/en/html/release-3-5-13.html |
3.5.8 16 Feb 2018 17:52:50 |
brnrd |
BROKEN_SSL: Add REASON for breakage
Reported by: matwq |
3.5.8 16 Feb 2018 14:03:22 |
brnrd |
security/openssl-devel: Mark broken databases cat |
3.5.8 16 May 2017 20:01:43 |
antoine |
Fix PKGBASE collision with databases/pgpool |
3.5.8 16 May 2017 10:19:06 |
tz |
New port: databases/pgpool-II-35
This is an repo-copy of databases/pgpool updated to 3.5.8
PR: 206839 |