Up to [cvs.NetBSD.org] / pkgsrc / chat / hexchat
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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.
hexchat: adapt libpci option for pciutils 3.8.0 default-off, so no PKGREVISION bump
hexchat: update to 2.16.1 2.16.1 (2022-02-12) - add -NOOVERRIDE flag to the GUI COLOR command - add -q (quiet) flag to EXECWRITE command - rename installed icon on Linux to match app-id (Fixes notification icon) - fix escaping already escaped URLs when opening them - fix Python scripts not being opened as UTF-8 - fix TIMER command supporting decimals regardless of locale - fishlim: fix building with OpenSSL 3
hexchat: fix build with libpci option (meson doesn't like double quotes)
chat: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
hexchat: update to 2.16.0 2.16.0 (2021-10-01) * add support for IRCv3 SETNAME, invite-notify, account-tag, standard replies, and UTF8ONLY * add support for strikethrough formatting * update network list (including Libera.Chat as the default) * update OpenSSL on Windows * fix text clipping issues by respecting font line height * fix URLs not being escaped when opened * fix misc IRC message parsing issues * remove libnotify dependency on Linux, fixing hangs when notifications are shown * remove libproxy dependency on Linux * print ChanServ notices in the front tab by default * fishlim: add support for CBC mode * python: rewrite plugin in python with CFFI This lowers memory usage and fixed conflicts with many C Python modules including pygobject
chat: Remove SHA1 hashes for distfiles
hexchat: Update to 2.14.3 Bug fix only update to a leaf package. * fix various incorrect parsing of IRC messages relating to trailing parameters * fix SASL negotiation combined with multi-line cap * fix input box theming with Yaru theme * python: Work around Python 3.7 regression causing crash on unload * sysinfo: Add support for /etc/os-release * sysinfo: Ignore irrelevant mounts when calculating storage size
hexchat: Backport a message parser fix and clean up the Makefile a bit. This fixes some small problems (e.g. with the display of the date the topic was set) when connecting to IRC networks running newer, standards-compliant server implementations. I'm backporting these fixes because I'm not expecting a new HexChat release to be made any time soon. Bump PKGREVISION
hexchat: Avoid races by explicitly depending on generated headers.
hexchat: Update to 2.14.2. Changes: * remove shift+click binding to close tabs * re-add option to build against legacy perl * add appstream metainfo for plugins * add build option to set perl binary * add option to build without appstream * fix not unminimizing when restoring from tray * fix translations containing invalid text events * fix server passwords starting with : * update libraries on windows, fixing CVE-2018-15120 (and emoji!)
hexchat: add new patch to distinfo
hexchat: update to 2.14.1 2.14.1 (2018-03-13) fix performance regression on Unix fix building plugins with some compilers add missing gtk pixbuf theme engine in Windows installer 2.14.0 (2018-03-10) rewrite build system in Meson replace intltool build depenency with gettext >= 0.19.6 rename data files to use io.github.Hexchat name add option (irc_reconnect_rejoin) to disable auto-rejoin on reconnect add ability to set custom tray icon separate of app icon fix building against OpenSSL 1.1.0 fix Enchant 2.0+ support fix input box theming with Adwaita-dark fix custom sounds not respecting omit if away option fix detecting if a tray doesn?t exist on x11 fix cutting off ctcp text after ending \01 fix /ignore not accepting full hosts fix characters getting cut off when their width changes (on Unix) fix various possible crashes change preference window to be scroll-able remove ctrl+w binding by default remove mpcinfo plugin doat: fix channels with / in them fishlim: fix key exchange fishlim: fix building against LibreSSL sysinfo: fix pci.ids file not being found on some distros sysinfo: make libpci optional lua: avoid loading the same script multiple times update translations update libraries on Windows, including Python to 3.6
hexchat: Leave pkgsrc to handle security features.
Update chat/hexchat to version 2.12.3 2.12.3 (2016-10-22) * fix crash with bad translations * fix crash and leaks in mpcinfo plugin * add mhop command * change ping timeout to 60 by default * update translations 2.12.2 (2016-10-08) * fix input box theme with Adwaita 3.20 * fix return value of hexchat_pluginpref_get_int() * fix tab color changing when print events are eaten * fix network name not being sanitized for scrollback files * fix building sysinfo on OS X <= 10.9 * fix resume with DCC GET * fix possible assertion when decoding incoming text * fix possible crashes when plugins modify the UI during context close * add "chanmodes" to channel list in plugin api * lua: o add automatic return and = handling in console o fix pluginpref usage * fishlim: o fix saving nicks containing [ or ] o add commands: /topic+, /msg+, and /notice+ o add support for /me o add /keyx command to do DH1080 key exchanges * improve efficiency of various timers * reduce updates of user count in titlebar/userlist * download extra redist for perl on Windows * update appdata file * update translations * update dependencies on Windows This is a leaf package, and in preparation of a security fix. "please commit" gdt@
Update to hexchat-2.12.2. Add lua PKG_OPTION. 2.12.1 (2016-05-01) add lua plugin change desktop file to open urls in existing instance on Unix misc chanopt fixes misc identd fixes misc challengeauth fixes re-add support for old versions of libnotify update network list 2.12.0 (2016-03-12) add support for IRCv3.2 add support for twitch.tv/membership cap add support for SNI (Server Name Indication) add ability to do DnD reordering in some settings dialogs add option to disable middle-click closing tabs rewrite sysinfo plugin rewrite identd plugin rewrite update plugin rewrite checksum plugin remove DH-{AES,BLOWFISH} mechanisms (insecure) remove IRC encoding, replaced with UTF-8 remove System Default encoding, replaced with UTF-8 remove configure option to disable ipv6 remove msproxy and socks5 library support (unused) change tab-complete to favor other user nicks over own change url detection to support unicode change decoding to not attempt ISO-8859-1 fixing corruption change pluginpref to escape values minor changes to icons fix numerous crashes (but not #600) fix poor performance with nick indent enabled fix UTF-8 text in winamp plugin fix fishlim plugin handling networks with server-time fix logging hostname of users in new queries fix Key Press event sending non-UTF-8 text to plugins fix get_info( win_ptr ) from python fix running portable-mode from another directory fix duplicate timestamps on selection fix cfgdir argument fix mode-button text being cut off fix scrollback timestamps with server-time fix url handler accepting quoted paths with spaces fix using correct encoding when jumping networks improve DCC handling large files improve python detection in configure improve scrollback file handling (corruption, line endings) improve building in cygwin improve build options on unix to be more secure update translations update network list 2.10.2 (2014-11-25) verify hostnames of certificates use more secure openssl options (No SSLv2/3) detect utf8 urls in chat fix using multiple client certs at the same time fix checking for Perl on some distros fix friends list not properly updating fix building with format-security fix opening utf8 urls on Windows and OSX update deps on Windows update translations
Add SHA512 digests for distfiles for chat category Problems found with existing distfiles: distfiles/icb-5.0.9.tar.gz distfiles/icb.2.1.4.tar.Z distfiles/zenicb-19981202.tar.gz No changes made to these /distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Imported chat/hexchat 2.10.2 from pkgsrc-wip HexChat is an IRC client based on XChat, but unlike XChat it's completely free for both Windows and Unix-like systems. Since XChat is open source, it's perfectly legal. HexChat was originally called XChat-WDK which in turn was a successor of freakschat.