Opened 11 years ago

Closed 11 years ago

#39154 closed defect (fixed)

QupZilla 1.4.3 was stealth-updated

Reported by: khepler Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: QupZilla

Description

[Vertigo:~] kris% port -v checksum qupzilla
Warning: MacPorts running without privileges. You may be unable to complete certain actions (e.g. install).
--->  Verifying checksum(s) for QupZilla
--->  Checksumming qupzilla-1.4.3.tar.gz
Error: Checksum (rmd160) mismatch for qupzilla-1.4.3.tar.gz
Portfile checksum: qupzilla-1.4.3.tar.gz rmd160 c9ab197697a6bbaffe98e9312f6b6c586e6a013c
Distfile checksum: qupzilla-1.4.3.tar.gz rmd160 df2e891869f988cec27e470f8bc6bf1fb1ab202f
Error: Checksum (sha256) mismatch for qupzilla-1.4.3.tar.gz
Portfile checksum: qupzilla-1.4.3.tar.gz sha256 10f84056b2fd8c2a862784bfaaad29a777ab41c17a61d9ae1a8635a689ac9ec3
Distfile checksum: qupzilla-1.4.3.tar.gz sha256 aa41d87d722e8f74afa647a659278a7fae29c3faad150f4e7e5d93cb4ec96fd3
The correct checksum line may be:
checksums           rmd160  df2e891869f988cec27e470f8bc6bf1fb1ab202f \
                    sha256  aa41d87d722e8f74afa647a659278a7fae29c3faad150f4e7e5d93cb4ec96fd3
Error: org.macports.checksum for port QupZilla returned: Unable to verify file checksums
Warning: targets not executed for QupZilla: org.macports.checksum
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port qupzilla failed
[Vertigo:~] kris% 

I downloaded the tarball independently of Macports, and verified the SHA256:

[Vertigo:~/Source] kris% shasum-5.12 -a 256 qupzilla-1.4.3.tar.gz 
aa41d87d722e8f74afa647a659278a7fae29c3faad150f4e7e5d93cb4ec96fd3  qupzilla-1.4.3.tar.gz

The tarball decompresses without error, appears valid.

Change History (2)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: Port QupZilla has wrong checksumsQupZilla 1.4.3 was stealth-updated

QupZilla was stealth-updated. The change appears to be minor:

  • src/lib/app/qz_namespace.h

    old new  
    2424#define QT_QUPZILLA_EXPORT Q_DECL_IMPORT
    2525#endif
    2626
     27#ifndef Q_UNLIKELY
     28#define Q_UNLIKELY(x) x
     29#endif
     30
     31#ifndef Q_LIKELY
     32#define Q_LIKELY(x) x
     33#endif
     34
    2735#include <QFlags>
    2836
    2937namespace Qz

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.