Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dnscrypt-proxy: update to 2.1.5.
@ 2023-08-24 12:10 g4s8
  2023-08-24 12:13 ` g4s8
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: g4s8 @ 2023-08-24 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/g4s8/void-packages dnscrypt-proxy_2.1.5
https://github.com/void-linux/void-packages/pull/45740

dnscrypt-proxy: update to 2.1.5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - aarch64
  - armv7l

The new version 2.1.5 fixes go1.21.0 version support, see [changelog](https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/ChangeLog):
# Version 2.1.5
 - dnscrypt-proxy can be compiled with Go 1.21.0+
 - Responses to blocked queries now include extended error codes
 - Reliability of connections using HTTP/3 has been improved
 - New configuration directive: `tls_key_log_file`. When defined, this
is the path to a file where TLS secret keys will be written to, so
that DoH traffic can be locally inspected.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dnscrypt-proxy_2.1.5-45740.patch --]
[-- Type: text/x-diff, Size: 1509 bytes --]

From 60715bd4a3664feaed83e2fee7756c4ae7174f7d Mon Sep 17 00:00:00 2001
From: Kirill <g4s8.public@gmail.com>
Date: Thu, 24 Aug 2023 16:03:47 +0400
Subject: [PATCH] dnscrypt-proxy: update to 2.1.5.

---
 srcpkgs/dnscrypt-proxy/template | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/dnscrypt-proxy/template b/srcpkgs/dnscrypt-proxy/template
index 3686e5ec8e520..fedf53ff40f3e 100644
--- a/srcpkgs/dnscrypt-proxy/template
+++ b/srcpkgs/dnscrypt-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'dnscrypt-proxy'
 pkgname=dnscrypt-proxy
-version=2.1.4
-revision=4
+version=2.1.5
+revision=1
 build_style=go
 go_import_path=github.com/dnscrypt/dnscrypt-proxy
 go_package="${go_import_path}/dnscrypt-proxy"
@@ -11,17 +11,11 @@ license="ISC"
 homepage="https://github.com/DNSCrypt/dnscrypt-proxy"
 changelog="https://raw.githubusercontent.com/DNSCrypt/dnscrypt-proxy/master/ChangeLog"
 distfiles="https://github.com/DNSCrypt/dnscrypt-proxy/archive/refs/tags/${version}.tar.gz"
-checksum=05f0a3e8c8f489caf95919e2a75a1ec4598edd3428d2b9dd357caba6adb2607d
+checksum=044c4db9a3c7bdcf886ff8f83c4b137d2fd37a65477a92bfe86bf69587ea7355
 conf_files="/etc/dnscrypt-proxy.toml"
 system_accounts="dnscrypt_proxy"
 make_dirs="/var/log/dnscrypt-proxy 0750 dnscrypt_proxy dnscrypt_proxy"
 
-broken="GOTOOLCHAIN not supported"
-
-pre_build() {
-	export GOTOOLCHAIN="go1.20.7"
-}
-
 post_install() {
 	vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
 	vlicense LICENSE

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

* Re: dnscrypt-proxy: update to 2.1.5.
  2023-08-24 12:10 [PR PATCH] dnscrypt-proxy: update to 2.1.5 g4s8
@ 2023-08-24 12:13 ` g4s8
  2023-08-24 14:27 ` [PR PATCH] [Updated] " g4s8
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: g4s8 @ 2023-08-24 12:13 UTC (permalink / raw)
  To: ml

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

New comment by g4s8 on void-packages repository

https://github.com/void-linux/void-packages/pull/45740#issuecomment-1691563281

Comment:
@Duncaen @cinerea0 this PR should fix a0bae1c727045b63206c52babee2f7a51d544673

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

* Re: [PR PATCH] [Updated] dnscrypt-proxy: update to 2.1.5.
  2023-08-24 12:10 [PR PATCH] dnscrypt-proxy: update to 2.1.5 g4s8
  2023-08-24 12:13 ` g4s8
