Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pgbouncer: update to 1.16.1.
@ 2022-01-06  2:57 knusbaum
  2022-01-06  3:12 ` [PR PATCH] [Updated] " knusbaum
  2022-01-17  8:30 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: knusbaum @ 2022-01-06  2:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

There is a new pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages UPDATE-pgbouncer-1.16.1
https://github.com/void-linux/void-packages/pull/34892

pgbouncer: update to 1.16.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
I ran the pgbouncer test suite with `./xbps-src check pgbouncer`


A patch file from https://github.com/void-linux/void-packages/pull/34892.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-pgbouncer-1.16.1-34892.patch --]
[-- Type: text/x-diff, Size: 1292 bytes --]

From f9ee201650df009c54cf8c2c7717621534711211 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 19:54:19 +0000
Subject: [PATCH] pgbouncer: update to 1.16.1.

---
 srcpkgs/pgbouncer/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pgbouncer/template b/srcpkgs/pgbouncer/template
index f20a2957eaaf..dc5ad52edea5 100644
--- a/srcpkgs/pgbouncer/template
+++ b/srcpkgs/pgbouncer/template
@@ -1,9 +1,9 @@
 # Template file for 'pgbouncer'
 pkgname=pgbouncer
-version=1.16.0
+version=1.16.1
 revision=1
 build_style=gnu-configure
-hostmakedepends="pkg-config"
+hostmakedepends="pkg-config make"
 makedepends="libevent-devel"
 checkdepends="which postgresql13 postgresql13-client"
 short_desc="Lightweight connection pooler for PostgreSQL"
@@ -12,7 +12,7 @@ license="ISC"
 homepage="https://pgbouncer.github.io/"
 changelog="https://raw.githubusercontent.com/pgbouncer/pgbouncer/master/NEWS.md"
 distfiles="https://pgbouncer.github.io/downloads/files/${version}/pgbouncer-${version}.tar.gz"
-checksum=a4a391618bb83caaee2a8cd9653974f4c1b98b95987d5cabbbeb801da6342652
+checksum=087477e9e4766d032b04b7b006c0c8d64160a54141a7bfc2c6e5ae7ae11bf7fc
 make_check=ci-skip # Postgres server can't be run as root
 
 pre_check() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] pgbouncer: update to 1.16.1.
  2022-01-06  2:57 [PR PATCH] pgbouncer: update to 1.16.1 knusbaum
@ 2022-01-06  3:12 ` knusbaum
  2022-01-17  8:30 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: knusbaum @ 2022-01-06  3:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

There is an updated pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages UPDATE-pgbouncer-1.16.1
https://github.com/void-linux/void-packages/pull/34892

pgbouncer: update to 1.16.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
I ran the pgbouncer test suite with `./xbps-src check pgbouncer`


A patch file from https://github.com/void-linux/void-packages/pull/34892.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-pgbouncer-1.16.1-34892.patch --]
[-- Type: text/x-diff, Size: 1111 bytes --]

From a6ead0eaecde2d55674459f0afda4bf4978e57bf Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 19:54:19 +0000
Subject: [PATCH] pgbouncer: update to 1.16.1.

---
 srcpkgs/pgbouncer/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pgbouncer/template b/srcpkgs/pgbouncer/template
index f20a2957eaaf..650e3340f07c 100644
--- a/srcpkgs/pgbouncer/template
+++ b/srcpkgs/pgbouncer/template
@@ -1,6 +1,6 @@
 # Template file for 'pgbouncer'
 pkgname=pgbouncer
-version=1.16.0
+version=1.16.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -12,7 +12,7 @@ license="ISC"
 homepage="https://pgbouncer.github.io/"
 changelog="https://raw.githubusercontent.com/pgbouncer/pgbouncer/master/NEWS.md"
 distfiles="https://pgbouncer.github.io/downloads/files/${version}/pgbouncer-${version}.tar.gz"
-checksum=a4a391618bb83caaee2a8cd9653974f4c1b98b95987d5cabbbeb801da6342652
+checksum=087477e9e4766d032b04b7b006c0c8d64160a54141a7bfc2c6e5ae7ae11bf7fc
 make_check=ci-skip # Postgres server can't be run as root
 
 pre_check() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: pgbouncer: update to 1.16.1.
  2022-01-06  2:57 [PR PATCH] pgbouncer: update to 1.16.1 knusbaum
  2022-01-06  3:12 ` [PR PATCH] [Updated] " knusbaum
@ 2022-01-17  8:30 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2022-01-17  8:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

There's a merged pull request on the void-packages repository

pgbouncer: update to 1.16.1.
https://github.com/void-linux/void-packages/pull/34892

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
I ran the pgbouncer test suite with `./xbps-src check pgbouncer`


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-17  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06  2:57 [PR PATCH] pgbouncer: update to 1.16.1 knusbaum
2022-01-06  3:12 ` [PR PATCH] [Updated] " knusbaum
2022-01-17  8:30 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).