Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 19:49:12 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553478 - head/security/fizz
Message-ID:  <202010271949.09RJnCQe098851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Oct 27 19:49:12 2020
New Revision: 553478
URL: https://svnweb.freebsd.org/changeset/ports/553478

Log:
  security/fizz: Update 2020.10.12.00 -> 2020.10.26.00
  
  Reported by:	portscout

Modified:
  head/security/fizz/Makefile
  head/security/fizz/distinfo
  head/security/fizz/pkg-plist

Modified: head/security/fizz/Makefile
==============================================================================
--- head/security/fizz/Makefile	Tue Oct 27 19:48:36 2020	(r553477)
+++ head/security/fizz/Makefile	Tue Oct 27 19:49:12 2020	(r553478)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fizz
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2020.10.12.00
+DISTVERSION=	2020.10.26.00
 CATEGORIES=	security
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/security/fizz/distinfo
==============================================================================
--- head/security/fizz/distinfo	Tue Oct 27 19:48:36 2020	(r553477)
+++ head/security/fizz/distinfo	Tue Oct 27 19:49:12 2020	(r553478)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602727810
-SHA256 (facebookincubator-fizz-v2020.10.12.00_GH0.tar.gz) = 31e561639bcb4e6d63cd85d9538065f9d8baa08cae59829f441c1afa1ba29d71
-SIZE (facebookincubator-fizz-v2020.10.12.00_GH0.tar.gz) = 500044
+TIMESTAMP = 1603824861
+SHA256 (facebookincubator-fizz-v2020.10.26.00_GH0.tar.gz) = 92f8943962625355900ab77a8f0de5cdca39c21cff3b97415e9e24c5bde3db4f
+SIZE (facebookincubator-fizz-v2020.10.26.00_GH0.tar.gz) = 506184

Modified: head/security/fizz/pkg-plist
==============================================================================
--- head/security/fizz/pkg-plist	Tue Oct 27 19:48:36 2020	(r553477)
+++ head/security/fizz/pkg-plist	Tue Oct 27 19:49:12 2020	(r553478)
@@ -14,14 +14,8 @@ include/fizz/client/State.h
 include/fizz/client/SynchronizedLruPskCache.h
 include/fizz/client/test/Mocks.h
 include/fizz/client/test/Utilities.h
-include/fizz/crypto/DHKEM.h
 include/fizz/crypto/ECCurve.h
 include/fizz/crypto/Hkdf.h
-include/fizz/crypto/Hpke.h
-include/fizz/crypto/HpkeContext.h
-include/fizz/crypto/HpkeHkdf.h
-include/fizz/crypto/HpkeTypes.h
-include/fizz/crypto/HpkeUtils.h
 include/fizz/crypto/KeyDerivation.h
 include/fizz/crypto/RandomGenerator.h
 include/fizz/crypto/Sha-inl.h
@@ -45,11 +39,16 @@ include/fizz/crypto/exchange/OpenSSLKeyExchange-inl.h
 include/fizz/crypto/exchange/OpenSSLKeyExchange.h
 include/fizz/crypto/exchange/X25519.h
 include/fizz/crypto/exchange/test/Mocks.h
+include/fizz/crypto/hpke/Context.h
+include/fizz/crypto/hpke/DHKEM.h
+include/fizz/crypto/hpke/Hkdf.h
+include/fizz/crypto/hpke/Hpke.h
+include/fizz/crypto/hpke/Types.h
+include/fizz/crypto/hpke/Utils.h
 include/fizz/crypto/openssl/OpenSSL.h
 include/fizz/crypto/openssl/OpenSSLKeyUtils.h
 include/fizz/crypto/signature/Signature-inl.h
 include/fizz/crypto/signature/Signature.h
-include/fizz/crypto/test/HpkeMocks.h
 include/fizz/crypto/test/Mocks.h
 include/fizz/crypto/test/TestUtil.h
 include/fizz/extensions/delegatedcred/DelegatedCredentialCertManager.h



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