From owner-svn-ports-all@freebsd.org Tue Jul 7 08:58:24 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 54D4F35AF8C; Tue, 7 Jul 2020 08:58:24 +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 4B1GYr1drmz4H7V; Tue, 7 Jul 2020 08:58:24 +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 01CCBCE19; Tue, 7 Jul 2020 08:58:24 +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 0678wNG2093864; Tue, 7 Jul 2020 08:58:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0678wNTB093861; Tue, 7 Jul 2020 08:58:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202007070858.0678wNTB093861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 7 Jul 2020 08:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541393 - in head/security/helib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security/helib: . files X-SVN-Commit-Revision: 541393 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.33 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: Tue, 07 Jul 2020 08:58:24 -0000 Author: yuri Date: Tue Jul 7 08:58:22 2020 New Revision: 541393 URL: https://svnweb.freebsd.org/changeset/ports/541393 Log: ecurity/helib: Update 1.0.1 -> 1.0.2 Reported by: portscout Modified: head/security/helib/Makefile head/security/helib/distinfo head/security/helib/files/patch-src_timing.cpp Modified: head/security/helib/Makefile ============================================================================== --- head/security/helib/Makefile Tue Jul 7 08:57:36 2020 (r541392) +++ head/security/helib/Makefile Tue Jul 7 08:58:22 2020 (r541393) @@ -2,14 +2,13 @@ PORTNAME= helib DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Implementation of homomorphic encryption LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= no matching function for call to 'assertEq', see https://github.com/homenc/HElib/issues/342 Modified: head/security/helib/distinfo ============================================================================== --- head/security/helib/distinfo Tue Jul 7 08:57:36 2020 (r541392) +++ head/security/helib/distinfo Tue Jul 7 08:58:22 2020 (r541393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588816237 -SHA256 (homenc-HElib-v1.0.1_GH0.tar.gz) = 428b61075cfe313071bb59ccd07736dae07244a065c2001662c9c3d3988ab349 -SIZE (homenc-HElib-v1.0.1_GH0.tar.gz) = 1579853 +TIMESTAMP = 1594111687 +SHA256 (homenc-HElib-v1.0.2_GH0.tar.gz) = b907eaa8381af3d001d7fb8383273f4c652415b3320c11d5be2ad8f19757c998 +SIZE (homenc-HElib-v1.0.2_GH0.tar.gz) = 621205 Modified: head/security/helib/files/patch-src_timing.cpp ============================================================================== --- head/security/helib/files/patch-src_timing.cpp Tue Jul 7 08:57:36 2020 (r541392) +++ head/security/helib/files/patch-src_timing.cpp Tue Jul 7 08:58:22 2020 (r541393) @@ -1,11 +1,11 @@ ---- src/timing.cpp.orig 2020-01-16 05:36:23 UTC +--- src/timing.cpp.orig 2020-07-06 09:01:51 UTC +++ src/timing.cpp -@@ -23,7 +23,7 @@ unsigned long GetTimerClock() +@@ -22,7 +22,7 @@ unsigned long GetTimerClock() + { timespec ts; - - clock_gettime(CLOCK_MONOTONIC_RAW, &ts); + clock_gettime(CLOCK_MONOTONIC, &ts); - //clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts); - //clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts); + // clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts); + // clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);