svn commit: r327444 - head/irc/irssi-devel

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 16 22:44:29 UTC 2013


Author: bdrewery
Date: Mon Sep 16 22:44:28 2013
New Revision: 327444
URL: http://svnweb.freebsd.org/changeset/ports/327444

Log:
  - 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 at 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)

Modified:
  head/irc/irssi-devel/Makefile
  head/irc/irssi-devel/distinfo

Modified: head/irc/irssi-devel/Makefile
==============================================================================
--- head/irc/irssi-devel/Makefile	Mon Sep 16 22:06:10 2013	(r327443)
+++ head/irc/irssi-devel/Makefile	Mon Sep 16 22:44:28 2013	(r327444)
@@ -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 at 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>
 

Modified: head/irc/irssi-devel/distinfo
==============================================================================
--- head/irc/irssi-devel/distinfo	Mon Sep 16 22:06:10 2013	(r327443)
+++ head/irc/irssi-devel/distinfo	Mon Sep 16 22:44:28 2013	(r327444)
@@ -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


More information about the svn-ports-all mailing list