pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/hexchat



Module Name:    pkgsrc
Committed By:   khorben
Date:           Fri Feb  7 00:54:34 UTC 2025

Modified Files:
        pkgsrc/chat/hexchat: Makefile distinfo

Log Message:
hexchat: update to version 2.16.2

Changes since version 2.16.1:

* Change /server to use TLS by default, use -insecure or the - prefix on the port to disable
* Change preferences dialog to be modal
* Add support for the extended-monitor capability
* Add support for SCRAM SASL mechanisms
* Add option to hide nick from window title
* Increase max server password length to 1024
* Fix some detecting some URLs causing a crash
* Fix long SASL auth strings not being split
* Fix PROTOCOL_NAMESX support and only use it when not using multi-prefix
* Fix dialog topic not being updated with CHGHOST
* Fix notify.conf being reversed when saved
* Lua: fix crash when using pluginprefs
* Python: fix API break in hook_timer()
* Python: fix timers that unhook themselves
* Checksum: Various improvements including not blocking the UI
* Win32: Add installer options to control start menu, desktop, and quick launch shortcuts
* Win32: Update python3 to 3.8
* Win32: Remove python2

Tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/chat/hexchat/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/chat/hexchat/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/hexchat/Makefile
diff -u pkgsrc/chat/hexchat/Makefile:1.81 pkgsrc/chat/hexchat/Makefile:1.82
--- pkgsrc/chat/hexchat/Makefile:1.81   Fri Dec 27 08:19:26 2024
+++ pkgsrc/chat/hexchat/Makefile        Fri Feb  7 00:54:34 2025
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.81 2024/12/27 08:19:26 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2025/02/07 00:54:34 khorben Exp $
 
-DISTNAME=      hexchat-2.16.1
-PKGREVISION=   24
+DISTNAME=      hexchat-2.16.2
 CATEGORIES=    chat
-MASTER_SITES=  https://dl.hexchat.net/hexchat/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=hexchat/}
+GITHUB_PROJECT=        hexchat
+#GITHUB_RELEASE=       hexchat-${PKGVERSION_NOREV}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/chat/hexchat/distinfo
diff -u pkgsrc/chat/hexchat/distinfo:1.17 pkgsrc/chat/hexchat/distinfo:1.18
--- pkgsrc/chat/hexchat/distinfo:1.17   Fri May 13 15:35:17 2022
+++ pkgsrc/chat/hexchat/distinfo        Fri Feb  7 00:54:34 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2022/05/13 15:35:17 wiz Exp $
+$NetBSD: distinfo,v 1.18 2025/02/07 00:54:34 khorben Exp $
 
-BLAKE2s (hexchat-2.16.1.tar.xz) = c4a0d6d4925f062eb6401c4764c38fdd28b261339de5d915544b424d5f30a286
-SHA512 (hexchat-2.16.1.tar.xz) = 9e6baa30ec8c3ce4fb56e2c82625da63295040eaf93a542aec8a4a18a6a3c95d69d1d4ffabc952bcdcd7b754afef234b348f296143991fafd0550342db95ce0e
-Size (hexchat-2.16.1.tar.xz) = 1349536 bytes
+BLAKE2s (hexchat-2.16.2.tar.xz) = aaadaba99fb5d3576eff85a05961fa20177f9cd994a722b44a32540477753b2d
+SHA512 (hexchat-2.16.2.tar.xz) = 2ceb4332328c4acf55a46bf5c45788a7f3a73fd2ffd676751c75cc08ca04ced5569c1e6406877e6f2972b8967e94bea2ad70a6966ade7cd811b5c4d700409ee2
+Size (hexchat-2.16.2.tar.xz) = 1352304 bytes
 SHA1 (patch-osx_launcher.sh) = 7493430921809182898aca2ebb8fd1f493dbd9d3
 SHA1 (patch-plugins_sysinfo_meson.build) = 35257a24137fe02a1ba292d7da8b627d318de0ab



Home | Main Index | Thread Index | Old Index