Update to 3.2.0
ok jasper@ landry@
This commit is contained in:
parent
2656435782
commit
ea0b924b51
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/06/18 11:39:47 pea Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/09/24 19:39:59 pea Exp $
|
||||
|
||||
COMMENT= connection pool server for PostgreSQL
|
||||
|
||||
DISTNAME= pgpool-II-3.1.3
|
||||
DISTNAME= pgpool-II-3.2.0
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
|
||||
|
||||
WANTLIB= c crypto m pq ssl
|
||||
WANTLIB= c crypto m pq ssl pthread
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-openssl
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (pgpool-II-3.1.3.tar.gz) = MJT0qMwkp/9eQON7HbJD5w==
|
||||
RMD160 (pgpool-II-3.1.3.tar.gz) = LjXUX0iIfmJOA+KdISCACHjIZpo=
|
||||
SHA1 (pgpool-II-3.1.3.tar.gz) = meRb0hireA6YIRaGD+4RpgW9g08=
|
||||
SHA256 (pgpool-II-3.1.3.tar.gz) = 5Oud2AmkuPOWJ2lVjs6lJJCO3+1YFrcSC0SPTq/YIkk=
|
||||
SIZE (pgpool-II-3.1.3.tar.gz) = 1402843
|
||||
SHA256 (pgpool-II-3.2.0.tar.gz) = LkHOeBVPx+nhPrNPC2DjUtYYPeCMQEC+qfvdkU4+KOA=
|
||||
SIZE (pgpool-II-3.2.0.tar.gz) = 1599391
|
||||
|
11
databases/pgpool/patches/patch-pool_memqcache_c
Normal file
11
databases/pgpool/patches/patch-pool_memqcache_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-pool_memqcache_c,v 1.1 2012/09/24 19:39:59 pea Exp $
|
||||
--- pool_memqcache.c.orig Sun Sep 16 12:23:15 2012
|
||||
+++ pool_memqcache.c Sun Sep 16 12:23:26 2012
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <ctype.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
+#include <stdint.h>
|
||||
|
||||
#ifdef USE_MEMCACHED
|
||||
#include <libmemcached/memcached.h>
|
11
databases/pgpool/patches/patch-pool_select_walker_c
Normal file
11
databases/pgpool/patches/patch-pool_select_walker_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-pool_select_walker_c,v 1.1 2012/09/24 19:39:59 pea Exp $
|
||||
--- pool_select_walker.c.orig Sun Sep 16 12:30:03 2012
|
||||
+++ pool_select_walker.c Sun Sep 16 12:30:16 2012
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
+#include <stdint.h>
|
||||
|
||||
#include "pool.h"
|
||||
#include "pool_config.h"
|
11
databases/pgpool/patches/patch-watchdog_watchdog_c
Normal file
11
databases/pgpool/patches/patch-watchdog_watchdog_c
Normal file
@ -0,0 +1,11 @@
|
||||
$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>
|
11
databases/pgpool/patches/patch-watchdog_wd_lifecheck_c
Normal file
11
databases/pgpool/patches/patch-watchdog_wd_lifecheck_c
Normal file
@ -0,0 +1,11 @@
|
||||
$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>
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
||||
+#include <stdint.h>
|
||||
#include "pool.h"
|
||||
#include "pool_config.h"
|
||||
#include "watchdog.h"
|
16
databases/pgpool/patches/patch-watchdog_wd_packet_c
Normal file
16
databases/pgpool/patches/patch-watchdog_wd_packet_c
Normal file
@ -0,0 +1,16 @@
|
||||
$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>
|
||||
#include <arpa/inet.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
+#include <stdint.h>
|
||||
|
||||
#include "pool.h"
|
||||
#include "pool_config.h"
|
11
databases/pgpool/patches/patch-watchdog_wd_ping_c
Normal file
11
databases/pgpool/patches/patch-watchdog_wd_ping_c
Normal file
@ -0,0 +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>
|
||||
#include <errno.h>
|
||||
+#include <stdint.h>
|
||||
#include "pool.h"
|
||||
#include "pool_config.h"
|
||||
#include "watchdog.h"
|
Loading…
Reference in New Issue
Block a user