Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dhcpcd,openresolv: update distfiles url
@ 2023-05-07 15:41 pascal-huber
  2023-05-10 17:04 ` lukas-jo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pascal-huber @ 2023-05-07 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages dhcpcd-upstream
https://github.com/void-linux/void-packages/pull/43790

dhcpcd,openresolv: update distfiles url
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Notes
- Also fixes update-check
- Because the old resources are not available anymore, I could not verify if they are indeed identical.

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

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

From 508b3738de06ad7dbb1e3109737e40db148a1b46 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Sun, 7 May 2023 17:33:54 +0200
Subject: [PATCH 1/2] dhcpcd: update distfiles url

---
 srcpkgs/dhcpcd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template
index 93b3a8d66d9e..95af73c83ccd 100644
--- a/srcpkgs/dhcpcd/template
+++ b/srcpkgs/dhcpcd/template
@@ -13,8 +13,8 @@ short_desc="RFC2131 compliant DHCP client"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="BSD-2-Clause"
 homepage="https://roy.marples.name/projects/dhcpcd"
-distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
-checksum=819357634efed1ea5cf44ec01b24d3d3f8852fec8b4249925dcc5667c54e376c
+distfiles="https://github.com/NetworkConfiguration/dhcpcd/archive/refs/tags/v${version}.tar.gz"
+checksum=67d83532ab01f9bfc6263e981d031c0f85770c33092fc811e3bb0cbe3dade3a5
 lib32disabled=yes
 conf_files=/etc/dhcpcd.conf
 

From 0d21fbc811bc8feea5555297a3c0c80a1c568cb9 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Sun, 7 May 2023 17:35:55 +0200
Subject: [PATCH 2/2] openresolv: update distfiles url

---
 srcpkgs/openresolv/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/openresolv/template b/srcpkgs/openresolv/template
index 3ed997c5fc58..1cdeff328ee7 100644
--- a/srcpkgs/openresolv/template
+++ b/srcpkgs/openresolv/template
@@ -9,8 +9,8 @@ short_desc="Management framework for resolv.conf"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="BSD-2-Clause"
 homepage="https://roy.marples.name/projects/openresolv"
-distfiles="https://roy.marples.name/downloads/openresolv/${pkgname}-${version}.tar.xz"
-checksum=42b30508e857a228535c631eaac936862d86eca68c14b5c0bf387ba176b91b97
+distfiles="https://github.com/NetworkConfiguration/openresolv/archive/refs/tags/v${version}.tar.gz"
+checksum=f4c43bdfe20fddb56a5371647e7ae05bad3c1e089a1c5a056ab445f43dd2eb53
 conf_files="/etc/resolvconf.conf"
 
 post_install() {

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

* Re: dhcpcd,openresolv: update distfiles url
  2023-05-07 15:41 [PR PATCH] dhcpcd,openresolv: update distfiles url pascal-huber
@ 2023-05-10 17:04 ` lukas-jo
  2023-05-10 17:49 ` pascal-huber
  2023-06-27 22:25 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: lukas-jo @ 2023-05-10 17:04 UTC (permalink / raw)
  To: ml

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

New comment by lukas-jo on void-packages repository

https://github.com/void-linux/void-packages/pull/43790#issuecomment-1542537037

Comment:
fyi: there's an open PR updating dhcpcd #43833 fixing the distfiles url too. Might be better to have the change in just one PR

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

* Re: dhcpcd,openresolv: update distfiles url
  2023-05-07 15:41 [PR PATCH] dhcpcd,openresolv: update distfiles url pascal-huber
  2023-05-10 17:04 ` lukas-jo
@ 2023-05-10 17:49 ` pascal-huber
  2023-06-27 22:25 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: pascal-huber @ 2023-05-10 17:49 UTC (permalink / raw)
  To: ml

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

New comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/43790#issuecomment-1542588024

Comment:
> fyi: there's an open PR updating dhcpcd #43833 fixing the distfiles url too. Might be better to have the change in just one PR

I added this as a dhcpcd 10 update might need some more testing - none of the major linux distros have it in their stable repos yet. version 9 will be supported and receive security updates for some(?) time. Updating it to 9.5.1 first may also be an option.

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

* Re: [PR PATCH] [Closed]: dhcpcd,openresolv: update distfiles url
  2023-05-07 15:41 [PR PATCH] dhcpcd,openresolv: update distfiles url pascal-huber
  2023-05-10 17:04 ` lukas-jo
  2023-05-10 17:49 ` pascal-huber
@ 2023-06-27 22:25 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-27 22:25 UTC (permalink / raw)
  To: ml

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

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

dhcpcd,openresolv: update distfiles url
https://github.com/void-linux/void-packages/pull/43790

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

#### Notes
- Also fixes update-check
- Because the old resources are not available anymore, I could not verify if they are indeed identical.

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

end of thread, other threads:[~2023-06-27 22:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-07 15:41 [PR PATCH] dhcpcd,openresolv: update distfiles url pascal-huber
2023-05-10 17:04 ` lukas-jo
2023-05-10 17:49 ` pascal-huber
2023-06-27 22:25 ` [PR PATCH] [Closed]: " classabbyamp

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