pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/toxic
Module Name: pkgsrc
Committed By: ktnb
Date: Thu May 21 13:52:08 UTC 2026
Modified Files:
pkgsrc/chat/toxic: Makefile distinfo
Log Message:
toxic: update to 0.16.2
- Added network profiling support
- Notifications now have a configurable cooldown via the config file
- Some alerts are no longer double counted in the status bar
- Fix possible null pointer dereference during video call activation
- Fix memory leak after live config reload
- Fix possible pointer use after free if live config reload failed
- Live config changes to mplex auto-away now work as intended
- The chat window now stays scrolled to the bottom when the peer
list is enabled or disabled in groups/conferences
- File transfer status bar is no longer broken for the sending client
- Fatal error messages are now always printed to stderr even if
/dev/tty cannot be opened
- Fix bug causing audio/video calls to fail after shuffling the
internal friend list indices via deleting and adding friends
- Fixed nanosleep implementation which improves performance
drastically on some systems
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/toxic/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/toxic/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/toxic/Makefile
diff -u pkgsrc/chat/toxic/Makefile:1.10 pkgsrc/chat/toxic/Makefile:1.11
--- pkgsrc/chat/toxic/Makefile:1.10 Thu May 14 16:40:31 2026
+++ pkgsrc/chat/toxic/Makefile Thu May 21 13:52:08 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/05/14 16:40:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2026/05/21 13:52:08 ktnb Exp $
-DISTNAME= toxic-0.16.1
-PKGREVISION= 7
+DISTNAME= toxic-0.16.2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=JFreegman/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/chat/toxic/distinfo
diff -u pkgsrc/chat/toxic/distinfo:1.1 pkgsrc/chat/toxic/distinfo:1.2
--- pkgsrc/chat/toxic/distinfo:1.1 Mon Aug 25 20:03:22 2025
+++ pkgsrc/chat/toxic/distinfo Thu May 21 13:52:08 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2025/08/25 20:03:22 ktnb Exp $
+$NetBSD: distinfo,v 1.2 2026/05/21 13:52:08 ktnb Exp $
-BLAKE2s (toxic-0.16.1.tar.gz) = d4dd8f33b0fc59953cee1eabd4067e9828b45101625f57b9227ffa965778a383
-SHA512 (toxic-0.16.1.tar.gz) = 438f971b962ef4d7bf8e8bc2e44809348feadfcc547f44e879c909d60e18d5a9cd41bba2e4c0a1e7667f3fd92f832a981a7d9e284fcd18b004aac0d05a410713
-Size (toxic-0.16.1.tar.gz) = 1249306 bytes
+BLAKE2s (toxic-0.16.2.tar.gz) = 18a5145690093c1a8f039164275562f6b28580bd81db5719704c6437edfe0bff
+SHA512 (toxic-0.16.2.tar.gz) = 5033afdefea4771f0a8f4e4a79953b48087087ff6de08f4685067ff2ec439bcdf6c3f276aa915168f4a0df4cca5c276f9b7f0a12413a9e98b69bc664960e3750
+Size (toxic-0.16.2.tar.gz) = 1257173 bytes
SHA1 (patch-Makefile) = 85e9ed289f28a0e529dc03097ad726e13e327c2f
SHA1 (patch-src_init__queue.c) = 88d854fe7968d1166bda690e8effb01c561b447a
Home |
Main Index |
Thread Index |
Old Index