[MacPorts] #39154: Port QupZilla has wrong checksums
#39154: Port QupZilla has wrong checksums -----------------------+-------------------------------- Reporter: khepler@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: QupZilla -----------------------+-------------------------------- {{{ [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. -- Ticket URL: <https://trac.macports.org/ticket/39154> MacPorts <http://www.macports.org/> Ports system for OS X
#39154: QupZilla 1.4.3 was stealth-updated ------------------------+-------------------------- Reporter: khepler@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: QupZilla | ------------------------+-------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned Comment: QupZilla was [wiki:PortfileRecipes#stealth-updates stealth-updated]. The change appears to be minor: {{{ #!diff --- QupZilla-qupzilla-80309a0/src/lib/app/qz_namespace.h 2013-05-09 13:02:37.000000000 -0500 +++ 1.4.3_1/QupZilla-qupzilla-40dcc26/src/lib/app/qz_namespace.h 2013-05-10 05:10:45.000000000 -0500 @@ -24,6 +24,14 @@ #define QT_QUPZILLA_EXPORT Q_DECL_IMPORT #endif +#ifndef Q_UNLIKELY +#define Q_UNLIKELY(x) x +#endif + +#ifndef Q_LIKELY +#define Q_LIKELY(x) x +#endif + #include <QFlags> namespace Qz }}} -- Ticket URL: <https://trac.macports.org/ticket/39154#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39154: QupZilla 1.4.3 was stealth-updated ------------------------+-------------------------- Reporter: khepler@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: QupZilla | ------------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: r106238 -- Ticket URL: <https://trac.macports.org/ticket/39154#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts