Date: Wed, 4 Jul 2018 21:20:41 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r473924 - branches/2018Q3/security/1password-client Message-ID: <201807042120.w64LKfsV048271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Wed Jul 4 21:20:41 2018 New Revision: 473924 URL: https://svnweb.freebsd.org/changeset/ports/473924 Log: MFH: r473878 r473922 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 security/1password-client: bump PORTREVISION for last change. Approved by: ports-secteam (blanket, fix broken ports) Modified: branches/2018Q3/security/1password-client/Makefile branches/2018Q3/security/1password-client/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/security/1password-client/Makefile ============================================================================== --- branches/2018Q3/security/1password-client/Makefile Wed Jul 4 21:19:40 2018 (r473923) +++ branches/2018Q3/security/1password-client/Makefile Wed Jul 4 21:20:41 2018 (r473924) @@ -3,8 +3,10 @@ PORTNAME= 1password-client PORTVERSION= 0.4.1 +PORTREVISION= 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: branches/2018Q3/security/1password-client/distinfo ============================================================================== --- branches/2018Q3/security/1password-client/distinfo Wed Jul 4 21:19:40 2018 (r473923) +++ branches/2018Q3/security/1password-client/distinfo Wed Jul 4 21:20:41 2018 (r473924) @@ -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?201807042120.w64LKfsV048271>