From 9cacaf76c04753224cf972c7cf1d6d93034d2bb8 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 3 Jul 2020 08:00:06 +0300 Subject: dhcpcd: bump to 9.1.3 --- extra/dhcpcd/build | 2 -- extra/dhcpcd/checksums | 3 +-- extra/dhcpcd/patches/fix-common-header.patch | 10 ---------- extra/dhcpcd/sources | 3 +-- extra/dhcpcd/version | 2 +- 5 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 extra/dhcpcd/patches/fix-common-header.patch (limited to 'extra/dhcpcd') diff --git a/extra/dhcpcd/build b/extra/dhcpcd/build index 83275995..e180d27e 100755 --- a/extra/dhcpcd/build +++ b/extra/dhcpcd/build @@ -1,7 +1,5 @@ #!/bin/sh -e -patch -p1 < fix-common-header.patch - export CFLAGS="$CFLAGS -fPIC" export LDFLAGS="$LDFLAGS -static" diff --git a/extra/dhcpcd/checksums b/extra/dhcpcd/checksums index 250168ae..d83a9756 100644 --- a/extra/dhcpcd/checksums +++ b/extra/dhcpcd/checksums @@ -1,3 +1,2 @@ -d37fd05e99f63901718c3ad7575237cd7802f180a1821448b26b580c7378468a dhcpcd-9.1.2.tar.gz +f2751c3b0acdbd8ffa66ecb7410df426fac7144e827ffeb1128d554107dac8dc dhcpcd-9.1.3.tar.gz 533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run -954aaf3c0182eae030e4df8c85b3e566de6fb97b899433e24f2ab54bd365a105 fix-common-header.patch diff --git a/extra/dhcpcd/patches/fix-common-header.patch b/extra/dhcpcd/patches/fix-common-header.patch deleted file mode 100644 index 854892a2..00000000 --- a/extra/dhcpcd/patches/fix-common-header.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- dhcpcd/src/common.h -+++ dhcpcd/src/common.h -@@ -31,6 +31,7 @@ - - #include - #include -+#include - #include - #include - diff --git a/extra/dhcpcd/sources b/extra/dhcpcd/sources index 654c76f7..d3708269 100644 --- a/extra/dhcpcd/sources +++ b/extra/dhcpcd/sources @@ -1,3 +1,2 @@ -https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.1.2.tar.gz +https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.1.3.tar.gz files/dhcpcd.run -patches/fix-common-header.patch diff --git a/extra/dhcpcd/version b/extra/dhcpcd/version index 44b3b901..80a8e781 100644 --- a/extra/dhcpcd/version +++ b/extra/dhcpcd/version @@ -1 +1 @@ -9.1.2 1 +9.1.3 1 -- cgit v1.2.3