[arch-commits] Commit in pgbouncer/trunk (PKGBUILD pgbouncer.tmpfiles.conf)

Jan Steffens heftig at archlinux.org
Mon Aug 12 04:20:19 UTC 2019


    Date: Monday, August 12, 2019 @ 04:20:18
  Author: heftig
Revision: 359739

1.10.0-2: On BtrFS, disable cow on the data directory

Modified:
  pgbouncer/trunk/PKGBUILD
  pgbouncer/trunk/pgbouncer.tmpfiles.conf

-------------------------+
 PKGBUILD                |    4 ++--
 pgbouncer.tmpfiles.conf |    7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-12 04:20:17 UTC (rev 359738)
+++ PKGBUILD	2019-08-12 04:20:18 UTC (rev 359739)
@@ -3,7 +3,7 @@
 
 pkgname=pgbouncer
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight connection pooler for PostgreSQL'
 url='https://pgbouncer.github.io/'
 arch=('x86_64')
@@ -23,7 +23,7 @@
             '39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
             '1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
             '2b4baaaa7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'
-            '421d10fd3b77fc4bec18122f39d237f5eed5130b059dddee5243b17a5a76894ae9262b6f584f5d872ead5028a431a30ce66c8c8e662607573352e739e578bede'
+            '3d339e84b3ba426cfbbba406ef65a59aacaf68650afd2b3c6096e8babd2c8d39eaad13f60cd2718d7cdc8dc10eeba569da537b25f67c0a1a2884c885b2bc7136'
             '05551189022bd160ca0d64831d2559480ae2dcfe8a489aa4c22cc375c3def31d1169e48e17e6502ccd18237d79afef5bc4587f3cf14274c125eb71311d00503b')
 
 build() {

Modified: pgbouncer.tmpfiles.conf
===================================================================
--- pgbouncer.tmpfiles.conf	2019-08-12 04:20:17 UTC (rev 359738)
+++ pgbouncer.tmpfiles.conf	2019-08-12 04:20:18 UTC (rev 359739)
@@ -1,3 +1,4 @@
-d /run/pgbouncer  0755 pgbouncer pgbouncer -
-d /var/lib/postgres/data 700 postgres postgres
-z /var/log/pgbouncer 0750 pgbouncer pgbouncer
+d /run/pgbouncer         755 pgbouncer pgbouncer
+d /var/lib/postgres/data 700 postgres  postgres
+h /var/lib/postgres/data -   -         -         +C
+z /var/log/pgbouncer     750 pgbouncer pgbouncer



More information about the arch-commits mailing list