pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/priv priv: Set LICENSE, avoid passing user in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1e5a6d003ce
branches:  trunk
changeset: 446161:c1e5a6d003ce
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Feb 05 13:18:48 2021 +0000

description:
priv: Set LICENSE, avoid passing user input to syslog format string

Patch from nixpkgs via Alyssa Ross

diffstat:

 security/priv/Makefile |  5 +++--
 security/priv/distinfo |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 8f7b9411100a -r c1e5a6d003ce security/priv/Makefile
--- a/security/priv/Makefile    Fri Feb 05 10:28:40 2021 +0000
+++ b/security/priv/Makefile    Fri Feb 05 13:18:48 2021 +0000
@@ -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@localhost
 COMMENT=       Execute commands as a different user
+LICENSE=       original-bsd
 
 GNU_CONFIGURE= YES
 
diff -r 8f7b9411100a -r c1e5a6d003ce security/priv/distinfo
--- a/security/priv/distinfo    Fri Feb 05 10:28:40 2021 +0000
+++ b/security/priv/distinfo    Fri Feb 05 13:18:48 2021 +0000
@@ -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 @@
 Size (priv-1.0-beta2.tar.gz) = 34507 bytes
 SHA1 (patch-aa) = 2a1252d2593333ceb048baa269dbe1b2e9a5d1e4
 SHA1 (patch-ab) = e6f89b30954ac9dbe0243e755287f5f8a37011bd
+SHA1 (patch-priv.c) = 4baea1e9233e3e8d3ac450a6a51fefa622ebed06



Home | Main Index | Thread Index | Old Index