* [PATCH] dhcpcd: Update to 8.1.0
@ 2019-10-12 23:05 Matthias Fischer
2019-10-13 12:56 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2019-10-12 23:05 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]
For details see:
https://roy.marples.name/blog/dhcpcd-8-1-0-released
"DragonFlyBSD: Improved rc.d handling
Fix carrier status after a route socket overflow
Allow domain spaced options
DHCP: Allow not sending Force Renew Nonce or Reconf Accept
IPv4LL: Now passes Apple Bonjour test versions 1.4 and 1.5
ARP: Fix a typo and remove pragma (thus working with old gcc)
DHCP6: Fix a cosmetic issue with infinite leases
DHCP6: SLA 0 and Prefix Len 0 will now add a delegated /64 address
Ignore some virtual interfaces such as Tap and Bridge by default
BPF: Move validation logic out of BPF and back into dhcpcd"
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
lfs/dhcpcd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/dhcpcd b/lfs/dhcpcd
index d37cd67d3..26f261b57 100644
--- a/lfs/dhcpcd
+++ b/lfs/dhcpcd
@@ -24,7 +24,7 @@
include Config
-VER = 8.0.6
+VER = 8.1.0
THISAPP = dhcpcd-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5d3edd06595130f2b24609aade342488
+$(DL_FILE)_MD5 = f9e421e3c6f23b83cf82e9ab299c52b3
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] dhcpcd: Update to 8.1.0
2019-10-12 23:05 [PATCH] dhcpcd: Update to 8.1.0 Matthias Fischer
@ 2019-10-13 12:56 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2019-10-13 12:56 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1479 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 13 Oct 2019, at 00:05, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> For details see:
> https://roy.marples.name/blog/dhcpcd-8-1-0-released
>
> "DragonFlyBSD: Improved rc.d handling
> Fix carrier status after a route socket overflow
> Allow domain spaced options
> DHCP: Allow not sending Force Renew Nonce or Reconf Accept
> IPv4LL: Now passes Apple Bonjour test versions 1.4 and 1.5
> ARP: Fix a typo and remove pragma (thus working with old gcc)
> DHCP6: Fix a cosmetic issue with infinite leases
> DHCP6: SLA 0 and Prefix Len 0 will now add a delegated /64 address
> Ignore some virtual interfaces such as Tap and Bridge by default
> BPF: Move validation logic out of BPF and back into dhcpcd"
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/dhcpcd | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/dhcpcd b/lfs/dhcpcd
> index d37cd67d3..26f261b57 100644
> --- a/lfs/dhcpcd
> +++ b/lfs/dhcpcd
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 8.0.6
> +VER = 8.1.0
>
> THISAPP = dhcpcd-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 5d3edd06595130f2b24609aade342488
> +$(DL_FILE)_MD5 = f9e421e3c6f23b83cf82e9ab299c52b3
>
> install : $(TARGET)
>
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-13 12:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-12 23:05 [PATCH] dhcpcd: Update to 8.1.0 Matthias Fischer
2019-10-13 12:56 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox