diff options
author | jperkin <jperkin@pkgsrc.org> | 2019-06-28 17:01:30 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2019-06-28 17:01:30 +0000 |
commit | b17f080e159450a38956bd291a2efec999bd113b (patch) | |
tree | 399fe911903b2f50d8111c978d2d5107d9829750 /net/bind912/Makefile | |
parent | 651996f0b7c8cca733739c22b9df9fe90348bd63 (diff) | |
download | pkgsrc-b17f080e159450a38956bd291a2efec999bd113b.tar.gz |
bind*: Remove privileges from SMF method script.
This inadvertently opened up the named process to more privileges than
necessary and could be considered a security risk. This may affect chroot
support, adding back in support for that will need to be done carefully.
Bump PKGREVISIONs.
Diffstat (limited to 'net/bind912/Makefile')
-rw-r--r-- | net/bind912/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind912/Makefile b/net/bind912/Makefile index c05352ee042..67f4d8e38bd 100644 --- a/net/bind912/Makefile +++ b/net/bind912/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2019/06/20 02:15:20 taca Exp $ +# $NetBSD: Makefile,v 1.13 2019/06/28 17:01:30 jperkin Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ |