Bug 46184

Summary: [PATCH] Update java/bouncycastle to version 1.16
Product: Ports & Packages Reporter: Matthew Seaman <m.seaman>
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
file.diff none

Description Matthew Seaman 2002-12-11 11:00:14 UTC
java/bouncycastle port is currently at version 1.11.  However the
jce-jdk13-111.tar.gz tarball downloaded from
http://www.bouncycastle.org/download/ suddenly seems to contain
jce-jdk13-116, which naturally fails the checksum test:

happy-idiot-talk:...ports/java/bouncycastle:% env DISTDIR=/tmp make fetch

Fix: Upgrade port to use version 1.16:

happy-idiot-talk:...ports/java/bouncycastle:# diff -u Makefile{.orig,}
happy-idiot-talk:...ports/java/bouncycastle:# diff -u distinfo{.orig,}
How-To-Repeat: 
cd /usr/ports/java/bouncycastle
make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-07 09:48:56 UTC
State Changed
From-To: open->closed

Commited, thanks!