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: Mon Nov 28 09:33:56 UTC 2022
Modified Files:
pkgsrc/chat/swirc: Makefile distinfo
Log Message:
swirc: update to 3.3.8.
## [3.3.8] - 2022-11-27 ##
- **Added** an ident protocol daemon (which is OFF by default)
- **Added** and made use of `printf_and_free()`
- **Added** exception handling
- **Added** tab completion for `/theme`
- **Added** the following config options:
- `awaymsgs_in_privconv` (bool)
- `identd` (bool)
- `identd_fakenames` (bool)
- `identd_port` (int)
- **Added** the following events:
- 413 (`ERR_NOTOPLEVEL`)
- 414 (`ERR_WILDTOPLEVEL`)
- 415 (`ERR_BADMASK`)
- **Added** usage of `__func__`
- **Added** usage of `printtext_print()`
- **Deleted** commented-out code
- **Deleted** unused includes
- **Did code refactoring**
- **Fixed** display of IPv6 addresses in event 338
- **Fixed** verification of the X509 certificate presented by the peer
- **Made** const arrays static const
- **Made** improvements to the following files:
- `commands/theme.c`
- `network.cpp`
- `printtext.cpp`
- **Moved** `squeeze_text_deco()` to a separate file
- Reduced VA args in printtext calls
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/chat/swirc/Makefile
cvs rdiff -u -r1.6 -r1.7 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.11 pkgsrc/chat/swirc/Makefile:1.12
--- pkgsrc/chat/swirc/Makefile:1.11 Tue Nov 15 15:07:33 2022
+++ pkgsrc/chat/swirc/Makefile Mon Nov 28 09:33:56 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/11/15 15:07:33 fcambus Exp $
+# $NetBSD: Makefile,v 1.12 2022/11/28 09:33:56 fcambus Exp $
-DISTNAME= swirc-3.3.7
-PKGREVISION= 1
+DISTNAME= swirc-3.3.8
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.6 pkgsrc/chat/swirc/distinfo:1.7
--- pkgsrc/chat/swirc/distinfo:1.6 Sun Oct 23 15:49:22 2022
+++ pkgsrc/chat/swirc/distinfo Mon Nov 28 09:33:56 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2022/10/23 15:49:22 fcambus Exp $
+$NetBSD: distinfo,v 1.7 2022/11/28 09:33:56 fcambus Exp $
-BLAKE2s (swirc-3.3.7.tgz) = ab30f3962d2e63c01fcd113bdedf6072e3b3d31ffa6f70b300e83a7b1357f3db
-SHA512 (swirc-3.3.7.tgz) = 7d4ed542165f4adb8a6aae5ad8ca6b0414442c67d95a0d617941f445000e743cf59f2cb4e461c25b63ae90bf59aa248d345a52d9b40b51107d5a2291f0d6a516
-Size (swirc-3.3.7.tgz) = 284155 bytes
+BLAKE2s (swirc-3.3.8.tgz) = db518ebef42345b4ccb7c6d99d94eed9f6662840506a5afc9eb0e2feaab9ff8c
+SHA512 (swirc-3.3.8.tgz) = f2666717aac4f3e40105e166bc202228ec999f2da6e8ddc4a972c1a8baea0ce7b06362c56de748bee16c3be953ddf91911c8da4d52e083ea162e7d2b83dc5c56
+Size (swirc-3.3.8.tgz) = 285144 bytes
SHA1 (patch-src_printtext.cpp) = 476d813c9c4aff2c3d81920d66aa5baafddfaaaa
Home |
Main Index |
Thread Index |
Old Index