From b1540238674c9cd0411f27e6b55b022c60a98373 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Jun 2020 02:03:28 +0300 Subject: dhcpcd: bump to 9.1.0 --- core/dhcpcd/build | 2 ++ core/dhcpcd/checksums | 3 ++- core/dhcpcd/patches/fix-common-header.patch | 10 ++++++++++ core/dhcpcd/sources | 3 ++- core/dhcpcd/version | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 core/dhcpcd/patches/fix-common-header.patch 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 + #include ++#include + #include + #include + 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 -- cgit v1.2.3