pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/erlang-fast_tls
Module Name: pkgsrc
Committed By: triaxx
Date: Fri May 21 07:49:52 UTC 2021
Modified Files:
pkgsrc/security/erlang-fast_tls: Makefile distinfo
Added Files:
pkgsrc/security/erlang-fast_tls/patches: patch-Makefile
Log Message:
erlang-fast_tls: Update to 1.1.12
pkgsrc changes:
---------------
o Add a patch to localize the path of rebar by defining the REBAR
variable in MAKE_ENV.
upstream changes:
-----------------
Version 1.1.12
o Updating p1_utils to version 1.0.22.
Version 1.1.11
o Add missing applicaitons in fast_tls.app
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/erlang-fast_tls/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/erlang-fast_tls/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/erlang-fast_tls/patches/patch-Makefile
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-fast_tls/Makefile
diff -u pkgsrc/security/erlang-fast_tls/Makefile:1.18 pkgsrc/security/erlang-fast_tls/Makefile:1.19
--- pkgsrc/security/erlang-fast_tls/Makefile:1.18 Fri Jan 15 23:44:15 2021
+++ pkgsrc/security/erlang-fast_tls/Makefile Fri May 21 07:49:52 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/01/15 23:44:15 triaxx Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/21 07:49:52 triaxx Exp $
-DISTNAME= fast_tls-1.1.10
+DISTNAME= fast_tls-1.1.12
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -11,10 +11,12 @@ LICENSE= apache-2.0
GITHUB_PROJECT= fast_tls
-DEPENDS+= erlang-p1_utils>=1.0.12:../../misc/erlang-p1_utils
+DEPENDS+= erlang-p1_utils>=1.0.22:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
+MAKE_ENV+= REBAR=${REBAR}
+
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/erlang-fast_tls/distinfo
diff -u pkgsrc/security/erlang-fast_tls/distinfo:1.16 pkgsrc/security/erlang-fast_tls/distinfo:1.17
--- pkgsrc/security/erlang-fast_tls/distinfo:1.16 Fri Jan 15 23:44:15 2021
+++ pkgsrc/security/erlang-fast_tls/distinfo Fri May 21 07:49:52 2021
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.16 2021/01/15 23:44:15 triaxx Exp $
+$NetBSD: distinfo,v 1.17 2021/05/21 07:49:52 triaxx Exp $
-SHA1 (fast_tls-1.1.10.tar.gz) = 047e9d795784fe971212e14fe57057ceb94dd072
-RMD160 (fast_tls-1.1.10.tar.gz) = b3f4dd3c9d5fc605401cb3a8945d14cb0fad77dd
-SHA512 (fast_tls-1.1.10.tar.gz) = 3a87822449c3431b17f7d94daf994831bcbf143a5854fc90666b2506c9f8b83fda1506217aad0a0ddf53648e2fc9044bf1ef49bcc04e17cdf553bb7f1f48a486
-Size (fast_tls-1.1.10.tar.gz) = 80575 bytes
+SHA1 (fast_tls-1.1.12.tar.gz) = aa06bd5d0a03a4c8c003ed78be5ce17fc233b8fd
+RMD160 (fast_tls-1.1.12.tar.gz) = 4fd3690621b96689f5e5b4ff54af2d9ff506c4a5
+SHA512 (fast_tls-1.1.12.tar.gz) = 763666f05c8ebb504b39321c928e0c961cf399606e9e99def3dc6a8862cfb24abfa08542f7d1cb7fe1c5ea79003b6c9ab1c15d85baec266b4b5f586fbd0dd10d
+Size (fast_tls-1.1.12.tar.gz) = 80867 bytes
+SHA1 (patch-Makefile) = 457b6c35d446305cb1c472e88b4c3f6fced67d7b
Added files:
Index: pkgsrc/security/erlang-fast_tls/patches/patch-Makefile
diff -u /dev/null pkgsrc/security/erlang-fast_tls/patches/patch-Makefile:1.1
--- /dev/null Fri May 21 07:49:52 2021
+++ pkgsrc/security/erlang-fast_tls/patches/patch-Makefile Fri May 21 07:49:52 2021
@@ -0,0 +1,24 @@
+$NetBSD: patch-Makefile,v 1.1 2021/05/21 07:49:52 triaxx Exp $
+
+* Use pkgsrc dependencies.
+
+--- Makefile.orig 2021-03-24 17:50:20.000000000 +0000
++++ Makefile
+@@ -1,12 +1,14 @@
++REBAR ?= rebar
++
+ all: src
+
+ src:
+- rebar get-deps compile
++ $(REBAR) get-deps compile
+
+ clean:
+- rebar clean
++ $(REBAR) clean
+
+ test:
+- rebar skip_deps=true eunit
++ $(REBAR) skip_deps=true eunit
+
+ .PHONY: clean src
Home |
Main Index |
Thread Index |
Old Index