Subject: checksum and file size mismatch for sun-j(dk|re)15
To: None <pkgsrc-users@netbsd.org>
From: Jukka Salmi <j+nbsd@2006.salmi.ch>
List: pkgsrc-users
Date: 10/22/2006 12:47:05
--SLDf9lqlvOQaIe6s
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

the Sun JDK and JRE 1.5.0.09 packages seem to have wrong checksums and
file sizes in their distinfo files. The attached patch fixes the problem
for me.


Cheers, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~

--SLDf9lqlvOQaIe6s
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff

Index: lang/sun-jdk15/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/sun-jdk15/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- lang/sun-jdk15/distinfo	16 Oct 2006 07:51:06 -0000	1.10
+++ lang/sun-jdk15/distinfo	22 Oct 2006 10:40:24 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.10 2006/10/16 07:51:06 salo Exp $
 
-SHA1 (jdk-1_5_0_09-linux-i586.bin) = db6bc792aced4bbe3417c28075d075380dafb5ce
-RMD160 (jdk-1_5_0_09-linux-i586.bin) = dfd9986ceb1192d923d66474f111988e437eb158
-Size (jdk-1_5_0_09-linux-i586.bin) = 49514079 bytes
+SHA1 (jdk-1_5_0_09-linux-i586.bin) = 05dbfc060b30abcbf916c01d4ad590985b2505b5
+RMD160 (jdk-1_5_0_09-linux-i586.bin) = 4c26bd4786e7fe7e80aefbdcf2a8d2b1b320c940
+Size (jdk-1_5_0_09-linux-i586.bin) = 49518537 bytes
Index: lang/sun-jre15/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/sun-jre15/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- lang/sun-jre15/distinfo	16 Oct 2006 07:51:06 -0000	1.11
+++ lang/sun-jre15/distinfo	22 Oct 2006 10:40:25 -0000
@@ -3,6 +3,6 @@ $NetBSD: distinfo,v 1.11 2006/10/16 07:5
 SHA1 (jce_policy-1_5_0.zip) = f0e887b91b4499142285633e65c5710c3a133a16
 RMD160 (jce_policy-1_5_0.zip) = eb12d0333c3ddbbba57a0e825a6891a75ec485c0
 Size (jce_policy-1_5_0.zip) = 8826 bytes
-SHA1 (jre-1_5_0_09-linux-i586.bin) = 28152c0f2a1c1793b4aea4d523e89126a764307d
-RMD160 (jre-1_5_0_09-linux-i586.bin) = 52307896e0acb6c0de7f2d6fdf87d22a1be3c2ff
-Size (jre-1_5_0_09-linux-i586.bin) = 17059173 bytes
+SHA1 (jre-1_5_0_09-linux-i586.bin) = cba95dc4107d8217ccc0dedf5ff7e337efc7f3c3
+RMD160 (jre-1_5_0_09-linux-i586.bin) = 0b50f027e64c0ce0119bf3c2cf85873691868adb
+Size (jre-1_5_0_09-linux-i586.bin) = 17059194 bytes

--SLDf9lqlvOQaIe6s--