Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 10:51:10 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46184: [PATCH] Update java/bouncycastle to version 1.16
Message-ID:  <200212111051.gBBApA1K038185@happy-idiot-talk.infracaninophile.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         46184
>Category:       ports
>Synopsis:       [PATCH] Update java/bouncycastle to version 1.16
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 03:00:14 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.7-STABLE FreeBSD 4.7-STABLE #22: Sat Dec 7 00:45:57 GMT 2002 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386

happy-idiot-talk:/tmp:% java -version
java version "1.3.1-p7"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p7-root-021102-09:14)
Classic VM (build 1.3.1-p7-root-021102-09:14, green threads, nojit)

>Description:

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
>How-To-Repeat:

cd /usr/ports/java/bouncycastle
make install

>Fix:

Upgrade port to use version 1.16:

happy-idiot-talk:...ports/java/bouncycastle:# diff -u Makefile{.orig,}
--- Makefile.orig       Wed Dec 11 10:44:51 2002
+++ Makefile    Wed Dec 11 10:45:09 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      bouncycastle
-PORTVERSION=   1.11
+PORTVERSION=   1.16
 CATEGORIES=    java security
 MASTER_SITES=  http://www.bouncycastle.org/download/
 DISTNAME=      jce-jdk13-${PORTVERSION:S/.//}



happy-idiot-talk:...ports/java/bouncycastle:# diff -u distinfo{.orig,}
--- distinfo.orig       Wed Dec 11 10:42:15 2002
+++ distinfo    Wed Dec 11 10:44:23 2002
@@ -1 +1 @@
-MD5 (jce-jdk13-111.tar.gz) = ae49a186451407bd1b351ea21e4754c6
+MD5 (jce-jdk13-116.tar.gz) = ee2afc87e789b8635f0a616aaabfb298
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> jce-jdk13-111.tar.gz doesn't seem to exist in /tmp/.
 >> Attempting to fetch from ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/distfiles/.
 fetch: ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/distfiles/jce-jdk13-111.tar.gz: File unavailable (e.g., file not found, no access)
 >> Attempting to fetch from http://www.bouncycastle.org/download/.
 Receiving jce-jdk13-111.tar.gz (1315288 bytes): 100%
 1315288 bytes transferred in 23.4 seconds (54.80 kBps)
 happy-idiot-talk:...ports/java/bouncycastle:% tar -ztvf /tmp/jce-jdk13-111.tar.gz | head -5
 drwxr-xr-x dgh/dgh           0 Nov 29 20:46 2002 jce-jdk13-116/
 -rw-r--r-- dgh/dgh        3495 Jun 15 06:14 2001 jce-jdk13-116/index.html
 -rw-r--r-- dgh/dgh        1164 Jun 15 06:14 2001 jce-jdk13-116/LICENSE.html
 -rw-r--r-- dgh/dgh        7311 Nov 26 08:24 2002 jce-jdk13-116/CONTRIBUTORS.html
 -rw-r--r-- dgh/dgh       24317 Nov 29 07:53 2002 jce-jdk13-116/releasenotes.html
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212111051.gBBApA1K038185>