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:           Wed Feb 22 21:45:20 UTC 2023

Modified Files:
        pkgsrc/chat/swirc: Makefile distinfo

Log Message:
swirc: update to 3.4.2.

## [3.4.2] - 2023-02-22 ##
- Added usage of typedefs (`STRING`, `CSTRING`, `errno_t`, ...)
- Fixed printtext() bugs due to not checking if the wide character
  passed to `wcrtomb_s()` or `wcrtomb()` is a null character.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/chat/swirc/Makefile
cvs rdiff -u -r1.10 -r1.11 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.15 pkgsrc/chat/swirc/Makefile:1.16
--- pkgsrc/chat/swirc/Makefile:1.15     Sun Feb 19 09:35:22 2023
+++ pkgsrc/chat/swirc/Makefile  Wed Feb 22 21:45:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/02/19 09:35:22 fcambus Exp $
+# $NetBSD: Makefile,v 1.16 2023/02/22 21:45:20 fcambus Exp $
 
-DISTNAME=      swirc-3.4.1
+DISTNAME=      swirc-3.4.2
 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.10 pkgsrc/chat/swirc/distinfo:1.11
--- pkgsrc/chat/swirc/distinfo:1.10     Sun Feb 19 09:35:22 2023
+++ pkgsrc/chat/swirc/distinfo  Wed Feb 22 21:45:20 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2023/02/19 09:35:22 fcambus Exp $
+$NetBSD: distinfo,v 1.11 2023/02/22 21:45:20 fcambus Exp $
 
-BLAKE2s (swirc-3.4.1.tgz) = 096e091c502b2b91ec52cc57786c9a3a1c6258209ab8e2bf163b8482b7709334
-SHA512 (swirc-3.4.1.tgz) = 8005c1a8c3102d963e52ac5d3159300a751de877b88c778e0c4a830384b7346714d3f9431d9e44583fe13885f15b26cba4c32c6f62a7de06779607aa21c314e2
-Size (swirc-3.4.1.tgz) = 302612 bytes
+BLAKE2s (swirc-3.4.2.tgz) = ae6b0666de6505c247018c805b4ff2a51828d67ce03b3f15e9597d00218b6b33
+SHA512 (swirc-3.4.2.tgz) = 69dd7cef450cfa26680852cc4cbeb3dfc1816ff67d8aedb6dc67a191d3e6d197b06a546ec0650e3d3d4535218e5fac44162594ec5868962763e49c5f7cce4c0d
+Size (swirc-3.4.2.tgz) = 302886 bytes
 SHA1 (patch-src_printtext.cpp) = dfba0f7c83ec72160599f328d76d5527ed5316fd



Home | Main Index | Thread Index | Old Index