Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dhcpcd: update to 9.4.0
@ 2021-01-17 14:28 UsernameRandomlyGenerated
  2021-01-19 23:41 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: UsernameRandomlyGenerated @ 2021-01-17 14:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages dhcpcd
https://github.com/void-linux/void-packages/pull/27981

dhcpcd: update to 9.4.0
Works for me.

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

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

From 4c0da23aef9a62f45b1d8b875b7c2407be38f688 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 17 Jan 2021 15:25:52 +0100
Subject: [PATCH] dhcpcd: update to 9.4.0

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

diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template
index 599ca877018..e651bd01906 100644
--- a/srcpkgs/dhcpcd/template
+++ b/srcpkgs/dhcpcd/template
@@ -1,7 +1,7 @@
 # Template file for 'dhcpcd'
 pkgname=dhcpcd
-version=9.3.4
-revision=2
+version=9.4.0
+revision=1
 build_style=configure
 make_check_target=test
 configure_args="
@@ -14,7 +14,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-2-Clause"
 homepage="https://roy.marples.name/projects/dhcpcd"
 distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
-checksum=5c823a0b981b52e7e0fd3183ae220422d6fcc3aa511af31dcb1a7ee6cb0f1c39
+checksum=41a69297f380bf15ee8f94f73154f8c2bca7157a087c0d5aca8de000ba1d4513
 lib32disabled=yes
 conf_files=/etc/dhcpcd.conf
 

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

* Re: dhcpcd: update to 9.4.0
  2021-01-17 14:28 [PR PATCH] dhcpcd: update to 9.4.0 UsernameRandomlyGenerated
@ 2021-01-19 23:41 ` ericonr
  2021-02-04 14:10 ` dkwo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-19 23:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27981#issuecomment-763214147

Comment:
@CameronNemo ?

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

* Re: dhcpcd: update to 9.4.0
  2021-01-17 14:28 [PR PATCH] dhcpcd: update to 9.4.0 UsernameRandomlyGenerated
  2021-01-19 23:41 ` ericonr
@ 2021-02-04 14:10 ` dkwo
  2021-03-12 10:41 ` dkwo
  2021-03-12 15:23 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2021-02-04 14:10 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/27981#issuecomment-773328662

Comment:
It works for me.

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

* Re: dhcpcd: update to 9.4.0
  2021-01-17 14:28 [PR PATCH] dhcpcd: update to 9.4.0 UsernameRandomlyGenerated
  2021-01-19 23:41 ` ericonr
  2021-02-04 14:10 ` dkwo
@ 2021-03-12 10:41 ` dkwo
  2021-03-12 15:23 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2021-03-12 10:41 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/27981#issuecomment-797402751

Comment:
@CameronNemo Been using this for a month now, without issues.

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

* Re: [PR PATCH] [Merged]: dhcpcd: update to 9.4.0
  2021-01-17 14:28 [PR PATCH] dhcpcd: update to 9.4.0 UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2021-03-12 10:41 ` dkwo
@ 2021-03-12 15:23 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-03-12 15:23 UTC (permalink / raw)
  To: ml

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

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

dhcpcd: update to 9.4.0
https://github.com/void-linux/void-packages/pull/27981

Description:
Works for me.

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

end of thread, other threads:[~2021-03-12 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 14:28 [PR PATCH] dhcpcd: update to 9.4.0 UsernameRandomlyGenerated
2021-01-19 23:41 ` ericonr
2021-02-04 14:10 ` dkwo
2021-03-12 10:41 ` dkwo
2021-03-12 15:23 ` [PR PATCH] [Merged]: " ericonr

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