pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/priv



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Feb  5 13:18:48 UTC 2021

Modified Files:
        pkgsrc/security/priv: Makefile distinfo

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

Patch from nixpkgs via Alyssa Ross


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/priv/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/priv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/priv/Makefile
diff -u pkgsrc/security/priv/Makefile:1.20 pkgsrc/security/priv/Makefile:1.21
--- pkgsrc/security/priv/Makefile:1.20  Thu Oct  9 14:06:55 2014
+++ pkgsrc/security/priv/Makefile       Fri Feb  5 13:18:48 2021
@@ -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
 

Index: pkgsrc/security/priv/distinfo
diff -u pkgsrc/security/priv/distinfo:1.8 pkgsrc/security/priv/distinfo:1.9
--- pkgsrc/security/priv/distinfo:1.8   Wed Nov  4 01:18:02 2015
+++ pkgsrc/security/priv/distinfo       Fri Feb  5 13:18:48 2021
@@ -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) = 0319471
 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