From 0946e34008364f29e9207b45b99f0a188221e442 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Mon, 28 Oct 2019 23:27:32 -0400 Subject: [PATCH] dhcpcd: revert to 8.0.6 due to high CPU usage issue This reverts commit ba04e4d1dd1e7d004ba377d2318cbe8e233839e4. --- srcpkgs/dhcpcd/patches/musl-if_ether.patch | 14 -------------- srcpkgs/dhcpcd/template | 7 ++++--- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/dhcpcd/patches/musl-if_ether.patch diff --git a/srcpkgs/dhcpcd/patches/musl-if_ether.patch b/srcpkgs/dhcpcd/patches/musl-if_ether.patch deleted file mode 100644 index e8d3682cd7b..00000000000 --- a/srcpkgs/dhcpcd/patches/musl-if_ether.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- src/if-linux.c 2019-10-19 09:28:16.742626805 -0400 -+++ src/if-linux.c 2019-10-19 09:27:47.962304568 -0400 -@@ -46,7 +46,11 @@ - - #include - #include -+#if defined(__GLIBC__) - #include -+#else -+#include -+#endif - #include - #include - #include diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index bd4ae8bf0f8..e76c7a649fd 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,7 +1,8 @@ # Template file for 'dhcpcd' pkgname=dhcpcd -version=8.1.1 -revision=1 +reverts="8.1.1_1" +version=8.0.6 +revision=2 build_style=configure make_check_target=test configure_args="--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run" @@ -12,7 +13,7 @@ maintainer="Enno Boland " license="BSD-2-Clause" homepage="https://roy.marples.name/projects/dhcpcd" distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz" -checksum=485d308fe10febd36b6f936e4260e4ab34a146e4f00a9f7a5509c4377ad5ea82 +checksum=66b50199ed83bf502af3fab9ac001b417f0fac7e69c92d97a9c41499cebabd4f lib32disabled=yes conf_files=/etc/dhcpcd.conf