pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/pgbouncer
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Dec 20 20:45:58 UTC 2017
Modified Files:
pkgsrc/databases/pgbouncer: Makefile distinfo
Log Message:
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`.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/pgbouncer/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/pgbouncer/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/pgbouncer/Makefile
diff -u pkgsrc/databases/pgbouncer/Makefile:1.11 pkgsrc/databases/pgbouncer/Makefile:1.12
--- pkgsrc/databases/pgbouncer/Makefile:1.11 Tue Mar 15 11:29:35 2016
+++ pkgsrc/databases/pgbouncer/Makefile Wed Dec 20 20:45:58 2017
@@ -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}/
Index: pkgsrc/databases/pgbouncer/distinfo
diff -u pkgsrc/databases/pgbouncer/distinfo:1.7 pkgsrc/databases/pgbouncer/distinfo:1.8
--- pkgsrc/databases/pgbouncer/distinfo:1.7 Tue Mar 15 11:29:35 2016
+++ pkgsrc/databases/pgbouncer/distinfo Wed Dec 20 20:45:58 2017
@@ -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