pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/terrapin-scanner



Module Name:    pkgsrc
Committed By:   abs
Date:           Wed Dec 20 18:47:06 UTC 2023

Modified Files:
        pkgsrc/security/terrapin-scanner: Makefile

Log Message:
Fix build on case sensitive filesystems

No PKGREVISION bump as no change in any built packages


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/terrapin-scanner/Makefile

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

Modified files:

Index: pkgsrc/security/terrapin-scanner/Makefile
diff -u pkgsrc/security/terrapin-scanner/Makefile:1.1 pkgsrc/security/terrapin-scanner/Makefile:1.2
--- pkgsrc/security/terrapin-scanner/Makefile:1.1       Wed Dec 20 16:43:04 2023
+++ pkgsrc/security/terrapin-scanner/Makefile   Wed Dec 20 18:47:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/12/20 16:43:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2023/12/20 18:47:06 abs Exp $
 
 DISTNAME=      Terrapin-Scanner-1.0.3
 PKGNAME=       ${DISTNAME:tl}
@@ -6,6 +6,8 @@ CATEGORIES=     security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=RUB-NDS/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
+WRKSRC=                ${WRKDIR}/${DISTNAME}
+
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://terrapin-attack.com/
 COMMENT=       Scan SSH servers and clients for Terrapin vulnerability



Home | Main Index | Thread Index | Old Index