aboutsummaryrefslogtreecommitdiffstats
path: root/community/pgbouncer
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-08-28 13:39:32 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-08-28 13:39:36 +0000
commit45a83a482ab416c68d1a9d422ffee00a9b325358 (patch)
tree1d63c33ad3b4bc112e7d3c17f95021105513e9c8 /community/pgbouncer
parent05b23f0608d882c3695e202bb55f57dcbf1c56db (diff)
community/pgbouncer: upgrade to 1.11.0
Diffstat (limited to 'community/pgbouncer')
-rw-r--r--community/pgbouncer/APKBUILD6
-rw-r--r--community/pgbouncer/pgbouncer-dirs.patch12
2 files changed, 9 insertions, 9 deletions
diff --git a/community/pgbouncer/APKBUILD b/community/pgbouncer/APKBUILD
index 49bb39b7f06..8c179431a63 100644
--- a/community/pgbouncer/APKBUILD
+++ b/community/pgbouncer/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=pgbouncer
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=0
pkgdesc="A lightweight connection pooler for PostgreSQL"
url="https://wiki.postgresql.org/wiki/PgBouncer"
@@ -48,9 +48,9 @@ package() {
install -d -m 755 -o $pkgusers -g $pkggroups ./var/log/$pkgname
}
-sha512sums="8ec9f102b57ca5f92fb689588ec090056ac29f21825400ec67bca413fe076ad50e0b491e65c4cfebc488cc245eb3c88c36db2ee0ba1cb737f35404be0983dd1d pgbouncer-1.10.0.tar.gz
+sha512sums="2373157f952a39dbb5d9afad7db2eba7459c28bcc302487c3bf15b64dca98940f65c9f7a1d142237f7053b6d2b290eaec15f930a341025f1665b501a26919115 pgbouncer-1.11.0.tar.gz
a6dbfa477c2f0a405e4bf9ee0037165531802366565d0f192931ccd8a7cb3edf9e9b628655e4169592e9370cc71fb73d4424bfd3f20bb5a43eb26a52251e539d pgbouncer.initd
808621351b0f5973427fa22f63128432b00ac20fd25af437e8148dad9e55185775aba612b6ecdd58e4a6f2450b8c7838fcace288845b9b3cd0236bbe168aa574 pgbouncer.confd
83b869466b59c1b1d6e316a9368f725181128c1f5a7af230e3fa9c58ccda1bc097db182806c1c51a5121692791ec83d9eb0f5718fb3031f521bb537001153e2d pgbouncer.logrotate
-fc80bef08d2f053564f4622c62dde1db9f19a34850a96dc4adb14b9766e5cecfa7fd65c49b70dd51a25e40cb4f5c47bec6dd3f92854620de532c0895b3e5ed80 pgbouncer-dirs.patch
+f45170465fda5190257e3f4c10e22fe7df57657efc90bdd6a3f0727375a25143e07480ecd998995cec0ddb2ed2d472f996b21e4fe712681418215823b88d0fc3 pgbouncer-dirs.patch
5b5a1460ac22ce8b027d1a1d6069e826e7e1ca1fe33b99fbc40c4fb3615821530c0978b0311504db4da39af7f5413dd8c5c1e45a60af18a73f1c01527ad9bb13 const_free.patch"
diff --git a/community/pgbouncer/pgbouncer-dirs.patch b/community/pgbouncer/pgbouncer-dirs.patch
index fabaad3fdc6..46e6c7be5d1 100644
--- a/community/pgbouncer/pgbouncer-dirs.patch
+++ b/community/pgbouncer/pgbouncer-dirs.patch
@@ -1,20 +1,20 @@
diff --git a/etc/pgbouncer.ini b/etc/pgbouncer.ini
-index 1ce88a7..f7c9409 100644
+index fed4a9f..f5204c2 100644
--- a/etc/pgbouncer.ini
+++ b/etc/pgbouncer.ini
-@@ -34,7 +34,7 @@
+@@ -43,7 +43,7 @@
;;;
logfile = /var/log/pgbouncer/pgbouncer.log
-pidfile = /var/run/pgbouncer/pgbouncer.pid
-+;pidfile = # do not set!
++pidfile =
;;;
;;; Where to wait for clients
-@@ -46,9 +46,9 @@ listen_port = 6432
+@@ -55,9 +55,9 @@ listen_port = 6432
- ; Unix socket is also used for -R.
- ; On Debian it should be /var/run/postgresql
+ ;; Unix socket is also used for -R.
+ ;; On Debian it should be /var/run/postgresql
-;unix_socket_dir = /tmp
-;unix_socket_mode = 0777
-;unix_socket_group =