Oracle pulled all of the tzupdater files from their download site recently. This updates all of the Java ports to the most recent version of the tzupdater distfile. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->glewis Over to long-suffering maintainer.
> -SHA256 (diablo-caffe-freebsd6-i386-1.6.0_07-b02.tar.bz2) = 208e051014cdaecde07145cb510e4c0a0840ef35e4559c301ce324602a77f9ec > -SIZE (diablo-caffe-freebsd6-i386-1.6.0_07-b02.tar.bz2) = 64381886 > -SHA256 (diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2) = 971a537f8e852166fa94a9666b14e2f0a8ee51dcf7a470ab7bcb5be0dba05409 > -SIZE (diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2) = 64093245 > -SHA256 (jce_policy-6.zip) = d0c2258c3364120b4dbf7dd1655c967eee7057ac6ae6334b5ea8ceb8bafb9262 > -SIZE (jce_policy-6.zip) = 9101 These lines, and the others like it, look like bugs to me.
On Sat, 20 Aug 2011, Mark Linimon wrote: >> -SHA256 (diablo-caffe-freebsd6-i386-1.6.0_07-b02.tar.bz2) = 208e051014cdaecde07145cb510e4c0a0840ef35e4559c301ce324602a77f9ec >> -SIZE (diablo-caffe-freebsd6-i386-1.6.0_07-b02.tar.bz2) = 64381886 >> -SHA256 (diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2) = 971a537f8e852166fa94a9666b14e2f0a8ee51dcf7a470ab7bcb5be0dba05409 >> -SIZE (diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2) = 64093245 >> -SHA256 (jce_policy-6.zip) = d0c2258c3364120b4dbf7dd1655c967eee7057ac6ae6334b5ea8ceb8bafb9262 >> -SIZE (jce_policy-6.zip) = 9101 > > These lines, and the others like it, look like bugs to me. Yes. I suppose you have to have all of the files downloaded for it to do the makesum operation completely. Otherwise it silently omits distfiles. That seems silly to me.. Thanks, -Garrett
glewis 2011-08-22 01:22:53 UTC FreeBSD ports repository Modified files: java/diablo-jdk15 Makefile distinfo java/diablo-jre15 Makefile distinfo java/diablo-jdk16 Makefile distinfo java/diablo-jre16 Makefile distinfo Log: . Update to tzupdater 1.3.40. PR: 159950 Submitted by: Garrett Cooper <yaneurabeya@gmail.com> Revision Changes Path 1.44 +3 -3 ports/java/diablo-jdk15/Makefile 1.28 +2 -2 ports/java/diablo-jdk15/distinfo 1.21 +3 -3 ports/java/diablo-jdk16/Makefile 1.17 +2 -2 ports/java/diablo-jdk16/distinfo 1.43 +3 -3 ports/java/diablo-jre15/Makefile 1.28 +2 -2 ports/java/diablo-jre15/distinfo 1.21 +3 -3 ports/java/diablo-jre16/Makefile 1.16 +2 -2 ports/java/diablo-jre16/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!