Bug 96114 - patch for security/p5-Crypt-Rijndael for 64-bit
Summary: patch for security/p5-Crypt-Rijndael for 64-bit
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-20 19:20 UTC by Vick Khera
Modified: 2006-04-23 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (918 bytes, patch)
2006-04-20 19:20 UTC, Vick Khera
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!