pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/swirc



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Feb 10 11:34:11 UTC 2023

Modified Files:
        pkgsrc/chat/swirc: Makefile distinfo

Log Message:
swirc: update to 3.4.0.

## [3.4.0] - 2023-02-10 ##
- **Added** a SOCKS proxy client
- **Added** command `/fetchdic`
- **Added** destruction of null bytes on receive where appropriate
- **Added** spelling support with Hunspell
- **Added** the following config options:
  - `socks` (bool)
  - `socks_atyp` (int)
  - `socks_host` (string)
  - `socks_port` (string)
  - `spell` (bool)
  - `spell_lang` (string)
  - `spell_syswide` (bool)
- **Added** usage of `emplace_back()`
- **Fixed** possible crashes


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/swirc/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/swirc/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/swirc/Makefile
diff -u pkgsrc/chat/swirc/Makefile:1.13 pkgsrc/chat/swirc/Makefile:1.14
--- pkgsrc/chat/swirc/Makefile:1.13     Sat Jan  7 09:37:37 2023
+++ pkgsrc/chat/swirc/Makefile  Fri Feb 10 11:34:11 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/01/07 09:37:37 fcambus Exp $
+# $NetBSD: Makefile,v 1.14 2023/02/10 11:34:11 fcambus Exp $
 
-DISTNAME=      swirc-3.3.9
+DISTNAME=      swirc-3.4.0
 CATEGORIES=    chat
 MASTER_SITES=  https://www.nifty-networks.net/swirc/releases/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/chat/swirc/distinfo
diff -u pkgsrc/chat/swirc/distinfo:1.8 pkgsrc/chat/swirc/distinfo:1.9
--- pkgsrc/chat/swirc/distinfo:1.8      Sat Jan  7 09:37:37 2023
+++ pkgsrc/chat/swirc/distinfo  Fri Feb 10 11:34:11 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2023/01/07 09:37:37 fcambus Exp $
+$NetBSD: distinfo,v 1.9 2023/02/10 11:34:11 fcambus Exp $
 
-BLAKE2s (swirc-3.3.9.tgz) = bae2769eb1f6ba4e0e20af0cd22dfdf92f5c9aac309b08cebf6852ad65814386
-SHA512 (swirc-3.3.9.tgz) = 7a783db30aa5d3edc1c8bbea379c4f900542bda848eef58197304e951084db5b48f6d785da940d67161654962a133f4218f9b890a8496ecfa848fdee445b3e9d
-Size (swirc-3.3.9.tgz) = 289359 bytes
+BLAKE2s (swirc-3.4.0.tgz) = 90305fe41e10020cec812b8c15dbe83483d7d64c61d0e02e995727df5e07fd46
+SHA512 (swirc-3.4.0.tgz) = ec5fee81a2d28a9d88189bf99d8e56cb528189c533705371aa7c2a1575a802fd91405f3989e1a446eea6743a281be34a3dc880b49314ae3c16fc65bf5123efbd
+Size (swirc-3.4.0.tgz) = 302309 bytes
 SHA1 (patch-src_printtext.cpp) = dfba0f7c83ec72160599f328d76d5527ed5316fd



Home | Main Index | Thread Index | Old Index