ports/169463: databases/pgbouncer update to 1.5.2 [patch]
Dmitry
dmitry2004 at yandex.ru
Tue Jun 26 19:40:06 UTC 2012
>Number: 169463
>Category: ports
>Synopsis: databases/pgbouncer update to 1.5.2 [patch]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Jun 26 19:40:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Dmitry
>Release: 9.0-STABLE
>Organization:
>Environment:
FreeBSD *** 9.0-STABLE FreeBSD 9.0-STABLE #0: *** root@***:/usr/obj/usr/src/sys/GENERIC_ amd64
>Description:
Fix reserve_pool_timeout units. It was supposed to be seconds, but due to thinko it was taken as microseconds.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- Makefile.orig 2012-06-27 01:34:48.000000000 +0600
+++ Makefile 2012-06-27 01:31:41.000000000 +0600
@@ -6,9 +6,9 @@
#
PORTNAME= pgbouncer
-PORTVERSION= 1.5.1
+PORTVERSION= 1.5.2
CATEGORIES= databases
-MASTER_SITES= http://pgfoundry.org/frs/download.php/3240/
+MASTER_SITES= http://pgfoundry.org/frs/download.php/3293/
MAINTAINER= skv at FreeBSD.org
COMMENT= Lightweight connection pooler for PostgreSQL
--- distinfo.orig 2012-06-27 01:34:48.000000000 +0600
+++ distinfo 2012-06-27 01:31:46.000000000 +0600
@@ -1,2 +1,2 @@
-SHA256 (pgbouncer-1.5.1.tar.gz) = d0634253d319e43ebc18cb0476ba28c47803eff5bae5c6e17f650dc031fc4434
-SIZE (pgbouncer-1.5.1.tar.gz) = 334413
+SHA256 (pgbouncer-1.5.2.tar.gz) = f17ebf1dfe34dd4c39c2dd861d5b58f08cecef22be3b74da256d25ea15d451f8
+SIZE (pgbouncer-1.5.2.tar.gz) = 335338
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list