From owner-cvs-all@FreeBSD.ORG Sun Apr 23 08:49:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C057216A400; Sun, 23 Apr 2006 08:49:44 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A66443D45; Sun, 23 Apr 2006 08:49:44 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3N8nisZ046020; Sun, 23 Apr 2006 08:49:44 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3N8nhgS046019; Sun, 23 Apr 2006 08:49:43 GMT (envelope-from erwin) Message-Id: <200604230849.k3N8nhgS046019@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 23 Apr 2006 08:49:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Crypt-Rijndael/files patch-rijndael_h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Apr 2006 08:49:44 -0000 erwin 2006-04-23 08:49:43 UTC FreeBSD ports repository Added files: security/p5-Crypt-Rijndael/files patch-rijndael_h Log: 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. PR: 96114 Submitted by: Vivek Khera Revision Changes Path 1.1 +11 -0 ports/security/p5-Crypt-Rijndael/files/patch-rijndael_h (new)