pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/erlang-cache_tab erlang-cache_tab: Update to 1.0.26
details: https://anonhg.NetBSD.org/pkgsrc/rev/3aacfc82d3b5
branches: trunk
changeset: 445000:3aacfc82d3b5
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Fri Jan 15 23:38:27 2021 +0000
description:
erlang-cache_tab: Update to 1.0.26
upstream changes:
-----------------
Version 1.0.26
* Updating p1_utils to version 1.0.21.
* Update travis config
Version 1.0.25
* Updating p1_utils to version 1.0.20.
Version 1.0.24
* Fix compilation with Erlang/OTP 23.0
Version 1.0.23
* Updating p1_utils to version 1.0.19.
* Fix compatibility issues with Erlang 23
Version 1.0.22
* Updating p1_utils to version 1.0.18.
* Mark p1_utils app as dpendency in .app file
* Remove usage of statics in c code, which allows for live upgrade of nif component
Version 1.0.21
* Updating p1_utils to version 1.0.17.
Version 1.0.20
* Updating p1_utils to version 1.0.16.
* Make it possible to set type of the ets_cache
* Add cache support for grow-only counters
* Export ets_cache:tag() type
Version 1.0.19
* Updating p1_utils to version 1.0.15.
* Expand ets_cache API
Version 1.0.18
* Updating p1_utils to version 1.0.14.
* Add contribution guide
Version 1.0.17
* Add ets_cache:insert/3,4 functions
Version 1.0.16
* Updating p1_utils to version 1.0.13.
Version 1.0.15
* Updating p1_utils to version 6ff85e8.
* Don't compile ets_cache to native code
* Use rand:unifor instead of crypto module
diffstat:
devel/erlang-cache_tab/Makefile | 6 +++---
devel/erlang-cache_tab/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 138ff428d9d0 -r 3aacfc82d3b5 devel/erlang-cache_tab/Makefile
--- a/devel/erlang-cache_tab/Makefile Fri Jan 15 23:34:57 2021 +0000
+++ b/devel/erlang-cache_tab/Makefile Fri Jan 15 23:38:27 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/07/20 08:59:50 fhajny Exp $
+# $NetBSD: Makefile,v 1.13 2021/01/15 23:38:27 triaxx Exp $
-DISTNAME= cache_tab-1.0.14
+DISTNAME= cache_tab-1.0.26
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -9,7 +9,7 @@
COMMENT= In-memory cache Erlang libraries
LICENSE= apache-2.0
-DEPENDS+= erlang-p1_utils>=1.0.12:../../misc/erlang-p1_utils
+DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
GITHUB_PROJECT= cache_tab
diff -r 138ff428d9d0 -r 3aacfc82d3b5 devel/erlang-cache_tab/distinfo
--- a/devel/erlang-cache_tab/distinfo Fri Jan 15 23:34:57 2021 +0000
+++ b/devel/erlang-cache_tab/distinfo Fri Jan 15 23:38:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/07/20 08:59:50 fhajny Exp $
+$NetBSD: distinfo,v 1.12 2021/01/15 23:38:27 triaxx Exp $
-SHA1 (cache_tab-1.0.14.tar.gz) = 4452c85bf46c3a079476e03bbcbe4aba3983203f
-RMD160 (cache_tab-1.0.14.tar.gz) = 4be65f9c627846f85618f5083ea03fe4d23ec94b
-SHA512 (cache_tab-1.0.14.tar.gz) = d202d00fc6fed7b31b0c07089c5e96ce7cb92631fe1869076e66ecb7f06b09d98d952204cca0f9840e9fab1410edf8f50162db149864c76665c3b1b4b0b3c403
-Size (cache_tab-1.0.14.tar.gz) = 18680 bytes
+SHA1 (cache_tab-1.0.26.tar.gz) = 16ef8bd68b41808009c8b649ced24dcccce384eb
+RMD160 (cache_tab-1.0.26.tar.gz) = facf9ab6d3ff2bb65dd9ade9b4af3c5f6e48f325
+SHA512 (cache_tab-1.0.26.tar.gz) = d9412484ac4070b67a4808eb30dfb73bee7916f98264df8f6efd0012f594cddc6537de35668b1b6fd8b0f2f2812f7db5c3a44d3171aa451dfa433a8d231e09db
+Size (cache_tab-1.0.26.tar.gz) = 23511 bytes
Home |
Main Index |
Thread Index |
Old Index