Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.22.1 05 Mar 2024 17:08:29 |
Palle Girgensohn (girgen) Author: Dmitry Wagin |
databases/pgbouncer: Upgrade to 1.22.1
Release notes: https://www.pgbouncer.org/2024/03/pgbouncer-1-22-1
Approved by: submitter is maintainer |
1.21.0_1 23 Feb 2024 03:31:36 |
Muhammad Moinur Rahman (bofh) |
databases/pgbouncer: Moved man to share/man
Approved by: portmgr (blanket) |
1.21.0 20 Nov 2023 13:26:48 |
Muhammad Moinur Rahman (bofh) Author: Dmitry Wagin |
databases/pgbouncer: Update version 1.20.1=>1.21.0
Changelog: https://www.pgbouncer.org/changelog.html#pgbouncer-121x
PR: 275180
Approved by: submitter is maintainer |
1.20.1 19 Aug 2023 17:15:15 |
Fernando Apesteguía (fernape) Author: Dmitry Wagin |
databases/pgbouncer: Update to 1.20.1
ChangeLog: https://www.pgbouncer.org/changelog.html#pgbouncer-120x
PR: 273197
Reported by: dmitry.wagin@ya.ru (maintainer) |
1.19.1 05 Jun 2023 16:53:04 |
Robert Clausecker (fuz) Author: Dmitry Wagin |
databases/pgbouncer: update to 1.19.1
Changelog: https://www.pgbouncer.org/changelog.html#pgbouncer-119x
PR: 271828
MFH: 2023Q2 |
1.18.0_1 23 Apr 2023 17:17:49 |
Robert Clausecker (fuz) Author: Dmitry Wagin |
databases/pgbouncer: add a graceful stop command to rc script
The user can now terminate pgbouncer both with gracefulstop
(sends SIGINT) and with stop (sends SIGTERM).
PR: 271023 |
1.18.0 14 Feb 2023 12:29:45 |
Fernando Apesteguía (fernape) Author: Dmitry Wagin |
databases/pgbouncer: Update to 1.18.0
Maintainer yields maintainership in favor of submitter, already maintainer of
several ports.
ChangeLog: https://www.pgbouncer.org/changelog.html#pgbouncer-118x
* Add application_name to SHOW CLIENTS/SERVERS/SOCKETS output
* Add information about cancel requests to SHOW CLIENTS/SERVERS/POOLS output
* Fail sbuf_send_pending operation if destination socket is closed
* Fix a few possible crashes
* Fix for overflow bug in comma-separated host list feature, causing
connection to get re-routed to Unix socket
* Don’t evict connections to achieve min_pool_size
* Fix SHOW HELP with PostgreSQL 15
* Fix race condition in query cancelation handling. It was possible that a
query cancellation for one client canceled a query for another one. This
could happen when a cancel request was received by PgBouncer when the query
it was meant to cancel already completed by itself.
* Various CI updates
PR: 269499
Reported by: dmitry.wagin@ya.ru
Approved by: m.tsatsenko@gmail.com (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.17.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.17.0 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.17.0 04 Jul 2022 15:55:48 |
Muhammad Moinur Rahman (bofh) |
databases/pgbouncer: Update version 1.16.1=>1.17.0
- Pet portclippy/portfmt
PR: 264916
Approved by: m.tsatsenko@gmail.com (maintainer)
Relnotes: https://www.pgbouncer.org/changelog.html#pgbouncer-117x
Sponsored by: Bounce Experts |
1.16.1 14 Feb 2022 11:58:16 |
Muhammad Moinur Rahman (bofh) |
databases/pgbouncer: Update version 1.16.0=>1.16.1
- Add OVERRIDE for variables [1]
PR: 259714
Reported by: drtr0jan@yandex.ru [1]
Approved by: m.tsatsenko@gmail.com (maintainer) |
1.16.0_1 05 Nov 2021 18:04:18 |
Muhammad Moinur Rahman (bofh) |
databases/pgbouncer: Fix config file
- No need to replace pgbouncer.log as the config mentions the absolute path
/var/log/pgbouncer/pgbouncer.log now
- No need to replace pgbouncer.pid as the config mentions the absolute path
/var/run/pgbouncer/pgbouncer.log now
- References to other files in /etc/ is changed with ${PREFIX}/etc specially
pgbouncer.users which had a reference to /etc directory
- No longer requires gsed so removed the BUILD_DEPENDS
- There was a pkg-message.in file which was not called using SUB_FILES; added
accordingly
PR: 259474
Approved by: m.tsatsenko@gmail.com (maintainer)
Sponsored by: Bounce Experts |
1.16.0 24 Oct 2021 14:00:31 |
Michael Zhilin (mizhka) |
databases/pgbouncer: update to 1.16.0
- Update to 1.16.0
- Remove an unneeded patch (merged upstream)
Submitted by: m.tsatsenko@gmail.com (maintainer) |
1.14.0_1 14 Oct 2021 21:30:04 |
Stefan Eßer (se) |
databases/pgbouncer: Add CPE information
Approved by: portmgr (blanket) |
1.14.0_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.14.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.14.0_1 15 Aug 2020 19:23:18 |
swills |
databases/pgbouncer: fix usage SO_REUSEPORT_LB
PR: 247956
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by: m.tsatsenko@gmail.com (maintainer) |
1.14.0 18 Jun 2020 03:54:11 |
lwhsu |
- Update to 1.14.0
PR: 247362
Submitted by: maintainer |
1.12.0 22 Oct 2019 12:08:22 |
dmgk |
databases/pgbouncer: Update to 1.12.0
- update to 1.12.0
- add USE=pkgconfig for libevent
Changes: https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_12_0
PR: 241331
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org>
Approved by: m.tsatsenko@gmail.com (maintainer), araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D22097 |
1.9.0_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.9.0_1 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
1.9.0 22 Feb 2019 19:14:34 |
swills |
databases/pgbouncer: update to 1.9.0
PR: 235924
Submitted by: m.tsatsenko@gmail.com (maintainer) |
1.8.1 13 Dec 2018 04:53:29 |
tobik |
databases/pgbouncer builds fine with OpenSSL 1.1.1 after r467201
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/pgbouncer-1.8.1.log |
1.8.1 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
1.8.1 12 Apr 2018 22:01:59 |
girgen |
Update to version 1.8.1
PR: 227462
Release notes: https://pgbouncer.github.io/changelog.html#pgbouncer-18x |
1.7.2_3 16 Feb 2018 17:52:50 |
brnrd |
BROKEN_SSL: Add REASON for breakage
Reported by: matwq |
1.7.2_3 16 Feb 2018 14:03:22 |
brnrd |
security/openssl-devel: Mark broken databases cat |
1.7.2_3 06 Oct 2017 19:13:46 |
pi |
databases/pgbouncer: Add patch for LibreSSL 2.5 support
PR: 219018
Submitted by: Tom Hurst <tom@hur.st>
Approved by: m.tsatsenko@gmail.com (maintainer) |
1.7.2_3 06 May 2017 11:18:43 |
sunpoet |
Add CARES option
- Bump PORTREVISION for package change
PR: 218499
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) |
1.7.2_2 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.7.2_2 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
1.7.2_1 04 Feb 2017 07:56:59 |
jbeich |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
1.7.2 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
1.7.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7.2 13 Mar 2016 13:56:44 |
rakuco |
Update to 1.7.2.
PR: 207538
Submitted by: cmt
Approved by: m.tsatsenko@gmail.com (maintainer) |
1.7 21 Feb 2016 16:19:55 |
rakuco |
.Fix build on 9.x.
Setting WITH_OPENSSL_PORT after including bsd.ports.pre.mk is a no-op, include
bsd.port.options.mk instead.
The 2016Q1 is unaffected by this bug.
PR: 207382
Submitted by: m.tsatsenko@gmail.com (maintainer) |
1.7 18 Jan 2016 11:37:39 |
matthew |
Update to 1.7
- Adds the ability to connect via TLS
PR: 206365
Submitted by: m.tsatsenko@gmail.com (maintainer) |
1.6.1 09 Sep 2015 14:20:03 |
junovitch |
databases/pgbouncer: update 1.5.5 -> 1.6.1
While here, add HTTP mirror to address portlint
PR: 202957
Submitted by: m.tsatsenko@gmail.com (maintainer)
Approved by: feld (mentor) |
1.5.5 10 Jun 2015 20:28:55 |
delphij |
Security update to 1.5.5, while there also move the
upstream to github.
PR: 200537
Approved by: maintainer
MFH: 2015Q2 (test) |
1.5.4_6 25 Mar 2015 09:33:53 |
marino |
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket |
1.5.4_6 22 Oct 2014 08:29:00 |
bapt |
Fix yet another typo |
1.5.4_5 21 Oct 2014 13:20:54 |
bapt |
Fix packaging |
1.5.4_5 21 Oct 2014 09:46:58 |
bapt |
Fix typo |
1.5.4_5 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.5.4_5 16 Aug 2014 20:27:15 |
marino |
databases/pgbouncer: Remove unnecessary dependency xmlto
It turns out that xmlto is not needed for documentation at all now.
The man pages are pregenerated and provided in the tarball.
PR: 192507
Reported by: dmitry2004 (yandex.ru) |
1.5.4_4 10 Aug 2014 21:42:50 |
marino |
databases/pgbouncer: Unconditionally install man pages
This port had a couple of issues besided installing man pages as a
function of the DOCS option selection. It also was using <pre> and <post>
inclusions with <options>, _DEPENDS were in multiple places.
I regrouped the *_DEPENDS, I moved the options to just above the make
targets (their conventional location) and I utilized <option>_*_DEPENDS
as well after fixing the man pages.
PR: 192507
Reported by: dmitry2004 (yandex.ru)
Approved by: Just Fix It (maintainer in copy) |
1.5.4_3 24 Jul 2014 13:32:59 |
bapt |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
1.5.4_2 08 Jul 2014 14:37:11 |
rakuco |
Fix substitution in files/pgbounce.in.
PR: 191698
Submitted by: oleg@mamontov.net
Approved by: m.tsatsenko@gmail.com (maintainer) |
1.5.4_1 08 Jun 2014 23:53:00 |
swills |
- Fix minor issue from previous commit by changing from SUB_LIST to PLIST_SUB
PR: 189787
Reported by: Mikhail Tatsenko <m.tsatsenko@gmail.com> (maintainer)
Pointyhat to: swills |
1.5.4_1 25 May 2014 12:23:00 |
swills |
- Add STAGE support
- Depend on xmlto to generate man pages. Add DOCS option
PR: ports/189787
Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) |
1.5.4_1 23 Dec 2013 20:42:11 |
antoine |
Fix LIB_DEPENDS |
1.5.4_1 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.5.4_1 14 Nov 2013 19:38:41 |
swills |
- Switch to libevent2
- Bump PORTREVISION
- Pet portlint
PR: ports/182446
Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) |
1.5.4 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.5.4 05 May 2013 14:30:56 |
rakuco |
Update to 1.5.4.
PR: ports/176640
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) |
1.5.2 22 Apr 2013 18:26:19 |
ohauer |
- pass maintainer to Mikhail Tsatsenko <m.tsatsenko@gmail.com>
requested here:
http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082988.html |
1.5.2 22 Apr 2013 13:27:48 |
bapt |
Reassign skv@ ports to the heap
Feature safe: yes |
1.5.2 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
1.5.2 01 Jul 2012 08:50:48 |
skv |
* Update to 1.5.2 [1]
* Add patch to use TCP_KEEP{CNT, IDLE, INTVL, ALIVE} [2]
Changes: http://pgfoundry.org/forum/forum.php?forum_id=1885
PR: ports/169463 [1]
Submitted by: Dmitry <dmitry2004@yandex.ru> [1],
Oleg A. Mamontov <oleg@mamontov.net> [2] |
1.5.1 18 Apr 2012 19:37:14 |
skv |
Update to 1.5.1
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1936 |
1.5 22 Mar 2012 21:19:22 |
skv |
Update to 1.5
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1920
PR: ports/164566
Submitted by: "Mikhail T." <m.tsatsenko@gmail.com>
Feature safe: yes |
1.4.2 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. |
1.4.2 13 Aug 2011 18:54:29 |
skv |
Update to 1.4.2
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1863
PR: ports/158657
Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> |
1.4.1 08 Jun 2011 17:13:12 |
skv |
Update to 1.4.1
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1795
PR: ports/157702
Submitted by: mm |
1.4 15 Jan 2011 00:06:46 |
mm |
- Update to 1.4
- Fix lib/usual/endian.h
- Modify rc file - allow setting a custom configuration file
PR: ports/153932
Approved by: skv@FreeBSD.org (maintainer, private e-mail)
Feature safe: yes |
1.3.4 28 Sep 2010 09:30:50 |
mm |
- Update to 1.3.4
PR: ports/150518
Approved by: maintainer (timeout) |
1.3.3_1 25 Jul 2010 15:39:20 |
mm |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
1.3.3 09 Jul 2010 14:07:32 |
skv |
Update to 1.3.3
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1645 |
1.3.2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.3.2 17 Mar 2010 16:30:31 |
skv |
Update to 1.3.2
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1605 |
1.3.1 13 Aug 2009 20:40:49 |
mm |
- Update to 1.3.1
PR: ports/137290
Submitted by: ismail yenigul <ismail.yenigul@endersys.com>
Approved by: maintainer (implicit) |
1.3 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
1.3 23 Feb 2009 14:02:24 |
skv |
Update to 1.3
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1315
PR: ports/132003
Submitted by: mm |
1.2.3_1 19 Aug 2008 16:40:17 |
mnag |
- Update libevent dependency and bump PORTREVISION |
1.2.3 11 Aug 2008 20:09:15 |
mm |
- Update pgbouncer to 1.2.3
- Add new UID and GID for pgbouncer
- Improve handling of example configuration files
- Add support for the reload rc command
- Other minor enhancements
PR: ports/126454
Submitted by: mm
Approved by: skv (maintainer) |
1.1.2_1 02 Jan 2008 23:43:03 |
mnag |
- Bump PORTREVISION since devel/libevent are updated. |
1.1.2 12 Dec 2007 23:17:51 |
skv |
Update to 1.1.2
PR: ports/117639
Submitted by: Vivek Khera <vivek xx khera.org> |
1.0.8_1 21 Sep 2007 20:21:30 |
mnag |
- Change libevent lib and bump PORTREVISION since devel/libevent are updated. |
1.0.8 22 Jul 2007 19:02:40 |
skv |
Add pgbouncer 1.0.8, lightweight connection pooler for PostgreSQL. |