svn commit: r411286 - head/security/erlang-jose

Vanilla I. Shu vanilla at FreeBSD.org
Thu Mar 17 15:57:07 UTC 2016


Author: vanilla
Date: Thu Mar 17 15:57:06 2016
New Revision: 411286
URL: https://svnweb.freebsd.org/changeset/ports/411286

Log:
  Update to 1.7.2.

Modified:
  head/security/erlang-jose/Makefile
  head/security/erlang-jose/distinfo
  head/security/erlang-jose/pkg-plist

Modified: head/security/erlang-jose/Makefile
==============================================================================
--- head/security/erlang-jose/Makefile	Thu Mar 17 15:12:36 2016	(r411285)
+++ head/security/erlang-jose/Makefile	Thu Mar 17 15:57:06 2016	(r411286)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jose
-PORTVERSION=	1.7.1
+PORTVERSION=	1.7.2
 CATEGORIES=	security
 PKGNAMEPREFIX=	erlang-
 

Modified: head/security/erlang-jose/distinfo
==============================================================================
--- head/security/erlang-jose/distinfo	Thu Mar 17 15:12:36 2016	(r411285)
+++ head/security/erlang-jose/distinfo	Thu Mar 17 15:57:06 2016	(r411286)
@@ -1,2 +1,2 @@
-SHA256 (potatosalad-erlang-jose-1.7.1_GH0.tar.gz) = 36444a6e4ed9aa94798b10bb33b070185b23e2634e60a7cc257d33e0f43ecfa7
-SIZE (potatosalad-erlang-jose-1.7.1_GH0.tar.gz) = 198009
+SHA256 (potatosalad-erlang-jose-1.7.2_GH0.tar.gz) = 79575af5db507c64c419e89ea039f02b11f3f98cfe50765a167711a91d7cdcd2
+SIZE (potatosalad-erlang-jose-1.7.2_GH0.tar.gz) = 203157

Modified: head/security/erlang-jose/pkg-plist
==============================================================================
--- head/security/erlang-jose/pkg-plist	Thu Mar 17 15:12:36 2016	(r411285)
+++ head/security/erlang-jose/pkg-plist	Thu Mar 17 15:57:06 2016	(r411286)
@@ -59,6 +59,8 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/e
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_openssh_key.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_pem.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_set.beam
+lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_use_enc.beam
+lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_use_sig.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg.beam
 lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_ecdsa.beam
@@ -141,6 +143,8 @@ lib/erlang/lib/erlang-jose-%%VERSION%%/s
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_openssh_key.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_pem.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_set.erl
+lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_use_enc.erl
+lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_use_sig.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg.erl
 lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_ecdsa.erl


More information about the svn-ports-all mailing list