mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dhcpcd: update to 10.0.8
This commit is contained in:
parent
b17b15d3ad
commit
b9fd740deb
3 changed files with 2 additions and 36 deletions
|
@ -1,24 +0,0 @@
|
||||||
From 76ec6a63705e1c3591b4da94c10047a79f0f49db Mon Sep 17 00:00:00 2001
|
|
||||||
From: q66 <daniel@octaforge.org>
|
|
||||||
Date: Sun, 20 Dec 2020 15:16:08 +0100
|
|
||||||
Subject: [PATCH] fix privsep build on ppc*
|
|
||||||
|
|
||||||
---
|
|
||||||
src/privsep-linux.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git src/privsep-linux.c src/privsep-linux.c
|
|
||||||
index e588ecd..9d335ca 100644
|
|
||||||
--- a/src/privsep-linux.c
|
|
||||||
+++ b/src/privsep-linux.c
|
|
||||||
@@ -42,6 +42,7 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
+#include <termios.h>
|
|
||||||
|
|
||||||
#include "common.h"
|
|
||||||
#include "if.h"
|
|
||||||
--
|
|
||||||
2.29.2
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- a/hooks/10-wpa_supplicant 2014-11-26 16:34:35.000000000 +0100
|
|
||||||
+++ b/hooks/10-wpa_supplicant 2014-11-28 11:53:48.929217243 +0100
|
|
||||||
@@ -114,6 +114,6 @@ then
|
|
||||||
case "$reason" in
|
|
||||||
PREINIT) wpa_supplicant_start;;
|
|
||||||
RECONFIGURE) wpa_supplicant_reconfigure;;
|
|
||||||
- DEPARTED) wpa_supplicant_stop;;
|
|
||||||
+ DEPARTED|STOPPED) wpa_supplicant_stop;;
|
|
||||||
esac
|
|
||||||
fi
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=10.0.5
|
version=10.0.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
@ -15,7 +15,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://roy.marples.name/projects/dhcpcd"
|
homepage="https://roy.marples.name/projects/dhcpcd"
|
||||||
changelog="https://github.com/NetworkConfiguration/dhcpcd/releases"
|
changelog="https://github.com/NetworkConfiguration/dhcpcd/releases"
|
||||||
distfiles="https://github.com/NetworkConfiguration/dhcpcd/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/NetworkConfiguration/dhcpcd/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=046b060d72b158f813ea61acc1eff773dea4d9ad035a674ed87ecd95bd35cff7
|
checksum=f12babff1d3b880a63afc1df1c64c408f3784106e47c932f690bafbed8a83c3e
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
conf_files=/etc/dhcpcd.conf
|
conf_files=/etc/dhcpcd.conf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue