mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 20130915 snapshot which is 0.8.16-rc1
Changes since 0.8.15: + Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will force Irssi to not execute the content of the autosendcmd chatnet-setting upon connect. + Accept names replies with nick!user@host instead of just nick, if they are enabled (see bug #805). + Set window binds for channel items as sticky when re-creating window binds as part of /layout save. This fixes the bug where previously saved channel windows forgets their window number upon reconnect. + Add experimental support for DNSSEC DANE validation of certificates. + Strip the argument for boolean options (see bug #769). + Freenode have been readded to the list of networks in the default configuration file. + Disabled support for the insecure SSLv2 protocol. + Various documentation enhancements. - Fix crashing bug that can happen if the terminal height decreases before the first window is created. - Fixed minor compiler warnings. - Fixed possible crashing bug when processing an octal escape sequence. - Fixed the /ignore -network option (see bug #748). - Fixed signal handling for /exec'd commands. Irssi now sends the signal to the process group id instead of the process id. - Fixed segfault generated by SSL disconnections (see bug #752). Approved by: miwi (implicit)
This commit is contained in:
parent
2836751122
commit
9dea31bbac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327444
@ -2,10 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= irssi
|
||||
PORTVERSION= 20120624
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20130915
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://bsdcrew.de/distfiles/
|
||||
MASTER_SITES= http://mirror.irssi.org/snapshots/ \
|
||||
http://bsdcrew.de/distfiles/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
@ -25,7 +25,7 @@ SOCKS_DESC= Socks proxy support
|
||||
BOT_DESC= Bot support
|
||||
OPTIONS_DEFAULT= PERL IPV6 SSL
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.15-svn
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.16-rc1
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (irssi-20120624.tar.gz) = 60a3bc3149f276122b1304de1d9320162feb3fda3efdac3414334c9fa7b50766
|
||||
SIZE (irssi-20120624.tar.gz) = 1331268
|
||||
SHA256 (irssi-20130915.tar.gz) = 915b7a584917cffed9c343a24f9e07d02947677d754dd466aba6369c9be87344
|
||||
SIZE (irssi-20130915.tar.gz) = 1333350
|
||||
|
Loading…
Reference in New Issue
Block a user