Fri Oct 14 20:11:27 2022 UTC ()
erlang-p1_oauth2: Update to 0.6.11

upstream changes:
-----------------
Version 0.6.11
  o Generate documentation when generating hex.pm package
  o Remove usage of deprecated crypto functions
  o Improve errors reporting
Version 0.6.10
  o Switch from using Travis to Github Actions as CI
Version 0.6.9
  o Dialyzer: Update Response record definition: fields may be undefined


(triaxx)
diff -r1.5 -r1.6 pkgsrc/security/erlang-p1_oauth2/Makefile
diff -r1.6 -r1.7 pkgsrc/security/erlang-p1_oauth2/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/security/erlang-p1_oauth2/Makefile (expand / switch to unified diff)

--- pkgsrc/security/erlang-p1_oauth2/Makefile 2021/01/15 23:49:10 1.5
+++ pkgsrc/security/erlang-p1_oauth2/Makefile 2022/10/14 20:11:27 1.6
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2021/01/15 23:49:10 triaxx Exp $ 1# $NetBSD: Makefile,v 1.6 2022/10/14 20:11:27 triaxx Exp $
2 2
3DISTNAME= p1_oauth2-0.6.8 3DISTNAME= p1_oauth2-0.6.11
4PKGNAME= erlang-${DISTNAME} 
5CATEGORIES= security 4CATEGORIES= security
6MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/processone/p1_oauth2/ 8HOMEPAGE= https://github.com/processone/p1_oauth2/
10COMMENT= Erlang Oauth2 implementation 9COMMENT= Erlang Oauth2 implementation
11LICENSE= mit 10LICENSE= mit
12 11
13GITHUB_PROJECT= oauth2 12GITHUB_PROJECT= oauth2
14 13
15ERL_MOD_DIR= lib/erlang/lib/${DISTNAME} 14ERL_MOD_DIR= lib/erlang/lib/${DISTNAME}
16 15
17BUILD_TARGET= compile 16BUILD_TARGET= compile

cvs diff -r1.6 -r1.7 pkgsrc/security/erlang-p1_oauth2/distinfo (expand / switch to unified diff)

--- pkgsrc/security/erlang-p1_oauth2/distinfo 2021/10/26 11:17:05 1.6
+++ pkgsrc/security/erlang-p1_oauth2/distinfo 2022/10/14 20:11:27 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 11:17:05 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/10/14 20:11:27 triaxx Exp $
2 2
3BLAKE2s (p1_oauth2-0.6.8.tar.gz) = ac41c790f85aded46ee749a625ed4bb67e05d19cb5c30b1c7f2a8a48b7cdac2a 3BLAKE2s (p1_oauth2-0.6.11.tar.gz) = 7c9ef6389e478a52d18932f7274e46563750effd612ee51728aa66807af8996d
4SHA512 (p1_oauth2-0.6.8.tar.gz) = 10ce1542b8aa0cc0f600addd0f5c6fa82e069fa20267a729536493136756403b45185f01338d29cec2b318cbf51726e145dd767ea147155f50498841b57cdf08 4SHA512 (p1_oauth2-0.6.11.tar.gz) = c97fe256ba3d0c3c18d0ad14dd85f28bed7607b0aa8d56a23e1c87694a10669eb1cd6e0abafff7e366974b2160ef5eb8e65dadc60a85963e3aa4334252db8b6e
5Size (p1_oauth2-0.6.8.tar.gz) = 214027 bytes 5Size (p1_oauth2-0.6.11.tar.gz) = 214437 bytes