From krion@voodoo.oberon.net  Sat Jun 21 08:55:37 2003
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9D9EE37B401; Sat, 21 Jun 2003 08:55:37 -0700 (PDT)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E4E2043FB1; Sat, 21 Jun 2003 08:55:36 -0700 (PDT)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168)
	(Exim 4.10)
	id 19TkiA-000HkB-00; Sat, 21 Jun 2003 17:55:30 +0200
Received: from krion by voodoo.oberon.net with local (Exim 4.20)
	id 19TkgZ-000BYE-SJ; Sat, 21 Jun 2003 17:53:51 +0200
Message-Id: <E19TkgZ-000BYE-SJ@voodoo.oberon.net>
Date: Sat, 21 Jun 2003 17:53:51 +0200
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: Kirill Ponomarew <krion@voodoo.oberon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ijliao@FreeBSD.org
Subject: Update security/beecrypt: 2.1.0 -> 3.0.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53586
>Category:       ports
>Synopsis:       Update security/beecrypt: 2.1.0 -> 3.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ijliao
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 21 09:00:30 PDT 2003
>Closed-Date:    Sat Jun 21 20:17:35 PDT 2003
>Last-Modified:  Sat Jun 21 20:17:35 PDT 2003
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update security/beecrypt: 2.1.0 -> 3.0.0

>How-To-Repeat:
>Fix:
diff -urN beecrypt.orig/Makefile beecrypt/Makefile
--- beecrypt.orig/Makefile	Mon Mar 10 19:10:55 2003
+++ beecrypt/Makefile	Sat Jun 21 17:51:38 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	beecrypt
-PORTVERSION=	2.1.0
+PORTVERSION=	3.0.0
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.virtualunlimited.com/download/
@@ -17,7 +17,7 @@
 COMMENT=	BeeCrypt is an open source cryptography library
 
 GNU_CONFIGURE=	yes
-
+USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN beecrypt.orig/distinfo beecrypt/distinfo
--- beecrypt.orig/distinfo	Thu Jun 14 07:42:15 2001
+++ beecrypt/distinfo	Sat Jun 21 17:40:15 2003
@@ -1 +1 @@
-MD5 (beecrypt-2.1.0.tar.gz) = 64af60feb0bd6678af6042b409e1f925
+MD5 (beecrypt-3.0.0.tar.gz) = 18f20c22443f85bd4e285925b56198d9
diff -urN beecrypt.orig/pkg-plist beecrypt/pkg-plist
--- beecrypt.orig/pkg-plist	Thu Jun 14 07:42:15 2001
+++ beecrypt/pkg-plist	Sat Jun 21 17:47:58 2003
@@ -1,5 +1,10 @@
+include/beecrypt/aes.h
+include/beecrypt/aesopt.h
 include/beecrypt/base64.h
+include/beecrypt/beecrypt.api.h
+include/beecrypt/beecrypt.gnu.h
 include/beecrypt/beecrypt.h
+include/beecrypt/beecrypt.win.h
 include/beecrypt/blockmode.h
 include/beecrypt/blockpad.h
 include/beecrypt/blowfish.h
@@ -9,11 +14,10 @@
 include/beecrypt/dlkp.h
 include/beecrypt/dlpk.h
 include/beecrypt/dlsvdp-dh.h
+include/beecrypt/dsa.h
 include/beecrypt/elgamal.h
 include/beecrypt/endianness.h
 include/beecrypt/entropy.h
-include/beecrypt/fips180.h
-include/beecrypt/fips180opt.h
 include/beecrypt/fips186.h
 include/beecrypt/hmac.h
 include/beecrypt/hmacmd5.h
@@ -21,18 +25,21 @@
 include/beecrypt/hmacsha256.h
 include/beecrypt/md5.h
 include/beecrypt/memchunk.h
-include/beecrypt/mp32.h
-include/beecrypt/mp32barrett.h
-include/beecrypt/mp32number.h
-include/beecrypt/mp32opt.h
-include/beecrypt/mp32prime.h
+include/beecrypt/mp.h
+include/beecrypt/mpbarrett.h
+include/beecrypt/mpnumber.h
+include/beecrypt/mpopt.h
+include/beecrypt/mpprime.h
 include/beecrypt/mtprng.h
 include/beecrypt/rsa.h
 include/beecrypt/rsakp.h
 include/beecrypt/rsapk.h
+include/beecrypt/sha1.h
+include/beecrypt/sha1opt.h
 include/beecrypt/sha256.h
 include/beecrypt/timestamp.h
-@dirrm include/beecrypt
+lib/libbeecrypt.a
 lib/libbeecrypt.la
 lib/libbeecrypt.so
-lib/libbeecrypt.so.3
+lib/libbeecrypt.so.6
+@dirrm include/beecrypt
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ijliao 
Responsible-Changed-By: osa 
Responsible-Changed-When: Sat Jun 21 14:11:48 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53586 
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Sat Jun 21 20:17:26 PDT 2003 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53586 
>Unformatted:
