pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/irssi
Module Name: pkgsrc
Committed By: maya
Date: Thu Jan 10 19:30:11 UTC 2019
Modified Files:
pkgsrc/chat/irssi: Makefile Makefile.common distinfo
Log Message:
irssi: update to 1.1.2
Fix the resetting of window hiddenlevel (#861)
Fix clearing of hidelevel in layout (#951)
Fix accessing unallocated text when checking entry position (#928, #930)
Fix uninitialised memory on empty lines (#873, GL#31, #878, #877, #907, #914)
Fix use-after-free on expiration of hidden lines (#948)
Fix use-after-frees. By Maya Rashish (#919)
Fix out of bounds access in help display when window width is small (#949)
Fix paste_join_multiline (#970, #971)
Correctly check for errno when displaying SSL errors. By Janik Rabe (#895)
Fix wrong signal emission argument count (#965)
Documentation (#920). Sync NEWS, scripts (#849)
Fix Perl detection on MacOS. By Dominyk Tiller (#927)
Misc fixes. By Jaroslav Škarvada (#981, #982)
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/chat/irssi/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/chat/irssi/Makefile.common
cvs rdiff -u -r1.47 -r1.48 pkgsrc/chat/irssi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/irssi/Makefile
diff -u pkgsrc/chat/irssi/Makefile:1.89 pkgsrc/chat/irssi/Makefile:1.90
--- pkgsrc/chat/irssi/Makefile:1.89 Wed Aug 22 09:43:01 2018
+++ pkgsrc/chat/irssi/Makefile Thu Jan 10 19:30:10 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2018/08/22 09:43:01 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2019/01/10 19:30:10 maya Exp $
DISTNAME= ${IRSSI_DISTNAME}
-PKGREVISION= 1
CATEGORIES= chat
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}
Index: pkgsrc/chat/irssi/Makefile.common
diff -u pkgsrc/chat/irssi/Makefile.common:1.28 pkgsrc/chat/irssi/Makefile.common:1.29
--- pkgsrc/chat/irssi/Makefile.common:1.28 Thu Feb 15 21:27:11 2018
+++ pkgsrc/chat/irssi/Makefile.common Thu Jan 10 19:30:10 2019
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.28 2018/02/15 21:27:11 maya Exp $
+# $NetBSD: Makefile.common,v 1.29 2019/01/10 19:30:10 maya Exp $
#
# used by chat/irssi-icb/Makefile
# used by chat/irssi-xmpp/Makefile
# Specific distribution information.
-IRSSI_VERSION= 1.1.1
+IRSSI_VERSION= 1.1.2
IRSSI_DISTNAME= irssi-${IRSSI_VERSION}
IRSSI_EXTRACT_SUFX= .tar.gz
IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
Index: pkgsrc/chat/irssi/distinfo
diff -u pkgsrc/chat/irssi/distinfo:1.47 pkgsrc/chat/irssi/distinfo:1.48
--- pkgsrc/chat/irssi/distinfo:1.47 Thu Feb 15 21:27:11 2018
+++ pkgsrc/chat/irssi/distinfo Thu Jan 10 19:30:10 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.47 2018/02/15 21:27:11 maya Exp $
+$NetBSD: distinfo,v 1.48 2019/01/10 19:30:10 maya Exp $
-SHA1 (irssi-1.1.1.tar.gz) = 1e4a7f01a6a1fb56b537ae5575f335291cb86b48
-RMD160 (irssi-1.1.1.tar.gz) = 3345e431cc5dd10c995c69839eacafe3c6ba4812
-SHA512 (irssi-1.1.1.tar.gz) = a8322872881e9cf372faf73326943750804efbf02ca24c0db05f8996a07801d7ac1bae127637fa67a0a923f31de26ccee817bc36b30ee1dafa816d19862e4925
-Size (irssi-1.1.1.tar.gz) = 1708603 bytes
+SHA1 (irssi-1.1.2.tar.gz) = d1444299185d010997cd43a624b3c4131f764e18
+RMD160 (irssi-1.1.2.tar.gz) = e3c672714d82cc1e408af02ea1e52005b672731f
+SHA512 (irssi-1.1.2.tar.gz) = b372d97e0556b7c13c7e161f89df6b0318661278a0ea04c19d632c4eb42b97731cb94913c120568927adf3c2173ac19ba39fe758f0cc6ef467bc126c3d75238f
+Size (irssi-1.1.2.tar.gz) = 1714592 bytes
SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7
Home |
Main Index |
Thread Index |
Old Index