From owner-svn-ports-all@freebsd.org Thu May 23 06:18:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 870EE159E2AA; Thu, 23 May 2019 06:18:27 +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) 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 26B4785121; Thu, 23 May 2019 06:18:27 +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 EDAEEE09; Thu, 23 May 2019 06:18:26 +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 x4N6IQVs078872; Thu, 23 May 2019 06:18:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4N6IPXs078868; Thu, 23 May 2019 06:18:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905230618.x4N6IPXs078868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 23 May 2019 06:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502313 - in head/security: . ridl ridl/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security: . ridl ridl/files X-SVN-Commit-Revision: 502313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 26B4785121 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Thu, 23 May 2019 06:18:27 -0000 Author: yuri Date: Thu May 23 06:18:25 2019 New Revision: 502313 URL: https://svnweb.freebsd.org/changeset/ports/502313 Log: New port: security/ridl: Tool to check whether the system is affected by various attacks Added: head/security/ridl/ head/security/ridl/Makefile (contents, props changed) head/security/ridl/distinfo (contents, props changed) head/security/ridl/files/ head/security/ridl/files/patch-CMakeLists.txt (contents, props changed) head/security/ridl/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu May 23 06:13:47 2019 (r502312) +++ head/security/Makefile Thu May 23 06:18:25 2019 (r502313) @@ -1060,6 +1060,7 @@ PORTREVISION= 1 SUBDIR += revealrk SUBDIR += revelation SUBDIR += rhash + SUBDIR += ridl SUBDIR += rifiuti2 SUBDIR += rkhunter SUBDIR += rndpassw Added: head/security/ridl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ridl/Makefile Thu May 23 06:18:25 2019 (r502313) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= ridl +DISTVERSIONPREFIX= v +DISTVERSION= g20190520 +CATEGORIES= security + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Tool to check whether the system is affected by various attacks + +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libsysinfo.so:devel/libsysinfo + +USES= cmake localbase:ldflags +USE_GITHUB= yes +GH_ACCOUNT= vusec +GH_TAGNAME= 7e4fc98 +GH_TUPLE= nothings:stb:1034f5e:stb/stb \ + vurtun:nuklear:509c75b:nuklear/nuklear + +LDFLAGS+= ${LOCALBASE}/lib/libsysinfo.so + +PLIST_FILES= bin/mdstool-cli + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/mdstool-cli ${STAGEDIR}${PREFIX}/bin + +.include Added: head/security/ridl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ridl/distinfo Thu May 23 06:18:25 2019 (r502313) @@ -0,0 +1,7 @@ +TIMESTAMP = 1558591256 +SHA256 (vusec-ridl-vg20190520-7e4fc98_GH0.tar.gz) = 5bc6d7638e398f7161d4da59b6b9dfadb7737bc4572db75978a3f5b39331b77d +SIZE (vusec-ridl-vg20190520-7e4fc98_GH0.tar.gz) = 36572 +SHA256 (nothings-stb-1034f5e_GH0.tar.gz) = 5058dff96f256642acfa4634161856d2503c16f5e02f6d53318f955cc8ef797a +SIZE (nothings-stb-1034f5e_GH0.tar.gz) = 1356175 +SHA256 (vurtun-nuklear-509c75b_GH0.tar.gz) = 203abb4b215eb8f0dfedfbea8d15f684e14a8a40e8a72f1b9b37629c188c24ad +SIZE (vurtun-nuklear-509c75b_GH0.tar.gz) = 1850219 Added: head/security/ridl/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ridl/files/patch-CMakeLists.txt Thu May 23 06:18:25 2019 (r502313) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2019-05-23 06:02:35 UTC ++++ CMakeLists.txt +@@ -86,7 +86,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL Windows) + source/msw/image.c + source/msw/window.c) + set(BUILD_GUI 1) +-elseif (${CMAKE_SYSTEM_NAME} STREQUAL Linux) ++elseif (${CMAKE_SYSTEM_NAME} STREQUAL Linux OR ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD|DragonFly") + list(APPEND SOURCES + source/linux/l1tf.c + source/linux/meltdown.c Added: head/security/ridl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ridl/pkg-descr Thu May 23 06:18:25 2019 (r502313) @@ -0,0 +1,4 @@ +A tool to check whether your system is affected by Micro-architectural Data +Sampling and other attacks. + +WWW: https://github.com/vusec/ridl