pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/swirc swirc: update to 3.3.9.
details: https://anonhg.NetBSD.org/pkgsrc/rev/43d64e5e2abf
branches: trunk
changeset: 391270:43d64e5e2abf
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Sat Jan 07 09:37:37 2023 +0000
description:
swirc: update to 3.3.9.
## [3.3.9] - 2023-01-07 ##
- **Added** micro optimizations
- **Added** rules for nickname highlighting
- **Added** SASL auth mechanism: **external**
- **Added** support for the **GNU Hurd OS**
- **Added** tab completion for:
- `/connect`
- `/time`
- `/version`
- **Added** the following commands:
- `/qbot`
- `/stats`
- **Added** the following config options:
- `cmd_type_prot` (bool)
- `ctcp_reply` (bool)
- `qbot_host` (string)
- `sasl_x509` (string)
- **Improved** tab completion for:
- `/msg`
- `/notice`
- `/whois`
### Linux ###
- **Fixed** building on riscv64. Contributed by
[Eric Long](https://github.com/hack3ric) - thanks!
diffstat:
chat/swirc/Makefile | 4 ++--
chat/swirc/distinfo | 10 +++++-----
chat/swirc/patches/patch-src_printtext.cpp | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (50 lines):
diff -r aa853ad9db31 -r 43d64e5e2abf chat/swirc/Makefile
--- a/chat/swirc/Makefile Sat Jan 07 09:18:57 2023 +0000
+++ b/chat/swirc/Makefile Sat Jan 07 09:37:37 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/11/28 09:33:56 fcambus Exp $
+# $NetBSD: Makefile,v 1.13 2023/01/07 09:37:37 fcambus Exp $
-DISTNAME= swirc-3.3.8
+DISTNAME= swirc-3.3.9
CATEGORIES= chat
MASTER_SITES= https://www.nifty-networks.net/swirc/releases/
EXTRACT_SUFX= .tgz
diff -r aa853ad9db31 -r 43d64e5e2abf chat/swirc/distinfo
--- a/chat/swirc/distinfo Sat Jan 07 09:18:57 2023 +0000
+++ b/chat/swirc/distinfo Sat Jan 07 09:37:37 2023 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2022/11/28 09:33:56 fcambus Exp $
+$NetBSD: distinfo,v 1.8 2023/01/07 09:37:37 fcambus Exp $
-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
+BLAKE2s (swirc-3.3.9.tgz) = bae2769eb1f6ba4e0e20af0cd22dfdf92f5c9aac309b08cebf6852ad65814386
+SHA512 (swirc-3.3.9.tgz) = 7a783db30aa5d3edc1c8bbea379c4f900542bda848eef58197304e951084db5b48f6d785da940d67161654962a133f4218f9b890a8496ecfa848fdee445b3e9d
+Size (swirc-3.3.9.tgz) = 289359 bytes
+SHA1 (patch-src_printtext.cpp) = dfba0f7c83ec72160599f328d76d5527ed5316fd
diff -r aa853ad9db31 -r 43d64e5e2abf chat/swirc/patches/patch-src_printtext.cpp
--- a/chat/swirc/patches/patch-src_printtext.cpp Sat Jan 07 09:18:57 2023 +0000
+++ b/chat/swirc/patches/patch-src_printtext.cpp Sat Jan 07 09:37:37 2023 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_printtext.cpp,v 1.1 2022/09/18 12:21:18 nia Exp $
+$NetBSD: patch-src_printtext.cpp,v 1.2 2023/01/07 09:37:37 fcambus Exp $
Support iconv prototype on NetBSD 9 and earlier.
---- src/printtext.cpp.orig 2022-07-28 13:19:25.000000000 +0000
+--- src/printtext.cpp.orig 2023-01-07 02:57:47.000000000 +0000
+++ src/printtext.cpp
@@ -39,6 +39,15 @@
#include <iconv.h>
@@ -20,7 +20,7 @@
#include "assertAPI.h"
#include "atomicops.h"
#ifdef UNIT_TESTING
-@@ -1473,8 +1482,13 @@ get_buffer(const char *orig)
+@@ -1364,8 +1373,13 @@ get_buffer(const char *orig)
out[outbytes] = '\0';
out_p = addrof(out[0]);
errno = 0;
Home |
Main Index |
Thread Index |
Old Index