non port: databases/pgbouncer/Makefile |
SVNWeb
|
Number of commits found: 68 |
Sat, 19 Aug 2023
|
[ 17:15 Fernando Apesteguía (fernape) Author: Dmitry Wagin ] 2bc609b
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)
|
Mon, 5 Jun 2023
|
[ 16:53 Robert Clausecker (fuz) Author: Dmitry Wagin ] 10211e6
databases/pgbouncer: update to 1.19.1
Changelog: https://www.pgbouncer.org/changelog.html#pgbouncer-119x
PR: 271828
MFH: 2023Q2
|
Sun, 23 Apr 2023
|
[ 17:17 Robert Clausecker (fuz) Author: Dmitry Wagin ] e7de14f
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
|
Tue, 14 Feb 2023
|
[ 12:29 Fernando Apesteguía (fernape) Author: Dmitry Wagin ] 70f3036
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)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
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 )
|
Mon, 4 Jul 2022
|
[ 15:55 Muhammad Moinur Rahman (bofh) ] 4787e5c
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
|
Mon, 14 Feb 2022
|
[ 11:58 Muhammad Moinur Rahman (bofh) ] 83ab69f
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)
|
Fri, 5 Nov 2021
|
[ 18:04 Muhammad Moinur Rahman (bofh) ] 3b29bf8
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
|
Sun, 24 Oct 2021
|
[ 14:00 Michael Zhilin (mizhka) ] 644cbba
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)
|
Thu, 14 Oct 2021
|
[ 21:30 Stefan Eßer (se) ] 000711a
databases/pgbouncer: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 15 Aug 2020
|
[ 19:23 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)
|
Thu, 18 Jun 2020
|
[ 03:54 lwhsu ]
- Update to 1.14.0
PR: 247362
Submitted by: maintainer
|
Tue, 22 Oct 2019
|
[ 12:08 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
|
Fri, 2 Aug 2019
|
[ 13:30 jbeich ] (Only the first 10 of 105 ports in this commit are shown above. )
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
|
Fri, 22 Feb 2019
|
[ 19:14 swills ]
databases/pgbouncer: update to 1.9.0
PR: 235924
Submitted by: m.tsatsenko@gmail.com (maintainer)
|
Thu, 13 Dec 2018
|
[ 04:53 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
|
Sat, 10 Nov 2018
|
[ 10:09 mat ] (Only the first 10 of 86 ports in this commit are shown above. )
security/openssl-devel was removed, but there is a security/openssl111 now.
|
Thu, 12 Apr 2018
|
[ 22:01 girgen ]
Update to version 1.8.1
PR: 227462
Release notes: https://pgbouncer.github.io/changelog.html#pgbouncer-18x
|
Fri, 16 Feb 2018
|
[ 17:52 brnrd ] (Only the first 10 of 26 ports in this commit are shown above. )
BROKEN_SSL: Add REASON for breakage
Reported by: matwq
|
[ 14:03 brnrd ] (Only the first 10 of 18 ports in this commit are shown above. )
security/openssl-devel: Mark broken databases cat
|
Sat, 6 May 2017
|
[ 11:18 sunpoet ]
Add CARES option
- Bump PORTREVISION for package change
PR: 218499
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Mon, 20 Feb 2017
|
[ 02:57 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
|
Sat, 4 Feb 2017
|
[ 07:56 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
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)
|
Mon, 9 Jan 2017
|
[ 13:16 amdmi3 ] (Only the first 10 of 104 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 13 Mar 2016
|
[ 13:56 rakuco ]
Update to 1.7.2.
PR: 207538
Submitted by: cmt
Approved by: m.tsatsenko@gmail.com (maintainer)
|
Sun, 21 Feb 2016
|
[ 16:19 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)
|
Mon, 18 Jan 2016
|
[ 11:37 matthew ]
Update to 1.7
- Adds the ability to connect via TLS
PR: 206365
Submitted by: m.tsatsenko@gmail.com (maintainer)
|
Wed, 9 Sep 2015
|
[ 14:20 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)
|
Wed, 10 Jun 2015
|
[ 20:28 delphij ]
Security update to 1.5.5, while there also move the
upstream to github.
PR: 200537
Approved by: maintainer
MFH: 2015Q2 (test)
|
Wed, 25 Mar 2015
|
[ 09:33 marino ] (Only the first 10 of 29 ports in this commit are shown above. )
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket
|
Wed, 22 Oct 2014
|
[ 08:29 bapt ]
Fix yet another typo
|
Tue, 21 Oct 2014
|
[ 13:20 bapt ]
Fix packaging
|
Sat, 16 Aug 2014
|
[ 20:27 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)
|
Sun, 10 Aug 2014
|
[ 21:42 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)
|
Thu, 24 Jul 2014
|
[ 13:32 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
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
|
Tue, 8 Jul 2014
|
[ 14:37 rakuco ]
Fix substitution in files/pgbounce.in.
PR: 191698
Submitted by: oleg@mamontov.net
Approved by: m.tsatsenko@gmail.com (maintainer)
|
Sun, 8 Jun 2014
|
[ 23:53 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
|
Sun, 25 May 2014
|
[ 12:23 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)
|
Mon, 23 Dec 2013
|
[ 20:42 antoine ]
Fix LIB_DEPENDS
|
Wed, 11 Dec 2013
|
[ 18:08 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
|
Thu, 14 Nov 2013
|
[ 19:38 swills ]
- Switch to libevent2
- Bump PORTREVISION
- Pet portlint
PR: ports/182446
Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Sun, 5 May 2013
|
[ 14:30 rakuco ]
Update to 1.5.4.
PR: ports/176640
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
|
Mon, 22 Apr 2013
|
[ 18:26 ohauer ]
- pass maintainer to Mikhail Tsatsenko <m.tsatsenko@gmail.com>
requested here:
http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082988.html
|
[ 13:27 bapt ] (Only the first 10 of 45 ports in this commit are shown above. )
Reassign skv@ ports to the heap
Feature safe: yes
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Sun, 1 Jul 2012
|
[ 08:50 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]
|
Wed, 18 Apr 2012
|
[ 19:37 skv ]
Update to 1.5.1
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1936
|
Thu, 22 Mar 2012
|
[ 21:19 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
|
Sat, 13 Aug 2011
|
[ 18:54 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>
|
Wed, 8 Jun 2011
|
[ 17:13 skv ]
Update to 1.4.1
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1795
PR: ports/157702
Submitted by: mm
|
Sat, 15 Jan 2011
|
[ 00:06 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
|
Tue, 28 Sep 2010
|
[ 09:30 mm ]
- Update to 1.3.4
PR: ports/150518
Approved by: maintainer (timeout)
|
Sun, 25 Jul 2010
|
[ 15:39 mm ] (Only the first 10 of 40 ports in this commit are shown above. )
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout)
|
Fri, 9 Jul 2010
|
[ 14:07 skv ]
Update to 1.3.3
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1645
|
Wed, 17 Mar 2010
|
[ 16:30 skv ]
Update to 1.3.2
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1605
|
Thu, 13 Aug 2009
|
[ 20:40 mm ]
- Update to 1.3.1
PR: ports/137290
Submitted by: ismail yenigul <ismail.yenigul@endersys.com>
Approved by: maintainer (implicit)
|
Mon, 23 Feb 2009
|
[ 14:02 skv ]
Update to 1.3
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1315
PR: ports/132003
Submitted by: mm
|
Tue, 19 Aug 2008
|
[ 16:40 mnag ] (Only the first 10 of 33 ports in this commit are shown above. )
- Update libevent dependency and bump PORTREVISION
|
Mon, 11 Aug 2008
|
[ 20:09 mm ] (Only the first 10 of 11 ports in this commit are shown above. )
- 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)
|
Wed, 2 Jan 2008
|
[ 23:43 mnag ] (Only the first 10 of 28 ports in this commit are shown above. )
- Bump PORTREVISION since devel/libevent are updated.
|
Wed, 12 Dec 2007
|
[ 23:17 skv ]
Update to 1.1.2
PR: ports/117639
Submitted by: Vivek Khera <vivek xx khera.org>
|
Fri, 21 Sep 2007
|
[ 20:21 mnag ] (Only the first 10 of 26 ports in this commit are shown above. )
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
|
Sun, 22 Jul 2007
|
[ 19:02 skv ]
Add pgbouncer 1.0.8, lightweight connection pooler for PostgreSQL.
|
Number of commits found: 68 |