[arch-commits] Commit in dhcpcd/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Apr 15 06:55:03 UTC 2020
Date: Wednesday, April 15, 2020 @ 06:55:01
Author: arojas
Revision: 380351
Update to 9.0.1, revert unintended privilege separation disabling
Modified:
dhcpcd/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-15 06:53:55 UTC (rev 380350)
+++ PKGBUILD 2020-04-15 06:55:01 UTC (rev 380351)
@@ -4,7 +4,7 @@
pkgname=dhcpcd
pkgver=9.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="RFC2131 compliant DHCP client daemon"
url="https://roy.marples.name/projects/dhcpcd/"
arch=('x86_64')
@@ -37,7 +37,7 @@
--libexecdir=/usr/lib/dhcpcd \
--dbdir=/var/lib/dhcpcd \
--runstatedir=/run \
- --disable-privsep
+ --privsepuser=dhcpcd
# Build
make
More information about the arch-commits
mailing list