svn commit: r517243 - head/security/nist-kat

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Nov 11 05:43:24 UTC 2019


Author: lwhsu
Date: Mon Nov 11 05:43:23 2019
New Revision: 517243
URL: https://svnweb.freebsd.org/changeset/ports/517243

Log:
  Fix fetch
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/security/nist-kat/Makefile

Modified: head/security/nist-kat/Makefile
==============================================================================
--- head/security/nist-kat/Makefile	Mon Nov 11 04:39:05 2019	(r517242)
+++ head/security/nist-kat/Makefile	Mon Nov 11 05:43:23 2019	(r517243)
@@ -5,7 +5,7 @@ PORTNAME=	nist-kat
 DISTVERSION=	0.0.2015.02.23
 PORTREVISION=	1
 CATEGORIES=	security
-BASE_URL=	http://csrc.nist.gov/groups/STM/cavp/documents
+BASE_URL=	https://csrc.nist.gov/groups/STM/cavp/documents
 MASTER_SITES=	${BASE_URL}/aes/:aes
 MASTER_SITES+=	${BASE_URL}/des/:des
 MASTER_SITES+=	${BASE_URL}/mac/:mac
@@ -20,8 +20,6 @@ DISTFILES+=	shabytetestvectors.zip:shs
 
 MAINTAINER=	jmg at FreeBSD.org
 COMMENT=	Collection of NIST's Known Answer Test Vectors
-
-BROKEN=		unfetchable
 
 LICENSE=	PD
 


More information about the svn-ports-all mailing list