@ 2023-08-24 14:27 ` g4s8
  2023-08-24 16:30 ` cinerea0
  2023-08-24 18:28 ` [PR PATCH] [Closed]: " g4s8
  3 siblings, 0 replies; 5+ messages in thread
From: g4s8 @ 2023-08-24 14:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/g4s8/void-packages dnscrypt-proxy_2.1.5
https://github.com/void-linux/void-packages/pull/45740

dnscrypt-proxy: update to 2.1.5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - aarch64
  - armv7l

The new version 2.1.5 fixes go1.21.0 version support, see [changelog](https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/ChangeLog):
# Version 2.1.5
 - dnscrypt-proxy can be compiled with Go 1.21.0+
 - Responses to blocked queries now include extended error codes
 - Reliability of connections using HTTP/3 has been improved
 - New configuration directive: `tls_key_log_file`. When defined, this
is the path to a file where TLS secret keys will be written to, so
that DoH traffic can be locally inspected.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dnscrypt-proxy_2.1.5-45740.patch --]
[-- Type: text/x-diff, Size: 1443 bytes --]

From 3c77b3da37dc4720cdc827b5cea18988229c0c25 Mon Sep 17 00:00:00 2001
From: Kirill <g4s8.public@gmail.com>
Date: Thu, 24 Aug 2023 16:03:47 +0400
Subject: [PATCH] dnscrypt-proxy: update to 2.1.5.

---
 srcpkgs/dnscrypt-proxy/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/dnscrypt-proxy/template b/srcpkgs/dnscrypt-proxy/template
index e66cd6110ac6d..d1b0038c851ca 100644
--- a/srcpkgs/dnscrypt-proxy/template
+++ b/srcpkgs/dnscrypt-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'dnscrypt-proxy'
 pkgname=dnscrypt-proxy
-version=2.1.4
-revision=5
+version=2.1.5
+revision=1
 build_style=go
 go_import_path=github.com/dnscrypt/dnscrypt-proxy
 go_package="${go_import_path}/dnscrypt-proxy"
@@ -12,13 +12,11 @@ license="ISC"
 homepage="https://github.com/DNSCrypt/dnscrypt-proxy"
 changelog="https://raw.githubusercontent.com/DNSCrypt/dnscrypt-proxy/master/ChangeLog"
 distfiles="https://github.com/DNSCrypt/dnscrypt-proxy/archive/refs/tags/${version}.tar.gz"
-checksum=05f0a3e8c8f489caf95919e2a75a1ec4598edd3428d2b9dd357caba6adb2607d
+checksum=044c4db9a3c7bdcf886ff8f83c4b137d2fd37a65477a92bfe86bf69587ea7355
 conf_files="/etc/dnscrypt-proxy.toml"
 system_accounts="dnscrypt_proxy"
 make_dirs="/var/log/dnscrypt-proxy 0750 dnscrypt_proxy dnscrypt_proxy"
 
-export GOTOOLCHAIN=go1.20
-
 post_install() {
 	vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
 	vlicense LICENSE

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

* Re: dnscrypt-proxy: update to 2.1.5.
  2023-08-24 12:10 [PR PATCH] dnscrypt-proxy: update to 2.1.5 g4s8
  2023-08-24 12:13 ` g4s8
  2023-08-24 14:27 ` [PR PATCH] [Updated] " g4s8
@ 2023-08-24 16:30 ` cinerea0
  2023-08-24 18:28 ` [PR PATCH] [Closed]: " g4s8
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2023-08-24 16:30 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/45740#issuecomment-1692032621

Comment:
I already have an open PR for this: #45595.

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

* Re: [PR PATCH] [Closed]: dnscrypt-proxy: update to 2.1.5.
  2023-08-24 12:10 [PR PATCH] dnscrypt-proxy: update to 2.1.5 g4s8
                   ` (2 preceding siblings ...)
  2023-08-24 16:30 ` cinerea0
@ 2023-08-24 18:28 ` g4s8
  3 siblings, 0 replies; 5+ messages in thread
From: g4s8 @ 2023-08-24 18:28 UTC (permalink / raw)
  To: ml

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

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

dnscrypt-proxy: update to 2.1.5.
https://github.com/void-linux/void-packages/pull/45740

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - aarch64
  - armv7l

The new version 2.1.5 fixes go1.21.0 version support, see [changelog](https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/ChangeLog):
# Version 2.1.5
 - dnscrypt-proxy can be compiled with Go 1.21.0+
 - Responses to blocked queries now include extended error codes
 - Reliability of connections using HTTP/3 has been improved
 - New configuration directive: `tls_key_log_file`. When defined, this
is the path to a file where TLS secret keys will be written to, so
that DoH traffic can be locally inspected.

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

end of thread, other threads:[~2023-08-24 18:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24 12:10 [PR PATCH] dnscrypt-proxy: update to 2.1.5 g4s8
2023-08-24 12:13 ` g4s8
2023-08-24 14:27 ` [PR PATCH] [Updated] " g4s8
2023-08-24 16:30 ` cinerea0
2023-08-24 18:28 ` [PR PATCH] [Closed]: " g4s8

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