pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/irssi irssi: update to 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59d64333e6a4
branches:  trunk
changeset: 356850:59d64333e6a4
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Jan 05 17:14:52 2017 +0000

description:
irssi: update to 1.0.0

v1.0.0 2017-01-03  The Irssi team <staff%irssi.org@localhost>
        * Removed --disable-ipv6 (#408).
        * /connect Network now aborts with an error if no servers have been
          added to that network (#443).
        * /dcc commands now use quotes around spaces consistently.
        * bell_beeps was removed (#524, #565).
        * Switch to GRegex instead of regex.h (#412).
        + irssiproxy can now forward all tags through a single
          port. By Lukas Mai (mauke, #425).
        + irssiproxy can also listen on unix sockets. By Lukas Mai (#427).
        + send channel -botcmds immediately when no mask is specified (#175, #399).
        + the kill buffer now remembers consecutive kills.
          New bindings were added: yank_next_cutbuffer and append_next_kill
          By Todd A. Pratt (#353, #414, #455)
        + connections will avoid looking up IPv6 addresses if the machine does
          not have an IPv6 address assigned (exact behaviour is implementation
          defined, #410).
        + Fix potential crash if scripts insert undef values into the completion
          list (#413).
        + Paste warning is now also shown on pasting overlong
          lines. By Manish Goregaokar (#426).
        + autolog_ignore_targets and activity_hide_targets learn a new syntax
              tag/* and * to ignore whole networks or everything.
          By Jari Matilainen (vague666, #437)
        + /hilight got a -matchcase flag to hilight case
          sensitively. By Thibault B (isundil, #421, #476).
        + Always build irssi with TLS support.
        + Rename SSL to TLS in the code and add -tls_* versions of the -ssl_*
          options to /CONNECT and /SERVER, but make sure the -ssl_* options continue
          to work.
        + Use TLS for Freenode, EFnet, EsperNet, OFTC, Rizon, and IRC6 in the default
          configuration.
        + Display TLS connection information upon connect. You can disable this by
          setting tls_verbose_connect to FALSE.
        + Add -tls_pinned_cert and -tls_pinned_pubkey for x509 and public key pinning.

          The values needed for -tls_pinned_cert and -tls_pinned_pubkey is shown
          when connecting to a TLS enabled IRC server, but you can also find the
          values like this: Start by downloading the certificate from a given IRC
          server:

              $ openssl s_client -connect chat.freenode.net:6697 < /dev/null 2>/dev/null | \
                openssl x509 > freenode.cert

          Find the value for -tls_pinned_cert:

              $ openssl x509 -in freenode.cert -fingerprint -sha256 -noout

          Find the value for -tls_pinned_pubkey:

              $ openssl x509 -in freenode.cert -pubkey -noout | \
                openssl pkey -pubin -outform der | \
                openssl dgst -sha256 -c | \
                tr a-z A-Z

        + Remove support for DANE validation of TLS certificates.

          There wasn't enough support in the IRC community to push for this on the
          majority of bigger IRC networks. If you believe this should be
          reintroduced into irssi, then please come up with an implementation that
          does not rely on the libval library. It is causing a lot of troubles for
          our downstream maintainers.

        + /names and $[...] now uses utf8 string operations. By Xavier
          G. (#40, #411, #471, #480).
        + New setting completion_nicks_match_case (#488).
        + /channel /server /network now support modify subcommand. By
          Jari Matilainen (#338, #498).
        + Irssi::signal_remove now works with coderefs. By Tom Feist (shabble, #512).
        + /script reset got an -autorun switch (#540, #538).
        + cap_toggle can now be called from Perl, and fields
          cap_active and cap_supported can be inspected (#542).
        + Make it possible to disable empty line completion. By Lauri
          Tirkkonen (lotheac, #574).
        + New option sasl_disconnect_on_failure to disconnect when
          SASL log-in failed (#514).
        - IP addresses are no longer stored when resolve_reverse_lookup is
          used.
        - Removed broken support for curses (#521).
        - Removed broken dummy mode (#526).
        - Fix terminal state after suspend (#450, #452).
        - Improve Perl library path detection (#479, #132).
        - Reconnect now works on unix connections (#493).
        - Fix completion warnings (#125, #496, FS#124).
        - Fix a crash in the --more-- item (#501).
        - Fix a display issue in /unignore (#517, bdo#577202).
        - Fix a crash in some netsplits (#529, #500).
        - Fix crashes with some invalid config (#550, #551, #563, #564, #587, #581, #570).
        - Add support for SASL Fragmentation. By Kenny Root (kruton, #506).
        - Improve netsplit dumping (#420, #465).
        - Improve responsibility under DCC I/O strain (#578, #159).
        - Fix query nick change on open (#580, #586).
        - Correct a few help texts.

diffstat:

 chat/irssi/Makefile.common  |   4 ++--
 chat/irssi/PLIST            |   5 ++++-
 chat/irssi/distinfo         |  11 +++++------
 chat/irssi/patches/patch-aa |  15 ---------------
 4 files changed, 11 insertions(+), 24 deletions(-)

diffs (78 lines):

diff -r ec3266947ad1 -r 59d64333e6a4 chat/irssi/Makefile.common
--- a/chat/irssi/Makefile.common        Thu Jan 05 16:52:19 2017 +0000
+++ b/chat/irssi/Makefile.common        Thu Jan 05 17:14:52 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.19 2017/01/05 15:46:10 maya Exp $
+# $NetBSD: Makefile.common,v 1.20 2017/01/05 17:14:52 maya Exp $
 #
 # used by chat/irssi-icb/Makefile
 # used by chat/irssi-xmpp/Makefile
 
 # Specific distribution information.
-IRSSI_VERSION=                 0.8.21
+IRSSI_VERSION=                 1.0.0
 IRSSI_DISTNAME=                        irssi-${IRSSI_VERSION}
 IRSSI_EXTRACT_SUFX=            .tar.gz
 IRSSI_DISTFILE=                        ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
diff -r ec3266947ad1 -r 59d64333e6a4 chat/irssi/PLIST
--- a/chat/irssi/PLIST  Thu Jan 05 16:52:19 2017 +0000
+++ b/chat/irssi/PLIST  Thu Jan 05 17:14:52 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2016/09/21 20:53:57 maya Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/01/05 17:14:52 maya Exp $
 bin/irssi
 include/irssi/irssi-config.h
 include/irssi/irssi-version.h
@@ -45,6 +45,8 @@
 include/irssi/src/core/settings.h
 include/irssi/src/core/signals.h
 include/irssi/src/core/special-vars.h
+include/irssi/src/core/tls.h
+include/irssi/src/core/utf8.h
 include/irssi/src/core/window-item-def.h
 include/irssi/src/core/window-item-rec.h
 include/irssi/src/core/write-buffer.h
@@ -58,6 +60,7 @@
 include/irssi/src/fe-common/core/fe-messages.h
 include/irssi/src/fe-common/core/fe-queries.h
 include/irssi/src/fe-common/core/fe-recode.h
+include/irssi/src/fe-common/core/fe-tls.h
 include/irssi/src/fe-common/core/fe-windows.h
 include/irssi/src/fe-common/core/formats.h
 include/irssi/src/fe-common/core/hilight-text.h
diff -r ec3266947ad1 -r 59d64333e6a4 chat/irssi/distinfo
--- a/chat/irssi/distinfo       Thu Jan 05 16:52:19 2017 +0000
+++ b/chat/irssi/distinfo       Thu Jan 05 17:14:52 2017 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.38 2017/01/05 15:46:10 maya Exp $
+$NetBSD: distinfo,v 1.39 2017/01/05 17:14:52 maya Exp $
 
-SHA1 (irssi-0.8.21.tar.gz) = dfe26d217f2abab50d8e9f02202e948bd2943c0f
-RMD160 (irssi-0.8.21.tar.gz) = 700bb4750a1c0ae923fcd46707a3da608e562bd9
-SHA512 (irssi-0.8.21.tar.gz) = 46ebee8c86cd4ae1006174b5b987207d23cf46bff0f9759ee069a4f7546f7560fdeab598cb455318cb01c976d72d6cb304de13bf9a9e7f295546b8e75cbe0ac5
-Size (irssi-0.8.21.tar.gz) = 1566527 bytes
-SHA1 (patch-aa) = 83a0f6def09cb283aa55b63a249a81121748232b
+SHA1 (irssi-1.0.0.tar.gz) = 452a3d84b3297d6200d0cec8c24a26cb763787ae
+RMD160 (irssi-1.0.0.tar.gz) = 6dda62a397220f767103cd5663c0e5f258eb5a06
+SHA512 (irssi-1.0.0.tar.gz) = 8412165c6527972fe1298cc26dc29adf2b2ee8146a86e8bde72af1e43c806320123b8b4a16f44121906e7b19c118ad36b4102ce3b2404f793160a93d7a4566e3
+Size (irssi-1.0.0.tar.gz) = 1590031 bytes
 SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7
diff -r ec3266947ad1 -r 59d64333e6a4 chat/irssi/patches/patch-aa
--- a/chat/irssi/patches/patch-aa       Thu Jan 05 16:52:19 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2009/07/27 12:59:44 obache Exp $
-
-Check if sp is a null pointer before parsing it.
-
---- src/fe-text/tparm.c.orig   2007-10-06 10:40:39.000000000 +0100
-+++ src/fe-text/tparm.c
-@@ -247,7 +247,7 @@ char *tparm(const char *str, ...) {
-       argcnt = 0;
-       pos = 0;
-       termcap = 1;
--      while (*sp != '\0') {
-+      while ((sp != NULL) && (*sp != '\0')) {
-               switch(*sp) {
-               case '\\':
-                       if (scan_for) {



Home | Main Index | Thread Index | Old Index