diff options
author | maya <maya@pkgsrc.org> | 2016-09-21 20:53:57 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2016-09-21 20:53:57 +0000 |
commit | 366d4d6ae8ff3f598302c14c43d80e0194a871d1 (patch) | |
tree | 7f8e945c3cd1502df1e56a7b78fc337e9ab30a3b /chat/irssi | |
parent | 5c99ed8156e25d3ac654e36d0dbfa5566efac558 (diff) | |
download | pkgsrc-366d4d6ae8ff3f598302c14c43d80e0194a871d1.tar.gz |
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 (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/Makefile.common | 4 | ||||
-rw-r--r-- | chat/irssi/PLIST | 4 | ||||
-rw-r--r-- | chat/irssi/distinfo | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index ae366e9e205..acc41298b59 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -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 --git a/chat/irssi/PLIST b/chat/irssi/PLIST index 90c093c0a56..4151caa7830 100644 --- a/chat/irssi/PLIST +++ b/chat/irssi/PLIST @@ -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/sconnect 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 --git a/chat/irssi/distinfo b/chat/irssi/distinfo index 752b11415a0..a0dfb7435a9 100644 --- a/chat/irssi/distinfo +++ b/chat/irssi/distinfo @@ -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 |