pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pscan



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Feb  4 17:25:59 UTC 2020

Modified Files:
        pkgsrc/security/pscan: Makefile distinfo
        pkgsrc/security/pscan/patches: patch-aa

Log Message:
security/pscan: fix pkglint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/pscan/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/pscan/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/pscan/patches/patch-aa

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

Modified files:

Index: pkgsrc/security/pscan/Makefile
diff -u pkgsrc/security/pscan/Makefile:1.13 pkgsrc/security/pscan/Makefile:1.14
--- pkgsrc/security/pscan/Makefile:1.13 Tue Feb  4 17:22:06 2020
+++ pkgsrc/security/pscan/Makefile      Tue Feb  4 17:25:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/02/04 17:22:06 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/02/04 17:25:59 rillig Exp $
 
 DISTNAME=      pscan
 PKGNAME=       pscan-1.3
@@ -8,8 +8,9 @@ CATEGORIES=     security devel
 #MASTER_SITES= # http://deployingradius.com/pscan/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://deployingradius.com/pscan/
+HOMEPAGE=      http://deployingradius.com/pscan/ # no https available
 COMMENT=       Security C code scanner for misuse of format strings
+LICENSE=       gnu-gpl-v2
 
 BUILD_TARGET=  pscan
 

Index: pkgsrc/security/pscan/distinfo
diff -u pkgsrc/security/pscan/distinfo:1.3 pkgsrc/security/pscan/distinfo:1.4
--- pkgsrc/security/pscan/distinfo:1.3  Wed Nov  4 01:18:02 2015
+++ pkgsrc/security/pscan/distinfo      Tue Feb  4 17:25:59 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:18:02 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/02/04 17:25:59 rillig Exp $
 
 SHA1 (pscan.tar.gz) = 7844cabcc1fa014d5d2d192d94565133d60cd51b
 RMD160 (pscan.tar.gz) = 7c92b2b8c8e2f65dc4a37da37de47170ae24809c
 SHA512 (pscan.tar.gz) = 83196cc9c450217fc2287d38fd1a0b9d1d9951b8f6328b6b9f7f50b680f653b099af04d4c448f3cb2b2a96871eec8772557851e887faa2f41dc259f01c031e78
 Size (pscan.tar.gz) = 14555 bytes
-SHA1 (patch-aa) = f9b62f12372392bbe65dd97e441037eceb02c622
+SHA1 (patch-aa) = 9e9c171a974281834eba3ca9f9fc72bb8d0ae977

Index: pkgsrc/security/pscan/patches/patch-aa
diff -u pkgsrc/security/pscan/patches/patch-aa:1.1.1.1 pkgsrc/security/pscan/patches/patch-aa:1.2
--- pkgsrc/security/pscan/patches/patch-aa:1.1.1.1      Tue Aug  6 01:36:59 2002
+++ pkgsrc/security/pscan/patches/patch-aa      Tue Feb  4 17:25:59 2020
@@ -1,4 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/08/06 01:36:59 cjs Exp $
+$NetBSD: patch-aa,v 1.2 2020/02/04 17:25:59 rillig Exp $
+
+Honor CFLAGS from pkgsrc. Not reported upstream since the project has not
+had any activity since 2008.
 
 --- Makefile.orig      Sat Sep  2 17:47:37 2000
 +++ Makefile   Sat Sep  2 17:48:38 2000



Home | Main Index | Thread Index | Old Index