pkgsrc-WIP-changes archive

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

snallygaster-git: Import snallygaster-0.0.1 as wip/snallygaster-git



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Apr 14 14:44:51 2018 +0200
Changeset:	95eaeee7ff7fc3f5730bd2f3fa752eb2cd67e16c

Modified Files:
	Makefile
Added Files:
	snallygaster-git/DESCR
	snallygaster-git/Makefile
	snallygaster-git/PLIST

Log Message:
snallygaster-git: Import snallygaster-0.0.1 as wip/snallygaster-git

snallygaster is a tool that looks for files accessible on web servers that
shouldn't be public and can pose a security risk.

Typical examples include publicly accessible git repositories, backup files
potentially containing passwords or database dumps. In addition it contains a
few checks for other security vulnerabilities.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=95eaeee7ff7fc3f5730bd2f3fa752eb2cd67e16c

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

diffstat:
 Makefile                  |  1 +
 snallygaster-git/DESCR    |  6 ++++++
 snallygaster-git/Makefile | 27 +++++++++++++++++++++++++++
 snallygaster-git/PLIST    |  8 ++++++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 0fbc67ebc9..d26e0df488 100644
--- a/Makefile
+++ b/Makefile
@@ -4198,6 +4198,7 @@ SUBDIR+=	smtprc
 SUBDIR+=	smtprc-gui
 SUBDIR+=	smtpscan
 SUBDIR+=	smw
+SUBDIR+=	snallygaster-git
 SUBDIR+=	snark
 SUBDIR+=	sndio
 SUBDIR+=	snes9express
diff --git a/snallygaster-git/DESCR b/snallygaster-git/DESCR
new file mode 100644
index 0000000000..004feca986
--- /dev/null
+++ b/snallygaster-git/DESCR
@@ -0,0 +1,6 @@
+snallygaster is a tool that looks for files accessible on web servers that
+shouldn't be public and can pose a security risk.
+
+Typical examples include publicly accessible git repositories, backup files
+potentially containing passwords or database dumps. In addition it contains a
+few checks for other security vulnerabilities.
diff --git a/snallygaster-git/Makefile b/snallygaster-git/Makefile
new file mode 100644
index 0000000000..e168a8c494
--- /dev/null
+++ b/snallygaster-git/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	snallygaster-0.0.1
+CATEGORIES=	security python
+MASTER_SITES=	# none
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/hannob/snallygaster
+COMMENT=	Tool to scan for secret files on HTTP servers
+LICENSE=	public-domain
+
+GIT_REPOSITORIES=	snallygaster
+GIT_REPO.snallygaster=	git://github.com/hannob/snallygaster.git
+WRKSRC=			${WRKDIR}/snallygaster
+
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+=	${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
+DEPENDS+=	${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
+
+USE_LANGUAGES=			# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/snallygaster-git/PLIST b/snallygaster-git/PLIST
new file mode 100644
index 0000000000..76d69c57f1
--- /dev/null
+++ b/snallygaster-git/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+bin/snallygaster
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe


Home | Main Index | Thread Index | Old Index