Github messages for voidlinux
 help / color / mirror / Atom feed
From: steinex <steinex@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] update getdns + stubby
Date: Mon, 12 Jul 2021 17:40:57 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31925@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2021-07-12 15:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-12 15:40 steinex [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31925@inbox.vuxu.org \
    --to=steinex@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).