aboutsummaryrefslogtreecommitdiff
path: root/databases/pgpool
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2020-03-316-145/+0
| | | | | | | | | | | | | | | | | 2020-03-29 security/w3af: Uses deprecated version of Python 2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead 2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7 2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27 2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7 2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy 2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left 2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020 2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher 2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27 databases/mongodb34-tools: Part of expired MongoDB 3.4 Notes: svn path=/head/; revision=529961
* databases/pgpool: Update from 3.4.25 to 3.4.26 and deprecated the portTorsten Zuehlsdorff2020-03-152-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=528501
* databases/pgpool: Update from 3.4.24 to 3.4.25Torsten Zuehlsdorff2019-08-312-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 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 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) MFH: 2019Q3 Notes: svn path=/head/; revision=510418
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508835
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* databases/pgpool: Upgrade from 3.4.23 to 3.4.24Torsten Zuehlsdorff2019-05-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 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) - The error occurred while processing error message returned from backend and the cause is that the query string in question is too big. Problem is, the buffer is in fixed size (8192 bytes). Eliminate the fixed size buffer and use palloced buffer instead. This also saves some memory copy work. - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Fix compiler warnings. (Tatsuo Ishii) Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-4-24.html Notes: svn path=/head/; revision=501841
* databases/pgpool: Update from 3.4.22 to 3.4.23Torsten Zuehlsdorff2019-04-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4-23.html MFH: 2019Q2 Notes: svn path=/head/; revision=498348
* databases/pgpool: Upgrade from 3.4.21 to 3.4.22Torsten Zuehlsdorff2019-03-082-5/+4
| | | | | | | | | | | | | | Changelog: - 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 when idle_in_transaction_session_timeout = on. MFH: 2019Q1 Notes: svn path=/head/; revision=495048
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* databases/pgpool: Upgrade from 3.4.20 to 3.4.21Torsten Zuehlsdorff2018-11-272-4/+4
| | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-21.html Notes: svn path=/head/; revision=485994
* databases/pgpool-II-* build fine with OpenSSL 1.1.1 tooTobias Kortkamp2018-11-221-3/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=485587
* Fix WWWJochen Neumeister2018-11-151-1/+1
| | | | | | | | Approved by: tz (implicit) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=485055
* Update to 3.4.20Jochen Neumeister2018-11-152-4/+4
| | | | | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-20.html Approved by: tz (implicit) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=485051
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-2/+2
| | | | Notes: svn path=/head/; revision=484599
* databases/pgpool: Update from 3.4.18 to 3.4.19Torsten Zuehlsdorff2018-07-312-4/+4
| | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-19.html Notes: svn path=/head/; revision=475975
* databases/pgpool: Update from 3.4.17 to 3.4.18Torsten Zuehlsdorff2018-06-272-4/+4
| | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-18.html Notes: svn path=/head/; revision=473429
* databases/pgpool: Update from 3.4.16 to 3.4.17Torsten Zuehlsdorff2018-04-182-4/+4
| | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-17.html Notes: svn path=/head/; revision=467708
* databases/pgpool: Upgrade from 3.4.11 to 3.4.16Torsten Zuehlsdorff2018-02-212-4/+4
| | | | | | | | | | | | Changelogs: - http://www.pgpool.net/docs/latest/en/html/release-3-4-12.html - http://www.pgpool.net/docs/latest/en/html/release-3-4-13.html - http://www.pgpool.net/docs/latest/en/html/release-3-4-14.html - http://www.pgpool.net/docs/latest/en/html/release-3-4-15.html - http://www.pgpool.net/docs/latest/en/html/release-3-4-16.html Notes: svn path=/head/; revision=462489
* BROKEN_SSL: Add REASON for breakageBernard Spil2018-02-161-0/+1
| | | | | | | Reported by: matwq Notes: svn path=/head/; revision=462050
* security/openssl-devel: Mark broken databases catBernard Spil2018-02-161-0/+2
| | | | Notes: svn path=/head/; revision=462016
* databases/pgpool: Limit PORTSCOUT to 3.4.xTorsten Zuehlsdorff2017-05-161-0/+2
| | | | | | | | | | Future pgpool version of 3.5 and 3.6 will get an own port, therefore limiting the PORTSCOUT check to actual branch PR: 206839 Notes: svn path=/head/; revision=440992
* databases/pgpool: Update from 3.4.9 to 3.4.11Torsten Zuehlsdorff2017-05-152-7/+6
| | | | | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-10.html Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-11.html PR: 206839 Notes: svn path=/head/; revision=440927
* Remove all _USE=openssl occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436248
* databases/pgpool: Add options DOCS and SSLTorsten Zuehlsdorff2017-03-151-1/+6
| | | | | | | | | | Reintegrate DOCS and SSL options already used in previous versions in the ports-tree. Submitted by: Adam Schumacher <adam.schumacher@flightaware.com> Notes: svn path=/head/; revision=436201
* databases/pgpool: Update from 3.4.3 to 3.4.9Torsten Zuehlsdorff2017-03-022-3/+4
| | | | | | | | | | | Changelog: http://www.pgpool.net/docs/pgpool-II-3.4.8/NEWS.txt Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-9.html PR: 206839 Submitted by: Felix Hanley <felix@userspace.com.au> Notes: svn path=/head/; revision=435231
* Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.orgTorsten Zuehlsdorff2016-06-101-1/+1
| | | | | | | Approved by: junovitch (mentor) Notes: svn path=/head/; revision=416662
* - Add forgotten pkg-messageDmitry Marakasov2015-11-151-0/+9
| | | | | | | | PR: 203769 Submitted by: ports@toco-domains.de Notes: svn path=/head/; revision=401664
* - Update to 3.4.3Dmitry Marakasov2015-11-154-14/+51
| | | | | | | | | | | | - Pass maintainership to submitter - Update MASTERSITE and www - Strip library PR: 203769 Submitted by: ports@toco-domains.de Notes: svn path=/head/; revision=401653
* The pgpool license is actually an old minimal variant of the MIT licenseMark Felder2014-12-061-4/+1
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=374161
* Update "BSD" licenses in databases categoryMark Felder2014-12-051-0/+5
| | | | Notes: svn path=/head/; revision=373992
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371255
* Nuke NOPORTDOCS. While, here, correct a couple offenders who label examplesAdam Weinberger2014-07-031-2/+2
| | | | | | | with PORTDOCS. And, fix a couple WITH_foo invocations. Notes: svn path=/head/; revision=360463
* Stagify.Vanilla I. Shu2014-06-132-5/+3
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=357694
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* - Convert gmake, bzip to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355309
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Upgrade to 3.0 after repocopied to pgpool-II-23.Jun Kuriyama2010-10-131-1/+1
| | | | | | | | PR: ports/150907 Submitted by: Mikhail Tsatsenko <m.tsatsenko@mail.ru> Notes: svn path=/head/; revision=262954
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix plistPav Lucistnik2008-03-282-1/+3
| | | | | | | Pointy hat to: nork Notes: svn path=/head/; revision=209975
* Fix MASTER_SITES.Norikatsu Shigemura2008-03-221-3/+1
| | | | | | | Pointy hat to: myself Notes: svn path=/head/; revision=209584
* Mark BROKEN: size mismatch.Erwin Lansing2008-03-171-0/+2
| | | | Notes: svn path=/head/; revision=209187
* Update to 3.4.1.Norikatsu Shigemura2008-03-055-45/+5
| | | | Notes: svn path=/head/; revision=208460
* - Add pgpool-II 1.0.2 after repocopy from databases/pgpool.Jun Kuriyama2007-04-161-0/+2
| | | | Notes: svn path=/head/; revision=190063
* Fix build on 4.x.Norikatsu Shigemura2007-02-133-0/+40
| | | | | | | Obtained from: PostgreSQL Japanese Mailing List Notes: svn path=/head/; revision=185082
* Update to 3.2.Norikatsu Shigemura2007-02-113-5/+6
| | | | Notes: svn path=/head/; revision=184842
* - Update to 3.1.2Martin Wilke2006-12-142-5/+5
| | | | | | | | | PR: ports/106668 Submitted by: Robert Gogolok<gogo@cs.uni-sb.de> Approved by: maintainer Notes: svn path=/head/; revision=179794