diff options
author | nia <nia@pkgsrc.org> | 2021-02-05 13:18:48 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-02-05 13:18:48 +0000 |
commit | ab2cd3fffe973a6cb582e17c89e5ed362b3c6cd3 (patch) | |
tree | 15e5445915cf1a5f4396b69090cc73d4aed8adb4 | |
parent | 96e6e0204230a7703daf19609d26cd8166fe835c (diff) | |
download | pkgsrc-ab2cd3fffe973a6cb582e17c89e5ed362b3c6cd3.tar.gz |
priv: Set LICENSE, avoid passing user input to syslog format string
Patch from nixpkgs via Alyssa Ross
-rw-r--r-- | security/priv/Makefile | 5 | ||||
-rw-r--r-- | security/priv/distinfo | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/priv/Makefile b/security/priv/Makefile index 2de6a5925d7..558a57e1e52 100644 --- a/security/priv/Makefile +++ b/security/priv/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.20 2014/10/09 14:06:55 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2021/02/05 13:18:48 nia Exp $ # DISTNAME= priv-1.0-beta2 PKGNAME= priv-1.0beta2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= ftp://ftp.thistledown.com.au/pub/simonb/ MAINTAINER= simonb@NetBSD.org COMMENT= Execute commands as a different user +LICENSE= original-bsd GNU_CONFIGURE= YES diff --git a/security/priv/distinfo b/security/priv/distinfo index 979cdb2e427..ec5898bb160 100644 --- a/security/priv/distinfo +++ b/security/priv/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 01:18:02 agc Exp $ +$NetBSD: distinfo,v 1.9 2021/02/05 13:18:48 nia Exp $ SHA1 (priv-1.0-beta2.tar.gz) = dee75baaf320c5dee112376cca0bb08a635f2806 RMD160 (priv-1.0-beta2.tar.gz) = 635e0e2cf64c0bdbbdc790a4833e650700473448 @@ -6,3 +6,4 @@ SHA512 (priv-1.0-beta2.tar.gz) = 0319471c4654c1806dd1516f1fc146b63fb4fe22d2e4023 Size (priv-1.0-beta2.tar.gz) = 34507 bytes SHA1 (patch-aa) = 2a1252d2593333ceb048baa269dbe1b2e9a5d1e4 SHA1 (patch-ab) = e6f89b30954ac9dbe0243e755287f5f8a37011bd +SHA1 (patch-priv.c) = 4baea1e9233e3e8d3ac450a6a51fefa622ebed06 |