Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pounce: update to 2.4.
@ 2021-07-11 13:33 paper42
  2021-07-12  6:07 ` [PR REVIEW] " ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: paper42 @ 2021-07-11 13:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages pounce-2.4
https://github.com/void-linux/void-packages/pull/31908

pounce: update to 2.4.
<!-- 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, (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/31908.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pounce-2.4-31908.patch --]
[-- Type: text/x-diff, Size: 1197 bytes --]

From 2b52324e02eb40ff12b69d15aecb116adf8a0214 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 11 Jul 2021 15:27:44 +0200
Subject: [PATCH] pounce: update to 2.4.

---
 srcpkgs/pounce/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pounce/template b/srcpkgs/pounce/template
index 4e33113d349b..6b5ecc1512ac 100644
--- a/srcpkgs/pounce/template
+++ b/srcpkgs/pounce/template
@@ -1,14 +1,15 @@
 # Template file for 'pounce'
 pkgname=pounce
-version=2.3
-revision=2
-build_style=gnu-configure
+version=2.4
+revision=1
+build_style=configure
+configure_args="--prefix=/usr --mandir=/usr/share/man"
 make_build_target="all"
 hostmakedepends="pkg-config"
 makedepends="libtls-devel"
 short_desc="Multi-client, TLS-only IRC bouncer"
-maintainer="Paper <paper@tilde.institute>"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-3.0-or-later"
 homepage="https://git.causal.agency/pounce/"
 distfiles="https://git.causal.agency/pounce/snapshot/pounce-$version.tar.gz"
-checksum=47e77cf01ccd94c6ecb83410d7f832426de61e28573b7aa4ac60fec5ac3f468b
+checksum=0fe406700a80798eb669db90bef73cc4a644a29a2a36ea7178fed73623050a21

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

* Re: [PR REVIEW] pounce: update to 2.4.
  2021-07-11 13:33 [PR PATCH] pounce: update to 2.4 paper42
@ 2021-07-12  6:07 ` ericonr
  2021-07-12 20:57 ` [PR PATCH] [Updated] " paper42
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-12  6:07 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31908#discussion_r667647931

Comment:
Please explain the switch from `gnu-configure` in the commit message. AFAIK June's stuff carried "autoconf compatible" configure scripts.

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

* Re: [PR PATCH] [Updated] pounce: update to 2.4.
  2021-07-11 13:33 [PR PATCH] pounce: update to 2.4 paper42
  2021-07-12  6:07 ` [PR REVIEW] " ericonr
@ 2021-07-12 20:57 ` paper42
  2021-07-12 20:57 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2021-07-12 20:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages pounce-2.4
https://github.com/void-linux/void-packages/pull/31908

pounce: update to 2.4.
<!-- 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, (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/31908.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pounce-2.4-31908.patch --]
[-- Type: text/x-diff, Size: 1179 bytes --]

From 54cbdf84da25446bf2fdd98ad03ee3d926ab3483 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 11 Jul 2021 15:27:44 +0200
Subject: [PATCH] pounce: update to 2.4.

---
 srcpkgs/pounce/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pounce/template b/srcpkgs/pounce/template
index 4e33113d349b..4e955404312c 100644
--- a/srcpkgs/pounce/template
+++ b/srcpkgs/pounce/template
@@ -1,14 +1,15 @@
 # Template file for 'pounce'
 pkgname=pounce
-version=2.3
-revision=2
+version=2.4
+revision=1
 build_style=gnu-configure
 make_build_target="all"
 hostmakedepends="pkg-config"
-makedepends="libtls-devel"
+makedepends="libtls-devel openssl-devel"
+depends="openssl"
 short_desc="Multi-client, TLS-only IRC bouncer"
-maintainer="Paper <paper@tilde.institute>"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-3.0-or-later"
 homepage="https://git.causal.agency/pounce/"
 distfiles="https://git.causal.agency/pounce/snapshot/pounce-$version.tar.gz"
-checksum=47e77cf01ccd94c6ecb83410d7f832426de61e28573b7aa4ac60fec5ac3f468b
+checksum=0fe406700a80798eb669db90bef73cc4a644a29a2a36ea7178fed73623050a21

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

* Re: [PR REVIEW] pounce: update to 2.4.
  2021-07-11 13:33 [PR PATCH] pounce: update to 2.4 paper42
  2021-07-12  6:07 ` [PR REVIEW] " ericonr
  2021-07-12 20:57 ` [PR PATCH] [Updated] " paper42
@ 2021-07-12 20:57 ` paper42
  2021-07-12 20:58 ` paper42
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2021-07-12 20:57 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31908#discussion_r668251008

Comment:
I didn't look into it enough, sorry, reverted.

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

* Re: pounce: update to 2.4.
  2021-07-11 13:33 [PR PATCH] pounce: update to 2.4 paper42
                   ` (2 preceding siblings ...)
  2021-07-12 20:57 ` [PR REVIEW] " paper42
@ 2021-07-12 20:58 ` paper42
  2021-07-13  1:34 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2021-07-12 20:58 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31908#issuecomment-878590466

