Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2003 11:45:13 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47210: update security/p5-Crypt-IDEA to 1.02 
Message-ID:  <20030119104513.E34BAA9B3@backup-mx.droso.dk>

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

>Number:         47210
>Category:       ports
>Synopsis:       update security/p5-Crypt-IDEA to 1.02
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 19 02:50:04 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #13: Tue Jan 7 21:26:37 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:
- update to 1.01
- add WWW
- take maintainership

>How-To-Repeat:
	
>Fix:

	

- apply following patch
- add files/patch-_idea.c
- remove files/patch-IDEA.xs and files/patch-aa


diff -ruN p5-Crypt-IDEA/Makefile /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/Makefile
--- p5-Crypt-IDEA/Makefile	Mon Nov 11 03:03:48 2002
+++ /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/Makefile	Sun Jan 19 11:33:57 2003
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	Crypt-IDEA
-PORTVERSION=	1.01
+PORTVERSION=	1.02
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Crypt
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	erwin@lansing.dk
 
 RESTRICTED=	"Crypto; export-controlled"
 
diff -ruN p5-Crypt-IDEA/distinfo /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/distinfo
--- p5-Crypt-IDEA/distinfo	Sun Apr 23 00:11:36 2000
+++ /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/distinfo	Sun Jan 19 11:34:45 2003
@@ -1 +1 @@
-MD5 (Crypt-IDEA-1.01.tar.gz) = dc0d4ca4834a50709659a6e481301eaa
+MD5 (Crypt-IDEA-1.02.tar.gz) = c9c453c402b1fc494faa9dd3be793a4a
diff -ruN p5-Crypt-IDEA/files/patch-IDEA.xs /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/files/patch-IDEA.xs
--- p5-Crypt-IDEA/files/patch-IDEA.xs	Mon Oct 21 13:29:41 2002
+++ /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/files/patch-IDEA.xs	Thu Jan  1 01:00:00 1970
@@ -1,16 +0,0 @@
-
-$FreeBSD: ports/security/p5-Crypt-IDEA/files/patch-IDEA.xs,v 1.1 2002/10/21 11:29:41 sobomax Exp $
-
---- IDEA.xs	2002/10/21 11:18:42	1.1
-+++ IDEA.xs	2002/10/21 11:27:32
-@@ -9,6 +9,10 @@
- 
- #include "idea.h"
- 
-+#ifndef sv_undef
-+#define sv_undef PL_sv_undef
-+#endif
-+
- MODULE = Crypt::IDEA		PACKAGE = Crypt::IDEA		PREFIX = idea_
- 
- char *
diff -ruN p5-Crypt-IDEA/files/patch-_idea.c /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/files/patch-_idea.c
--- p5-Crypt-IDEA/files/patch-_idea.c	Thu Jan  1 01:00:00 1970
+++ /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/files/patch-_idea.c	Sun Jan 19 11:37:31 2003
@@ -0,0 +1,11 @@
+--- _idea.c.orig	Sun Jan 19 11:37:03 2003
++++ _idea.c	Sun Jan 19 11:37:14 2003
+@@ -5,7 +5,7 @@
+ 
+ #include "idea.h"
+ 
+-#include <endian.h>
++#include <machine/endian.h>
+ 
+ #define KEYS_PER_ROUND	6
+ #define ROUNDS			8 
diff -ruN p5-Crypt-IDEA/files/patch-aa /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/files/patch-aa
--- p5-Crypt-IDEA/files/patch-aa	Sun Apr 23 00:11:37 2000
+++ /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- idea.c.orig	Sun Apr 23 03:51:49 2000
-+++ idea.c	Sun Apr 23 03:51:27 2000
-@@ -5,7 +5,7 @@
- 
- #include "idea.h"
- 
--#include <endian.h>
-+#include <machine/endian.h>
- 
- #define KEYS_PER_ROUND	6
- #define ROUNDS			8 
diff -ruN p5-Crypt-IDEA/pkg-descr /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/pkg-descr
--- p5-Crypt-IDEA/pkg-descr	Thu Oct 24 10:35:47 1996
+++ /dana/jail/lemur/usr/ports/security/p5-Crypt-IDEA/pkg-descr	Sun Jan 19 11:34:34 2003
@@ -4,3 +4,5 @@
        methods
 
        blocksize =item keysize =item encrypt =item decrypt
+
+WWW: http://search.cpan.org/dist/Crypt-IDEA/

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

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




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