Bug 46184 - [PATCH] Update java/bouncycastle to version 1.16
Summary: [PATCH] Update java/bouncycastle to version 1.16
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: 2002-12-11 11:00 UTC by Matthew Seaman
Modified: 2003-04-07 09:50 UTC (History)
0 users

See Also:


Attachments
file.diff (312 bytes, patch)
2002-12-11 11:00 UTC, Matthew Seaman
no flags Details | Diff
file.diff (227 bytes, patch)
2002-12-11 11:00 UTC, Matthew Seaman
no flags Details | Diff

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