Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dhcpcd: revert to 8.0.6 due to high CPU usage issue
@ 2019-10-29  3:29 voidlinux-github
  2019-10-29 10:34 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-29  3:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages dhcpcd-revert
https://github.com/void-linux/void-packages/pull/15885

dhcpcd: revert to 8.0.6 due to high CPU usage issue
This reverts commit ba04e4d1dd1e7d004ba377d2318cbe8e233839e4.

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

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

From 0946e34008364f29e9207b45b99f0a188221e442 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
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 <arpa/inet.h>
- #include <net/if.h>
-+#if defined(__GLIBC__)
- #include <netinet/if_ether.h>
-+#else
-+#include <linux/if_arp.h>
-+#endif
- #include <netinet/in_systm.h>
- #include <netinet/in.h>
- #include <net/route.h>
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 <gottox@voidlinux.org>"
 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
 

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

* Re: [PR PATCH] [Merged]: dhcpcd: revert to 8.0.6 due to high CPU usage issue
  2019-10-29  3:29 [PR PATCH] dhcpcd: revert to 8.0.6 due to high CPU usage issue voidlinux-github
@ 2019-10-29 10:34 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-29 10:34 UTC (permalink / raw)
  To: ml

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

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

dhcpcd: revert to 8.0.6 due to high CPU usage issue
https://github.com/void-linux/void-packages/pull/15885

Description:
This reverts commit ba04e4d1dd1e7d004ba377d2318cbe8e233839e4.

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

end of thread, other threads:[~2019-10-29 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29  3:29 [PR PATCH] dhcpcd: revert to 8.0.6 due to high CPU usage issue voidlinux-github
2019-10-29 10:34 ` [PR PATCH] [Merged]: " voidlinux-github

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