aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcpcd
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-31 12:04:39 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-08-15 15:44:57 +0000
commit16646478c10bd5f5c70f662b60e2b2dadd1dd111 (patch)
tree8cb995814adedbb1957a1e56eab1513ec10999df /main/dhcpcd
parent37d8cee876efce6468c1821361328b6f3a7e0dc6 (diff)
downloadaports-16646478c10bd5f5c70f662b60e2b2dadd1dd111.tar.bz2
aports-16646478c10bd5f5c70f662b60e2b2dadd1dd111.tar.xz
main/dhcpcd: upgrade to 8.0.2
Diffstat (limited to 'main/dhcpcd')
-rw-r--r--main/dhcpcd/APKBUILD8
-rw-r--r--main/dhcpcd/dhcpcd.initd8
2 files changed, 10 insertions, 6 deletions
diff --git a/main/dhcpcd/APKBUILD b/main/dhcpcd/APKBUILD
index b12ce21c0c..69f312863f 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=7.2.3
+pkgver=8.0.2
pkgrel=0
pkgdesc="RFC2131 compliant DHCP client"
url="https://roy.marples.name/projects/dhcpcd"
@@ -11,7 +11,7 @@ license="BSD-2-Clause"
makedepends="linux-headers bsd-compat-headers dbus-dev"
install="$pkgname.post-upgrade"
subpackages="$pkgname-doc $pkgname-openrc"
-source="https://roy.marples.name/downloads/dhcpcd/$pkgname-$pkgver.tar.xz
+source="https://roy.marples.name/downloads/dhcpcd/dhcpcd-$pkgver.tar.xz
busybox-logger.patch
fix-chrony-conf-location.patch
dhcpcd.initd
@@ -43,7 +43,7 @@ package() {
"$pkgdir"/etc/init.d/dhcpcd
}
-sha512sums="271cca422fad10eaf842acfd5b590c0ad537f5f23ee919a3928d8ad98463ab03bde21c0bc08741ea9618ee31095160a7c00066155eae2c74b17c49af65ba566f dhcpcd-7.2.3.tar.xz
+sha512sums="a6e3aa66800adc8b209324bae02a6e373e2623735bf0695ffec4a7c972d65c3498f55e4da62f93df0bc6cddb4bee8ab667b3743b5b25cd5f4cc9da4d1f8e15c4 dhcpcd-8.0.2.tar.xz
692b2c8c75166fabd512a7cc69c650f9391e0f682ce9cbe1771bfa44e82dcf09e322c46493c45ca75000f479d3cddde306754ba31d28a798a15e2b79a56045f0 busybox-logger.patch
1c19eed0f7a008ee96ea392beb327169ff8c83fc27fed20f65f05c9125f60629ebe3474c5e6a7cf4aeeea448fde4264c9b84916efacd67d47ab908c47b1fc3a5 fix-chrony-conf-location.patch
-e777432c2efc84285b41e63a4687f3bd543f6864218d037529ab78b5ad934de154f28f478bd9facb56628f2953aad8a932bc2eb8b1dfffa0ce2278ffcfc4d880 dhcpcd.initd"
+d4610be2b694ae3c7ba2defc4273635b87579c51ae5a74cc4c3ecce66dfc7cb32c4713655ac0324781445c5271fcfdc14b20584b332a2c1e2dbbeaf7ff17b44b dhcpcd.initd"
diff --git a/main/dhcpcd/dhcpcd.initd b/main/dhcpcd/dhcpcd.initd
index 0539b25daf..58c405c65d 100644
--- a/main/dhcpcd/dhcpcd.initd
+++ b/main/dhcpcd/dhcpcd.initd
@@ -1,8 +1,12 @@
#!/sbin/openrc-run
+supervisor=supervise-daemon
+
name="DHCP Client Daemon"
-command="/sbin/dhcpcd"
-pidfile="/run/dhcpcd.pid"
+description="DHCP Client Daemon"
+
+command=/sbin/dhcpcd
+command_args_foreground="-B"
command_args="-q ${command_args:-}"
depend() {