aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-02 02:03:28 +0300
committerCem Keylan <cem@ckyln.com>2020-06-02 02:03:28 +0300
commitb1540238674c9cd0411f27e6b55b022c60a98373 (patch)
treeb94df3faa7a7cfd91af926eee480ef6310cd3ef5
parent05f9c5d32f63ce8760dbd0ed13374afd959ed90d (diff)
downloadrepository-b1540238674c9cd0411f27e6b55b022c60a98373.tar.gz
dhcpcd: bump to 9.1.0
-rwxr-xr-xcore/dhcpcd/build2
-rw-r--r--core/dhcpcd/checksums3
-rw-r--r--core/dhcpcd/patches/fix-common-header.patch10
-rw-r--r--core/dhcpcd/sources3
-rw-r--r--core/dhcpcd/version2
5 files changed, 17 insertions, 3 deletions
diff --git a/core/dhcpcd/build b/core/dhcpcd/build
index 83a1b438..dc88fb1f 100755
--- a/core/dhcpcd/build
+++ b/core/dhcpcd/build
@@ -1,5 +1,7 @@
#!/bin/sh -e
+patch -p1 < fix-common-header.patch
+
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
diff --git a/core/dhcpcd/checksums b/core/dhcpcd/checksums
index fcfc9da7..ee73818f 100644
--- a/core/dhcpcd/checksums
+++ b/core/dhcpcd/checksums
@@ -1,2 +1,3 @@
-d586a6aefe410af150e4443469fc2fcd588eca736f1f3c3daf84c27fb328671b dhcpcd-9.0.2.tar.gz
+00232ce388ec5ca287153cefc239ee996718bdfcc93873899a063205229b2363 dhcpcd-9.1.0.tar.gz
533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run
+954aaf3c0182eae030e4df8c85b3e566de6fb97b899433e24f2ab54bd365a105 fix-common-header.patch
diff --git a/core/dhcpcd/patches/fix-common-header.patch b/core/dhcpcd/patches/fix-common-header.patch
new file mode 100644
index 00000000..854892a2
--- /dev/null
+++ b/core/dhcpcd/patches/fix-common-header.patch
@@ -0,0 +1,10 @@
+--- dhcpcd/src/common.h
++++ dhcpcd/src/common.h
+@@ -31,6 +31,7 @@
+
+ #include <sys/param.h>
+ #include <sys/time.h>
++#include <sys/stat.h>
+ #include <stdint.h>
+ #include <stdio.h>
+
diff --git a/core/dhcpcd/sources b/core/dhcpcd/sources
index 3faed034..b7fb2943 100644
--- a/core/dhcpcd/sources
+++ b/core/dhcpcd/sources
@@ -1,2 +1,3 @@
-https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.0.2.tar.gz
+https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.1.0.tar.gz
files/dhcpcd.run
+patches/fix-common-header.patch
diff --git a/core/dhcpcd/version b/core/dhcpcd/version
index 26eb836d..f6e1c249 100644
--- a/core/dhcpcd/version
+++ b/core/dhcpcd/version
@@ -1 +1 @@
-9.0.2 1
+9.1.0 1