Browse Source

pgbouncer: Updated (1.5.4 -> 1.6.1)

master
Nagy Károly Gábriel 9 years ago
parent
commit
a1254a1257
2 changed files with 7 additions and 7 deletions
  1. +3
    -3
      database/pgbouncer/pgbouncer-sys_poll.h.patch
  2. +4
    -4
      database/pgbouncer/pgbouncer.desc

+ 3
- 3
database/pgbouncer/pgbouncer-sys_poll.h.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../pgbouncer/pgbouncer-sys_poll.h.patch # Filename: package/.../pgbouncer/pgbouncer-sys_poll.h.patch
# Copyright (C) 2013 The OpenSDE Project
# Copyright (C) 2013 - 2015 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -20,10 +20,10 @@ http://pubs.opengroup.org/onlinepubs/000095399/basedefs/poll.h.html
--- a/lib/m4/usual.m4 2013-08-09 15:16:56.716600440 +0200 --- a/lib/m4/usual.m4 2013-08-09 15:16:56.716600440 +0200
+++ b/lib/m4/usual.m4 2013-08-09 15:17:07.488877797 +0200 +++ b/lib/m4/usual.m4 2013-08-09 15:17:07.488877797 +0200
@@ -165,7 +165,7 @@
dnl AC_USUAL_HEADER_CHECK: Basic headers
@@ -181,7 +181,7 @@
dnl dnl
AC_DEFUN([AC_USUAL_HEADER_CHECK], [ AC_DEFUN([AC_USUAL_HEADER_CHECK], [
AC_CHECK_HEADERS([inttypes.h stdbool.h unistd.h sys/time.h])
-AC_CHECK_HEADERS([sys/socket.h poll.h sys/poll.h sys/un.h]) -AC_CHECK_HEADERS([sys/socket.h poll.h sys/poll.h sys/un.h])
+AC_CHECK_HEADERS([sys/socket.h poll.h sys/un.h]) +AC_CHECK_HEADERS([sys/socket.h poll.h sys/un.h])
AC_CHECK_HEADERS([arpa/inet.h netinet/in.h netinet/tcp.h]) AC_CHECK_HEADERS([arpa/inet.h netinet/in.h netinet/tcp.h])

+ 4
- 4
database/pgbouncer/pgbouncer.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../pgbouncer/pgbouncer.desc [COPY] Filename: package/.../pgbouncer/pgbouncer.desc
[COPY] Copyright (C) 2009 - 2013 The OpenSDE Project
[COPY] Copyright (C) 2009 - 2015 The OpenSDE Project
[COPY] [COPY]
[COPY] More information can be found in the files COPYING and README. [COPY] More information can be found in the files COPYING and README.
[COPY] [COPY]
@ -21,7 +21,7 @@
[T] Supports online restart/upgrade without dropping client connections. [T] Supports online restart/upgrade without dropping client connections.
[T] Supports protocol V3 only, so backend version must be >= 7.4.x [T] Supports protocol V3 only, so backend version must be >= 7.4.x
[U] http://pgfoundry.org/projects/pgbouncer
[U] https://pgbouncer.github.io/
[A] Marko Kreen and others <markokr@gmail.com> [A] Marko Kreen and others <markokr@gmail.com>
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> [M] Nagy Karoly Gabriel <nagy.karoly@opensde.org>
@ -30,7 +30,7 @@
[L] BSD [L] BSD
[S] Stable [S] Stable
[V] 1.5.4
[V] 1.6.1
[P] X -?---5---9 800.000 [P] X -?---5---9 800.000
[D] 4175253961 pgbouncer-1.5.4.tar.gz http://pgfoundry.org/frs/download.php/3393/
[D] 305624251 pgbouncer-1.6.1.tar.gz https://pgbouncer.github.io/downloads/files/1.6.1/

Loading…
Cancel
Save