pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/erlang-jose



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Jan 15 23:47:06 UTC 2021

Modified Files:
        pkgsrc/security/erlang-jose: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/erlang-jose/Makefile \
    pkgsrc/security/erlang-jose/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/erlang-jose/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/erlang-jose/Makefile
diff -u pkgsrc/security/erlang-jose/Makefile:1.2 pkgsrc/security/erlang-jose/Makefile:1.3
--- pkgsrc/security/erlang-jose/Makefile:1.2    Mon Mar 23 18:32:00 2020
+++ pkgsrc/security/erlang-jose/Makefile        Fri Jan 15 23:47:05 2021
@@ -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
Index: pkgsrc/security/erlang-jose/PLIST
diff -u pkgsrc/security/erlang-jose/PLIST:1.2 pkgsrc/security/erlang-jose/PLIST:1.3
--- pkgsrc/security/erlang-jose/PLIST:1.2       Mon Mar 23 18:32:00 2020
+++ pkgsrc/security/erlang-jose/PLIST   Fri Jan 15 23:47:05 2021
@@ -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/j
 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

Index: pkgsrc/security/erlang-jose/distinfo
diff -u pkgsrc/security/erlang-jose/distinfo:1.3 pkgsrc/security/erlang-jose/distinfo:1.4
--- pkgsrc/security/erlang-jose/distinfo:1.3    Mon Mar 23 18:32:00 2020
+++ pkgsrc/security/erlang-jose/distinfo        Fri Jan 15 23:47:05 2021
@@ -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