Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] coredns: update to 1.10.0.
@ 2023-01-24  8:46 nilium
  2023-01-26  8:34 ` [PR PATCH] [Updated] " nilium
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: nilium @ 2023-01-24  8:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nilium/ecks-bops-packages coredns
https://github.com/void-linux/void-packages/pull/41836

coredns: update to 1.10.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From c807a6c9ef9d89fe2d0d46426f76c0226ca4444d Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Tue, 24 Jan 2023 00:39:36 -0800
Subject: [PATCH] coredns: update to 1.10.0.

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

diff --git a/srcpkgs/coredns/template b/srcpkgs/coredns/template
index 263df82c6476..c7fe73fda837 100644
--- a/srcpkgs/coredns/template
+++ b/srcpkgs/coredns/template
@@ -1,7 +1,7 @@
 # Template file for 'coredns'
 pkgname=coredns
-version=1.8.6
-revision=2
+version=1.10.0
+revision=1
 build_style=go
 go_import_path=github.com/coredns/coredns
 hostmakedepends="git make mmark"
@@ -10,7 +10,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="Apache-2.0"
 homepage="https://coredns.io"
 distfiles="https://github.com/coredns/coredns/archive/v${version}.tar.gz"
-checksum=cbe3764afe2148b8047ea7e5cbba5108c298dee3a9a0391028e2980e35beaa2b
+checksum=@ba303c6248ba89d85dca88e6282ef4db5bdc6f78ce68638167ca19166bd06f10
 make_dirs="/etc/coredns 0750 root root"
 
 _git_commit=f59c03d09c3a3a12f571ad1087b979325f3dae30

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

* Re: [PR PATCH] [Updated] coredns: update to 1.10.0.
  2023-01-24  8:46 [PR PATCH] coredns: update to 1.10.0 nilium
@ 2023-01-26  8:34 ` nilium
  2023-01-26  8:35 ` nilium
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nilium @ 2023-01-26  8:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nilium/ecks-bops-packages coredns
https://github.com/void-linux/void-packages/pull/41836

coredns: update to 1.10.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From 6e937983f34614139462e25e0c63331983edb5ea Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Tue, 24 Jan 2023 00:39:36 -0800
Subject: [PATCH] coredns: update to 1.10.0.

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

diff --git a/srcpkgs/coredns/template b/srcpkgs/coredns/template
index 263df82c6476..072158e67dad 100644
--- a/srcpkgs/coredns/template
+++ b/srcpkgs/coredns/template
@@ -1,7 +1,7 @@
 # Template file for 'coredns'
 pkgname=coredns
-version=1.8.6
-revision=2
+version=1.10.0
+revision=1
 build_style=go
 go_import_path=github.com/coredns/coredns
 hostmakedepends="git make mmark"
@@ -10,7 +10,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="Apache-2.0"
 homepage="https://coredns.io"
 distfiles="https://github.com/coredns/coredns/archive/v${version}.tar.gz"
-checksum=cbe3764afe2148b8047ea7e5cbba5108c298dee3a9a0391028e2980e35beaa2b
+checksum=0fa6631899c0ae93d1b557add54fb18587a5c55627b177eb9f31cdfdf8677184
 make_dirs="/etc/coredns 0750 root root"
 
 _git_commit=f59c03d09c3a3a12f571ad1087b979325f3dae30

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

* Re: coredns: update to 1.10.0.
  2023-01-24  8:46 [PR PATCH] coredns: update to 1.10.0 nilium
  2023-01-26  8:34 ` [PR PATCH] [Updated] " nilium
@ 2023-01-26  8:35 ` nilium
  2023-04-27  1:53 ` github-actions
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nilium @ 2023-01-26  8:35 UTC (permalink / raw)
  To: ml

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

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/41836#issuecomment-1404691801

Comment:
Fixing xgensum -c flag that snuck into this as well. Removed from shell history at this point to prevent more autopilot mistakes.

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

