Opened 5 years ago

Closed 5 years ago

#58860 closed defect (fixed)

dbeaver-community: Checksum failure

Reported by: mf2k (Frank Schima) Owned by: lhaeger (Lothar Haeger)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: dbeaver-community

Description

$ sudo port upgrade outdated 
--->  Fetching archive for dbeaver-community
--->  Attempting to fetch dbeaver-community-6.1.5_0.darwin_18.x86_64.tbz2 from http://ywg.ca.packages.macports.org/mirror/macports/packages/dbeaver-community
--->  Attempting to fetch dbeaver-community-6.1.5_0.darwin_18.x86_64.tbz2 from https://packages.macports.org/dbeaver-community
--->  Attempting to fetch dbeaver-community-6.1.5_0.darwin_18.x86_64.tbz2 from http://aus.us.packages.macports.org/macports/packages/dbeaver-community
--->  Fetching distfiles for dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from https://distfiles.macports.org/dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from http://ywg.ca.distfiles.macports.org/mirror/macports/distfiles/dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from http://aus.us.distfiles.macports.org/macports/distfiles/dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from https://github.com/dbeaver/dbeaver/releases/download/6.1.5
--->  Verifying checksums for dbeaver-community                                      
Error: Checksum (rmd160) mismatch for dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz
Error: Checksum (sha256) mismatch for dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz
Error: Checksum (size) mismatch for dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz
Error: Failed to checksum dbeaver-community: Unable to verify file checksums
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_github.com_macports_macports-ports_databases_dbeaver-community/dbeaver-community/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.

Change History (3)

comment:1 Changed 5 years ago by lhaeger (Lothar Haeger)

Looks like they silenty updated the source bundle:

# openssl dgst -sha256 /opt/local/var/macports/distfiles/dbeaver-community/dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz
SHA256(dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz)= 5cb439654993787822cd5a0841138408b0b79c595a01ffa32c19ed8159068714

# openssl dgst -ripemd160 /opt/local/var/macports/distfiles/dbeaver-community/dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz
RIPEMD160(dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz)= 6b7cd4ca08e82cf64cefa3cbde3ceefbeaaaa706

# ll /opt/local/var/macports/distfiles/dbeaver-community/dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz
-rw-r--r--  1 macports  admin  55188861 19 Aug 09:56 dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz

# sudo port clean --all dbeaver-community
--->  Cleaning dbeaver-community

# sudo port fetch  dbeaver-community
--->  Fetching distfiles for dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from http://nue.de.distfiles.macports.org/dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from http://lil.fr.distfiles.macports.org/dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from https://distfiles.macports.org/dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/dbeaver-community
--->  Attempting to fetch dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz from https://github.com/dbeaver/dbeaver/releases/download/6.1.5

# openssl dgst -ripemd160 /opt/local/var/macports/distfiles/dbeaver-community/dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz
RIPEMD160(dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz)= 1a168eda00848d19d75a6f6dd16f7f666007c632

# openssl dgst -sha256 /opt/local/var/macports/distfiles/dbeaver-community/dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz
SHA256(dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz)= 77be7c239852a80c0943e8f4ae2046c41a352ba9dd325e1650ce28a9bb820f7b

# ll /opt/local/var/macports/distfiles/dbeaver-community/dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz
-rw-r--r--  1 macports  admin  55290089 21 Aug 18:20 dbeaver-ce-6.1.5-macosx.cocoa.x86_64.tar.gz

I'll update the portfile...

Last edited 5 years ago by lhaeger (Lothar Haeger) (previous) (diff)

comment:2 Changed 5 years ago by mf2k (Frank Schima)

Note this page on the wiki. wiki:PortfileRecipes#stealth-updates

comment:3 Changed 5 years ago by lhaeger (Lothar Haeger)

Resolution: fixed
Status: assignedclosed

In 2d444358571cf07e94eace8f855ad5c92da4c98f/macports-ports (master):

dbeaver-community: fix checksums after silent update

Closes: #58860

Note: See TracTickets for help on using tickets.