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:           Tue Jul 14 16:05:09 UTC 2026

Modified Files:
        pkgsrc/chat/toxic: Makefile distinfo

Log Message:
toxic: update to 0.16.3

## Features
- Added a run option (`-N`) that allows the use of custom DHT
  bootstrap lists
- The Python API now supports groupchat commands

## Bug Fixes
- The Python API /run command no longer segfaults and can now only be
  invoked on .py files
- Fixed out of bounds pointer arithmetic in Python API
- Python API registered scripts no longer segfault
- Fixed some memory/file descriptor leaks in Python API

## Maintenance
- Python API now builds with newer versions of Python3
- Various improvements to Python API docs


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/chat/toxic/Makefile
cvs rdiff -u -r1.2 -r1.3 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.11 pkgsrc/chat/toxic/Makefile:1.12
--- pkgsrc/chat/toxic/Makefile:1.11     Thu May 21 13:52:08 2026
+++ pkgsrc/chat/toxic/Makefile  Tue Jul 14 16:05:09 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/05/21 13:52:08 ktnb Exp $
+# $NetBSD: Makefile,v 1.12 2026/07/14 16:05:09 ktnb Exp $
 
-DISTNAME=      toxic-0.16.2
+DISTNAME=      toxic-0.16.3
 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.2 pkgsrc/chat/toxic/distinfo:1.3
--- pkgsrc/chat/toxic/distinfo:1.2      Thu May 21 13:52:08 2026
+++ pkgsrc/chat/toxic/distinfo  Tue Jul 14 16:05:09 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2026/05/21 13:52:08 ktnb Exp $
+$NetBSD: distinfo,v 1.3 2026/07/14 16:05:09 ktnb Exp $
 
-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
+BLAKE2s (toxic-0.16.3.tar.gz) = 171acfcbae39c071443d53e7265c614ca9f17a5c2096dddd1664c6aecf68081f
+SHA512 (toxic-0.16.3.tar.gz) = 0f71ee6bb1308ad67ede9bd3912bb82deba0929774124094cb37ba71e7c0279c4e277a98f64b4165a62eb9f51a5a85368f25b28c6367d2c0aed2025a9204aebb
+Size (toxic-0.16.3.tar.gz) = 1257798 bytes
 SHA1 (patch-Makefile) = 85e9ed289f28a0e529dc03097ad726e13e327c2f
 SHA1 (patch-src_init__queue.c) = 88d854fe7968d1166bda690e8effb01c561b447a



Home | Main Index | Thread Index | Old Index