From owner-freebsd-ports Mon Oct 8 23: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D568037B407 for ; Mon, 8 Oct 2001 23:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99600M78109; Mon, 8 Oct 2001 23:00:00 -0700 (PDT) (envelope-from gnats) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 117D837B406 for ; Mon, 8 Oct 2001 22:55:28 -0700 (PDT) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.1/8.12.1) with ESMTP id f995tRG1048031 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 8 Oct 2001 22:55:27 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.1/8.12.1/Submit) id f995tRS8048030; Mon, 8 Oct 2001 22:55:27 -0700 (PDT) Message-Id: <200110090555.f995tRS8048030@horsey.gshapiro.net> Date: Mon, 8 Oct 2001 22:55:27 -0700 (PDT) From: Gregory Neil Shapiro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31152: New port: p5-Crypt-HCE_SHA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31152 >Category: ports >Synopsis: New port: p5-Crypt-HCE_SHA >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 23:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD horsey.gshapiro.net 4.4-STABLE FreeBSD 4.4-STABLE #13: Sun Oct 7 17:12:57 PDT 2001 gshapiro@horsey.gshapiro.net:/home/FreeBSD/RELENG_4/obj/sys/HORSEY i386 >Description: The shar file below contains a new port (security/p5-Crypt-HCE_SHA). This module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. >How-To-Repeat: >Fix: # 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: # # p5-Crypt-HCE_SHA # p5-Crypt-HCE_SHA/Makefile # p5-Crypt-HCE_SHA/distinfo # p5-Crypt-HCE_SHA/pkg-comment # p5-Crypt-HCE_SHA/pkg-descr # p5-Crypt-HCE_SHA/pkg-plist # echo c - p5-Crypt-HCE_SHA mkdir -p p5-Crypt-HCE_SHA > /dev/null 2>&1 echo x - p5-Crypt-HCE_SHA/Makefile sed 's/^X//' >p5-Crypt-HCE_SHA/Makefile << 'END-of-p5-Crypt-HCE_SHA/Makefile' X# New ports collection makefile for: p5-Crypt-HCE_SHA X# Date created: October 8th 2001 X# Whom: Gregory Neil Shapiro X# X# $FreeBSD$ X# X XPORTNAME= Crypt-HCE_SHA XPORTVERSION= 0.60 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Crypt XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org X XRESTRICTED= "Crypto; export-controlled" X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Crypt::HCE_SHA.3 X X.include END-of-p5-Crypt-HCE_SHA/Makefile echo x - p5-Crypt-HCE_SHA/distinfo sed 's/^X//' >p5-Crypt-HCE_SHA/distinfo << 'END-of-p5-Crypt-HCE_SHA/distinfo' XMD5 (Crypt-HCE_SHA-0.60.tar.gz) = 4e92d64bfa6d2a75ae1b641bd92331ca END-of-p5-Crypt-HCE_SHA/distinfo echo x - p5-Crypt-HCE_SHA/pkg-comment sed 's/^X//' >p5-Crypt-HCE_SHA/pkg-comment << 'END-of-p5-Crypt-HCE_SHA/pkg-comment' XPerl5 interface to one way hash chaining block cipher END-of-p5-Crypt-HCE_SHA/pkg-comment echo x - p5-Crypt-HCE_SHA/pkg-descr sed 's/^X//' >p5-Crypt-HCE_SHA/pkg-descr << 'END-of-p5-Crypt-HCE_SHA/pkg-descr' X This module implements a chaining block cipher using a one X way hash. This method of encryption is the same that is X used by radius (RFC2138) and is also described in Applied X Cryptography. X X Two interfaces are provided in the module. The first is X straight block encryption/decryption the second does base64 X mime encoding/decoding of the encrypted/decrypted blocks. X X The idea is the the two sides have a shared secret that X supplies one of the keys and a randomly generated block of X bytes provides the second key. The random key is passed in X cleartext between the two sides. X X An example client and server are packaged as modules with X this module. They are used in the tests. END-of-p5-Crypt-HCE_SHA/pkg-descr echo x - p5-Crypt-HCE_SHA/pkg-plist sed 's/^X//' >p5-Crypt-HCE_SHA/pkg-plist << 'END-of-p5-Crypt-HCE_SHA/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Crypt/HCE_SHA.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/HCE_SHA/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/HCE_SHA/autosplit.ix X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/HCE_SHA X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/HCE_SHA X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2> /dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2> /dev/null || true END-of-p5-Crypt-HCE_SHA/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message