aboutsummaryrefslogtreecommitdiff
path: root/extra/dhcpcd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/dhcpcd')
-rwxr-xr-xextra/dhcpcd/build11
-rw-r--r--extra/dhcpcd/checksums5
-rw-r--r--extra/dhcpcd/meta3
-rw-r--r--extra/dhcpcd/sources2
-rw-r--r--extra/dhcpcd/version2
5 files changed, 12 insertions, 11 deletions
diff --git a/extra/dhcpcd/build b/extra/dhcpcd/build
index e180d27e..7760cabd 100755
--- a/extra/dhcpcd/build
+++ b/extra/dhcpcd/build
@@ -8,14 +8,11 @@ export LDFLAGS="$LDFLAGS -static"
--sbindir=/usr/bin \
--sysconfdir=/etc \
--rundir=/run \
- --without-udev
+ --without-udev \
+ --without-openssl
make
make DESTDIR="$1" install
-# Install runit service.
-install -Dm755 dhcpcd.run "$1/etc/sv/dhcpcd/run"
-ln -s /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise"
-
-# Install runit service.
-install -Dm755 dhcpcd.run "$1/etc/sysmgr/dhcpcd"
+# Install services
+clsv -d "$1" dhcpcd.run
diff --git a/extra/dhcpcd/checksums b/extra/dhcpcd/checksums
index 49db6548..81580903 100644
--- a/extra/dhcpcd/checksums
+++ b/extra/dhcpcd/checksums
@@ -1,2 +1,3 @@
-9d4165ea6a272f5aba55d421ff0fd88ac0bcfd13845b889b2b9291ea9cfa0031 dhcpcd-9.4.0.tar.gz
-533714c2f3edcd70e47822cb880d8e8ffdba673b10452ea808037ec2714a375c dhcpcd.run
+%BLAKE3
+d9845c8d7895d41ba27c235f2c94dd962c203c97e1bf85d35f48f2e327aa8f35 dhcpcd-10.0.4.tar.xz
+ca75436f34426b9c18e35cf7368381f602cfcb86fdb7ef137f9a5386d103511c dhcpcd.run
diff --git a/extra/dhcpcd/meta b/extra/dhcpcd/meta
new file mode 100644
index 00000000..c286ae82
--- /dev/null
+++ b/extra/dhcpcd/meta
@@ -0,0 +1,3 @@
+description: DHCP client daemon
+license: BSD-2-Clause
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/dhcpcd/sources b/extra/dhcpcd/sources
index f5f44a0f..a25d9ac5 100644
--- a/extra/dhcpcd/sources
+++ b/extra/dhcpcd/sources
@@ -1,2 +1,2 @@
-https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.4.0.tar.gz
+https://github.com/NetworkConfiguration/dhcpcd/releases/download/v10.0.4/dhcpcd-10.0.4.tar.xz
files/dhcpcd.run
diff --git a/extra/dhcpcd/version b/extra/dhcpcd/version
index 53139a71..69192396 100644
--- a/extra/dhcpcd/version
+++ b/extra/dhcpcd/version
@@ -1 +1 @@
-9.4.0 1
+10.0.4 1