diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-08-07 07:40:26 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-08-07 12:10:09 +0000 |
commit | 4eb10235fe02660de8ef39668400a54c2256daba (patch) | |
tree | aa0a7ed6eb4f3d9977178c63646b4d44843c91de /main/dhcpcd/APKBUILD | |
parent | 713dc5a6a97768437844d0a9a40606c44c004d54 (diff) | |
download | aports-4eb10235fe02660de8ef39668400a54c2256daba.zip |
main/dhcpcd: upgrade to 9.4.0
The musl patch is no longer needed as upstream now handles it.
Fixes #12900
Diffstat (limited to 'main/dhcpcd/APKBUILD')
-rw-r--r-- | main/dhcpcd/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/dhcpcd/APKBUILD b/main/dhcpcd/APKBUILD index 26ddd3aa32b..9a0ef8ad38a 100644 --- a/main/dhcpcd/APKBUILD +++ b/main/dhcpcd/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dhcpcd -pkgver=8.1.9 +pkgver=9.4.0 pkgrel=0 pkgdesc="RFC2131 compliant DHCP client" url="https://roy.marples.name/projects/dhcpcd" @@ -15,7 +15,6 @@ source="https://roy.marples.name/downloads/dhcpcd/dhcpcd-$pkgver.tar.xz busybox-logger.patch fix-chrony-conf-location.patch dhcpcd.initd - musl.patch " build() { CFLAGS="$CFLAGS -D_GNU_SOURCE -DHAVE_PRINTF_M" @@ -45,9 +44,8 @@ package() { } sha512sums=" -40ac106ffca60b32362aacdfae0fa3a2993a3eed72bf452322412a912f594aaade1c24b862233455033158a6e453ec75d6d14fa52df6b4c5ae435dd6ceb29f2a dhcpcd-8.1.9.tar.xz +e2cff86564062e8d5f9c8f48f245ffa31406494e2fafadedabc1ba9932b534cbda064783ffdd7fb337544459aba2ef7e9b49ad0973120897dc04159747e8635f dhcpcd-9.4.0.tar.xz 692b2c8c75166fabd512a7cc69c650f9391e0f682ce9cbe1771bfa44e82dcf09e322c46493c45ca75000f479d3cddde306754ba31d28a798a15e2b79a56045f0 busybox-logger.patch 1c19eed0f7a008ee96ea392beb327169ff8c83fc27fed20f65f05c9125f60629ebe3474c5e6a7cf4aeeea448fde4264c9b84916efacd67d47ab908c47b1fc3a5 fix-chrony-conf-location.patch dc3b30295dbe5310526443736e60ccc53621d465d512639e8ea20efe598037ff33730e46964e4e7bc32d4ce88aaecf3b9bb9a4ceab892d8bff3423e0374ccae1 dhcpcd.initd -082aa80798476917e2a86003cb95136212cbb9b8da986e7d8186d7f3d857e81a4cb03af56296484e035e5006d36c695ef57f571ea9c1fd18b4200a9cf745a6b4 musl.patch " |