pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/erlang-fast_tls erlang-fast_tls: Update to 1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e145a3320f5
branches: trunk
changeset: 386798:4e145a3320f5
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Sat Oct 15 12:01:57 2022 +0000
description:
erlang-fast_tls: Update to 1.1.16
upstream changes:
-----------------
Version 1.1.16
o Fix compilations on windows
o Reintroduce blocking of renegotions for Openssl < 1.1.0h
Version 1.1.15
o Fix compilation on pre c99 systems
Version 1.1.14
o Updating p1_utils to version 1.0.25.
o Improve compatibility with OpenSSL 3.0
o Improve compatiblity with LibreSSL >= 3.5
o Add 'keyfile', 'dh' and 'fips_mode' options
Version 1.1.13
o Updating p1_utils to version 1.0.23.
o Switch from using Travis to Github Actions as CI
diffstat:
security/erlang-fast_tls/Makefile | 7 +++----
security/erlang-fast_tls/distinfo | 9 ++++-----
security/erlang-fast_tls/patches/patch-Makefile | 24 ------------------------
3 files changed, 7 insertions(+), 33 deletions(-)
diffs (64 lines):
diff -r 3e40419b22af -r 4e145a3320f5 security/erlang-fast_tls/Makefile
--- a/security/erlang-fast_tls/Makefile Sat Oct 15 11:59:30 2022 +0000
+++ b/security/erlang-fast_tls/Makefile Sat Oct 15 12:01:57 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/05/21 10:48:55 triaxx Exp $
+# $NetBSD: Makefile,v 1.21 2022/10/15 12:01:57 triaxx Exp $
-DISTNAME= fast_tls-1.1.12
-PKGREVISION= 1
+DISTNAME= fast_tls-1.1.16
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -12,7 +11,7 @@
GITHUB_PROJECT= fast_tls
-DEPENDS+= erlang-p1_utils>=1.0.22:../../misc/erlang-p1_utils
+DEPENDS+= erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
diff -r 3e40419b22af -r 4e145a3320f5 security/erlang-fast_tls/distinfo
--- a/security/erlang-fast_tls/distinfo Sat Oct 15 11:59:30 2022 +0000
+++ b/security/erlang-fast_tls/distinfo Sat Oct 15 12:01:57 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:17:04 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/10/15 12:01:57 triaxx Exp $
-BLAKE2s (fast_tls-1.1.12.tar.gz) = f2c3aa1750cec8a0d506665830ff3a495d605e0fc1862f40f4bcede3aa506d2a
-SHA512 (fast_tls-1.1.12.tar.gz) = 763666f05c8ebb504b39321c928e0c961cf399606e9e99def3dc6a8862cfb24abfa08542f7d1cb7fe1c5ea79003b6c9ab1c15d85baec266b4b5f586fbd0dd10d
-Size (fast_tls-1.1.12.tar.gz) = 80867 bytes
-SHA1 (patch-Makefile) = 457b6c35d446305cb1c472e88b4c3f6fced67d7b
+BLAKE2s (fast_tls-1.1.16.tar.gz) = 8ee9512eac5fc40d08b0047fd8ff6ccb7311dfc5af0b19e8c2ce4dc6aaa3576c
+SHA512 (fast_tls-1.1.16.tar.gz) = c143eacf3b36b21c51cbf3c6fbb9327bc9a987ac88ef72f85981352efc3361a703caab970ae3f08bbcb1b99ded89160f9ccf798f718935d6c1950a51231abfbf
+Size (fast_tls-1.1.16.tar.gz) = 83971 bytes
diff -r 3e40419b22af -r 4e145a3320f5 security/erlang-fast_tls/patches/patch-Makefile
--- a/security/erlang-fast_tls/patches/patch-Makefile Sat Oct 15 11:59:30 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$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