diff options
Diffstat (limited to 'extra/dhcpcd')
-rwxr-xr-x | extra/dhcpcd/build | 3 | ||||
-rw-r--r-- | extra/dhcpcd/checksums | 2 | ||||
-rw-r--r-- | extra/dhcpcd/sources | 2 | ||||
-rw-r--r-- | extra/dhcpcd/version | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/extra/dhcpcd/build b/extra/dhcpcd/build index 1625c95d..7760cabd 100755 --- a/extra/dhcpcd/build +++ b/extra/dhcpcd/build @@ -8,7 +8,8 @@ export LDFLAGS="$LDFLAGS -static" --sbindir=/usr/bin \ --sysconfdir=/etc \ --rundir=/run \ - --without-udev + --without-udev \ + --without-openssl make make DESTDIR="$1" install diff --git a/extra/dhcpcd/checksums b/extra/dhcpcd/checksums index 93c7139a..bd5dd93f 100644 --- a/extra/dhcpcd/checksums +++ b/extra/dhcpcd/checksums @@ -1,3 +1,3 @@ %BLAKE3 -a45fa4f4b771d4f0c3abde02d3687556a43d2d39ba4a1d2450fab41ad14b412e dhcpcd-10.0.2.tar.xz +c4f79af0f494a345bc20fedcbf47317e3377904374b227ccc4851e8f4d42ec88 dhcpcd-10.1.0.tar.xz ca75436f34426b9c18e35cf7368381f602cfcb86fdb7ef137f9a5386d103511c dhcpcd.run diff --git a/extra/dhcpcd/sources b/extra/dhcpcd/sources index 4e30ccd2..1248be2c 100644 --- a/extra/dhcpcd/sources +++ b/extra/dhcpcd/sources @@ -1,2 +1,2 @@ -https://github.com/NetworkConfiguration/dhcpcd/releases/download/v10.0.2/dhcpcd-10.0.2.tar.xz +https://github.com/NetworkConfiguration/dhcpcd/releases/download/v10.1.0/dhcpcd-10.1.0.tar.xz files/dhcpcd.run diff --git a/extra/dhcpcd/version b/extra/dhcpcd/version index d561432e..3d0f48ce 100644 --- a/extra/dhcpcd/version +++ b/extra/dhcpcd/version @@ -1 +1 @@ -10.0.2 1 +10.1.0 1 |