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: Sat Jul 29 21:15:22 UTC 2023
Modified Files:
pkgsrc/chat/swirc: Makefile PLIST distinfo
Log Message:
swirc: update to 3.4.4.
## [3.4.4] - 2023-07-29 ##
- **Added** a man page that describes how to write themes.
- **Added** and made use of a pointer validation function.
- **Added** improved unicode support in the **printtext** and **readline** modules.
- **Added** usage of a binary search algorithm.
- **Added** validation of nicknames before they go into the names hash
table.
- **Allowed** the names htbl modify API to alter names even if the list is
incomplete. (But only in ICB mode.)
- **Changed** the file suffix for theme files from `.the` to
`.thm`. (`.the` looks too much like the English word "the".)
- **Closed** an open stream before exit
- **Defined** noreturn for C++ in `fallbackattrs.h`
- **Fixed** hardcoded function names in error messages
- **Fixed** unchecked return values
- And more...
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/chat/swirc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/swirc/PLIST
cvs rdiff -u -r1.12 -r1.13 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.21 pkgsrc/chat/swirc/Makefile:1.22
--- pkgsrc/chat/swirc/Makefile:1.21 Tue Jul 18 12:59:31 2023
+++ pkgsrc/chat/swirc/Makefile Sat Jul 29 21:15:22 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2023/07/18 12:59:31 nia Exp $
+# $NetBSD: Makefile,v 1.22 2023/07/29 21:15:22 fcambus Exp $
-DISTNAME= swirc-3.4.3
-PKGREVISION= 1
+DISTNAME= swirc-3.4.4
CATEGORIES= chat
MASTER_SITES= https://www.nifty-networks.net/swirc/releases/
EXTRACT_SUFX= .tgz
Index: pkgsrc/chat/swirc/PLIST
diff -u pkgsrc/chat/swirc/PLIST:1.1 pkgsrc/chat/swirc/PLIST:1.2
--- pkgsrc/chat/swirc/PLIST:1.1 Wed Jan 5 10:04:10 2022
+++ pkgsrc/chat/swirc/PLIST Sat Jul 29 21:15:22 2023
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/05 10:04:10 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/07/29 21:15:22 fcambus Exp $
bin/swirc
man/man1/swirc.1
man/man5/swirc.conf.5
+man/man5/swirc.theme.5
share/locale/de/LC_MESSAGES/swirc.mo
share/locale/fi/LC_MESSAGES/swirc.mo
share/locale/fr/LC_MESSAGES/swirc.mo
Index: pkgsrc/chat/swirc/distinfo
diff -u pkgsrc/chat/swirc/distinfo:1.12 pkgsrc/chat/swirc/distinfo:1.13
--- pkgsrc/chat/swirc/distinfo:1.12 Fri Mar 10 18:19:59 2023
+++ pkgsrc/chat/swirc/distinfo Sat Jul 29 21:15:22 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2023/03/10 18:19:59 fcambus Exp $
+$NetBSD: distinfo,v 1.13 2023/07/29 21:15:22 fcambus Exp $
-BLAKE2s (swirc-3.4.3.tgz) = 74ba90c8c3b7fa4207aa7f96f12a0842758057d59fdde6bf17a9a1714df6a1e6
-SHA512 (swirc-3.4.3.tgz) = 847ac68b8c0ec30ab04c25b7230922452f0a654ba831e651b83550fed8b98f8bd969ac19160bed8bc18a99bd5c1d4eca60de35eca103dd56c798b22947b46f7c
-Size (swirc-3.4.3.tgz) = 320478 bytes
+BLAKE2s (swirc-3.4.4.tgz) = f8035f262cbc4c73cc12a499316109e3104ed434b0707deb02acd1c05a8f3c32
+SHA512 (swirc-3.4.4.tgz) = 3c687f34156a583679b9500bfc58e6dc51464d1f1fb4898812ac62426a5104f5a59fac5f9cf8c33ba1df1c28fa7a4668be2a42e1ba574dceaf2b0a9faef98ca8
+Size (swirc-3.4.4.tgz) = 326731 bytes
SHA1 (patch-src_printtext.cpp) = dfba0f7c83ec72160599f328d76d5527ed5316fd
Home |
Main Index |
Thread Index |
Old Index