Comment:
I added an openssl runtime dependency, because pounce -g execs openssl to generate a certificate and libtls doesn't depend on openssl.

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

* Re: [PR REVIEW] pounce: update to 2.4.
  2021-07-11 13:33 [PR PATCH] pounce: update to 2.4 paper42
                   ` (3 preceding siblings ...)
  2021-07-12 20:58 ` paper42
@ 2021-07-13  1:34 ` ericonr
  2021-07-14 14:40 ` [PR PATCH] [Updated] " paper42
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-13  1:34 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31908#discussion_r668363592

Comment:
Why have `openssl-devel`?

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

* Re: [PR PATCH] [Updated] pounce: update to 2.4.
  2021-07-11 13:33 [PR PATCH] pounce: update to 2.4 paper42
                   ` (4 preceding siblings ...)
  2021-07-13  1:34 ` [PR REVIEW] " ericonr
@ 2021-07-14 14:40 ` paper42
  2021-07-14 14:40 ` [PR REVIEW] " paper42
  2021-07-14 14:44 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2021-07-14 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages pounce-2.4
https://github.com/void-linux/void-packages/pull/31908

pounce: update to 2.4.
<!-- 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, (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/31908.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pounce-2.4-31908.patch --]
[-- Type: text/x-diff, Size: 1134 bytes --]

From 4b8a17f570b9c3545734f984c056b36bbad69364 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 11 Jul 2021 15:27:44 +0200
Subject: [PATCH] pounce: update to 2.4.

---
 srcpkgs/pounce/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pounce/template b/srcpkgs/pounce/template
index 4e33113d349b..1419b7c21b95 100644
--- a/srcpkgs/pounce/template
+++ b/srcpkgs/pounce/template
@@ -1,14 +1,15 @@
 # Template file for 'pounce'
 pkgname=pounce
-version=2.3
-revision=2
+version=2.4
+revision=1
 build_style=gnu-configure
 make_build_target="all"
 hostmakedepends="pkg-config"
 makedepends="libtls-devel"
+depends="openssl"
 short_desc="Multi-client, TLS-only IRC bouncer"
-maintainer="Paper <paper@tilde.institute>"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-3.0-or-later"
 homepage="https://git.causal.agency/pounce/"
 distfiles="https://git.causal.agency/pounce/snapshot/pounce-$version.tar.gz"
-checksum=47e77cf01ccd94c6ecb83410d7f832426de61e28573b7aa4ac60fec5ac3f468b
+checksum=0fe406700a80798eb669db90bef73cc4a644a29a2a36ea7178fed73623050a21

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

* Re: [PR REVIEW] pounce: update to 2.4.
  2021-07-11 13:33 [PR PATCH] pounce: update to 2.4 paper42
                   ` (5 preceding siblings ...)
  2021-07-14 14:40 ` [PR PATCH] [Updated] " paper42
@ 2021-07-14 14:40 ` paper42
  2021-07-14 14:44 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2021-07-14 14:40 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31908#discussion_r669679924

Comment:
Falling back to /bin/openssl is fine on void, removed.

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

* Re: [PR PATCH] [Merged]: pounce: update to 2.4.
  2021-07-11 13:33 [PR PATCH] pounce: update to 2.4 paper42
                   ` (6 preceding siblings ...)
  2021-07-14 14:40 ` [PR REVIEW] " paper42
@ 2021-07-14 14:44 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-14 14:44 UTC (permalink / raw)
  To: ml

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

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

pounce: update to 2.4.
https://github.com/void-linux/void-packages/pull/31908

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, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-07-14 14:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11 13:33 [PR PATCH] pounce: update to 2.4 paper42
2021-07-12  6:07 ` [PR REVIEW] " ericonr
2021-07-12 20:57 ` [PR PATCH] [Updated] " paper42
2021-07-12 20:57 ` [PR REVIEW] " paper42
2021-07-12 20:58 ` paper42
2021-07-13  1:34 ` [PR REVIEW] " ericonr
2021-07-14 14:40 ` [PR PATCH] [Updated] " paper42
2021-07-14 14:40 ` [PR REVIEW] " paper42
2021-07-14 14:44 ` [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).