summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-02-04 17:25:59 +0000
committerrillig <rillig@pkgsrc.org>2020-02-04 17:25:59 +0000
commit7b9296e77aa1b441c602edfc441bd954160a8bc5 (patch)
tree3789557721bb6f797ce788c05eac73ea0824041f /security
parent7854bcd1e800d451b222b903705c7a8bfcd48e64 (diff)
downloadpkgsrc-7b9296e77aa1b441c602edfc441bd954160a8bc5.tar.gz
security/pscan: fix pkglint warnings
Diffstat (limited to 'security')
-rw-r--r--security/pscan/Makefile5
-rw-r--r--security/pscan/distinfo4
-rw-r--r--security/pscan/patches/patch-aa5
3 files changed, 9 insertions, 5 deletions
diff --git a/security/pscan/Makefile b/security/pscan/Makefile
index 5395031d211..5debf03216d 100644
--- a/security/pscan/Makefile
+++ b/security/pscan/Makefile
@@ -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
-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
diff --git a/security/pscan/distinfo b/security/pscan/distinfo
index 7c9804e02c2..6f338a5295c 100644
--- a/security/pscan/distinfo
+++ b/security/pscan/distinfo
@@ -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
diff --git a/security/pscan/patches/patch-aa b/security/pscan/patches/patch-aa
index 7d8e9f7a01c..72f26b748be 100644
--- a/security/pscan/patches/patch-aa
+++ b/security/pscan/patches/patch-aa
@@ -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