pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat irssi: update to 0.8.20, security fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80b806c889fc
branches:  trunk
changeset: 353013:80b806c889fc
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Sep 21 20:53:57 2016 +0000

description:
irssi: update to 0.8.20, security fix.

catch up with irssi-icb, irssi-xmpp distinfo (they grab irssi versioned
file).

comment out part of irssi-xmpp makefile which is breaking the build.

irssi 0.8.20 changes:

        - Correct the name of an emitted sasl signal (#484)
        - Correct the prototype for the 'message private' signal (#515)
        - Corrections in away and hilight help text (#477, #518)
        - /squery and /servlist commands have been restored.
        - Where Irssi would previously only report "System error" on connect,
          it will now try harder to retrieve the system error message.
        - Fixed issue with +channels not working properly (#533)
        - Fixed crash in optchan when item has no server (#485)
        - Fixed random remote crash in the nicklist handling (#529)
        - Fixed remote crash due to incorrect bounds checking on
          formats, reported by Gabriel Campana and Adrien Guinet from
          Quarkslab.

diffstat:

 chat/irssi-icb/distinfo    |  10 +++++-----
 chat/irssi-xmpp/Makefile   |  10 +++++-----
 chat/irssi-xmpp/distinfo   |  10 +++++-----
 chat/irssi/Makefile.common |   4 ++--
 chat/irssi/PLIST           |   4 +++-
 chat/irssi/distinfo        |  10 +++++-----
 6 files changed, 25 insertions(+), 23 deletions(-)

diffs (113 lines):

diff -r 8610bdb94fae -r 80b806c889fc chat/irssi-icb/distinfo
--- a/chat/irssi-icb/distinfo   Wed Sep 21 17:59:10 2016 +0000
+++ b/chat/irssi-icb/distinfo   Wed Sep 21 20:53:57 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2016/08/14 21:15:12 leot Exp $
+$NetBSD: distinfo,v 1.24 2016/09/21 20:53:57 maya Exp $
 
-SHA1 (irssi-0.8.19.tar.gz) = a457a7141e700c9fffe9fe744f2343917113d1a1
-RMD160 (irssi-0.8.19.tar.gz) = 74e75311e346a6840793fca6c16c035f81730b77
-SHA512 (irssi-0.8.19.tar.gz) = 9ae240b71a542b8eee8093f97aa8da88078e89f901d666f6c084cd3de9965ec276934097d9a12bf3888fb7134628b4b21358b6ae40e158b839f73d3b934310b4
-Size (irssi-0.8.19.tar.gz) = 1565074 bytes
+SHA1 (irssi-0.8.20.tar.gz) = 080be963f79be5921a0a5c359e163bb8c8fd9fbc
+RMD160 (irssi-0.8.20.tar.gz) = 4425bfc55f07b8113cd0d31055d5ad1d8e51e1e3
+SHA512 (irssi-0.8.20.tar.gz) = 9d70453b6ee7d66a2ddc8ca494935aaba1a5cf56c9e70cceb9ab19aa1d0ca4bc19302113471fb271236339eb53f8546b1324eebd8a9113ad1f0021d41364b995
+Size (irssi-0.8.20.tar.gz) = 1565952 bytes
 SHA1 (irssi-icb-0.15.tar.gz) = c5a739960eb98e6686a94f6d4662cfab5a95d447
 RMD160 (irssi-icb-0.15.tar.gz) = b947a341e1fc2f6d42bee3cb7b738bfdbb0a031d
 SHA512 (irssi-icb-0.15.tar.gz) = 00af04d14c2c6b65eaf93f9859e6f9f51be4bc8b270c602f4f3b2cc722b148f35c29c7efb12432b063dd41095cf823f2ad329515b0298d0c541742199f3c5fa5
diff -r 8610bdb94fae -r 80b806c889fc chat/irssi-xmpp/Makefile
--- a/chat/irssi-xmpp/Makefile  Wed Sep 21 17:59:10 2016 +0000
+++ b/chat/irssi-xmpp/Makefile  Wed Sep 21 20:53:57 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/09/19 17:18:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2016/09/21 20:53:57 maya Exp $
 #
 
 DISTNAME=      irssi-xmpp-0.53
@@ -36,10 +36,10 @@
 SUBST_SED.configmk+=   -e 's/^CFLAGS =/CFLAGS +=/'
 SUBST_SED.configmk+=   -e 's/^LDFLAGS =/LDFLAGS +=/'
 
-SUBST_CLASSES+=                osxmk
-SUBST_STAGE.osxmk=     pre-build
-SUBST_FILES.osxmk=     config.mk
-SUBST_SED.osxmk=       -e 's,-shared,-dynamiclib -undefined dynamic_lookup,'
+#SUBST_CLASSES+=               osxmk
+#SUBST_STAGE.osxmk=    pre-build
+#SUBST_FILES.osxmk=    config.mk
+#SUBST_SED.osxmk=      -e 's,-shared,-dynamiclib -undefined dynamic_lookup,'
 
 CFLAGS.SunOS+= -D__BEGIN_DECLS= -D__END_DECLS=
 
diff -r 8610bdb94fae -r 80b806c889fc chat/irssi-xmpp/distinfo
--- a/chat/irssi-xmpp/distinfo  Wed Sep 21 17:59:10 2016 +0000
+++ b/chat/irssi-xmpp/distinfo  Wed Sep 21 20:53:57 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2016/08/14 21:16:04 leot Exp $
+$NetBSD: distinfo,v 1.6 2016/09/21 20:53:57 maya Exp $
 
-SHA1 (irssi-0.8.19.tar.gz) = a457a7141e700c9fffe9fe744f2343917113d1a1
-RMD160 (irssi-0.8.19.tar.gz) = 74e75311e346a6840793fca6c16c035f81730b77
-SHA512 (irssi-0.8.19.tar.gz) = 9ae240b71a542b8eee8093f97aa8da88078e89f901d666f6c084cd3de9965ec276934097d9a12bf3888fb7134628b4b21358b6ae40e158b839f73d3b934310b4
-Size (irssi-0.8.19.tar.gz) = 1565074 bytes
+SHA1 (irssi-0.8.20.tar.gz) = 080be963f79be5921a0a5c359e163bb8c8fd9fbc
+RMD160 (irssi-0.8.20.tar.gz) = 4425bfc55f07b8113cd0d31055d5ad1d8e51e1e3
+SHA512 (irssi-0.8.20.tar.gz) = 9d70453b6ee7d66a2ddc8ca494935aaba1a5cf56c9e70cceb9ab19aa1d0ca4bc19302113471fb271236339eb53f8546b1324eebd8a9113ad1f0021d41364b995
+Size (irssi-0.8.20.tar.gz) = 1565952 bytes
 SHA1 (irssi-xmpp-0.53.tar.gz) = 57d993bbebc30c72b500e2c4b4c4e79c15d8b6f9
 RMD160 (irssi-xmpp-0.53.tar.gz) = ed65af7220834f7fb6701612e81c6a523f730b06
 SHA512 (irssi-xmpp-0.53.tar.gz) = 09969db01b77e95248a080599d480b8271dcbe6d42bc90e5e2bb304a2d1b9695b70090ef0a6b7342bf6e17326e0f7a50c11c85e02e6ed742ec55820ffad655be
diff -r 8610bdb94fae -r 80b806c889fc chat/irssi/Makefile.common
--- a/chat/irssi/Makefile.common        Wed Sep 21 17:59:10 2016 +0000
+++ b/chat/irssi/Makefile.common        Wed Sep 21 20:53:57 2016 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.17 2016/08/14 21:10:35 maya Exp $
+# $NetBSD: Makefile.common,v 1.18 2016/09/21 20:53:57 maya Exp $
 #
 # used by chat/irssi-icb/Makefile
 # used by chat/irssi-xmpp/Makefile
 
 # Specific distribution information.
-IRSSI_VERSION=                 0.8.19
+IRSSI_VERSION=                 0.8.20
 IRSSI_DISTNAME=                        irssi-${IRSSI_VERSION}
 IRSSI_EXTRACT_SUFX=            .tar.gz
 IRSSI_DISTFILE=                        ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
diff -r 8610bdb94fae -r 80b806c889fc chat/irssi/PLIST
--- a/chat/irssi/PLIST  Wed Sep 21 17:59:10 2016 +0000
+++ b/chat/irssi/PLIST  Wed Sep 21 20:53:57 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2016/08/14 21:10:35 maya Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/09/21 20:53:57 maya Exp $
 bin/irssi
 include/irssi/irssi-config.h
 include/irssi/irssi-version.h
@@ -209,8 +209,10 @@
 share/irssi/help/script
 share/irssi/help/scrollback
 share/irssi/help/server
+share/irssi/help/servlist
 share/irssi/help/set
 share/irssi/help/silence
+share/irssi/help/squery
 share/irssi/help/squit
 share/irssi/help/stats
 share/irssi/help/statusbar
diff -r 8610bdb94fae -r 80b806c889fc chat/irssi/distinfo
--- a/chat/irssi/distinfo       Wed Sep 21 17:59:10 2016 +0000
+++ b/chat/irssi/distinfo       Wed Sep 21 20:53:57 2016 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.35 2016/08/14 21:10:35 maya Exp $
+$NetBSD: distinfo,v 1.36 2016/09/21 20:53:57 maya Exp $
 
-SHA1 (irssi-0.8.19.tar.gz) = a457a7141e700c9fffe9fe744f2343917113d1a1
-RMD160 (irssi-0.8.19.tar.gz) = 74e75311e346a6840793fca6c16c035f81730b77
-SHA512 (irssi-0.8.19.tar.gz) = 9ae240b71a542b8eee8093f97aa8da88078e89f901d666f6c084cd3de9965ec276934097d9a12bf3888fb7134628b4b21358b6ae40e158b839f73d3b934310b4
-Size (irssi-0.8.19.tar.gz) = 1565074 bytes
+SHA1 (irssi-0.8.20.tar.gz) = 080be963f79be5921a0a5c359e163bb8c8fd9fbc
+RMD160 (irssi-0.8.20.tar.gz) = 4425bfc55f07b8113cd0d31055d5ad1d8e51e1e3
+SHA512 (irssi-0.8.20.tar.gz) = 9d70453b6ee7d66a2ddc8ca494935aaba1a5cf56c9e70cceb9ab19aa1d0ca4bc19302113471fb271236339eb53f8546b1324eebd8a9113ad1f0021d41364b995
+Size (irssi-0.8.20.tar.gz) = 1565952 bytes
 SHA1 (patch-aa) = 83a0f6def09cb283aa55b63a249a81121748232b
 SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7



Home | Main Index | Thread Index | Old Index