Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.26 31 Mar 2020 11:26:12 |
rene |
Remove expired ports:
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 |
3.4.26 15 Mar 2020 21:11:42 |
tz |
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) (Only the first 15 lines of the commit message are shown above ) |
3.4.25 31 Aug 2019 21:12:37 |
tz |
databases/pgpool: Update from 3.4.24 to 3.4.25
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 |
3.4.24_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
3.4.24_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.4.24 17 May 2019 08:30:16 |
tz |
databases/pgpool: Upgrade from 3.4.23 to 3.4.24
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 |
3.4.23 08 Apr 2019 07:05:33 |
tz |
databases/pgpool: Update from 3.4.22 to 3.4.23
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 |
3.4.22 08 Mar 2019 15:51:22 |
tz |
databases/pgpool: Upgrade from 3.4.21 to 3.4.22
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 |
3.4.21_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.4.21 27 Nov 2018 09:33:54 |
tz |
databases/pgpool: Upgrade from 3.4.20 to 3.4.21
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-21.html |
3.4.20 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.4.20 15 Nov 2018 22:09:04 |
joneum |
Fix WWW
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH |
3.4.20 15 Nov 2018 21:46:56 |
joneum |
Update to 3.4.20
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-20.html
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH |
3.4.19 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
3.4.19 31 Jul 2018 08:14:08 |
tz |
databases/pgpool: Update from 3.4.18 to 3.4.19
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-19.html |
3.4.18 27 Jun 2018 11:01:41 |
tz |
databases/pgpool: Update from 3.4.17 to 3.4.18
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-18.html |
3.4.17 18 Apr 2018 12:27:38 |
tz |
databases/pgpool: Update from 3.4.16 to 3.4.17
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-17.html |
3.4.16 21 Feb 2018 10:56:48 |
tz |
databases/pgpool: Upgrade from 3.4.11 to 3.4.16
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 |
3.4.11 16 Feb 2018 17:52:50 |
brnrd |
BROKEN_SSL: Add REASON for breakage
Reported by: matwq |
3.4.11 16 Feb 2018 14:03:22 |
brnrd |
security/openssl-devel: Mark broken databases cat |
3.4.11 16 May 2017 08:58:32 |
tz |
databases/pgpool: Limit PORTSCOUT to 3.4.x
Future pgpool version of 3.5 and 3.6 will get an own port,
therefore limiting the PORTSCOUT check to actual branch
PR: 206839 |
3.4.11 15 May 2017 13:48:18 |
tz |
databases/pgpool: Update from 3.4.9 to 3.4.11
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 |
3.4.9_1 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
3.4.9_1 15 Mar 2017 08:58:11 |
tz |
databases/pgpool: Add options DOCS and SSL
Reintegrate DOCS and SSL options already used in previous
versions in the ports-tree.
Submitted by: Adam Schumacher <adam.schumacher@flightaware.com> |
3.4.9 02 Mar 2017 12:24:34 |
tz |
databases/pgpool: Update from 3.4.3 to 3.4.9
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> |
3.4.3 10 Jun 2016 09:08:02 |
tz |
Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by: junovitch (mentor) |
3.4.3 15 Nov 2015 03:04:15 |
amdmi3 |
- Add forgotten pkg-message
PR: 203769
Submitted by: ports@toco-domains.de |
3.4.3 15 Nov 2015 03:02:59 |
amdmi3 |
- Update to 3.4.3
- Pass maintainership to submitter
- Update MASTERSITE and www
- Strip library
PR: 203769
Submitted by: ports@toco-domains.de |
3.4.1_1 06 Dec 2014 22:24:47 |
feld |
The pgpool license is actually an old minimal variant of the MIT license
Submitted by: antoine |
3.4.1_1 05 Dec 2014 00:30:20 |
feld |
Update "BSD" licenses in databases category |
3.4.1_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
3.4.1_1 03 Jul 2014 21:48:44 |
adamw |
Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations. |
3.4.1_1 13 Jun 2014 15:46:53 |
vanilla |
Stagify.
Approved by: portmgr@ |
3.4.1_1 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
3.4.1_1 26 May 2014 11:57:56 |
miwi |
- Convert gmake, bzip to USES
Approved by: portmgr |
3.4.1_1 21 Jan 2014 23:18:05 |
bapt |
Fix properties on pkg-plist |
3.4.1_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
3.4.1_1 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
3.4.1_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
3.4.1_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.4.1_1 13 Oct 2010 11:49:12 |
kuriyama |
- Upgrade to 3.0 after repocopied to pgpool-II-23.
PR: ports/150907
Submitted by: Mikhail Tsatsenko <m.tsatsenko@mail.ru> |
3.4.1_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.4.1_1 28 Mar 2008 00:31:18 |
pav |
- Fix plist
Pointy hat to: nork |
3.4.1 22 Mar 2008 16:29:37 |
nork |
Fix MASTER_SITES.
Pointy hat to: myself |
3.4.1 17 Mar 2008 10:08:40 |
erwin |
Mark BROKEN: size mismatch. |
3.4.1 05 Mar 2008 07:19:30 |
nork |
Update to 3.4.1. |
3.2_1 16 Apr 2007 03:42:16 |
kuriyama |
- Add pgpool-II 1.0.2 after repocopy from databases/pgpool. |
3.2 13 Feb 2007 08:54:28 |
nork |
Fix build on 4.x.
Obtained from: PostgreSQL Japanese Mailing List |
3.2 11 Feb 2007 03:35:13 |
nork |
Update to 3.2. |
3.1.2 14 Dec 2006 22:19:07 |
miwi |
- Update to 3.1.2
PR: ports/106668
Submitted by: Robert Gogolok<gogo@cs.uni-sb.de>
Approved by: maintainer |
3.1.1 13 Dec 2006 12:56:01 |
linimon |
Reset whitekid@gmail.com after timeouts and no response to email.
Hat: portmgr |
3.1.1 07 Aug 2006 10:07:22 |
miwi |
- Update to 3.1.1
PR: ports/100788
Submitted by: Robert Gogolok <gogo(at)cs.uni-sb.de>
Approved by: krion (mentor), maintainer timeout |
3.1 14 Jul 2006 01:56:52 |
clsung |
- Update to version 3.1.
PR: ports/100125
Submitted by: Robert Gogolok <gogo_AT_cs dot uni-sb dot de>
Approved by: maintainer (Choe, Cheng-Dae) |
3.0.1 15 May 2006 09:14:34 |
lawrance |
Update to 3.0.1.
Run as 'nobody' rather than root.
PR: ports/96637
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer) |
2.6.3_1 14 Apr 2006 18:40:59 |
mnag |
- Add rc.d script.
- Bump PORTREVISION
PR: 94137
Submitted by: Chris St Denis <chris___ctgameinfo.com>
Approved by: maintainer timeout, 39 days |
2.6.3 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
2.6.3 03 Nov 2005 12:42:48 |
mnag |
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: http://pgpool.projects.postgresql.org/
PR: 87701
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> |