Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dhcpcd: update to 10.1.0
@ 2024-10-28 15:04 SumOys
  2024-10-28 15:16 ` dkwo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: SumOys @ 2024-10-28 15:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SumOys/void-packages update-dhcpcd
https://github.com/void-linux/void-packages/pull/52813

dhcpcd: update to 10.1.0
DHCPCD v 10.0.10 was released with some very serious IPv6 bugs, causing IPv6 addresses to be deleted from interfaces before the lease expired: https://github.com/NetworkConfiguration/dhcpcd/compare/v10.0.10...v10.1.0

#### 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-glibc)


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

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

From b203a41e28d4f7d7e90ec79e3f2e78dcb6c91189 Mon Sep 17 00:00:00 2001
From: Sumit Khanna <sumit.khanna@oysterhr.com>
Date: Mon, 28 Oct 2024 11:01:08 -0400
Subject: [PATCH] dhcpcd: update to 10.1.0

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

diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template
index 6df8c53f314b17..fa1954df748389 100644
--- a/srcpkgs/dhcpcd/template
+++ b/srcpkgs/dhcpcd/template
@@ -1,6 +1,6 @@
 # Template file for 'dhcpcd'
 pkgname=dhcpcd
-version=10.0.10
+version=10.1.0
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,7 +15,7 @@ license="BSD-2-Clause"
 homepage="https://roy.marples.name/projects/dhcpcd"
 changelog="https://github.com/NetworkConfiguration/dhcpcd/releases"
 distfiles="https://github.com/NetworkConfiguration/dhcpcd/archive/refs/tags/v${version}.tar.gz"
-checksum=3ea87ba6c37ec594620fbaa7f2f6bc1dd8893e0aa5db5c40f532b700d05fe03f
+checksum=e8a83208c2ff63a5a31d886f76bc717b4ec1938d18a2c8b88f328e710d2b515a
 lib32disabled=yes
 conf_files=/etc/dhcpcd.conf
 

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

* Re: dhcpcd: update to 10.1.0
  2024-10-28 15:04 [PR PATCH] dhcpcd: update to 10.1.0 SumOys
@ 2024-10-28 15:16 ` dkwo
  2024-10-28 19:19 ` SumOys
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2024-10-28 15:16 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/52813#issuecomment-2441879897

Comment:
This has been working fine for me for a week or so.

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

* Re: dhcpcd: update to 10.1.0
  2024-10-28 15:04 [PR PATCH] dhcpcd: update to 10.1.0 SumOys
  2024-10-28 15:16 ` dkwo
@ 2024-10-28 19:19 ` SumOys
  2024-10-28 20:31 ` dkwo
  2024-10-28 21:15 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: SumOys @ 2024-10-28 19:19 UTC (permalink / raw)
  To: ml

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

New comment by SumOys on void-packages repository

https://github.com/void-linux/void-packages/pull/52813#issuecomment-2442429784

Comment:
> This has been working fine for me for a week or so.

Are you using prefix delegations for your internal network? It might also be ISP specific, depending on how long your ISP issues addresses for. Here is the dhcpcd issue:

https://github.com/NetworkConfiguration/dhcpcd/issues/368

IPv6 has not worked reliably at all on my network since 10.0.10 (If I restart dhcpcd, I'll get an address for a few minutes and then dhcpcd will delete that address according to the logs, just like what's started in the above issue.)

I can confirm I've build this package and installed it on my router and IPv6 addresses now correctly assign has stayed assigned for several days. 

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

* Re: dhcpcd: update to 10.1.0
  2024-10-28 15:04 [PR PATCH] dhcpcd: update to 10.1.0 SumOys
  2024-10-28 15:16 ` dkwo
  2024-10-28 19:19 ` SumOys
@ 2024-10-28 20:31 ` dkwo
  2024-10-28 21:15 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2024-10-28 20:31 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/52813#issuecomment-2442563797

Comment:
I meant 10.1.0 is working fine.
I turned off ipv6 though, I may turn it on and test if needed.

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

* Re: [PR PATCH] [Merged]: dhcpcd: update to 10.1.0
  2024-10-28 15:04 [PR PATCH] dhcpcd: update to 10.1.0 SumOys
                   ` (2 preceding siblings ...)
  2024-10-28 20:31 ` dkwo
@ 2024-10-28 21:15 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2024-10-28 21:15 UTC (permalink / raw)
  To: ml

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

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

dhcpcd: update to 10.1.0
https://github.com/void-linux/void-packages/pull/52813

Description:
DHCPCD v 10.0.10 was released with some very serious IPv6 bugs, causing IPv6 addresses to be deleted from interfaces before the lease expired: https://github.com/NetworkConfiguration/dhcpcd/compare/v10.0.10...v10.1.0

#### 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-glibc)


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

end of thread, other threads:[~2024-10-28 21:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-28 15:04 [PR PATCH] dhcpcd: update to 10.1.0 SumOys
2024-10-28 15:16 ` dkwo
2024-10-28 19:19 ` SumOys
2024-10-28 20:31 ` dkwo
2024-10-28 21:15 ` [PR PATCH] [Merged]: " leahneukirchen

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