pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat Update chat/irssi to 0.8.16.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7985cc4a441e
branches:  trunk
changeset: 635517:7985cc4a441e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jun 07 23:49:47 2014 +0000

description:
Update chat/irssi to 0.8.16.
PR pkg/48866 from Leonardo Taccari

Changes (from http://www.irssi.org/news/ChangeLog ):
Features:
 * Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will
   force Irssi to not execute the content of the autosendcmd
   chatnet-setting upon connect.
 * Accept names replies with nick!user@host instead of just nick, if they
   are enabled (see bug #805).
 * Set window binds for channel items as sticky when re-creating window
   binds as part of /layout save. This fixes the bug where previously
   saved channel windows forgets their window number upon reconnect.
 * Add experimental support for DNSSEC DANE validation of certificates.
 * Strip the argument for boolean options (see bug #769).
 * Freenode have been readded to the list of networks in the default
   configuration file.
 * Disabled support for the insecure SSLv2 protocol.
 * Various documentation enhancements.
 * Add -ssl_pass to /connect and /server (see bug #305).

Bugfixes:
 * Fix crashing bug that can happen if the terminal height decreases
   before the first window is created.
 * Fixed minor compiler warnings.
 * Fixed possible crashing bug when processing an octal escape sequence.
 * Fixed the /ignore -network option (see bug #748).
 * Fixed signal handling for /exec'd commands. Irssi now sends the signal
   to the process group id instead of the process id.
 * Fixed segfault generated by SSL disconnections (see bug #752).
 * Fix compilation when build with -Werror=format-security. Patch by
   Jaroslav Skarvada.

diffstat:

 chat/irssi-icb/Makefile     |   3 +--
 chat/irssi-icb/distinfo     |   8 ++++----
 chat/irssi-xmpp/Makefile    |   3 +--
 chat/irssi-xmpp/distinfo    |   8 ++++----
 chat/irssi/Makefile         |   4 +---
 chat/irssi/Makefile.common  |   5 +++--
 chat/irssi/distinfo         |   9 ++++-----
 chat/irssi/patches/patch-ae |  15 ---------------
 8 files changed, 18 insertions(+), 37 deletions(-)

diffs (126 lines):

diff -r 2e1fe5286896 -r 7985cc4a441e chat/irssi-icb/Makefile
--- a/chat/irssi-icb/Makefile   Sat Jun 07 23:12:16 2014 +0000
+++ b/chat/irssi-icb/Makefile   Sat Jun 07 23:49:47 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2012/10/03 00:02:38 asau Exp $
+# $NetBSD: Makefile,v 1.37 2014/06/07 23:49:47 ryoon Exp $
 #
 
 DISTNAME=      irssi-icb-0.14
-PKGREVISION=   22
 CATEGORIES=    chat
 MASTER_SITES=  http://www.irssi.org/files/plugins/icb/
 DISTFILES=     ${DISTNAME}.tar.gz ${IRSSI_DISTFILE}
diff -r 2e1fe5286896 -r 7985cc4a441e chat/irssi-icb/distinfo
--- a/chat/irssi-icb/distinfo   Sat Jun 07 23:12:16 2014 +0000
+++ b/chat/irssi-icb/distinfo   Sat Jun 07 23:49:47 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2010/08/10 20:26:36 sketch Exp $
+$NetBSD: distinfo,v 1.19 2014/06/07 23:49:47 ryoon Exp $
 
-SHA1 (irssi-0.8.15.tar.bz2) = b79ce8c2c98a76b004f63706e7868cd363000d89
-RMD160 (irssi-0.8.15.tar.bz2) = 0c8fba8cf3409621f6c1883127e14538a58c3359
-Size (irssi-0.8.15.tar.bz2) = 948847 bytes
+SHA1 (irssi-0.8.16.tar.bz2) = 631dd70b6d3872c5f81c1a46a6872fef5bd65ffb
+RMD160 (irssi-0.8.16.tar.bz2) = 2d4caefc9d713b0ff4b26ceaa63430f1bb346caa
+Size (irssi-0.8.16.tar.bz2) = 986129 bytes
 SHA1 (irssi-icb-0.14.tar.gz) = 31d7a5d04a896e0e19db44b4d76b7ac85af1a5d4
 RMD160 (irssi-icb-0.14.tar.gz) = dd104925ece6eabd0112b86b9eb6898846ba8f52
 Size (irssi-icb-0.14.tar.gz) = 172647 bytes
diff -r 2e1fe5286896 -r 7985cc4a441e chat/irssi-xmpp/Makefile
--- a/chat/irssi-xmpp/Makefile  Sat Jun 07 23:12:16 2014 +0000
+++ b/chat/irssi-xmpp/Makefile  Sat Jun 07 23:49:47 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2014/03/24 17:44:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2014/06/07 23:49:47 ryoon Exp $
 #
 
 DISTNAME=      irssi-xmpp-0.52
-PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  http://cybione.org/~irssi-xmpp/files/
 DISTFILES=     ${DISTNAME}.tar.gz ${IRSSI_DISTFILE}
diff -r 2e1fe5286896 -r 7985cc4a441e chat/irssi-xmpp/distinfo
--- a/chat/irssi-xmpp/distinfo  Sat Jun 07 23:12:16 2014 +0000
+++ b/chat/irssi-xmpp/distinfo  Sat Jun 07 23:49:47 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2012/08/26 14:06:19 wiz Exp $
+$NetBSD: distinfo,v 1.2 2014/06/07 23:49:47 ryoon Exp $
 
-SHA1 (irssi-0.8.15.tar.bz2) = b79ce8c2c98a76b004f63706e7868cd363000d89
-RMD160 (irssi-0.8.15.tar.bz2) = 0c8fba8cf3409621f6c1883127e14538a58c3359
-Size (irssi-0.8.15.tar.bz2) = 948847 bytes
+SHA1 (irssi-0.8.16.tar.bz2) = 631dd70b6d3872c5f81c1a46a6872fef5bd65ffb
+RMD160 (irssi-0.8.16.tar.bz2) = 2d4caefc9d713b0ff4b26ceaa63430f1bb346caa
+Size (irssi-0.8.16.tar.bz2) = 986129 bytes
 SHA1 (irssi-xmpp-0.52.tar.gz) = 330d80e6deb115b875d2a4e1ad0841888285e378
 RMD160 (irssi-xmpp-0.52.tar.gz) = b007e0462fee3a24dc06296713e4fc912b8c2528
 Size (irssi-xmpp-0.52.tar.gz) = 68105 bytes
diff -r 2e1fe5286896 -r 7985cc4a441e chat/irssi/Makefile
--- a/chat/irssi/Makefile       Sat Jun 07 23:12:16 2014 +0000
+++ b/chat/irssi/Makefile       Sat Jun 07 23:49:47 2014 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2014/05/29 23:35:18 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2014/06/07 23:49:47 ryoon Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
-PKGREVISION=           10
 CATEGORIES=            chat
-MASTER_SITES=          http://www.irssi.org/files/
 EXTRACT_SUFX=          ${IRSSI_EXTRACT_SUFX}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
diff -r 2e1fe5286896 -r 7985cc4a441e chat/irssi/Makefile.common
--- a/chat/irssi/Makefile.common        Sat Jun 07 23:12:16 2014 +0000
+++ b/chat/irssi/Makefile.common        Sat Jun 07 23:49:47 2014 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile.common,v 1.12 2012/08/26 14:06:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.13 2014/06/07 23:49:47 ryoon Exp $
 # used by chat/irssi-icb/Makefile
 # used by chat/irssi-xmpp/Makefile
 
 # Specific distribution information.
-IRSSI_VERSION=         0.8.15
+IRSSI_VERSION=         0.8.16
 IRSSI_DISTNAME=                irssi-${IRSSI_VERSION}
 IRSSI_EXTRACT_SUFX=    .tar.bz2
 IRSSI_DISTFILE=                ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
+SITES.${IRSSI_DISTFILE}=       http://www.irssi.org/files/
 
 # These files are generated during Irssi's build, but are required by
 # plugins to compile properly.
diff -r 2e1fe5286896 -r 7985cc4a441e chat/irssi/distinfo
--- a/chat/irssi/distinfo       Sat Jun 07 23:12:16 2014 +0000
+++ b/chat/irssi/distinfo       Sat Jun 07 23:49:47 2014 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.31 2010/04/18 06:29:16 spz Exp $
+$NetBSD: distinfo,v 1.32 2014/06/07 23:49:47 ryoon Exp $
 
-SHA1 (irssi-0.8.15.tar.bz2) = b79ce8c2c98a76b004f63706e7868cd363000d89
-RMD160 (irssi-0.8.15.tar.bz2) = 0c8fba8cf3409621f6c1883127e14538a58c3359
-Size (irssi-0.8.15.tar.bz2) = 948847 bytes
+SHA1 (irssi-0.8.16.tar.bz2) = 631dd70b6d3872c5f81c1a46a6872fef5bd65ffb
+RMD160 (irssi-0.8.16.tar.bz2) = 2d4caefc9d713b0ff4b26ceaa63430f1bb346caa
+Size (irssi-0.8.16.tar.bz2) = 986129 bytes
 SHA1 (patch-aa) = 83a0f6def09cb283aa55b63a249a81121748232b
 SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7
-SHA1 (patch-ae) = b5475edc01da7b8778522a77155b2b76b2a7b738
diff -r 2e1fe5286896 -r 7985cc4a441e chat/irssi/patches/patch-ae
--- a/chat/irssi/patches/patch-ae       Sat Jun 07 23:12:16 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.6 2009/07/27 12:59:44 obache Exp $
-
-Accept ENOTCONN as indicating socket is not ready for write.
-
---- src/core/network.c.orig    2005-11-19 23:45:08.000000000 +0100
-+++ src/core/network.c
-@@ -373,7 +373,7 @@ int net_transmit(GIOChannel *handle, con
- 
-       err = g_io_channel_write(handle, (char *) data, len, &ret);
-       if (err == G_IO_ERROR_AGAIN ||
--          (err != 0 && (errno == EINTR || errno == EPIPE)))
-+          (err != 0 && (errno == EINTR || errno == EPIPE || errno == ENOTCONN)))
-               return 0;
- 
-       return err == 0 ? (int)ret : -1;



Home | Main Index | Thread Index | Old Index