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:           Thu Jul 28 22:18:05 UTC 2022

Modified Files:
        pkgsrc/chat/swirc: Makefile distinfo

Log Message:
swirc: update to 3.3.5.

## [3.3.5] - 2022-07-28 ##
- **Added** command `/cap`
- **Added** config option `iconv_conversion` (bool)
- **Added** config option `mouse_events`
- **Added** new translations
- **Added** usage of `noexcept` and installed a terminate handler
- **Changed** the startup screen to show the current language
- **Fixed** C style casts in C++
- **Fixed** SASLprep by switching to usage of `stringprep_profile()`. Prep
  now works on Windows too!
- **Fixed** memory leaks
- **Fixed** unhandled exceptions
- Improved memory handling
- Improved the contents of `/help`
  - Completed translating everything to Swedish
- **Made** config option `mouse` change take affect at once
- **Made** improvements to `events/cap.c`
- **Made** small optimizations
- **Made** the dot mo files available for read operations with `unveil()`
- Updated the TODO :-)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/swirc/Makefile
cvs rdiff -u -r1.2 -r1.3 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.5 pkgsrc/chat/swirc/Makefile:1.6
--- pkgsrc/chat/swirc/Makefile:1.5      Mon Jun 27 15:29:13 2022
+++ pkgsrc/chat/swirc/Makefile  Thu Jul 28 22:18:05 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/06/27 15:29:13 fcambus Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/28 22:18:05 fcambus Exp $
 
-DISTNAME=      swirc-3.3.4
+DISTNAME=      swirc-3.3.5
 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.2 pkgsrc/chat/swirc/distinfo:1.3
--- pkgsrc/chat/swirc/distinfo:1.2      Thu May  5 07:02:46 2022
+++ pkgsrc/chat/swirc/distinfo  Thu Jul 28 22:18:05 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/05/05 07:02:46 fcambus Exp $
+$NetBSD: distinfo,v 1.3 2022/07/28 22:18:05 fcambus Exp $
 
-BLAKE2s (swirc-3.3.4.tgz) = 23f4591fc38bb0d2f8e1130fa692266a3b8031e5e930bd1e1d6ef4777552168a
-SHA512 (swirc-3.3.4.tgz) = 5316160f77349ac6317bb7ed32de09ff6dfe355d32c6e670f6270bb7afdb5808d665f07a8cdebca30d97476236c56fa5a2e9578e829bc494d46274515a809c55
-Size (swirc-3.3.4.tgz) = 271603 bytes
+BLAKE2s (swirc-3.3.5.tgz) = 9723254acc50f0b8680c4f78bdef7934c1984a7b7fa91201360d4ee648862145
+SHA512 (swirc-3.3.5.tgz) = 424b567709cd82aa84efb2623b52d4586077dab5e025c3dce8fae382a5de2a4531819b1f7fde353b84c462c7c7b6cac6142c7d807d05f534a7599d706237d4ee
+Size (swirc-3.3.5.tgz) = 291300 bytes



Home | Main Index | Thread Index | Old Index