From owner-svn-ports-head@freebsd.org Fri Jan 22 03:28:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83A60A8C158; Fri, 22 Jan 2016 03:28:47 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 35F961DE1; Fri, 22 Jan 2016 03:28:47 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0M3SkIj095927; Fri, 22 Jan 2016 03:28:46 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0M3Sjfa095924; Fri, 22 Jan 2016 03:28:45 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601220328.u0M3Sjfa095924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 22 Jan 2016 03:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406887 - head/security/elixir-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 03:28:47 -0000 Author: vanilla Date: Fri Jan 22 03:28:45 2016 New Revision: 406887 URL: https://svnweb.freebsd.org/changeset/ports/406887 Log: Upgrade to 1.6.0. Modified: head/security/elixir-jose/Makefile head/security/elixir-jose/distinfo head/security/elixir-jose/pkg-plist Modified: head/security/elixir-jose/Makefile ============================================================================== --- head/security/elixir-jose/Makefile Fri Jan 22 03:28:30 2016 (r406886) +++ head/security/elixir-jose/Makefile Fri Jan 22 03:28:45 2016 (r406887) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jose -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.0 CATEGORIES= security PKGNAMEPREFIX= elixir- Modified: head/security/elixir-jose/distinfo ============================================================================== --- head/security/elixir-jose/distinfo Fri Jan 22 03:28:30 2016 (r406886) +++ head/security/elixir-jose/distinfo Fri Jan 22 03:28:45 2016 (r406887) @@ -1,2 +1,2 @@ -SHA256 (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 17335fd4fe27deb13327859bd28b0475f3828d3b849b4c2e8ef22e8ce601c38b -SIZE (potatosalad-erlang-jose-1.5.2_GH0.tar.gz) = 185060 +SHA256 (potatosalad-erlang-jose-1.6.0_GH0.tar.gz) = a411c5aeb60a7a594b0076b8009ce32283b1ea1530a1169b89323284f5333c07 +SIZE (potatosalad-erlang-jose-1.6.0_GH0.tar.gz) = 196180 Modified: head/security/elixir-jose/pkg-plist ============================================================================== --- head/security/elixir-jose/pkg-plist Fri Jan 22 03:28:30 2016 (r406886) +++ head/security/elixir-jose/pkg-plist Fri Jan 22 03:28:45 2016 (r406887) @@ -43,6 +43,7 @@ lib/elixir/lib/jose/ebin/jose_jwa_concat lib/elixir/lib/jose/ebin/jose_jwa_curve25519.beam lib/elixir/lib/jose/ebin/jose_jwa_curve448.beam lib/elixir/lib/jose/ebin/jose_jwa_ed25519.beam +lib/elixir/lib/jose/ebin/jose_jwa_ed448.beam lib/elixir/lib/jose/ebin/jose_jwa_math.beam lib/elixir/lib/jose/ebin/jose_jwa_pkcs1.beam lib/elixir/lib/jose/ebin/jose_jwa_pkcs5.beam @@ -87,6 +88,7 @@ lib/elixir/lib/jose/ebin/jose_jws_alg_rs lib/elixir/lib/jose/ebin/jose_jwt.beam lib/elixir/lib/jose/ebin/jose_server.beam lib/elixir/lib/jose/ebin/jose_sha3.beam +lib/elixir/lib/jose/ebin/jose_sha3_keccakf1600.beam lib/elixir/lib/jose/ebin/jose_sha3_unsupported.beam lib/elixir/lib/jose/ebin/jose_sup.beam lib/elixir/lib/jose/lib/jose.ex