pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/erlang-p1_acme



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Oct 14 20:17:53 UTC 2022

Modified Files:
        pkgsrc/security/erlang-p1_acme: Makefile distinfo
Removed Files:
        pkgsrc/security/erlang-p1_acme/patches: patch-rebar.config
            patch-rebar.config.script

Log Message:
erlang-p1_acme: Update to 1.0.20

upstream changes:
-----------------
Version 1.0.20
  o Updating yconf to version 1.0.14.
Version 1.0.19
  o Updating yconf to version 1.0.13.
  o Fix order in which dependencies are started
Version 1.0.18
  o Updating jiffy to version 1.1.1 to support Mix compilation again
Version 1.0.17
  o Updating jiffy to version 1.1.0 to support Erlang/OTP 25.0-rc1
  o Copy code from eimp to use override_deps_versions only when not rebar3
Version 1.0.14
  o Generate documentation when publishing to hex
  o Updating jose to version 1.11.1.
Version 1.0.13
  o Updating yconf to version 1.0.12.
  o Switch from using Travis to Github Actions as CI


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/erlang-p1_acme/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/erlang-p1_acme/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/security/erlang-p1_acme/patches/patch-rebar.config
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/erlang-p1_acme/patches/patch-rebar.config.script

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-p1_acme/Makefile
diff -u pkgsrc/security/erlang-p1_acme/Makefile:1.2 pkgsrc/security/erlang-p1_acme/Makefile:1.3
--- pkgsrc/security/erlang-p1_acme/Makefile:1.2 Thu May 20 15:45:28 2021
+++ pkgsrc/security/erlang-p1_acme/Makefile     Fri Oct 14 20:17:53 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/05/20 15:45:28 triaxx Exp $
+# $NetBSD: Makefile,v 1.3 2022/10/14 20:17:53 triaxx Exp $
 
-DISTNAME=      p1_acme-1.0.12
+DISTNAME=      p1_acme-1.0.20
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -9,11 +9,11 @@ HOMEPAGE=     https://github.com/processone/
 COMMENT=       Erlang ACME client (RFC8555)
 LICENSE=       apache-2.0
 
-DEPENDS+=      erlang-base64url>=1.0:../../devel/erlang-base64url
+DEPENDS+=      erlang-base64url>=1.0.1:../../devel/erlang-base64url
 DEPENDS+=      erlang-idna>=6.0.0:../../net/erlang-idna
-DEPENDS+=      erlang-jiffy>=1.0.5:../../textproc/erlang-jiffy
-DEPENDS+=      erlang-jose>=1.9.0:../../security/erlang-jose
-DEPENDS+=      erlang-yconf>=1.0.9:../../textproc/erlang-yconf
+DEPENDS+=      erlang-jiffy>=1.1.1:../../textproc/erlang-jiffy
+DEPENDS+=      erlang-jose>=1.11.1:../../security/erlang-jose
+DEPENDS+=      erlang-yconf>=1.0.14:../../textproc/erlang-yconf
 
 USE_LANGUAGES= c c++
 

Index: pkgsrc/security/erlang-p1_acme/distinfo
diff -u pkgsrc/security/erlang-p1_acme/distinfo:1.4 pkgsrc/security/erlang-p1_acme/distinfo:1.5
--- pkgsrc/security/erlang-p1_acme/distinfo:1.4 Tue Oct 26 11:17:04 2021
+++ pkgsrc/security/erlang-p1_acme/distinfo     Fri Oct 14 20:17:53 2022
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:17:04 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/10/14 20:17:53 triaxx Exp $
 
-BLAKE2s (p1_acme-1.0.12.tar.gz) = 809204de621cd9ce42a70e046caa306e0d9af71f53a547dea7e6cb51db67bdba
-SHA512 (p1_acme-1.0.12.tar.gz) = a1a291b5b1f07d6eb3ef67913505f784226208485b11d79d695cc0474fc1660662474f5bc558631e2899a16287caedaf7609fc17ca2d1dee0a700e674d50c764
-Size (p1_acme-1.0.12.tar.gz) = 221422 bytes
-SHA1 (patch-rebar.config) = 1313324d35232b829471233b3e421fda1da6c9cf
-SHA1 (patch-rebar.config.script) = b3923816e84d117e82843b93be9672286b4d9361
+BLAKE2s (p1_acme-1.0.20.tar.gz) = 127c14d2771cde92d1406a186daf36e05ab8a07c96c7558a6af985664ac0b0f8
+SHA512 (p1_acme-1.0.20.tar.gz) = 5bb82183e361d795ae59dc620b0677a9daeb52d9587f19d1c2e2b39ef45f50eb229244dd148cf99a740ac7c2e9d7571ebc9b1a271b4bca7263c3e898e36c2a7c
+Size (p1_acme-1.0.20.tar.gz) = 223319 bytes



Home | Main Index | Thread Index | Old Index