From owner-svn-ports-all@freebsd.org Wed May 16 09:28:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29096EB1916; Wed, 16 May 2018 09:28:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2E8D7FF0F; Wed, 16 May 2018 09:28:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFADE185F3; Wed, 16 May 2018 09:28:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4G9SRYo071358; Wed, 16 May 2018 09:28:27 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G9SR0W071355; Wed, 16 May 2018 09:28:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201805160928.w4G9SR0W071355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 16 May 2018 09:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470110 - head/security/libu2f-host X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/security/libu2f-host X-SVN-Commit-Revision: 470110 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 09:28:28 -0000 Author: cpm Date: Wed May 16 09:28:26 2018 New Revision: 470110 URL: https://svnweb.freebsd.org/changeset/ports/470110 Log: security/libu2f-host: Update to 1.1.6 Noteworthy changes in 1.1.6 - Change waiting logic on authenticate to allow for faster feedback Modified: head/security/libu2f-host/Makefile head/security/libu2f-host/distinfo head/security/libu2f-host/pkg-plist Modified: head/security/libu2f-host/Makefile ============================================================================== --- head/security/libu2f-host/Makefile Wed May 16 09:15:33 2018 (r470109) +++ head/security/libu2f-host/Makefile Wed May 16 09:28:26 2018 (r470110) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libu2f-host -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= security devel Modified: head/security/libu2f-host/distinfo ============================================================================== --- head/security/libu2f-host/distinfo Wed May 16 09:15:33 2018 (r470109) +++ head/security/libu2f-host/distinfo Wed May 16 09:28:26 2018 (r470110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520556856 -SHA256 (Yubico-libu2f-host-libu2f-host-1.1.5_GH0.tar.gz) = 9d4a84acc50306264fd419015fac41b943a53a16e2feeb0db078aa1bde7f6747 -SIZE (Yubico-libu2f-host-libu2f-host-1.1.5_GH0.tar.gz) = 143721 +TIMESTAMP = 1526462515 +SHA256 (Yubico-libu2f-host-libu2f-host-1.1.6_GH0.tar.gz) = 45beabd3ba5a08643f3aea4642ea4c68f34f0ad701878f3ad447c5b3c13ecb21 +SIZE (Yubico-libu2f-host-libu2f-host-1.1.6_GH0.tar.gz) = 143785 Modified: head/security/libu2f-host/pkg-plist ============================================================================== --- head/security/libu2f-host/pkg-plist Wed May 16 09:15:33 2018 (r470109) +++ head/security/libu2f-host/pkg-plist Wed May 16 09:28:26 2018 (r470110) @@ -5,6 +5,6 @@ include/u2f-host/u2f-host.h lib/libu2f-host.a lib/libu2f-host.so lib/libu2f-host.so.0 -lib/libu2f-host.so.0.1.5 +lib/libu2f-host.so.0.1.6 libdata/pkgconfig/u2f-host.pc man/man1/u2f-host.1.gz