ports/120010: New port: security/pear-Crypt_DiffieHellman PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5

Ditesh Shashikant Gathani ditesh at gathani.org
Sat Jan 26 17:00:02 UTC 2008


>Number:         120010
>Category:       ports
>Synopsis:       New port: security/pear-Crypt_DiffieHellman PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5
>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 Jan 26 17:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ditesh Shashikant Gathani
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007     root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
Implementation of the Diffie-Hellman Key Exchange cryptographic protocol in PHP5. Enables two parties without any prior knowledge of each other establish a secure shared secret key across an insecure channel of communication.

WWW: http://pear.php.net/package/Crypt_DiffieHellman/
>How-To-Repeat:
Not applicable.
>Fix:
shar file, as attached.

Patch attached with submission follows:

# 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:
#
#	.
#	./Makefile
#	./pkg-descr
#	./distinfo
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# Ports collection makefile for:  pear-Crypt_DiffieHellman
X# Date created:			  27 Jan 2008
X# Whom:				  Ditesh Shashikant Gathani <ditesh at gathani.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Crypt_DiffieHellman
XPORTVERSION=	0.2.1
XCATEGORIES=	security www pear
X
XMAINTAINER=	ditesh at gathani.org
XCOMMENT=	PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	Crypt
XFILES=		DiffieHellman.php DiffieHellman/Math.php DiffieHellman/Exception.php \
X		DiffieHellman/Math/Exception.php DiffieHellman/Math/BigInteger.php \
X		DiffieHellman/Math/BigInteger/Interface.php DiffieHellman/Math/BigInteger/Gmp.php \
X		DiffieHellman/Math/BigInteger/Exception.php DiffieHellman/Math/BigInteger/Bcmath.php
XTESTS=		AllTests.php DiffieHellmanTest.php TestHelper.php TestConfiguration.php.dist
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-./Makefile
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XImplementation of the Diffie-Hellman Key Exchange cryptographic protocol
Xin PHP5. Enables two parties without any prior knowledge of each other
Xestablish a secure shared secret key across an insecure channel
Xof communication.
X
XWWW: http://pear.php.net/package/Crypt_DiffieHellman/
X
X- Ditesh Shashikant Gathani
Xditesh at gathani.org
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (PEAR/Crypt_DiffieHellman-0.2.1.tgz) = 288d50dafd44f524b7449f7e5f0e78f5
XSHA256 (PEAR/Crypt_DiffieHellman-0.2.1.tgz) = 3a28f74681a31d1a44a7d555fb1005aa012d6667c31ed6c0b547322e909b0f09
XSIZE (PEAR/Crypt_DiffieHellman-0.2.1.tgz) = 10555
END-of-./distinfo
exit



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



More information about the freebsd-ports-bugs mailing list