diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-07-28 22:18:05 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-07-28 22:18:05 +0000 |
commit | c54d41a55e6a4427cb27d99b62398602712bfd3a (patch) | |
tree | e50d368b819818e8682578132a1230d4ea299818 | |
parent | eb8c3977d84fd0da169a315f2a865d2018b1d822 (diff) | |
download | pkgsrc-c54d41a55e6a4427cb27d99b62398602712bfd3a.tar.gz |
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 :-)
-rw-r--r-- | chat/swirc/Makefile | 4 | ||||
-rw-r--r-- | chat/swirc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/swirc/Makefile b/chat/swirc/Makefile index 3e9940069ef..099a1c072dc 100644 --- a/chat/swirc/Makefile +++ b/chat/swirc/Makefile @@ -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 diff --git a/chat/swirc/distinfo b/chat/swirc/distinfo index 29c91889b6e..5c58b76e429 100644 --- a/chat/swirc/distinfo +++ b/chat/swirc/distinfo @@ -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 |