* Re: coredns: update to 1.10.0.
  2023-01-24  8:46 [PR PATCH] coredns: update to 1.10.0 nilium
  2023-01-26  8:34 ` [PR PATCH] [Updated] " nilium
  2023-01-26  8:35 ` nilium
@ 2023-04-27  1:53 ` github-actions
  2023-05-07 17:04 ` mhmdanas
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-04-27  1:53 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41836#issuecomment-1524432566

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: coredns: update to 1.10.0.
  2023-01-24  8:46 [PR PATCH] coredns: update to 1.10.0 nilium
                   ` (2 preceding siblings ...)
  2023-04-27  1:53 ` github-actions
@ 2023-05-07 17:04 ` mhmdanas
  2023-05-07 18:15 ` nilium
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-05-07 17:04 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41836#issuecomment-1537494625

Comment:
1.10.1 is out now.

There have been a lot of security fixes since 1.8.6, so it would be good to get this merged.

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

* Re: coredns: update to 1.10.0.
  2023-01-24  8:46 [PR PATCH] coredns: update to 1.10.0 nilium
                   ` (3 preceding siblings ...)
  2023-05-07 17:04 ` mhmdanas
@ 2023-05-07 18:15 ` nilium
  2023-05-07 18:15 ` nilium
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nilium @ 2023-05-07 18:15 UTC (permalink / raw)
  To: ml

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

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/41836#issuecomment-1537509207

Comment:
It would be better to open a 1.10.1 PR then. I'm not at my Void workstation right now, so someone else can do that or they can wait until I get around to it later.

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

* Re: coredns: update to 1.10.0.
  2023-01-24  8:46 [PR PATCH] coredns: update to 1.10.0 nilium
                   ` (4 preceding siblings ...)
  2023-05-07 18:15 ` nilium
@ 2023-05-07 18:15 ` nilium
  2023-05-07 18:56 ` mhmdanas
  2023-05-07 20:08 ` [PR PATCH] [Closed]: " nilium
  7 siblings, 0 replies; 9+ messages in thread
From: nilium @ 2023-05-07 18:15 UTC (permalink / raw)
  To: ml

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

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/41836#issuecomment-1537509207

Comment:
It would be better to open a new 1.10.1 PR then. I'm not at my Void workstation right now, so someone else can do that or they can wait until I get around to it later.

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

* Re: coredns: update to 1.10.0.
  2023-01-24  8:46 [PR PATCH] coredns: update to 1.10.0 nilium
                   ` (5 preceding siblings ...)
  2023-05-07 18:15 ` nilium
@ 2023-05-07 18:56 ` mhmdanas
  2023-05-07 20:08 ` [PR PATCH] [Closed]: " nilium
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-05-07 18:56 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41836#issuecomment-1537516944

Comment:
Sure, I'll do that, can you close this then?

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

* Re: [PR PATCH] [Closed]: coredns: update to 1.10.0.
  2023-01-24  8:46 [PR PATCH] coredns: update to 1.10.0 nilium
                   ` (6 preceding siblings ...)
  2023-05-07 18:56 ` mhmdanas
@ 2023-05-07 20:08 ` nilium
  7 siblings, 0 replies; 9+ messages in thread
From: nilium @ 2023-05-07 20:08 UTC (permalink / raw)
  To: ml

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

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

coredns: update to 1.10.0.
https://github.com/void-linux/void-packages/pull/41836

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

end of thread, other threads:[~2023-05-07 20:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24  8:46 [PR PATCH] coredns: update to 1.10.0 nilium
2023-01-26  8:34 ` [PR PATCH] [Updated] " nilium
2023-01-26  8:35 ` nilium
2023-04-27  1:53 ` github-actions
2023-05-07 17:04 ` mhmdanas
2023-05-07 18:15 ` nilium
2023-05-07 18:15 ` nilium
2023-05-07 18:56 ` mhmdanas
2023-05-07 20:08 ` [PR PATCH] [Closed]: " nilium

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