Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2002 11:05:28 +0100 (CET)
From:      Jesper Skriver <jesper@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/35889: new port security/p5-Digest-BubbleBabble
Message-ID:  <200203141005.g2EA5SL81081@flores.nms.tele.dk>

next in thread | raw e-mail | index | archive | help

>Number:         35889
>Category:       ports
>Synopsis:       new port security/p5-Digest-BubbleBabble
>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:   Thu Mar 14 02:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jesper Skriver <jesper@FreeBSD.org>
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
TDC Tele Danmark
>Environment:
System: FreeBSD flores 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Fri Feb 15 19:15:08 CET 2002 root@flores:/usr/src/sys/compile/FLORES i386


	
>Description:

Digest::BubbleBabble takes a message digest (generated by
either of the MD5 or SHA-1 message digest algorithms) and creates
a fingerprint of that digest in "bubble babble" format.
Bubble babble is a method of representing a message digest
as a string of "real" words, to make the fingerprint easier
to remember. The "words" are not necessarily real words, but
they look more like words than a string of hex characters.
 
Bubble babble fingerprinting is used by the SSH2 suite
(and, consequently, by Net::SSH::Perl, the Perl SSH
implementation) to display easy-to-remember key fingerprints.
The key (a DSA or RSA key) is converted into a textual form,
digested using Digest::SHA1, and run through bubblebabble
to create the key fingerprint.

>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-Digest-BubbleBabble
#	p5-Digest-BubbleBabble/pkg-plist
#	p5-Digest-BubbleBabble/pkg-descr
#	p5-Digest-BubbleBabble/pkg-comment
#	p5-Digest-BubbleBabble/distinfo
#	p5-Digest-BubbleBabble/Makefile
#
echo c - p5-Digest-BubbleBabble
mkdir -p p5-Digest-BubbleBabble > /dev/null 2>&1
echo x - p5-Digest-BubbleBabble/pkg-plist
sed 's/^X//' >p5-Digest-BubbleBabble/pkg-plist << 'END-of-p5-Digest-BubbleBabble/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Digest/BubbleBabble.pm
END-of-p5-Digest-BubbleBabble/pkg-plist
echo x - p5-Digest-BubbleBabble/pkg-descr
sed 's/^X//' >p5-Digest-BubbleBabble/pkg-descr << 'END-of-p5-Digest-BubbleBabble/pkg-descr'
XDigest::BubbleBabble takes a message digest (generated by
Xeither of the MD5 or SHA-1 message digest algorithms) and creates
Xa fingerprint of that digest in "bubble babble" format.
XBubble babble is a method of representing a message digest
Xas a string of "real" words, to make the fingerprint easier
Xto remember. The "words" are not necessarily real words, but
Xthey look more like words than a string of hex characters.
X 
XBubble babble fingerprinting is used by the SSH2 suite
X(and, consequently, by Net::SSH::Perl, the Perl SSH
Ximplementation) to display easy-to-remember key fingerprints.
XThe key (a DSA or RSA key) is converted into a textual form,
Xdigested using Digest::SHA1, and run through bubblebabble
Xto create the key fingerprint.
END-of-p5-Digest-BubbleBabble/pkg-descr
echo x - p5-Digest-BubbleBabble/pkg-comment
sed 's/^X//' >p5-Digest-BubbleBabble/pkg-comment << 'END-of-p5-Digest-BubbleBabble/pkg-comment'
XPerl5 interface to a fingerprint in "bubble babble" format
END-of-p5-Digest-BubbleBabble/pkg-comment
echo x - p5-Digest-BubbleBabble/distinfo
sed 's/^X//' >p5-Digest-BubbleBabble/distinfo << 'END-of-p5-Digest-BubbleBabble/distinfo'
XMD5 (Digest-BubbleBabble-0.01.tar.gz) = 0e8ef3de82ae909cfaeddf8269140c17
END-of-p5-Digest-BubbleBabble/distinfo
echo x - p5-Digest-BubbleBabble/Makefile
sed 's/^X//' >p5-Digest-BubbleBabble/Makefile << 'END-of-p5-Digest-BubbleBabble/Makefile'
X# New ports collection makefile for:    p5-Digest-BubbleBabble
X# Date created:				2002/03/14
X# Whom:					jesper
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	Digest-BubbleBabble
XPORTVERSION=	0.01
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Digest
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	jesper@FreeBSD.org
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Digest::BubbleBabble.3
X
X.include <bsd.port.mk>
END-of-p5-Digest-BubbleBabble/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203141005.g2EA5SL81081>