- update pgpool to 3.2.3

from David Hill, ok pea@ (maintainer)
This commit is contained in:
benoit 2013-04-22 15:53:37 +00:00
parent d370c067a2
commit 894e8cddc5
3 changed files with 4 additions and 15 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2013/03/11 02:52:07 espie Exp $
# $OpenBSD: Makefile,v 1.5 2013/04/22 15:53:37 benoit Exp $
COMMENT= connection pool server for PostgreSQL
DISTNAME= pgpool-II-3.2.0
DISTNAME= pgpool-II-3.2.3
CATEGORIES= databases

View File

@ -1,2 +1,2 @@
SHA256 (pgpool-II-3.2.0.tar.gz) = LkHOeBVPx+nhPrNPC2DjUtYYPeCMQEC+qfvdkU4+KOA=
SIZE (pgpool-II-3.2.0.tar.gz) = 1599391
SHA256 (pgpool-II-3.2.3.tar.gz) = yztilXr+UG5LQgvcC5Wfgp1ixwj9zhoX2ZqFIcWGpeU=
SIZE (pgpool-II-3.2.3.tar.gz) = 1563129

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-watchdog_watchdog_c,v 1.1 2012/09/24 19:39:59 pea Exp $
--- watchdog/watchdog.c.orig Sun Sep 16 12:26:05 2012
+++ watchdog/watchdog.c Sun Sep 16 12:26:12 2012
@@ -25,7 +25,6 @@
#include <string.h>
#include <stdlib.h>
#include <signal.h>
-#include <wait.h>
#include <ctype.h>
#include <sys/un.h>
#include <sys/types.h>