Date: Wed, 4 Jul 2018 11:48:45 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473878 - head/security/1password-client Message-ID: <201807041148.w64BmjpQ051336@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Wed Jul 4 11:48:45 2018 New Revision: 473878 URL: https://svnweb.freebsd.org/changeset/ports/473878 Log: security/1password-client: Handle re-rolled distfiles. apparently AgileBits re-rolled the dist files on 2018-06-01. pkg-fallout notified me that it couldn't download the i386 version, but I was able to. Checking the distfiles checksums on directly downloaded files showed the attached changes. I did re-verify the included gpg signatures, and they are good. I'm also adding a local mirror on general principles. Reported by: pkg-fallout Modified: head/security/1password-client/Makefile head/security/1password-client/distinfo Modified: head/security/1password-client/Makefile ============================================================================== --- head/security/1password-client/Makefile Wed Jul 4 11:39:57 2018 (r473877) +++ head/security/1password-client/Makefile Wed Jul 4 11:48:45 2018 (r473878) @@ -4,7 +4,8 @@ PORTNAME= 1password-client PORTVERSION= 0.4.1 CATEGORIES= security -MASTER_SITES= https://cache.agilebits.com/dist/1P/op/pkg/v${PORTVERSION}/ +MASTER_SITES= https://cache.agilebits.com/dist/1P/op/pkg/v${PORTVERSION}/ \ + LOCAL/ler/op MAINTAINER= ler@FreeBSD.org COMMENT= 1Password CLI client Modified: head/security/1password-client/distinfo ============================================================================== --- head/security/1password-client/distinfo Wed Jul 4 11:39:57 2018 (r473877) +++ head/security/1password-client/distinfo Wed Jul 4 11:48:45 2018 (r473878) @@ -1,7 +1,7 @@ -TIMESTAMP = 1526657571 -SHA256 (op_freebsd_amd64_v0.4.1.zip) = 057e8cb116ca54fb1b2631b9b835b1d40e2585e87ff57e6b0413b515442f79d5 +TIMESTAMP = 1530704128 +SHA256 (op_freebsd_amd64_v0.4.1.zip) = 013c8f3bf649ad2fc05a58bb7d0e021e436ef288f4002608d70de84b42884c8a SIZE (op_freebsd_amd64_v0.4.1.zip) = 2385920 -SHA256 (op_freebsd_arm_v0.4.1.zip) = e49c1b80546d0bd922da939f832d53978c7cc295c1b370d10504ab13a0dc2c2f +SHA256 (op_freebsd_arm_v0.4.1.zip) = 545ea2d9e67b3a88f0dad5e573071b73280ef223747f90499ca3655e6b7bbfa1 SIZE (op_freebsd_arm_v0.4.1.zip) = 2199864 -SHA256 (op_freebsd_386_v0.4.1.zip) = 55594c7ec89fff0ee9ae0faef306eb0554ae0cbdf47e51724d58127e9e890b69 +SHA256 (op_freebsd_386_v0.4.1.zip) = 243d9f11b5e4cf2bf8499dade706ae7063bfebdd0eb4a2d297ee0e64c001f839 SIZE (op_freebsd_386_v0.4.1.zip) = 2212342
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807041148.w64BmjpQ051336>