Commit 02466db4 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/dhcpcd: bump to version 6.8.1



removed patch applied upstream

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 6c92d4b8
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
Fix Linux define

Fetched from upstream:
http://roy.marples.name/projects/dhcpcd/ci/2cabc3efee4c18ca?sbs=0

Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Index: dhcpcd.h
==================================================================
--- /dhcpcd.h
+++ /dhcpcd.h
@@ -58,11 +58,11 @@
 
 struct interface {
 	struct dhcpcd_ctx *ctx;
 	TAILQ_ENTRY(interface) next;
 	char name[IF_NAMESIZE];
-#ifdef __linux
+#ifdef __linux__
 	char alias[IF_NAMESIZE];
 #endif
 	unsigned int index;
 	unsigned int flags;
 	sa_family_t family;
+1 −1
Original line number Diff line number Diff line
# Locally calculated from download (no sig, hash)
sha256	cb65d3e783fa5484ed095bb940c3274a5a91d3ed4a9d9ae66a49d9637165bd98	dhcpcd-6.7.1.tar.bz2
sha256	27b60cbf726a8319e6f1e7691132082c9cdac473317ea47cb093d0dd3d32af82	dhcpcd-6.8.1.tar.bz2
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
################################################################################

DHCPCD_VERSION = 6.7.1
DHCPCD_VERSION = 6.8.1
DHCPCD_SOURCE = dhcpcd-$(DHCPCD_VERSION).tar.bz2
DHCPCD_SITE = http://roy.marples.name/downloads/dhcpcd
DHCPCD_DEPENDENCIES = host-pkgconf