Security and bug fixes: https://irssi.org/2018/01/07/irssi-1.0.6-released/
- Fix invalid memory access when reading hilight configuration
(#787, #788).
- Fix null pointer dereference when the channel topic is set
without specifying a sender (GL#20, GL!25).
- Fix return of random memory when using incomplete escape
codes (GL#21, GL!26).
- Fix heap buffer overflow when completing certain strings
(GL#19, GL!27).
- Fix return of random memory when using an incomplete
variable argument (GL#18, GL!28).
While here, switch HOMEPAGE to HTTPS.
Works fine on amd64, tests pass, I haven't run the socks flavor, though.
Any takers?
diff --git a/net/irssi/Makefile b/net/irssi/Makefile
index c46533fb883..82e9201be61 100644
--- a/net/irssi/Makefile
+++ b/net/irssi/Makefile
@@ -2,14 +2,14 @@
COMMENT = modular IRC client with many features (ipv6,socks,proxy)
-V = 1.0.5
+V = 1.0.6
DISTNAME = irssi-$V
PKGSPEC = irssi-=$V
REVISION = 0
CATEGORIES = net
-HOMEPAGE = http://www.irssi.org/
+HOMEPAGE = https://www.irssi.org/
MAINTAINER = Wiktor Izdebski <vicviq@gmail.com>
diff --git a/net/irssi/distinfo b/net/irssi/distinfo
index 3d0250a3d4c..331bb08d290 100644
--- a/net/irssi/distinfo
+++ b/net/irssi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (irssi-1.0.5.tar.gz) = 5WD1N8qHhHHmSj6a7mlnU5cXVXpu39F0YJiwSB1aWtE=
-SIZE (irssi-1.0.5.tar.gz) = 1599347
+SHA256 (irssi-1.0.6.tar.gz) = q5J722Z8nhf876CUUAPjkrHjiqWnDLm0vrQtlEwHP0Y=
+SIZE (irssi-1.0.6.tar.gz) = 1600284
No comments:
Post a Comment