diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-05 06:37:30 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-05 06:37:30 +0000 |
| commit | df4aac35f0e6fdb66e23ce2042c2a0bf7c6f43ef (patch) | |
| tree | e44ab41f7b18c38d23ed8351e7125f60f15d1d9e /security | |
| parent | Update to 4.4.3. (diff) | |
Mark BROKEN: unfetchable
Notes
Notes:
svn path=/head/; revision=508138
Diffstat (limited to 'security')
| -rw-r--r-- | security/authforce/Makefile | 2 | ||||
| -rw-r--r-- | security/avcheck/Makefile | 2 | ||||
| -rw-r--r-- | security/clamsmtp/Makefile | 2 | ||||
| -rw-r--r-- | security/digest/Makefile | 2 | ||||
| -rw-r--r-- | security/distcache/Makefile | 2 | ||||
| -rw-r--r-- | security/fiked/Makefile | 2 | ||||
| -rw-r--r-- | security/fpm2/Makefile | 2 | ||||
| -rw-r--r-- | security/fwipe/Makefile | 2 | ||||
| -rw-r--r-- | security/gnome-password-generator/Makefile | 2 | ||||
| -rw-r--r-- | security/ike-scan/Makefile | 2 | ||||
| -rw-r--r-- | security/ipfwcount/Makefile | 2 | ||||
| -rw-r--r-- | security/libsparkcrypto/Makefile | 2 | ||||
| -rw-r--r-- | security/md4coll/Makefile | 2 | ||||
| -rw-r--r-- | security/md5coll/Makefile | 2 | ||||
| -rw-r--r-- | security/osiris/Makefile | 1 | ||||
| -rw-r--r-- | security/py-htpasswd/Makefile | 2 | ||||
| -rw-r--r-- | security/ranpwd/Makefile | 2 | ||||
| -rw-r--r-- | security/rdigest/Makefile | 2 | ||||
| -rw-r--r-- | security/smap/Makefile | 2 | ||||
| -rw-r--r-- | security/sshblock/Makefile | 2 |
20 files changed, 39 insertions, 0 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index 6fc2e12090e2..530763f50c41 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -13,6 +13,8 @@ COMMENT= HTTP authentication brute forcer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + NO_CCACHE= yes WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/security/avcheck/Makefile b/security/avcheck/Makefile index b5e996f9093e..75b99c443c66 100644 --- a/security/avcheck/Makefile +++ b/security/avcheck/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.corpit.ru/ftp/avcheck/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple antivirus solution for a mail system +BROKEN= unfetchable + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= man/man1/avcheck.1.gz sbin/avcheck sbin/uchroot diff --git a/security/clamsmtp/Makefile b/security/clamsmtp/Makefile index 3f537ceb73b1..e901a1dbcab9 100644 --- a/security/clamsmtp/Makefile +++ b/security/clamsmtp/Makefile @@ -13,6 +13,8 @@ COMMENT= ClamAV anti-virus SMTP Filter LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + GNU_CONFIGURE= yes USES= gmake USE_RC_SUBR= clamsmtpd diff --git a/security/digest/Makefile b/security/digest/Makefile index 2c206997fa2e..8fe9e3c6269d 100644 --- a/security/digest/Makefile +++ b/security/digest/Makefile @@ -10,6 +10,8 @@ MASTER_SITES?= NETBSD/../../misc/digest MAINTAINER?= ports@FreeBSD.org COMMENT?= Message digest wrapper utility +BROKEN= unfetchable + CONFLICTS?= emboss-[0-9]* qmail-ldap2-* GNU_CONFIGURE= yes diff --git a/security/distcache/Makefile b/security/distcache/Makefile index 42232dc2070d..b520abbe2b45 100644 --- a/security/distcache/Makefile +++ b/security/distcache/Makefile @@ -13,6 +13,8 @@ COMMENT= Distributed OpenSSL session caching tools LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unfetchable + USES= libtool ssl tar:bzip2 USE_RC_SUBR= dc_server USE_LDCONFIG= yes diff --git a/security/fiked/Makefile b/security/fiked/Makefile index 14277fa7809d..cdfcf41ca7cd 100644 --- a/security/fiked/Makefile +++ b/security/fiked/Makefile @@ -13,6 +13,8 @@ COMMENT= Fake IKE PSK+XAUTH daemon based on VPNC LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + LIB_DEPENDS= libgcrypt.so:security/libgcrypt USES= gmake tar:bzip2 diff --git a/security/fpm2/Makefile b/security/fpm2/Makefile index b45a6890350c..47e5b70a3871 100644 --- a/security/fpm2/Makefile +++ b/security/fpm2/Makefile @@ -13,6 +13,8 @@ COMMENT= Program that allows you to securely store the passwords LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser USES= gmake localbase pkgconfig tar:bzip2 diff --git a/security/fwipe/Makefile b/security/fwipe/Makefile index f9a615474680..35629dc1fe35 100644 --- a/security/fwipe/Makefile +++ b/security/fwipe/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://www.jeenyus.net/linux/software/fwipe/ \ MAINTAINER= ports@FreeBSD.org COMMENT= djb-style file wiping utility +BROKEN= unfetchable + ALL_TARGET= it INSTALL_TARGET= setup USES= groff diff --git a/security/gnome-password-generator/Makefile b/security/gnome-password-generator/Makefile index b0c228f9d35a..776932bafa76 100644 --- a/security/gnome-password-generator/Makefile +++ b/security/gnome-password-generator/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/gnome-password/Gnome%20Password%20Generator/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME 2 password generator +BROKEN= unfetchable + USE_GNOME= pygnome2 USES= python:2.7 diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile index 3d65824f34f3..a3cf973ce76e 100644 --- a/security/ike-scan/Makefile +++ b/security/ike-scan/Makefile @@ -12,6 +12,8 @@ COMMENT= VPN scanner and identifier LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + USES= ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share --with-openssl=${LOCALBASE} diff --git a/security/ipfwcount/Makefile b/security/ipfwcount/Makefile index ecef488ed45d..53b0476112f4 100644 --- a/security/ipfwcount/Makefile +++ b/security/ipfwcount/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://deathbeforedecaf.net/misc/ports/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Summarise ipfw logs by counting and sorting the fields +BROKEN= unfetchable + USES= perl5 shebangfix SHEBANG_FILES= ipfwcount diff --git a/security/libsparkcrypto/Makefile b/security/libsparkcrypto/Makefile index 85695739ee25..f38b23462417 100644 --- a/security/libsparkcrypto/Makefile +++ b/security/libsparkcrypto/Makefile @@ -12,6 +12,8 @@ COMMENT= Cryptographic library implemented in SPARK LICENSE= BSD3CLAUSE +BROKEN= unfetchable + USES= ada dos2unix gmake tar:tgz DOS2UNIX_FILES= Makefile build/libsparkcrypto.gpr \ src/shared/generic/lsc-byteswap64.ads \ diff --git a/security/md4coll/Makefile b/security/md4coll/Makefile index 5a656089dbb1..32cdfa7ce776 100644 --- a/security/md4coll/Makefile +++ b/security/md4coll/Makefile @@ -13,6 +13,8 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Fast MD4 collision generator +BROKEN= unfetchable + NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} diff --git a/security/md5coll/Makefile b/security/md5coll/Makefile index ddb6735a87c3..93f80d9b5657 100644 --- a/security/md5coll/Makefile +++ b/security/md5coll/Makefile @@ -13,6 +13,8 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Fast MD5 collision generator +BROKEN= unfetchable + NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} diff --git a/security/osiris/Makefile b/security/osiris/Makefile index 4bd87b9c3e67..d16f1a2bf15e 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= http://osiris.shmoo.com/data/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Shmoo client/server host integrity checker +BROKEN= unfetchable BROKEN_FreeBSD_12= undefined symbol: SHA_Init BROKEN_FreeBSD_13= undefined symbol: SHA_Init diff --git a/security/py-htpasswd/Makefile b/security/py-htpasswd/Makefile index f4ffac814c46..1eb22bf8a58f 100644 --- a/security/py-htpasswd/Makefile +++ b/security/py-htpasswd/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Replacement for htpasswd +BROKEN= unfetchable + USES= python shebangfix tar:xz PLIST_FILES= bin/${PORTNAME}.py diff --git a/security/ranpwd/Makefile b/security/ranpwd/Makefile index b2a4b0cfbab6..8410497dd69e 100644 --- a/security/ranpwd/Makefile +++ b/security/ranpwd/Makefile @@ -16,6 +16,8 @@ COMMENT= Tool to generate random passwords LICENSE= GPLv2+ +BROKEN= unfetchable + USES= gmake GNU_CONFIGURE= yes diff --git a/security/rdigest/Makefile b/security/rdigest/Makefile index b7c1ed12b1da..0683d5008471 100644 --- a/security/rdigest/Makefile +++ b/security/rdigest/Makefile @@ -5,6 +5,8 @@ PORTNAME= rdigest COMMENT= Recursive message digest wrapper utility +BROKEN= unfetchable + DISTNAME= digest-${PORTVERSION} DESCR= ${.CURDIR}/pkg-descr diff --git a/security/smap/Makefile b/security/smap/Makefile index 1ea7eb1fa67f..51924161f9cb 100644 --- a/security/smap/Makefile +++ b/security/smap/Makefile @@ -14,6 +14,8 @@ COMMENT= SIP scanner and identifier # with strictest variant to be on a safe side LICENSE= BSD4CLAUSE +BROKEN= unfetchable + USES= gmake do-install: diff --git a/security/sshblock/Makefile b/security/sshblock/Makefile index 9a0e2610b234..d82967c849c6 100644 --- a/security/sshblock/Makefile +++ b/security/sshblock/Makefile @@ -11,6 +11,8 @@ EXTRACT_SUFX= .pl MAINTAINER= ports@FreeBSD.org COMMENT= Block abusive SSH login attempts +BROKEN= unfetchable + RUN_DEPENDS= p5-File-Tail>=0:devel/p5-File-Tail NO_BUILD= yes |
