pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2003Q4]: pkgsrc/chat/irssi Pullup security fix to the pkgsrc-2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c656c2a1da3
branches:  pkgsrc-2003Q4
changeset: 463712:5c656c2a1da3
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Dec 12 12:00:20 2003 +0000

description:
Pullup security fix to the pkgsrc-2003Q4 branch, requested by Bernd Ernesti.

        Module Name:    pkgsrc
        Committed By:   veego
        Date:           Thu Dec 11 20:18:58 UTC 2003

        Modified Files:
                pkgsrc/chat/irssi: Makefile Makefile.common distinfo

        Log Message:
        Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:

        v0.8.9 2003-12-11  Timo Sirainen <tss%iki.fi@localhost>

                * Fixes a remote crash with:
                    a) non-x86 hardware (one requiring memory alignmentation)
                    b) script using "gui print text" signal (with x86 hardware too)

                + /SET auto_whowas OFF allows now disabling automatic /whowas when
                  /whois doesn't find a nick (by Borys)
                - If pasted line starts with command char, treat it as command always.
                  Paste detection can go on too easily with lagged connections.

diffstat:

 chat/irssi/Makefile        |  4 ++--
 chat/irssi/Makefile.common |  4 ++--
 chat/irssi/distinfo        |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 3e402e349dbf -r 5c656c2a1da3 chat/irssi/Makefile
--- a/chat/irssi/Makefile       Fri Dec 12 11:57:22 2003 +0000
+++ b/chat/irssi/Makefile       Fri Dec 12 12:00:20 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19.2.1 2003/12/12 11:53:48 agc Exp $
+# $NetBSD: Makefile,v 1.19.2.2 2003/12/12 12:00:20 agc Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
 CATEGORIES=            chat
@@ -12,7 +12,7 @@
 .include "${.CURDIR}/Makefile.common"
 
 # list it into IPv6-ready packages
-BUILD_DEFS+=           USE_INET6 IRSSI_USE_SSL
+BUILD_DEFS+=           USE_INET6 IRSSI_USE_PERL IRSSI_USE_SSL
 
 GNU_CONFIGURE=         yes
 USE_BUILDLINK2=                yes
diff -r 3e402e349dbf -r 5c656c2a1da3 chat/irssi/Makefile.common
--- a/chat/irssi/Makefile.common        Fri Dec 12 11:57:22 2003 +0000
+++ b/chat/irssi/Makefile.common        Fri Dec 12 12:00:20 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.1.4.1 2003/12/12 11:53:48 agc Exp $
+# $NetBSD: Makefile.common,v 1.1.4.2 2003/12/12 12:00:21 agc Exp $
 
 # Specific distribution information.
-IRSSI_VERSION=         0.8.8
+IRSSI_VERSION=         0.8.9
 IRSSI_DISTNAME=                irssi-${IRSSI_VERSION}
 IRSSI_EXTRACT_SUFX=    .tar.bz2
 IRSSI_DISTFILE=                ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
diff -r 3e402e349dbf -r 5c656c2a1da3 chat/irssi/distinfo
--- a/chat/irssi/distinfo       Fri Dec 12 11:57:22 2003 +0000
+++ b/chat/irssi/distinfo       Fri Dec 12 12:00:20 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14.2.1 2003/12/12 11:53:48 agc Exp $
+$NetBSD: distinfo,v 1.14.2.2 2003/12/12 12:00:21 agc Exp $
 
-SHA1 (irssi-0.8.8.tar.bz2) = f799ae9d09d592725c31e06c14ac7a67ac90dae6
-Size (irssi-0.8.8.tar.bz2) = 758641 bytes
+SHA1 (irssi-0.8.9.tar.bz2) = 57799a1e99ac5f6694eb6fd049d39a4e2e51f576
+Size (irssi-0.8.9.tar.bz2) = 816465 bytes
 SHA1 (patch-aa) = 45d8161733f58ab3733022c823933bb1cc93a8e2
 SHA1 (patch-ab) = c395fbeeb2dd15490f04f2cb2c94daf6c5955e85



Home | Main Index | Thread Index | Old Index