diff options
author | jhale <jhale@FreeBSD.org> | 2018-08-25 22:40:50 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-08-25 22:40:50 +0800 |
commit | d24a4d6fc405d70f4f5299bb5b058298484e718a (patch) | |
tree | c4cf1d830ab7ca895b2f63c272c359f22c1db48c /net | |
parent | 63bf6c95d996ed2fea297431323a8239acd5e8a1 (diff) | |
download | freebsd-ports-gnome-d24a4d6fc405d70f4f5299bb5b058298484e718a.tar.gz freebsd-ports-gnome-d24a4d6fc405d70f4f5299bb5b058298484e718a.tar.zst freebsd-ports-gnome-d24a4d6fc405d70f4f5299bb5b058298484e718a.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/ceph/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ceph/distinfo b/net/ceph/distinfo index 7637aa6e6017..7deab8b53caf 100644 --- a/net/ceph/distinfo +++ b/net/ceph/distinfo @@ -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 |