diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-06 16:26:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-06 16:26:34 +0000 |
commit | 80a01c06d195116f35754af18c4288617f2bd998 (patch) | |
tree | 8d833e6b21208a25ff5a974fe5d5fb893c8b0da6 /security | |
parent | 513ddff4c4d77481514839c764a6943440f684d0 (diff) |
Notes
Diffstat (limited to 'security')
31 files changed, 62 insertions, 0 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index aedbecc870d1..0b0369c9897f 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -11,6 +11,8 @@ DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./} MAINTAINER= cy@FreeBSD.org COMMENT= BCWipe securely erases data from magnetic and solid-state memory +BROKEN= unfetchable + NO_CDROM= Non-commercial distribution and use only USES= cpe diff --git a/security/cops/Makefile b/security/cops/Makefile index a0838f3a0f47..defaba9ec1f0 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}+ MAINTAINER= cy@FreeBSD.org COMMENT= System secureness checker +BROKEN= unfetchable + USES= groff perl5 shebangfix USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.//g}+ diff --git a/security/firewalk/Makefile b/security/firewalk/Makefile index da1147d77dde..284460731ffa 100644 --- a/security/firewalk/Makefile +++ b/security/firewalk/Makefile @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= onatan@gmail.com COMMENT= Remote firewall auditing tool +BROKEN= unfetchable + LIB_DEPENDS= libdnet.so:net/libdnet \ libnet.so:net/libnet diff --git a/security/hmap/Makefile b/security/hmap/Makefile index f45feb7ce5ba..7d10e39f7cdd 100644 --- a/security/hmap/Makefile +++ b/security/hmap/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= onatan@gmail.com COMMENT= Web server fingerprinting utility +BROKEN= unfetchable + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL diff --git a/security/ipfcount/Makefile b/security/ipfcount/Makefile index bf78b74b9749..49e48840d8cb 100644 --- a/security/ipfcount/Makefile +++ b/security/ipfcount/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://deathbeforedecaf.net/misc/ports/ \ MAINTAINER= freebsd@deathbeforedecaf.net COMMENT= Summarise ipf logs by counting and sorting the fields +BROKEN= unfetchable + PLIST_FILES= bin/ipfcount man/man1/ipfcount.1.gz USES= perl5 shebangfix diff --git a/security/kdbx-viewer/Makefile b/security/kdbx-viewer/Makefile index dc7be9cf21dc..67ef81818f3b 100644 --- a/security/kdbx-viewer/Makefile +++ b/security/kdbx-viewer/Makefile @@ -9,6 +9,8 @@ CATEGORIES= security MAINTAINER= woodsb02@FreeBSD.org COMMENT= ncurses GUI and command-line tool for KeePass2 Database files +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/security/libbf/Makefile b/security/libbf/Makefile index 7b011dd09476..8a7c48b9acb9 100644 --- a/security/libbf/Makefile +++ b/security/libbf/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \ MAINTAINER= jim@corebsd.or.id COMMENT= The Blowfish block cipher Library +BROKEN= unfetchable + .if ${MACHINE_ARCH} == "i386" MAKEFLAGS+= BF_ENC=asm/bx86-elf.o .else diff --git a/security/log2timeline/Makefile b/security/log2timeline/Makefile index 499da8899d4b..63e54e3f209b 100644 --- a/security/log2timeline/Makefile +++ b/security/log2timeline/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Log file parser for computer forensic investigations +BROKEN= unfetchable + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/security/makepasswd/Makefile b/security/makepasswd/Makefile index 2dbf372db0f4..7bb198f250cb 100644 --- a/security/makepasswd/Makefile +++ b/security/makepasswd/Makefile @@ -15,6 +15,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= toni.viemero@iki.fi COMMENT= Random password generator +BROKEN= unfetchable + LICENSE= GPLv1 NO_BUILD= yes diff --git a/security/ngrok/Makefile b/security/ngrok/Makefile index 5305811b4ec9..dfaf583a6614 100644 --- a/security/ngrok/Makefile +++ b/security/ngrok/Makefile @@ -11,6 +11,8 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= jhixson@FreeBSD.org COMMENT= Secure tunnels to localhost +BROKEN= unfetchable + # run 'ngrok credits' for details LICENSE= NONE APACHE20 BSD3CLAUSE CC0-1.0 LGPL3+ MIT LICENSE_COMB= multi diff --git a/security/nist-kat/Makefile b/security/nist-kat/Makefile index be8251417c8f..439c719cd778 100644 --- a/security/nist-kat/Makefile +++ b/security/nist-kat/Makefile @@ -21,6 +21,8 @@ DISTFILES+= shabytetestvectors.zip:shs MAINTAINER= jmg@FreeBSD.org COMMENT= Collection of NIST's Known Answer Test Vectors +BROKEN= unfetchable + LICENSE= PD # We want each dist file in it's own subdir diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 001d074257bf..79d4455a3fc0 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ MAINTAINER= novel@FreeBSD.org COMMENT= Open Crypto Development Kit +BROKEN= unfetchable + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/security/openconnect-gui/Makefile b/security/openconnect-gui/Makefile index 3dab80132fec..1d1c7212570f 100644 --- a/security/openconnect-gui/Makefile +++ b/security/openconnect-gui/Makefile @@ -10,6 +10,8 @@ CATEGORIES= security net-vpn MAINTAINER= pkubaj@anongoth.pl COMMENT= Graphical OpenConnect client +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/security/pad/Makefile b/security/pad/Makefile index 9b24454c593f..242d818b7f99 100644 --- a/security/pad/Makefile +++ b/security/pad/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/ MAINTAINER= jharris@widomaker.com COMMENT= Command-line utility to encrypt files +BROKEN= unfetchable + USES= tar:tgz ssl GNU_CONFIGURE= yes diff --git a/security/pam_fprint/Makefile b/security/pam_fprint/Makefile index 41188156f947..ef29a80c7f29 100644 --- a/security/pam_fprint/Makefile +++ b/security/pam_fprint/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME:C/_/-/}_${PORTVERSION}+git.orig MAINTAINER= lichray@gmail.com COMMENT= PAM module offering finger print authentication using libfprint +BROKEN= unfetchable + LIB_DEPENDS= libfprint.so:security/libfprint GNU_CONFIGURE= yes diff --git a/security/pam_per_user/Makefile b/security/pam_per_user/Makefile index 88de4746a8ca..2b4cfafe8794 100644 --- a/security/pam_per_user/Makefile +++ b/security/pam_per_user/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_per_user/ MAINTAINER= pirzyk@FreeBSD.org COMMENT= PAM module for per-user authentication +BROKEN= unfetchable + USES= libtool GNU_CONFIGURE= yes diff --git a/security/pam_pseudo/Makefile b/security/pam_pseudo/Makefile index e85f102dd83b..78442c9e09ee 100644 --- a/security/pam_pseudo/Makefile +++ b/security/pam_pseudo/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_pseudo/ MAINTAINER= pirzyk@FreeBSD.org COMMENT= PAM module for per-user authentication +BROKEN= unfetchable + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/security/proftpd-mod_clamav/Makefile b/security/proftpd-mod_clamav/Makefile index 202ffa8325b7..7b523350485e 100644 --- a/security/proftpd-mod_clamav/Makefile +++ b/security/proftpd-mod_clamav/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= proftpd- MAINTAINER= mm@FreeBSD.org COMMENT= ClamAV ProFTPD module +BROKEN= unfetchable + LICENSE= GPLv2 DESCR= ${.CURDIR}/pkg-descr diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile index dbf1785667b3..12f44ba0fbdc 100644 --- a/security/pwauth/Makefile +++ b/security/pwauth/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.unixpapa.com/software/ MAINTAINER= eg@fbsd.lt COMMENT= Unix Web Authenticator +BROKEN= unfetchable + LICENSE= BSD3CLAUSE PLIST_FILES= "@(,,4555) bin/pwauth" \ diff --git a/security/py-cryptlib_py/Makefile b/security/py-cryptlib_py/Makefile index f20733f51e15..96c95a25f562 100644 --- a/security/py-cryptlib_py/Makefile +++ b/security/py-cryptlib_py/Makefile @@ -12,6 +12,8 @@ DISTNAME= cl${PORTVERSION:S/.//g} MAINTAINER= yuri@FreeBSD.org COMMENT= Pythin binding for cryptlib +BROKEN= unfetchable + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/security/reop/Makefile b/security/reop/Makefile index 4e311d7e47e6..209c9eeb99c9 100644 --- a/security/reop/Makefile +++ b/security/reop/Makefile @@ -9,6 +9,8 @@ CATEGORIES= security MAINTAINER= koobs@FreeBSD.org COMMENT= Reasonable Expectation Of Privacy +BROKEN= unfetchable + LIB_DEPENDS= libsodium.so:security/libsodium USES= gmake diff --git a/security/ruby-camellia/Makefile b/security/ruby-camellia/Makefile index 81a346f5fa7e..7fa61120de92 100644 --- a/security/ruby-camellia/Makefile +++ b/security/ruby-camellia/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= ruby MAINTAINER= osho@pcc-software.org COMMENT= Ruby extension library which implements Camellia encryption +BROKEN= unfetchable + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt diff --git a/security/scanhill/Makefile b/security/scanhill/Makefile index 70e45b90f3f5..3eee812c5ac4 100644 --- a/security/scanhill/Makefile +++ b/security/scanhill/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://www.enderunix.org/scanhill/ \ MAINTAINER= garga@FreeBSD.org COMMENT= Microsoft Messenger Protocol Sniffer +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile index 5aa980b27f33..dd2e0350f5f8 100644 --- a/security/signing-party/Makefile +++ b/security/signing-party/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Various OpenPGP related tools +BROKEN= unfetchable + RUN_DEPENDS= gpg:security/gnupg \ p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \ p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker \ diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 3a2defcad4ab..2984cbbc3241 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -7,6 +7,8 @@ PORTREVISION= ${DBDATE} MAINTAINER= sbz@FreeBSD.org COMMENT= Full operating system stack fingerprinting suite +BROKEN= unfetchable + LICENSE= ART10 BUILD_DEPENDS= p5-Net-SinFP>=2.02:security/p5-Net-SinFP diff --git a/security/ssh_askpass_gtk2/Makefile b/security/ssh_askpass_gtk2/Makefile index cc03731932f8..770e1f529252 100644 --- a/security/ssh_askpass_gtk2/Makefile +++ b/security/ssh_askpass_gtk2/Makefile @@ -11,6 +11,8 @@ DISTNAME= ssh-askpass-fullscreen-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= Tiny GTK2 ssh askpass replacement +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/security/subweb/Makefile b/security/subweb/Makefile index ea4dfae8a621..00cb376c5c6d 100644 --- a/security/subweb/Makefile +++ b/security/subweb/Makefile @@ -8,6 +8,8 @@ MASTER_SITES= http://www.hsc.fr/ressources/outils/subweb/download/ MAINTAINER= ecu@200ok.org COMMENT= SubWeb is a (reverse) proxy to inspect HTTP flows on the fly +BROKEN= unfetchable + USES= shebangfix NO_BUILD= yes NO_ARCH= yes diff --git a/security/swatch/Makefile b/security/swatch/Makefile index 0027fe34b3e5..02f3824e113a 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF MAINTAINER= joseph@randomnetworks.com COMMENT= The Simple WATCHer and filter +BROKEN= unfetchable + BUILD_DEPENDS= \ p5-TimeDate>=0:devel/p5-TimeDate \ p5-Date-Manip>=0:devel/p5-Date-Manip \ diff --git a/security/unssh/Makefile b/security/unssh/Makefile index 7e0cf8e077b4..e5f981c0f5b3 100644 --- a/security/unssh/Makefile +++ b/security/unssh/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.semprixd.com/shares/ports/ MAINTAINER= semprix@gmx.com COMMENT= Fast way to delete entries from OpenSSH known_hosts file +BROKEN= unfetchable + RUN_DEPENDS= bash:shells/bash USES= shebangfix diff --git a/security/vlock/Makefile b/security/vlock/Makefile index b290c0f28460..eb192eb13a0d 100644 --- a/security/vlock/Makefile +++ b/security/vlock/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://cthulhu.c3d2.de/~toidinamai/vlock/archive/ MAINTAINER= martymac@FreeBSD.org COMMENT= Locks a terminal +BROKEN= unfetchable + LICENSE= GPLv2 HAS_CONFIGURE= yes diff --git a/security/xspy/Makefile b/security/xspy/Makefile index 73e878e92414..f16d6d64f7ca 100644 --- a/security/xspy/Makefile +++ b/security/xspy/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.acm.vt.edu/~jmaxwell/programs/xspy/ MAINTAINER= onatan@gmail.com COMMENT= Utility for monitoring keystrokes on remote X servers +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME} USES= imake:notall USE_XORG= x11 |