pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/erlang-jose erlang-jose: Update to 1.11.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2160084560b8
branches:  trunk
changeset: 445008:2160084560b8
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Jan 15 23:47:05 2021 +0000

description:
erlang-jose: Update to 1.11.1

upstream changes:
-----------------
1.11.0 (2020-12-23)
  * Fixes
      + Fix compatibility with older OTP versions
      + Fix AES detection on OTP 23
      + Fix AES GCM bugs on OTP 23

1.11.0 (2020-11-24)
  * Fixes
      + Add compatability layer to fix deprecated crypto functions.
      + Use :extra_applications instead of :applications (bumps Elixir requirement to ~> 1.4).
      + Conditionally compile Poison modules used for testing.

diffstat:

 security/erlang-jose/Makefile |   4 ++--
 security/erlang-jose/PLIST    |   3 ++-
 security/erlang-jose/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r e99f46267b7d -r 2160084560b8 security/erlang-jose/Makefile
--- a/security/erlang-jose/Makefile     Fri Jan 15 23:44:28 2021 +0000
+++ b/security/erlang-jose/Makefile     Fri Jan 15 23:47:05 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/03/23 18:32:00 nia Exp $
+# $NetBSD: Makefile,v 1.3 2021/01/15 23:47:05 triaxx Exp $
 
-DISTNAME=      jose-1.10.1
+DISTNAME=      jose-1.11.1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=potatosalad/}
 GITHUB_PROJECT=        erlang-jose
diff -r e99f46267b7d -r 2160084560b8 security/erlang-jose/PLIST
--- a/security/erlang-jose/PLIST        Fri Jan 15 23:44:28 2021 +0000
+++ b/security/erlang-jose/PLIST        Fri Jan 15 23:47:05 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/23 18:32:00 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/01/15 23:47:05 triaxx Exp $
 lib/erlang/lib/jose-${PKGVERSION}/ebin/jose.app
 lib/erlang/lib/jose-${PKGVERSION}/ebin/jose.beam
 lib/erlang/lib/jose-${PKGVERSION}/ebin/jose_app.beam
@@ -10,6 +10,7 @@
 lib/erlang/lib/jose-${PKGVERSION}/ebin/jose_chacha20_poly1305_crypto.beam
 lib/erlang/lib/jose-${PKGVERSION}/ebin/jose_chacha20_poly1305_libsodium.beam
 lib/erlang/lib/jose-${PKGVERSION}/ebin/jose_chacha20_poly1305_unsupported.beam
+lib/erlang/lib/jose-${PKGVERSION}/ebin/jose_crypto_compat.beam
 lib/erlang/lib/jose-${PKGVERSION}/ebin/jose_curve25519.beam
 lib/erlang/lib/jose-${PKGVERSION}/ebin/jose_curve25519_libdecaf.beam
 lib/erlang/lib/jose-${PKGVERSION}/ebin/jose_curve25519_libsodium.beam
diff -r e99f46267b7d -r 2160084560b8 security/erlang-jose/distinfo
--- a/security/erlang-jose/distinfo     Fri Jan 15 23:44:28 2021 +0000
+++ b/security/erlang-jose/distinfo     Fri Jan 15 23:47:05 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/03/23 18:32:00 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/01/15 23:47:05 triaxx Exp $
 
-SHA1 (jose-1.10.1.tar.gz) = 97f4ccf34ec7eb751068f76d3deda83660e797ff
-RMD160 (jose-1.10.1.tar.gz) = ed315e1126b8cbcfd0f57da277ac22d99ec5cfb2
-SHA512 (jose-1.10.1.tar.gz) = 2887a1d43e212516b32a0a690d5a94e6a797b4802b21fa0a51cc4830790f56625575db38af8fb1c0f4cf4694740c6149eb75989cfbd51867af69c1b23b7ba8ee
-Size (jose-1.10.1.tar.gz) = 279187 bytes
+SHA1 (jose-1.11.1.tar.gz) = 0b563c6cfcbc502cbb2289515cb5f1052a1f5a83
+RMD160 (jose-1.11.1.tar.gz) = 5efda757bdf65d4685ce0b0335ba08cb70996a2a
+SHA512 (jose-1.11.1.tar.gz) = eed87ba597b8df064f38b873216f0a54fc4173d4393de49b648bc9e4e519778c4f3043701f8e6cb84a0f452ff555fcfa1d65afeb91d4466616bcc27838772fd6
+Size (jose-1.11.1.tar.gz) = 281125 bytes



Home | Main Index | Thread Index | Old Index