From dea2a1fa20fc8e843cd85e5920a67b9054d00b2e Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sun, 24 May 2026 15:40:32 +0000 Subject: Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI] --- repos/extra/dhcpcd/.checksum | 2 -- repos/extra/dhcpcd/.files | 32 -------------------------------- repos/extra/dhcpcd/abuild | 14 -------------- repos/extra/dhcpcd/run | 3 --- 4 files changed, 51 deletions(-) delete mode 100644 repos/extra/dhcpcd/.checksum delete mode 100644 repos/extra/dhcpcd/.files delete mode 100644 repos/extra/dhcpcd/abuild delete mode 100755 repos/extra/dhcpcd/run (limited to 'repos/extra/dhcpcd') diff --git a/repos/extra/dhcpcd/.checksum b/repos/extra/dhcpcd/.checksum deleted file mode 100644 index 8403473d..00000000 --- a/repos/extra/dhcpcd/.checksum +++ /dev/null @@ -1,2 +0,0 @@ -580990d5f79a97fcb7fa110ec06c07d1d3b787a69c2034b735f8d18f9894049e dhcpcd-10.3.2.tar.xz -847d2e7af742d121dcbd8181609be45ab703daea4977fa4b8bea795a6fd907fe run diff --git a/repos/extra/dhcpcd/.files b/repos/extra/dhcpcd/.files deleted file mode 100644 index 9b221dd5..00000000 --- a/repos/extra/dhcpcd/.files +++ /dev/null @@ -1,32 +0,0 @@ -drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/dhcpcd.conf.new -drwxr-xr-x root/root etc/sv/ -drwxr-xr-x root/root etc/sv/dhcpcd/ --rwxr-xr-x root/root etc/sv/dhcpcd/run.new -lrwxrwxrwx root/root etc/sv/dhcpcd/supervise -> ../../../run/runit/supervise.dhcpcd -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/libexec/ -drwxr-xr-x root/root usr/libexec/dhcpcd-hooks/ --r--r--r-- root/root usr/libexec/dhcpcd-hooks/01-test --r--r--r-- root/root usr/libexec/dhcpcd-hooks/20-resolv.conf --r--r--r-- root/root usr/libexec/dhcpcd-hooks/30-hostname --r--r--r-- root/root usr/libexec/dhcpcd-hooks/50-ntp.conf --r-xr-xr-x root/root usr/libexec/dhcpcd-run-hooks -drwxr-xr-x root/root usr/sbin/ --r-xr-xr-x root/root usr/sbin/dhcpcd -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/dhcpcd/ -drwxr-xr-x root/root usr/share/dhcpcd/hooks/ --r--r--r-- root/root usr/share/dhcpcd/hooks/10-wpa_supplicant --r--r--r-- root/root usr/share/dhcpcd/hooks/15-timezone --r--r--r-- root/root usr/share/dhcpcd/hooks/29-lookup-hostname --r--r--r-- root/root usr/share/dhcpcd/hooks/50-yp.conf -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man5/ --r--r--r-- root/root usr/share/man/man5/dhcpcd.conf.5.gz -drwxr-xr-x root/root usr/share/man/man8/ --r--r--r-- root/root usr/share/man/man8/dhcpcd-run-hooks.8.gz --r--r--r-- root/root usr/share/man/man8/dhcpcd.8.gz -drwxr-xr-x root/root var/ -drwxr-xr-x root/root var/db/ -drwxr-x--- root/root var/db/dhcpcd/ diff --git a/repos/extra/dhcpcd/abuild b/repos/extra/dhcpcd/abuild deleted file mode 100644 index 4b591114..00000000 --- a/repos/extra/dhcpcd/abuild +++ /dev/null @@ -1,14 +0,0 @@ -name=dhcpcd -version=10.3.2 -release=1 -source="https://github.com/NetworkConfiguration/$name/releases/download/v$version/$name-$version.tar.xz - run" -sv="run" -build_opt="--without-udev" - -prebuild() { - # fix when using libressl - if [ -f $SPM_PKGDB/libressl ]; then - sed -i 's/RAND_priv_bytes/RAND_pseudo_bytes/g' compat/arc4random.c - fi -} diff --git a/repos/extra/dhcpcd/run b/repos/extra/dhcpcd/run deleted file mode 100755 index 42bcbd33..00000000 --- a/repos/extra/dhcpcd/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -exec dhcpcd -BM 2>&1 - -- cgit v1.2.3