Date: Fri, 19 Jul 2013 17:26:50 -0700 (PDT) From: Waitman Gobble <uzimac@da3m0n8t3r.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/180665: New Port: rngtest TRNG/PRNG test tool Message-ID: <20130720002650.A654036F4C83@dx.burplex.com> Resent-Message-ID: <201307200030.r6K0U0Bo070141@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180665 >Category: ports >Synopsis: New Port: rngtest TRNG/PRNG test tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 20 00:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Waitman Gobble >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Waitman Gobble >Environment: System: FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252355: Fri Jun 28 16:39:19 PDT 2013 root@dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64 >Description: This is the rngtest FIPS 140-2 test tool ripped out of rng-tools in the Debian source repository, with a new BSD style Makefile. FIPS 140-2 is circa 2001 however rngtest may still be useful to test entropy on minimal devices and PRNG related software and libraries. WWW: https://dx.burplex.com/bin/libfortuna.html WWW: http://packages.debian.org/source/sid/rng-tools >How-To-Repeat: >Fix: --- rngtest.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rngtest # rngtest/pkg-descr # rngtest/Makefile # rngtest/distinfo # echo c - rngtest mkdir -p rngtest > /dev/null 2>&1 echo x - rngtest/pkg-descr sed 's/^X//' >rngtest/pkg-descr << '7446cd81831017014c84316a6482a0ca' XPRNG/TRNG testing tool X XThis is the rngtest FIPS 140-2 test tool ripped out of rng-tools in the XDebian source repository, with a new BSD style Makefile. FIPS 140-2 is Xcirca 2001 however rngtest may still be useful to test entropy on minimal Xdevices and PRNG related software and libraries. X XWWW: https://dx.burplex.com/bin/libfortuna.html XWWW: http://packages.debian.org/source/sid/rng-tools 7446cd81831017014c84316a6482a0ca echo x - rngtest/Makefile sed 's/^X//' >rngtest/Makefile << 'd8510ebd55a7662ae817565658f579c3' X# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com> X# $FreeBSD$ X# New ports collection makefile for: rngtest X# Date created: 19 July 2013 X XPORTNAME= rngtest XPORTVERSION= 2.14 XCATEGORIES= security XMASTER_SITES= GH X XMAINTAINER= waitman@waitman.net XCOMMENT= PRNG/TRNG testing tool X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/COPYING X XLIB_DEPENDS= argp:${PORTSDIR}/devel/argp-standalone X XMAKE_JOBS_UNSAFE= YES X XMAN1= rngtest.1 X XUSE_GITHUB= yes XGH_ACCOUNT= waitman XGH_TAGNAME= ${GH_COMMIT} XGH_COMMIT= b7e1dcf X XPLIST_FILES= bin/rngtest X X.include <bsd.port.mk> d8510ebd55a7662ae817565658f579c3 echo x - rngtest/distinfo sed 's/^X//' >rngtest/distinfo << 'd248bdfafdc50b59a638d68a139a254b' XSHA256 (rngtest-2.14.tar.gz) = 56a313b8f793ad63ab1951d4ccfecba35601a178f52f8fd697313e42244e1f3c XSIZE (rngtest-2.14.tar.gz) = 22563 d248bdfafdc50b59a638d68a139a254b exit --- rngtest.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130720002650.A654036F4C83>