From 17b61fa0e6bf169d7108a761962f248168a52a2f Mon Sep 17 00:00:00 2001 From: MouadCharradi Date: Sun, 13 Mar 2022 00:00:35 +0100 Subject: [PATCH] dhcp: update to 4.4.3. --- srcpkgs/dhcp/patches/0002-iproute2.patch | 13 ------------- srcpkgs/dhcp/template | 6 +++--- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/dhcp/patches/0002-iproute2.patch diff --git a/srcpkgs/dhcp/patches/0002-iproute2.patch b/srcpkgs/dhcp/patches/0002-iproute2.patch deleted file mode 100644 index 7d728e99cccb..000000000000 --- a/srcpkgs/dhcp/patches/0002-iproute2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/client/scripts/linux b/client/scripts/linux -index 5fb16121..c4cef632 100755 ---- a/client/scripts/linux -+++ b/client/scripts/linux -@@ -362,7 +362,7 @@ case "$reason" in - interface_up_wait_time=5 - for i in $(seq 0 ${interface_up_wait_time}) - do -- ifconfig ${interface} | grep RUNNING >/dev/null 2>&1 -+ ${ip} link show dev ${interface} | grep -q LOWER_UP 2>&1 - if [ $? -eq 0 ]; then - break; - fi diff --git a/srcpkgs/dhcp/template b/srcpkgs/dhcp/template index c95d2391664c..600a81fe2218 100644 --- a/srcpkgs/dhcp/template +++ b/srcpkgs/dhcp/template @@ -1,7 +1,7 @@ # Template file for 'dhcp' pkgname=dhcp -version=4.4.2P1 -revision=3 +version=4.4.3 +revision=1 wrksrc="dhcp-${version/P/-P}" build_style=gnu-configure hostmakedepends="perl tar automake libtool" @@ -10,7 +10,7 @@ maintainer="Enno Boland " license="MPL-2.0" homepage="https://www.isc.org/downloads/dhcp" distfiles="http://ftp.isc.org/isc/dhcp/${version/P/-P}/dhcp-${version/P/-P}.tar.gz" -checksum=b05e04337539545a8faa0d6ac518defc61a07e5aec66a857f455e7f218c85a1a +checksum=0e3ec6b4c2a05ec0148874bcd999a66d05518378d77421f607fb0bc9d0135818 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"