forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pullup ticket #5182 - requested by maya
chat/irssi: security fix chat/irssi-icb: security fix chat/irssi-xmpp: security fix Revisions pulled up: - chat/irssi-icb/Makefile 1.40 - chat/irssi-icb/distinfo 1.25 - chat/irssi-xmpp/Makefile 1.11 - chat/irssi-xmpp/distinfo 1.7 - chat/irssi/Makefile 1.75 - chat/irssi/Makefile.common 1.19 - chat/irssi/distinfo 1.38 - chat/irssi/patches/patch-scripts_buf.pl deleted --- Module Name: pkgsrc Committed By: maya Date: Thu Jan 5 15:49:47 UTC 2017 Modified Files: pkgsrc/chat/irssi-xmpp: Makefile distinfo Log Message: irssi-xmpp: catch up with irssi changes. bump PKGREVISION to ensure it is rebuilt. --- Module Name: pkgsrc Committed By: maya Date: Thu Jan 5 15:48:34 UTC 2017 Modified Files: pkgsrc/chat/irssi-icb: Makefile distinfo Log Message: irssi-icb: catch up with irssi changes. bump PKGREVISION to ensure it is rebuilt. --- Module Name: pkgsrc Committed By: maya Date: Thu Jan 5 15:46:10 UTC 2017 Modified Files: pkgsrc/chat/irssi: Makefile Makefile.common distinfo Removed Files: pkgsrc/chat/irssi/patches: patch-scripts_buf.pl Log Message: irssi: update to 0.8.21. irssi 0.8.21 is a maintenance release without any new features. Changes: - Correct a NULL pointer dereference in the nickcmp function found by Joseph Bisch (GL#1) - Correct an out of bounds read in certain incomplete control codes found by Joseph Bisch (GL#2) - Correct an out of bounds read in certain incomplete character sequences found by Hanno Böck and independently by J. Bisch (GL#3) - Correct an error when receiving invalid nick message (GL#4, #466)
- Loading branch information
bsiegert
authored and
Jonathan Perkin
committed
Jan 10, 2017
1 parent
882d1c7
commit 4f20e84
Showing
8 changed files
with
22 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.73 2016/09/22 09:07:08 maya Exp $ | ||
# $NetBSD: Makefile,v 1.73.4.1 2017/01/08 19:59:14 bsiegert Exp $ | ||
|
||
DISTNAME= ${IRSSI_DISTNAME} | ||
CATEGORIES= chat | ||
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX} | ||
PKGREVISION= 1 | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.irssi.org/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
$NetBSD: distinfo,v 1.37 2016/09/22 09:07:08 maya Exp $ | ||
$NetBSD: distinfo,v 1.37.4.1 2017/01/08 19:59:14 bsiegert Exp $ | ||
|
||
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-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 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7 | ||
SHA1 (patch-scripts_buf.pl) = bd18e2b416f163849845fd14b5135c640a89d659 |
This file was deleted.
Oops, something went wrong.