Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update getdns + stubby
@ 2021-07-12 15:40 steinex
  2021-07-13  1:55 ` [PR REVIEW] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: steinex @ 2021-07-12 15:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages stubby
https://github.com/void-linux/void-packages/pull/31925

update getdns + stubby
<!-- 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/31925.patch is attached

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

From 06e73b928f9f847f702c25316e58db913a389ffb Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Mon, 12 Jul 2021 17:19:58 +0200
Subject: [PATCH 1/2] stubby: update to 0.4.0.

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

diff --git a/srcpkgs/stubby/template b/srcpkgs/stubby/template
index b845b966cb87..7eaaf5e46170 100644
--- a/srcpkgs/stubby/template
+++ b/srcpkgs/stubby/template
@@ -1,10 +1,10 @@
 # Template file for 'stubby'
 pkgname=stubby
-version=0.3.0
+version=0.4.0
 revision=1
 build_style=cmake
 conf_files="/etc/stubby/stubby.yml"
-makedepends="getdns-devel libyaml-devel"
+makedepends="getdns-devel libyaml-devel openssl-devel"
 depends="libcap-progs"	# For setcap(8)
 short_desc="DNS Privacy stub resolver"
 maintainer="Frank Steinborn <steinex@nognu.de>"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/getdnsapi/stubby"
 changelog="https://raw.githubusercontent.com/getdnsapi/stubby/v${version}/ChangeLog"
 distfiles="https://github.com/getdnsapi/stubby/archive/v${version}.tar.gz"
-checksum=b37a0e0ec2b7cfcdcb596066a6fd6109e91a2766b17a42c47d3703d9be41d000
+checksum=8e6a4ba76f04b23612d58813c4998141b0cc6194432d87f8653f3ba5cf64152a
 
 # Create stubby system user/group
 system_accounts="_${pkgname}"

From 020d3bc353832cfbd8793127e50933a47aa52c6e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Mon, 12 Jul 2021 17:26:58 +0200
Subject: [PATCH 2/2] getdns: update to 1.7.0.

---
 srcpkgs/getdns/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/getdns/template b/srcpkgs/getdns/template
index c2ddfde9fbc7..d79bc2a9d696 100644
--- a/srcpkgs/getdns/template
+++ b/srcpkgs/getdns/template
@@ -1,17 +1,18 @@
 # Template file for 'getdns'
 pkgname=getdns
-version=1.5.1
-revision=7
-build_style=gnu-configure
-configure_args="--with-libev --with-libevent --with-libuv
- --with-ssl=${XBPS_CROSS_BASE}/usr"
-makedepends="libev-devel libidn-devel libuv-devel unbound-devel"
+version=1.7.0
+revision=1
+build_style=cmake
+makedepends="libev-devel libidn-devel libuv-devel unbound-devel
+ check-devel libidn2-devel"
 short_desc="Modern asynchronous DNS API"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="BSD-3-Clause"
 homepage="https://getdnsapi.net"
 distfiles="https://getdnsapi.net/dist/getdns-${version}.tar.gz"
-checksum=5686e61100599c309ce03535f9899a5a3d94a82cc08d10718e2cd73ad3dc28af
+checksum=ea8713ce5e077ac76b1418ceb6afd25e6d4e39e9600f6f5e81d3a3a13a60f652
+# GitHub Actions fail due to no IPv6
+make_check=no
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] update getdns + stubby
  2021-07-12 15:40 [PR PATCH] update getdns + stubby steinex
@ 2021-07-13  1:55 ` ericonr
  2021-07-13 17:52 ` [PR PATCH] [Updated] " steinex
  2021-07-14 14:16 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-13  1:55 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31925#discussion_r668370529

Comment:
Use `ci-skip` :)

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

* Re: [PR PATCH] [Updated] update getdns + stubby
  2021-07-12 15:40 [PR PATCH] update getdns + stubby steinex
  2021-07-13  1:55 ` [PR REVIEW] " ericonr
