25504759 Update irsii to version 1.0.1
authorRich Burridge <rich.burridge@oracle.com>
Wed, 08 Feb 2017 06:43:04 -0800
changeset 7655 b5ff34d7b33b
parent 7652 8ea2de474b66
child 7658 bfa9f8c70c0e
25504759 Update irsii to version 1.0.1 25504738 problem in UTILITY/IRSSI
components/irssi/Makefile
components/irssi/TESTING
components/irssi/irssi.p5m
--- a/components/irssi/Makefile	Tue Feb 07 15:11:24 2017 -0700
+++ b/components/irssi/Makefile	Wed Feb 08 06:43:04 2017 -0800
@@ -26,14 +26,14 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         irssi
-COMPONENT_VERSION=	0.8.21
+COMPONENT_VERSION=	1.0.1
 COMPONENT_PROJECT_URL=	https://irssi.org/
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=\
-    sha256:42c1a35a70b51fecc0d46bc1af0a922ec8ca9ed812d73004b083fe069b62aa3b
+    sha256:196ae830763be0a9dc0b377e571db105e82f9b7f7e0f443a81fbc665cea819db
 COMPONENT_ARCHIVE_URL=	https://github.com/irssi/irssi/releases/download/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 
-TPNO=		33225
+TPNO=		33724
 
 TEST_TARGET= $(NO_TESTS)
 include $(WS_MAKE_RULES)/common.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/irssi/TESTING	Wed Feb 08 06:43:04 2017 -0800
@@ -0,0 +1,16 @@
+There is no built-in test suite for irssi, so it needs to be tested manually.
+
+Documentation and tutorials for irssi can be found at:
+
+  https://irssi.org/documentation/
+
+For example, a simple test is to startup irssi from the command line and
+connect to the #python channel on the irc.freenode.net IRC server using
+the following commands:
+
+/SERVER ADD -auto -network IRCnet irc.freenode.net 6667
+/CONNECT irc.freenode.net
+/CHANNEL ADD -auto #python IRCnet
+/JOIN #python
+... type messages ...
+/QUIT
--- a/components/irssi/irssi.p5m	Tue Feb 07 15:11:24 2017 -0700
+++ b/components/irssi/irssi.p5m	Wed Feb 08 06:43:04 2017 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
@@ -85,6 +85,8 @@
 file path=usr/include/irssi/src/core/settings.h
 file path=usr/include/irssi/src/core/signals.h
 file path=usr/include/irssi/src/core/special-vars.h
+file path=usr/include/irssi/src/core/tls.h
+file path=usr/include/irssi/src/core/utf8.h
 file path=usr/include/irssi/src/core/window-item-def.h
 file path=usr/include/irssi/src/core/window-item-rec.h
 file path=usr/include/irssi/src/core/write-buffer.h
@@ -98,6 +100,7 @@
 file path=usr/include/irssi/src/fe-common/core/fe-messages.h
 file path=usr/include/irssi/src/fe-common/core/fe-queries.h
 file path=usr/include/irssi/src/fe-common/core/fe-recode.h
+file path=usr/include/irssi/src/fe-common/core/fe-tls.h
 file path=usr/include/irssi/src/fe-common/core/fe-windows.h
 file path=usr/include/irssi/src/fe-common/core/formats.h
 file path=usr/include/irssi/src/fe-common/core/hilight-text.h