Date: Sat, 25 Aug 2018 14:40:51 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478049 - head/net/ceph Message-ID: <201808251440.w7PEepD3050477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sat Aug 25 14:40:50 2018 New Revision: 478049 URL: https://svnweb.freebsd.org/changeset/ports/478049 Log: Revert checksum to what the port had previously due to a report of breakage. There is something strange going on here. Maybe with the way Github makes these archives? In r463680 we had for the same file/same git hash: SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1 SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3634266 Then in r474922 it was changed to: SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 8ab8f36f3e0a720c882b8bb4abb3f2e26bd6b025cc263119207f7d2eb3b1e490 SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3685656 When I was working on this port the 8ab8f36 checksum failed, but the 466f718 checksum worked, so I changed back in r477944. Now it seems the 8ab8f36 checksum is working and 466f718 is not. I have both files. Both are identical when extracted. The only difference appears to be the compression ratio. As of right now I can only download the 8ab8f36 file. Reported by: fluffy Modified: head/net/ceph/distinfo Modified: head/net/ceph/distinfo ============================================================================== --- head/net/ceph/distinfo Sat Aug 25 14:31:23 2018 (r478048) +++ head/net/ceph/distinfo Sat Aug 25 14:40:50 2018 (r478049) @@ -1,8 +1,8 @@ -TIMESTAMP = 1534510854 +TIMESTAMP = 1535200366 SHA256 (ceph-ceph-v12.2.7_GH0.tar.gz) = 742dd402686b6c48824687be9bff951ede7608d41736cbcd55b130f7bd94f086 SIZE (ceph-ceph-v12.2.7_GH0.tar.gz) = 12236446 -SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1 -SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3634266 +SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 8ab8f36f3e0a720c882b8bb4abb3f2e26bd6b025cc263119207f7d2eb3b1e490 +SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3685656 SHA256 (ceph-ceph-object-corpus-e32bf8c_GH0.tar.gz) = 79ff0d1b9f959c9f5264a0dff193105d71885615deaa9c8469902400fd82d214 SIZE (ceph-ceph-object-corpus-e32bf8c_GH0.tar.gz) = 1838192 SHA256 (ceph-civetweb-de23828_GH0.tar.gz) = a9a95dd58e9b4a696fa0c822c1401856c55ef9b67fb28cf15d97f19f1af2ecbd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808251440.w7PEepD3050477>