diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-17 06:44:28 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-17 06:44:28 +0800 |
commit | 3a911e2e8ec2b90c4953efd67cfd878a71d43f58 (patch) | |
tree | c300406a5ca00854da572d9d715b871262859eab | |
parent | a8aa90acf8b9f0fcb535071d41efb0749c753925 (diff) | |
download | freebsd-ports-gnome-3a911e2e8ec2b90c4953efd67cfd878a71d43f58.tar.gz freebsd-ports-gnome-3a911e2e8ec2b90c4953efd67cfd878a71d43f58.tar.zst freebsd-ports-gnome-3a911e2e8ec2b90c4953efd67cfd878a71d43f58.zip |
- 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)
-rw-r--r-- | irc/irssi-devel/Makefile | 8 | ||||
-rw-r--r-- | irc/irssi-devel/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index 9e14055db1f9..0dae2b961007 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/Makefile @@ -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> diff --git a/irc/irssi-devel/distinfo b/irc/irssi-devel/distinfo index 7097f4ad2a88..444ea80cbf1a 100644 --- a/irc/irssi-devel/distinfo +++ b/irc/irssi-devel/distinfo @@ -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 |