From owner-svn-ports-head@freebsd.org Wed Dec 9 14:47:44 2020 Return-Path: Delivered-To: svn-ports-head@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 89B4647F2BB; Wed, 9 Dec 2020 14:47:44 +0000 (UTC) (envelope-from arrowd@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 4CrfzN3V30z3GNf; Wed, 9 Dec 2020 14:47:44 +0000 (UTC) (envelope-from arrowd@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 6AAE227F96; Wed, 9 Dec 2020 14:47:44 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B9Elivu075381; Wed, 9 Dec 2020 14:47:44 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B9Elhjb075379; Wed, 9 Dec 2020 14:47:43 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202012091447.0B9Elhjb075379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Wed, 9 Dec 2020 14:47:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557375 - head/security/klee X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/security/klee X-SVN-Commit-Revision: 557375 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2020 14:47:44 -0000 Author: arrowd Date: Wed Dec 9 14:47:43 2020 New Revision: 557375 URL: https://svnweb.freebsd.org/changeset/ports/557375 Log: security/klee: Update to 2.2 Modified: head/security/klee/Makefile head/security/klee/distinfo head/security/klee/pkg-plist Modified: head/security/klee/Makefile ============================================================================== --- head/security/klee/Makefile Wed Dec 9 13:56:33 2020 (r557374) +++ head/security/klee/Makefile Wed Dec 9 14:47:43 2020 (r557375) @@ -2,8 +2,7 @@ PORTNAME= klee DISTVERSIONPREFIX= v -DISTVERSION= 2.1 -PORTREVISION= 1 +DISTVERSION= 2.2 CATEGORIES= security devel MAINTAINER= arrowd@FreeBSD.org @@ -21,7 +20,7 @@ RUN_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LL USES= cmake compiler:c++14-lang localbase pkgconfig python:3.5+,run \ shebangfix sqlite USE_GITHUB= yes -SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool +SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool tools/klee-zesti/klee-zesti USE_LDCONFIG= yes CMAKE_OFF= ENABLE_POSIX_RUNTIME ENABLE_UNIT_TESTS ENABLE_SYSTEM_TESTS @@ -43,7 +42,7 @@ Z3_RUN_DEPENDS= z3:math/z3 STP_DESC= Enable STP SMT solver STP_CMAKE_BOOL= ENABLE_SOLVER_STP -STP_BUILD_DEPENDS= stp>0:math/stp -STP_LIB_DEPENDS= libcryptominisat5.so:math/cryptominisat +STP_LIB_DEPENDS= libstp.so:math/stp \ + libcryptominisat5.so:math/cryptominisat .include Modified: head/security/klee/distinfo ============================================================================== --- head/security/klee/distinfo Wed Dec 9 13:56:33 2020 (r557374) +++ head/security/klee/distinfo Wed Dec 9 14:47:43 2020 (r557375) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583304181 -SHA256 (klee-klee-v2.1_GH0.tar.gz) = bb3db767a159b42611e56367480a1fbfb12783c8920902d57a2b26422036a8fe -SIZE (klee-klee-v2.1_GH0.tar.gz) = 1038275 +TIMESTAMP = 1607522464 +SHA256 (klee-klee-v2.2_GH0.tar.gz) = 1ff2e37ed3128e005b89920fad7bcf98c7792a11a589dd443186658f5eb91362 +SIZE (klee-klee-v2.2_GH0.tar.gz) = 1073138 Modified: head/security/klee/pkg-plist ============================================================================== --- head/security/klee/pkg-plist Wed Dec 9 13:56:33 2020 (r557374) +++ head/security/klee/pkg-plist Wed Dec 9 14:47:43 2020 (r557375) @@ -4,10 +4,56 @@ bin/kleaver bin/klee bin/klee-replay bin/klee-stats +bin/klee-zesti bin/ktest-tool include/klee/klee.h -lib/klee/runtime/libklee-libc.bca -lib/klee/runtime/libkleeRuntimeFreeStanding.bca -lib/klee/runtime/libkleeRuntimeIntrinsic.bca +lib/klee/runtime/libkleeRuntimeFortify32_Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeFortify32_Debug.bca +lib/klee/runtime/libkleeRuntimeFortify32_Release+Asserts.bca +lib/klee/runtime/libkleeRuntimeFortify32_Release+Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeFortify32_Release+Debug.bca +lib/klee/runtime/libkleeRuntimeFortify32_Release.bca +lib/klee/runtime/libkleeRuntimeFortify64_Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeFortify64_Debug.bca +lib/klee/runtime/libkleeRuntimeFortify64_Release+Asserts.bca +lib/klee/runtime/libkleeRuntimeFortify64_Release+Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeFortify64_Release+Debug.bca +lib/klee/runtime/libkleeRuntimeFortify64_Release.bca +lib/klee/runtime/libkleeRuntimeFreestanding32_Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeFreestanding32_Debug.bca +lib/klee/runtime/libkleeRuntimeFreestanding32_Release+Asserts.bca +lib/klee/runtime/libkleeRuntimeFreestanding32_Release+Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeFreestanding32_Release+Debug.bca +lib/klee/runtime/libkleeRuntimeFreestanding32_Release.bca +lib/klee/runtime/libkleeRuntimeFreestanding64_Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeFreestanding64_Debug.bca +lib/klee/runtime/libkleeRuntimeFreestanding64_Release+Asserts.bca +lib/klee/runtime/libkleeRuntimeFreestanding64_Release+Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeFreestanding64_Release+Debug.bca +lib/klee/runtime/libkleeRuntimeFreestanding64_Release.bca +lib/klee/runtime/libkleeRuntimeIntrinsic32_Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeIntrinsic32_Debug.bca +lib/klee/runtime/libkleeRuntimeIntrinsic32_Release+Asserts.bca +lib/klee/runtime/libkleeRuntimeIntrinsic32_Release+Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeIntrinsic32_Release+Debug.bca +lib/klee/runtime/libkleeRuntimeIntrinsic32_Release.bca +lib/klee/runtime/libkleeRuntimeIntrinsic64_Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeIntrinsic64_Debug.bca +lib/klee/runtime/libkleeRuntimeIntrinsic64_Release+Asserts.bca +lib/klee/runtime/libkleeRuntimeIntrinsic64_Release+Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeIntrinsic64_Release+Debug.bca +lib/klee/runtime/libkleeRuntimeIntrinsic64_Release.bca +lib/klee/runtime/libkleeRuntimeKLEELibc32_Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeKLEELibc32_Debug.bca +lib/klee/runtime/libkleeRuntimeKLEELibc32_Release+Asserts.bca +lib/klee/runtime/libkleeRuntimeKLEELibc32_Release+Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeKLEELibc32_Release+Debug.bca +lib/klee/runtime/libkleeRuntimeKLEELibc32_Release.bca +lib/klee/runtime/libkleeRuntimeKLEELibc64_Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeKLEELibc64_Debug.bca +lib/klee/runtime/libkleeRuntimeKLEELibc64_Release+Asserts.bca +lib/klee/runtime/libkleeRuntimeKLEELibc64_Release+Debug+Asserts.bca +lib/klee/runtime/libkleeRuntimeKLEELibc64_Release+Debug.bca +lib/klee/runtime/libkleeRuntimeKLEELibc64_Release.bca lib/libkleeRuntest.so lib/libkleeRuntest.so.1.0