pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/irssi irssi: update to 1.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78e125d5b503
branches:  trunk
changeset: 317605:78e125d5b503
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Jan 10 19:30:10 2019 +0000

description:
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)

diffstat:

 chat/irssi/Makefile        |   3 +--
 chat/irssi/Makefile.common |   4 ++--
 chat/irssi/distinfo        |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r ab7a05f2eeb3 -r 78e125d5b503 chat/irssi/Makefile
--- a/chat/irssi/Makefile       Thu Jan 10 18:12:17 2019 +0000
+++ b/chat/irssi/Makefile       Thu Jan 10 19:30:10 2019 +0000
@@ -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}
 
diff -r ab7a05f2eeb3 -r 78e125d5b503 chat/irssi/Makefile.common
--- a/chat/irssi/Makefile.common        Thu Jan 10 18:12:17 2019 +0000
+++ b/chat/irssi/Makefile.common        Thu Jan 10 19:30:10 2019 +0000
@@ -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}
diff -r ab7a05f2eeb3 -r 78e125d5b503 chat/irssi/distinfo
--- a/chat/irssi/distinfo       Thu Jan 10 18:12:17 2019 +0000
+++ b/chat/irssi/distinfo       Thu Jan 10 19:30:10 2019 +0000
@@ -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