@ 2021-07-13 17:52 ` steinex
  2021-07-14 14:16 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: steinex @ 2021-07-13 17:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages stubby
https://github.com/void-linux/void-packages/pull/31925

update getdns + stubby
<!-- 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
- [x] 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/31925.patch is attached

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

From 06e73b928f9f847f702c25316e58db913a389ffb Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Mon, 12 Jul 2021 17:19:58 +0200
Subject: [PATCH 1/2] stubby: update to 0.4.0.

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

diff --git a/srcpkgs/stubby/template b/srcpkgs/stubby/template
index b845b966cb87..7eaaf5e46170 100644
--- a/srcpkgs/stubby/template
+++ b/srcpkgs/stubby/template
@@ -1,10 +1,10 @@
 # Template file for 'stubby'
 pkgname=stubby
-version=0.3.0
+version=0.4.0
 revision=1
 build_style=cmake
 conf_files="/etc/stubby/stubby.yml"
-makedepends="getdns-devel libyaml-devel"
+makedepends="getdns-devel libyaml-devel openssl-devel"
 depends="libcap-progs"	# For setcap(8)
 short_desc="DNS Privacy stub resolver"
 maintainer="Frank Steinborn <steinex@nognu.de>"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/getdnsapi/stubby"
 changelog="https://raw.githubusercontent.com/getdnsapi/stubby/v${version}/ChangeLog"
 distfiles="https://github.com/getdnsapi/stubby/archive/v${version}.tar.gz"
-checksum=b37a0e0ec2b7cfcdcb596066a6fd6109e91a2766b17a42c47d3703d9be41d000
+checksum=8e6a4ba76f04b23612d58813c4998141b0cc6194432d87f8653f3ba5cf64152a
 
 # Create stubby system user/group
 system_accounts="_${pkgname}"

From 9cd4c6eacc14d11c6977a5a38e03c06d14de510f Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Mon, 12 Jul 2021 17:26:58 +0200
Subject: [PATCH 2/2] getdns: update to 1.7.0.

---
 srcpkgs/getdns/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/getdns/template b/srcpkgs/getdns/template
index c2ddfde9fbc7..67672e19ff30 100644
--- a/srcpkgs/getdns/template
+++ b/srcpkgs/getdns/template
@@ -1,17 +1,18 @@
 # Template file for 'getdns'
 pkgname=getdns
-version=1.5.1
-revision=7
-build_style=gnu-configure
-configure_args="--with-libev --with-libevent --with-libuv
- --with-ssl=${XBPS_CROSS_BASE}/usr"
-makedepends="libev-devel libidn-devel libuv-devel unbound-devel"
+version=1.7.0
+revision=1
+build_style=cmake
+makedepends="libev-devel libidn-devel libuv-devel unbound-devel
+ check-devel libidn2-devel"
 short_desc="Modern asynchronous DNS API"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="BSD-3-Clause"
 homepage="https://getdnsapi.net"
 distfiles="https://getdnsapi.net/dist/getdns-${version}.tar.gz"
-checksum=5686e61100599c309ce03535f9899a5a3d94a82cc08d10718e2cd73ad3dc28af
+checksum=ea8713ce5e077ac76b1418ceb6afd25e6d4e39e9600f6f5e81d3a3a13a60f652
+# GitHub Actions fail due to no IPv6
+make_check=ci-skip
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: update getdns + stubby
  2021-07-12 15:40 [PR PATCH] update getdns + stubby steinex
  2021-07-13  1:55 ` [PR REVIEW] " ericonr
  2021-07-13 17:52 ` [PR PATCH] [Updated] " steinex
@ 2021-07-14 14:16 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-14 14:16 UTC (permalink / raw)
  To: ml

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

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

update getdns + stubby
https://github.com/void-linux/void-packages/pull/31925

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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-12 15:40 [PR PATCH] update getdns + stubby steinex
2021-07-13  1:55 ` [PR REVIEW] " ericonr
2021-07-13 17:52 ` [PR PATCH] [Updated] " steinex
2021-07-14 14:16 ` [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).