diff options
author | maya <maya@pkgsrc.org> | 2017-02-05 20:37:30 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-02-05 20:37:30 +0000 |
commit | 54ebe9378fc58f8309e06f67b9cf87fb00eb671c (patch) | |
tree | 1127a1c92a32fbe4e5eebfc23a6a98cf438f92ae /chat/irssi/Makefile.common | |
parent | 5cce5e30fca05ecd5a6c836efd395b73bcd8dd77 (diff) | |
download | pkgsrc-54ebe9378fc58f8309e06f67b9cf87fb00eb671c.tar.gz |
irssi: update to 1.0.1.
v1.0.1 2017-02-03 The Irssi team <staff@irssi.org>
- Fix Perl compilation in object dir. By Martijn Dekker (#602, #623).
- Disable EC cryptography on Solaris to fix build (#604, #598).
- Fix incorrect HELP SERVER example (#606, #519).
- Correct memory leak in /OP and /VOICE. By Tim Konick (#608).
- Fix regression that broke second level completion (#613, #609).
- Correct missing NULL termination in perl_parse. By Hanno Böck (#619).
- Sync broken mail.pl script (#624, #607).
Diffstat (limited to 'chat/irssi/Makefile.common')
-rw-r--r-- | chat/irssi/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index 55fbe171639..ab0c9c7b846 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.20 2017/01/05 17:14:52 maya Exp $ +# $NetBSD: Makefile.common,v 1.21 2017/02/05 20:37:30 maya Exp $ # # used by chat/irssi-icb/Makefile # used by chat/irssi-xmpp/Makefile # Specific distribution information. -IRSSI_VERSION= 1.0.0 +IRSSI_VERSION= 1.0.1 IRSSI_DISTNAME= irssi-${IRSSI_VERSION} IRSSI_EXTRACT_SUFX= .tar.gz IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX} |