pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/erlang-p1_acme erlang-p1_acme: Update to 1.0.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93c789f93578
branches:  trunk
changeset: 452956:93c789f93578
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Thu May 20 15:45:28 2021 +0000

description:
erlang-p1_acme: Update to 1.0.12

upstream changes:
-----------------
Version 1.0.12
  o Updating yconf to version 1.0.11.

Version 1.0.11
  o Updating yconf to version 1.0.10.
  o Add missing applicaitons to p1_acme.app

diffstat:

 security/erlang-p1_acme/Makefile                   |   4 ++--
 security/erlang-p1_acme/distinfo                   |  12 ++++++------
 security/erlang-p1_acme/patches/patch-rebar.config |   6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r e2e31f7294d3 -r 93c789f93578 security/erlang-p1_acme/Makefile
--- a/security/erlang-p1_acme/Makefile  Thu May 20 15:44:21 2021 +0000
+++ b/security/erlang-p1_acme/Makefile  Thu May 20 15:45:28 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/01/16 19:47:57 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/20 15:45:28 triaxx Exp $
 
-DISTNAME=      p1_acme-1.0.10
+DISTNAME=      p1_acme-1.0.12
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
diff -r e2e31f7294d3 -r 93c789f93578 security/erlang-p1_acme/distinfo
--- a/security/erlang-p1_acme/distinfo  Thu May 20 15:44:21 2021 +0000
+++ b/security/erlang-p1_acme/distinfo  Thu May 20 15:45:28 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2021/01/16 19:47:57 triaxx Exp $
+$NetBSD: distinfo,v 1.2 2021/05/20 15:45:28 triaxx Exp $
 
-SHA1 (p1_acme-1.0.10.tar.gz) = 58c84c3d31e6f53530337626efcfb267c869e535
-RMD160 (p1_acme-1.0.10.tar.gz) = 60f609303a14c7db24a7b7a8ec667250e873ecfd
-SHA512 (p1_acme-1.0.10.tar.gz) = 90d164f96f86d36b4bc42e556a195affda21e5c63189d539cc98dd2d49525395875534a945765b1e19ab6a2ed249e3fa8eb506aff54f5ba7ed48b49fc074e15c
-Size (p1_acme-1.0.10.tar.gz) = 221088 bytes
-SHA1 (patch-rebar.config) = 937023962af8c8bfd91007ce854684bae1cb304e
+SHA1 (p1_acme-1.0.12.tar.gz) = f713e8aa337e632a1e0cd59bcffdeda06ed76824
+RMD160 (p1_acme-1.0.12.tar.gz) = 63662c652f1c5a8f3bfa0a154811212b81d9eedd
+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
diff -r e2e31f7294d3 -r 93c789f93578 security/erlang-p1_acme/patches/patch-rebar.config
--- a/security/erlang-p1_acme/patches/patch-rebar.config        Thu May 20 15:44:21 2021 +0000
+++ b/security/erlang-p1_acme/patches/patch-rebar.config        Thu May 20 15:45:28 2021 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-rebar.config,v 1.1 2021/01/16 19:47:57 triaxx Exp $
+$NetBSD: patch-rebar.config,v 1.2 2021/05/20 15:45:28 triaxx Exp $
 
 Use pkgsrc dependencies.
 
---- rebar.config.orig  2020-12-08 13:55:42.000000000 +0000
+--- rebar.config.orig  2021-03-24 20:58:24.000000000 +0000
 +++ rebar.config
 @@ -21,11 +21,6 @@
            {i, "include"},
            {platform_define, "^(R|1|20)", deprecated_stacktrace}]}.
  
 -{deps, [{jiffy, ".*", {git, "https://github.com/davisp/jiffy.git";, {tag, "1.0.5"}}},
--      {yconf, ".*", {git, "https://github.com/processone/yconf.git";, {tag, "1.0.9"}}},
+-      {yconf, ".*", {git, "https://github.com/processone/yconf.git";, {tag, "1.0.11"}}},
 -      {idna, ".*", {git, "https://github.com/benoitc/erlang-idna";, {tag, "6.0.0"}}},
 -      {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose";, {tag, "1.9.0"}}}]}.
 -



Home | Main Index | Thread Index | Old Index