From owner-svn-ports-all@freebsd.org Mon Nov 30 01:12:53 2020 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 266B646AD04; Mon, 30 Nov 2020 01:12:53 +0000 (UTC) (envelope-from yuri@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CknKK0XKHz3tKS; Mon, 30 Nov 2020 01:12:53 +0000 (UTC) (envelope-from yuri@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 054A61AE72; Mon, 30 Nov 2020 01:12:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AU1CqVw091587; Mon, 30 Nov 2020 01:12:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AU1CquU091585; Mon, 30 Nov 2020 01:12:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202011300112.0AU1CquU091585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 30 Nov 2020 01:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556610 - head/security/helib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/helib X-SVN-Commit-Revision: 556610 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.34 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, 30 Nov 2020 01:12:53 -0000 Author: yuri Date: Mon Nov 30 01:12:52 2020 New Revision: 556610 URL: https://svnweb.freebsd.org/changeset/ports/556610 Log: security/helib: Update 1.1.0 -> 1.2.0 Reported by: portscout Modified: head/security/helib/Makefile head/security/helib/distinfo head/security/helib/pkg-plist Modified: head/security/helib/Makefile ============================================================================== --- head/security/helib/Makefile Mon Nov 30 01:06:37 2020 (r556609) +++ head/security/helib/Makefile Mon Nov 30 01:12:52 2020 (r556610) @@ -2,8 +2,7 @@ PORTNAME= helib DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org Modified: head/security/helib/distinfo ============================================================================== --- head/security/helib/distinfo Mon Nov 30 01:06:37 2020 (r556609) +++ head/security/helib/distinfo Mon Nov 30 01:12:52 2020 (r556610) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601698727 -SHA256 (homenc-HElib-v1.1.0_GH0.tar.gz) = 77a912ed3c86f8bde31b7d476321d0c2d810570c04a60fa95c4bd32a1955b5cf -SIZE (homenc-HElib-v1.1.0_GH0.tar.gz) = 2178228 +TIMESTAMP = 1606698451 +SHA256 (homenc-HElib-v1.2.0_GH0.tar.gz) = 17e0448a3255ab01a1ebd8382f9d08a318e3d192b56d062a1fd65fbb0aadaf67 +SIZE (homenc-HElib-v1.2.0_GH0.tar.gz) = 2729219 Modified: head/security/helib/pkg-plist ============================================================================== --- head/security/helib/pkg-plist Mon Nov 30 01:06:37 2020 (r556609) +++ head/security/helib/pkg-plist Mon Nov 30 01:12:52 2020 (r556610) @@ -1,9 +1,11 @@ include/helib/ArgMap.h include/helib/CModulus.h +include/helib/ClonedPtr.h include/helib/Context.h include/helib/CtPtrs.h include/helib/Ctxt.h include/helib/DoubleCRT.h +include/helib/EncodedPtxt.h include/helib/EncryptedArray.h include/helib/EvalMap.h include/helib/FHE.h @@ -24,7 +26,6 @@ include/helib/binaryArith.h include/helib/binaryCompare.h include/helib/binio.h include/helib/bluestein.h -include/helib/clonedPtr.h include/helib/debugging.h include/helib/exceptions.h include/helib/fhe_stats.h @@ -48,6 +49,7 @@ include/helib/range.h include/helib/recryption.h include/helib/replicate.h include/helib/sample.h +include/helib/scheme.h include/helib/set.h include/helib/tableLookup.h include/helib/timing.h