From owner-svn-ports-all@freebsd.org Mon Nov 11 05:43:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15A451ABEDF; Mon, 11 Nov 2019 05:43:24 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47BKY76mF2z3J22; Mon, 11 Nov 2019 05:43:23 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB9BDAC78; Mon, 11 Nov 2019 05:43:23 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAB5hNZt080170; Mon, 11 Nov 2019 05:43:23 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAB5hN49080169; Mon, 11 Nov 2019 05:43:23 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201911110543.xAB5hN49080169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 11 Nov 2019 05:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517243 - head/security/nist-kat X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/security/nist-kat X-SVN-Commit-Revision: 517243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2019 05:43:24 -0000 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