mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dhcpcd: update to 9.1.1.
This commit is contained in:
parent
4d9eaf25b9
commit
a89555e23b
3 changed files with 23 additions and 2 deletions
11
srcpkgs/dhcpcd/patches/dhcpcd-9.1.1-typo_fix.patch
Normal file
11
srcpkgs/dhcpcd/patches/dhcpcd-9.1.1-typo_fix.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/if-options.c
|
||||||
|
+++ src/if-options.c
|
||||||
|
@@ -2367,7 +2367,7 @@
|
||||||
|
}
|
||||||
|
if (buf[buflen - 1] != '\0') {
|
||||||
|
if (buflen < sizeof(buf) - 1)
|
||||||
|
- bulen++;
|
||||||
|
+ buflen++;
|
||||||
|
buf[buflen - 1] = '\0';
|
||||||
|
}
|
||||||
|
#else
|
10
srcpkgs/dhcpcd/patches/include.patch
Normal file
10
srcpkgs/dhcpcd/patches/include.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/common.h 2020-06-04 08:35:46.000000000 -0400
|
||||||
|
+++ src/common.h 2020-06-04 16:39:00.401788338 -0400
|
||||||
|
@@ -31,6 +31,7 @@
|
||||||
|
|
||||||
|
#include <sys/param.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
+#include <sys/stat.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=9.0.2
|
version=9.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://roy.marples.name/projects/dhcpcd"
|
homepage="https://roy.marples.name/projects/dhcpcd"
|
||||||
distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
|
distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
|
||||||
checksum=f6e9f2fca7f5ebaf67915ff2ff66122eec0e7acb490f3c816781d65ccb5dd121
|
checksum=bb742911be1f660db42a7323acc793b587f467c5de5b7186735c16d20204737d
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
conf_files=/etc/dhcpcd.conf
|
conf_files=/etc/dhcpcd.conf
|
||||||
# privsep
|
# privsep
|
||||||
|
|
Loading…
Add table
Reference in a new issue