Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2019 05:43:23 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517243 - head/security/nist-kat
Message-ID:  <201911110543.xAB5hN49080169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Collection of NIST's Known Answer Test Vectors
-
-BROKEN=		unfetchable
 
 LICENSE=	PD
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911110543.xAB5hN49080169>