Bug 96114

Summary: patch for security/p5-Crypt-Rijndael for 64-bit
Product: Ports & Packages Reporter: Vick Khera <vivek>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Vick Khera 2006-04-20 19:20:14 UTC
	

The perl module Crypt::Rijndael has a bug in it causing it to fail on all
64-bit architectures.  It assumes that C type long is 32 bits.  The patch
below works with both i386 and amd64 and should with others.

See also 

https://rt.cpan.org/Ticket/Display.html?id=769
https://rt.cpan.org/Ticket/Display.html?id=9514

Fix: You might need to create the files subdirectory before applying the patch.


How-To-Repeat: 	

build p5-Crypt-Rijndael on amd64 system and run the module's self-test script.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2006-04-23 09:40:50 UTC
State Changed
From-To: open->closed

Committed, thanks!