pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/erlang-stun



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 22 05:48:49 UTC 2024

Modified Files:
        pkgsrc/net/erlang-stun: Makefile distinfo

Log Message:
erlang-stun: updated to 1.2.14

Version 1.2.14

Updating fast_tls to version 1.1.21.

Version 1.2.13

Updating fast_tls to version 1.1.20.
Updating p1_utils to version 1.0.26.

Version 1.2.12

Updating fast_tls to version 1.1.19.

Version 1.2.11

Updating fast_tls to version 1.1.18.

Version 1.2.10

Improve dialyzer support

Version 1.2.9

Allow for specifying white/blacklists for clients and peers separately.

Version 1.2.8

Fix expiry of nonces.

Version 1.2.7

Handle transport autodetection error gracefully
Remove unused error handling


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/erlang-stun/Makefile \
    pkgsrc/net/erlang-stun/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/erlang-stun/Makefile
diff -u pkgsrc/net/erlang-stun/Makefile:1.19 pkgsrc/net/erlang-stun/Makefile:1.20
--- pkgsrc/net/erlang-stun/Makefile:1.19        Fri Oct 14 20:05:57 2022
+++ pkgsrc/net/erlang-stun/Makefile     Thu Aug 22 05:48:48 2024
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.19 2022/10/14 20:05:57 triaxx Exp $
+# $NetBSD: Makefile,v 1.20 2024/08/22 05:48:48 adam Exp $
 
-DISTNAME=      stun-1.2.6
+DISTNAME=      stun-1.2.14
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
+GITHUB_PROJECT=        stun
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/processone/stun/
+HOMEPAGE=      https://github.com/processone/stun
 COMMENT=       STUN and TURN library for Erlang / Elixir
 LICENSE=       apache-2.0
 
 DEPENDS+=      erlang-fast_tls>=1.1.16:../../security/erlang-fast_tls
 DEPENDS+=      erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils
 
-GITHUB_PROJECT=        stun
-
 BUILD_TARGET=  src
 
 # Leave a non-versioned symlink in place for net/erlang-esip to find
Index: pkgsrc/net/erlang-stun/distinfo
diff -u pkgsrc/net/erlang-stun/distinfo:1.19 pkgsrc/net/erlang-stun/distinfo:1.20
--- pkgsrc/net/erlang-stun/distinfo:1.19        Fri Oct 14 20:05:57 2022
+++ pkgsrc/net/erlang-stun/distinfo     Thu Aug 22 05:48:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/10/14 20:05:57 triaxx Exp $
+$NetBSD: distinfo,v 1.20 2024/08/22 05:48:48 adam Exp $
 
-BLAKE2s (stun-1.2.6.tar.gz) = dcf2eec5e06eebdbd0e253cf9bee5ccf60cc3da29209a2902400cc5b0057ca73
-SHA512 (stun-1.2.6.tar.gz) = 6d6d0468c0272662326286a31402f748abce174c04edfcc9f49f08bf78019f6d34c62f706c8b3cf7e1d556ded72c227f55037926e2f4724f05cde9fac67cbe64
-Size (stun-1.2.6.tar.gz) = 42153 bytes
+BLAKE2s (stun-1.2.14.tar.gz) = af38d2bbfa1173c3550f73a87880573a4e4bf963e8c806165fed310c5c536b04
+SHA512 (stun-1.2.14.tar.gz) = aaac2922543f4e52d7de7bf17ed1ffc1581b41e365ab231f78423123240f21eb23eeca713929edcc4ebeecb6cb868016be3304ddbb770dd6d9b3fedc3cdb8207
+Size (stun-1.2.14.tar.gz) = 42566 bytes



Home | Main Index | Thread Index | Old Index