update to pgpool-II-3.2.12
ok sthen
This commit is contained in:
parent
47db449307
commit
90db7d1207
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/04/22 15:53:37 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/10/04 20:22:21 benno Exp $
|
||||
|
||||
COMMENT= connection pool server for PostgreSQL
|
||||
|
||||
DISTNAME= pgpool-II-3.2.3
|
||||
DISTNAME= pgpool-II-3.2.12
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pgpool-II-3.2.3.tar.gz) = yztilXr+UG5LQgvcC5Wfgp1ixwj9zhoX2ZqFIcWGpeU=
|
||||
SIZE (pgpool-II-3.2.3.tar.gz) = 1563129
|
||||
SHA256 (pgpool-II-3.2.12.tar.gz) = 2ynh2OUX9qoDTehobSpAqPtCtWJOEXrKV3DIBWysbog=
|
||||
SIZE (pgpool-II-3.2.12.tar.gz) = 1626485
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-watchdog_wd_lifecheck_c,v 1.1 2012/09/24 19:39:59 pea Exp $
|
||||
--- watchdog/wd_lifecheck.c.orig Sun Sep 16 12:23:44 2012
|
||||
+++ watchdog/wd_lifecheck.c Sun Sep 16 12:23:52 2012
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <signal.h>
|
||||
$OpenBSD: patch-watchdog_wd_lifecheck_c,v 1.2 2015/10/04 20:22:21 benno Exp $
|
||||
--- watchdog/wd_lifecheck.c.orig Wed Apr 8 09:59:48 2015
|
||||
+++ watchdog/wd_lifecheck.c Sun Jul 5 17:23:53 2015
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
||||
+#include <stdint.h>
|
||||
|
@ -1,16 +1,11 @@
|
||||
$OpenBSD: patch-watchdog_wd_packet_c,v 1.1 2012/09/24 19:39:59 pea Exp $
|
||||
--- watchdog/wd_packet.c.orig Sun Sep 16 12:24:07 2012
|
||||
+++ watchdog/wd_packet.c Sun Sep 16 12:24:23 2012
|
||||
@@ -34,10 +34,12 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/tcp.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
$OpenBSD: patch-watchdog_wd_packet_c,v 1.2 2015/10/04 20:22:21 benno Exp $
|
||||
--- watchdog/wd_packet.c.orig Wed Apr 8 09:59:48 2015
|
||||
+++ watchdog/wd_packet.c Sun Jul 5 17:29:19 2015
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
+#include <stdint.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "pool.h"
|
||||
#include "pool_config.h"
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-watchdog_wd_ping_c,v 1.1 2012/09/24 19:39:59 pea Exp $
|
||||
--- watchdog/wd_ping.c.orig Sun Sep 16 12:24:32 2012
|
||||
+++ watchdog/wd_ping.c Sun Sep 16 12:24:44 2012
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <sys/stat.h>
|
||||
$OpenBSD: patch-watchdog_wd_ping_c,v 1.2 2015/10/04 20:22:21 benno Exp $
|
||||
--- watchdog/wd_ping.c.orig Wed Apr 8 09:59:48 2015
|
||||
+++ watchdog/wd_ping.c Sun Jul 5 17:27:43 2015
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
+#include <stdint.h>
|
||||
#include "pool.h"
|
||||
#include "pool_config.h"
|
||||
#include "watchdog.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user