From 8b9dbcd79f5e02529a4454869fbae2b0a369d6a1 Mon Sep 17 00:00:00 2001 From: Rany Hany Date: Sat, 24 Aug 2024 17:25:13 +0000 Subject: [PATCH] dhcpcd: bump to 10.0.10 Fixes: https://github.com/openwrt/openwrt/issues/16254 Signed-off-by: Rany Hany --- net/dhcpcd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index b68a7d0b0..8b45ea6b2 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dhcpcd -PKG_VERSION:=9.4.1 +PKG_VERSION:=10.0.10 PKG_RELEASE:=1 -PKG_SOURCE_URL:=ftp://roy.marples.name/pub/dhcpcd \ - http://roy.marples.name/downloads/dhcpcd +PKG_SOURCE_URL:=https://github.com/NetworkConfiguration/dhcpcd/releases/download/v$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=819357634efed1ea5cf44ec01b24d3d3f8852fec8b4249925dcc5667c54e376c +PKG_HASH:=d582012992efddd2442bb1213c518a37d90febbcf8b11f8e76448c710dacad27 PKG_LICENSE:=BSD-2c PKG_LICENSE_FILES:= @@ -32,6 +31,7 @@ define Package/dhcpcd CATEGORY:=Network TITLE:=DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client URL:=http://roy.marples.name/projects/dhcpcd + USERID:=dhcpcd:dhcpcd endef define Package/dhcpcd/description