pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/pgbouncer Update databases/pgbouncer to 1.8.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac964d00e00f
branches:  trunk
changeset: 372923:ac964d00e00f
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Dec 20 20:45:58 2017 +0000

description:
Update databases/pgbouncer to 1.8.1.

PgBouncer 1.8.1
===============

Fixes

- Include file `include/pam.h` into distribution tarball. This
  prevented the 1.8 tarball from building at all.


PgBouncer 1.8
===============

Features

- Support PAM authentication.  (Enable with `--with-pam`.)
- Add `paused` and `disabled` fields to `SHOW DATABASES` output.
- Add `maxwait_us` field to `SHOW POOLS` output.
- Add `wait` and `wait_us` fields to `SHOW` commands output.
- Add new commands `SHOW STATS_TOTALS` and `SHOW STATS_AVERAGES`.
- Track queries and transactions separately in `SHOW STATS`. The
  fields `total_query_time`, `avg_query`, `avg_query`, and `avg_query`
  have been replaced by new fields.
- Add `wait_time` to `SHOW STATS`.

Fixes

- Updated libusual supports OpenSSL 1.1.
- Do not attempt to use TLS on Unix sockets.
- When parsing `pg_hba.conf`, keep parsing after erroneous lines
  instead of rejecting the whole file.
- Several other hba parsing fixes.
- Fix race condition when canceling query.

Cleanups

- `auth_user` setting is now also allowed globally, not only per
  database.
- Set console client and server encoding to `UTF8`.

diffstat:

 databases/pgbouncer/Makefile |   4 ++--
 databases/pgbouncer/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r d2e8e1b40e18 -r ac964d00e00f databases/pgbouncer/Makefile
--- a/databases/pgbouncer/Makefile      Wed Dec 20 17:28:47 2017 +0000
+++ b/databases/pgbouncer/Makefile      Wed Dec 20 20:45:58 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2016/03/15 11:29:35 fhajny Exp $
+# $NetBSD: Makefile,v 1.12 2017/12/20 20:45:58 fhajny Exp $
 #
 
-DISTNAME=      pgbouncer-1.7.2
+DISTNAME=      pgbouncer-1.8.1
 CATEGORIES=    databases
 MASTER_SITES=  http://pgbouncer.github.io/downloads/files/${PKGVERSION_NOREV}/
 
diff -r d2e8e1b40e18 -r ac964d00e00f databases/pgbouncer/distinfo
--- a/databases/pgbouncer/distinfo      Wed Dec 20 17:28:47 2017 +0000
+++ b/databases/pgbouncer/distinfo      Wed Dec 20 20:45:58 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2016/03/15 11:29:35 fhajny Exp $
+$NetBSD: distinfo,v 1.8 2017/12/20 20:45:58 fhajny Exp $
 
-SHA1 (pgbouncer-1.7.2.tar.gz) = d9bb29da15d90713e2399af3ebf5019da5cbe2d6
-RMD160 (pgbouncer-1.7.2.tar.gz) = 1bed03336e62f64b1afc652e4b2ddc6478de51ab
-SHA512 (pgbouncer-1.7.2.tar.gz) = 11c89606599f424b34f39a4b072ec6293fea0b14ee52ae4fbc44775e6d83771a22d194f4e8eabe410e0d6a70657508cf1a3b1012543d91873c36f644afb5675d
-Size (pgbouncer-1.7.2.tar.gz) = 462374 bytes
+SHA1 (pgbouncer-1.8.1.tar.gz) = 9325c4d8cf6a41a76166d1c8fa2312123ebb6935
+RMD160 (pgbouncer-1.8.1.tar.gz) = ed1a673f57f19472d960e76a4db100deac91d279
+SHA512 (pgbouncer-1.8.1.tar.gz) = 595a94db98866cec211f2b8c1ad13d209dba00e5fd41f2e9025aabdcb660194f0f772810270a1d9f067c3039c9fee630e8ff2d56f231935add17207aecc10bee
+Size (pgbouncer-1.8.1.tar.gz) = 465930 bytes
 SHA1 (patch-Makefile) = 1c76e84975111d9ce077e73fe888dfe466874e33



Home | Main Index | Thread Index | Old Index