Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pgbouncer: update to 1.16.0.
@ 2021-09-11 13:12 natrys
  2021-11-01 12:00 ` natrys
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: natrys @ 2021-09-11 13:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages pgbouncer-1.16.0
https://github.com/void-linux/void-packages/pull/32926

pgbouncer: update to 1.16.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From dac679d86f8627f8ad95b11c0343577f6e86884b Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Sat, 11 Sep 2021 19:11:05 +0600
Subject: [PATCH] pgbouncer: update to 1.16.0.

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

diff --git a/srcpkgs/pgbouncer/template b/srcpkgs/pgbouncer/template
index 1049a1594d06..6ba499b6ea88 100644
--- a/srcpkgs/pgbouncer/template
+++ b/srcpkgs/pgbouncer/template
@@ -1,7 +1,7 @@
 # Template file for 'pgbouncer'
 pkgname=pgbouncer
-version=1.15.0
-revision=2
+version=1.16.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libevent-devel"
@@ -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=e05a9e158aa6256f60aacbcd9125d3109155c1001a1d1c15d33a37c685d31380
+checksum=a4a391618bb83caaee2a8cd9653974f4c1b98b95987d5cabbbeb801da6342652
 
 pre_check() {
 	. /etc/profile.d/postgresql13.sh

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

* Re: pgbouncer: update to 1.16.0.
  2021-09-11 13:12 [PR PATCH] pgbouncer: update to 1.16.0 natrys
@ 2021-11-01 12:00 ` natrys
  2021-11-01 12:08 ` [PR PATCH] [Updated] " natrys
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: natrys @ 2021-11-01 12:00 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/32926#issuecomment-956172515

Comment:
@Piraty the tests run fine locally. I don't get what about github CI is causing this:

```
./test.sh
sed: can't read pgdata/postgresql.conf: No such file or directory
Creating databases
psql: error: could not connect to server: Connection refused
	Is the server running on host "127.0.0.1" and accepting
	TCP/IP connections on port 6666?
psql: error: could not connect to server: Connection refused
	Is the server running on host "127.0.0.1" and accepting
	TCP/IP connections on port 6666?
make[1]: *** [Makefile:36: check] Error 1
make: *** [Makefile:136: check] Error 2
```

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

* Re: [PR PATCH] [Updated] pgbouncer: update to 1.16.0.
  2021-09-11 13:12 [PR PATCH] pgbouncer: update to 1.16.0 natrys
  2021-11-01 12:00 ` natrys
@ 2021-11-01 12:08 ` natrys
  2021-11-01 12:15 ` natrys
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: natrys @ 2021-11-01 12:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages pgbouncer-1.16.0
https://github.com/void-linux/void-packages/pull/32926

pgbouncer: update to 1.16.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (x86-64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From ca67d7b038e5216d0b4d556c992b78a6e0d7fe06 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Sat, 11 Sep 2021 19:11:05 +0600
Subject: [PATCH] pgbouncer: update to 1.16.0.

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

diff --git a/srcpkgs/pgbouncer/template b/srcpkgs/pgbouncer/template
index 1049a1594d06..f20a2957eaaf 100644
--- a/srcpkgs/pgbouncer/template
+++ b/srcpkgs/pgbouncer/template
@@ -1,7 +1,7 @@
 # Template file for 'pgbouncer'
 pkgname=pgbouncer
-version=1.15.0
-revision=2
+version=1.16.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libevent-devel"
@@ -12,7 +12,8 @@ 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=e05a9e158aa6256f60aacbcd9125d3109155c1001a1d1c15d33a37c685d31380
+checksum=a4a391618bb83caaee2a8cd9653974f4c1b98b95987d5cabbbeb801da6342652
+make_check=ci-skip # Postgres server can't be run as root
 
 pre_check() {
 	. /etc/profile.d/postgresql13.sh

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

* Re: pgbouncer: update to 1.16.0.
  2021-09-11 13:12 [PR PATCH] pgbouncer: update to 1.16.0 natrys
  2021-11-01 12:00 ` natrys
  2021-11-01 12:08 ` [PR PATCH] [Updated] " natrys
@ 2021-11-01 12:15 ` natrys
  2021-11-01 12:15 ` natrys
  2021-11-03 21:02 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: natrys @ 2021-11-01 12:15 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/32926#issuecomment-956183811

Comment:
Actually, I forgot that Postgres server refuses to run as root, ugh.

Adding =ci-skip=.

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

* Re: pgbouncer: update to 1.16.0.
  2021-09-11 13:12 [PR PATCH] pgbouncer: update to 1.16.0 natrys
                   ` (2 preceding siblings ...)
  2021-11-01 12:15 ` natrys
@ 2021-11-01 12:15 ` natrys
  2021-11-03 21:02 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: natrys @ 2021-11-01 12:15 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/32926#issuecomment-956183811

Comment:
Actually, I forgot that Postgres server refuses to run as root, ugh.

Adding `ci-skip`.

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

* Re: [PR PATCH] [Merged]: pgbouncer: update to 1.16.0.
  2021-09-11 13:12 [PR PATCH] pgbouncer: update to 1.16.0 natrys
                   ` (3 preceding siblings ...)
  2021-11-01 12:15 ` natrys
@ 2021-11-03 21:02 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2021-11-03 21:02 UTC (permalink / raw)
  To: ml

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

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

pgbouncer: update to 1.16.0.
https://github.com/void-linux/void-packages/pull/32926

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (x86-64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-11-03 21:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-11 13:12 [PR PATCH] pgbouncer: update to 1.16.0 natrys
2021-11-01 12:00 ` natrys
2021-11-01 12:08 ` [PR PATCH] [Updated] " natrys
2021-11-01 12:15 ` natrys
2021-11-01 12:15 ` natrys
2021-11-03 21:02 ` [PR PATCH] [Merged]: " Chocimier

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).