34 Commits

Author SHA1 Message Date
sthen
65325cc0ac fix with newer libressl 2018-02-23 14:39:51 +00:00
sthen
203d4be74c update to irssi-1.1.0, from Klemens Nanni, maintainer timeout 2018-01-28 17:47:58 +00:00
sthen
c221d81bc2 update to irssi-1.0.3, based on a diff from viq (maintainer)
fixes include

v1.0.3 2017-06-06  The Irssi team <staff@irssi.org>
	- Fix out of bounds read when scanning expandos (GL!11).
	- Fix invalid memory access with quoted filenames in DCC
	  (GL#8, GL!12).
	- Fix null-pointer dereference on DCC without address (GL#9, GL!13).
	- Improve integer overflow handling. Originally reported by
          oss-fuzz#525 (#706).


v1.0.2 2017-03-10  The Irssi team <staff@irssi.org>
	- Prevent some null-pointer crashes (GL!9).
	- Correct dereferencing of already freed server objects during
	  output of netjoins. Found by APic (GL!10, GL#7).
2017-06-07 21:57:46 +00:00
sthen
10837622b8 update to irrsi-0.8.19, mostly regression fixes, from viq (maintainer)
plus regen patches
2016-04-09 21:48:55 +00:00
sthen
391cf4828d update to irssi-0.8.18, from viq (maintainer), plus re-add the PKGSPEC line
to avoid breaking modules
2016-03-18 09:27:56 +00:00
sthen
eddd9bd5b5 update to irssi-0.8.17, diff came from maintainer some time ago, but there
were problems with irssi-icb (will be fixed in following commit). I made some
small changes from the earlier diff: add PKGSPEC so that plugins pick up the
correct version of irssi, use a better license marker, and install the
irssi-config script that irssi-icb looks for.
2015-12-29 22:44:37 +00:00
sthen
198106830c update to irssi 0.8.16, from viq (maintainer), and remove no-longer-used
function pointed out by viq but not in his original diff
2014-06-02 16:50:42 +00:00
sthen
764618cd60 fixes from Irssi SVN, from Brad. "go ahead" viq (maintainer).
- Set window binds for channel items as sticky when re-creating window
binds as part of /layout save. This addresses the problem of previously
saved channel window items forgetting their windows upon reconnection,
which resulted in them being opened in new windows.

- Ensure that expando_cumode_space() doesn't free unallocated memory when no
prefix exists by conditionally allocating and marking to-be-freed the cumode
string inside of expando_cumode().
2011-12-01 17:51:10 +00:00
sthen
f1e16e9c28 Various tweaks to the irssi port, from Brad. Tested by a few people,
viq (maintainer) doesn't have time to look at it properly but is
generally ok with this.

- Remove USE_GROFF
- Remove --enable-ipv6 from CONFIGURE_ARGS since its enabled by default
- Backport fixes from SVN repo..
  - Replace deprecated glib functions
  - Do not go beyond the end of the string when processing an octal escape
  - glib iochannel fixes
  - Fix segfault generated by SSL disconnections
  - Do not use SSLv2 protocol
  - When sending a signal to an /exec'd command, send it to the process
    group id instead of the process id.
2011-11-16 10:16:57 +00:00
sthen
985152770c update to 0.18.5 from Simon Kuhnle, ok viq (maintainer) 2010-05-19 15:04:28 +00:00
okan
75081ec6f2 don't hardcode paths; rather use SUBST_CMD where appropriate.
PREFIX reminder and ok sthen@
2009-10-11 15:23:51 +00:00
jolan
efcd8bb4e0 rm 0 byte patch 2009-09-11 09:52:57 +00:00
martynas
550124e459 update to irssi-0.8.14; api compatible with 0.8.13 - doesn't affect
plugins.  from Simon Kuhnle.  maintainer timeout
ok sthen@
2009-09-10 21:31:42 +00:00
sthen
37d062e1b5 fix /uptime; it assumed that time_t is long.
from Jona Joachim via viq (maintainer). ok martynas@
2009-06-23 09:26:02 +00:00
sthen
49cd8bef65 Patch CVE-2009-1959, out of bounds access in irc event_wallops().
Could at least be a crash, but may be SECURITY. From upstream repo;
ok martynas@
2009-06-22 00:22:57 +00:00
martynas
efe386fc95 update to irssi-0.8.13: http://www.irssi.org/news/ChangeLog
from Colin Didier, tweaks by maintainer Wiktor Izdebski and myself
tested by Simon Kuhnle, sthen@ and myself.  ok sthen@
2009-05-23 17:47:00 +00:00
matthieu
94e7c2fc33 Add a patch adapted from bugs.irrsi.org for double echoed characters
after reading a certificate's password.
(http://bugs.irssi.org/index.php?do=details&task_id=305)
Regen patches.
Add @bin marker to plist.
from maintainer (viq at vic dot ath dot cx)
2008-12-22 19:40:33 +00:00
sthen
849d511abc fix segfault with non-IRC protocols
ok simon@
2007-10-20 14:12:26 +00:00
martynas
4cd833f967 Update to 0.8.11. Changelog: http://www.irssi.org/news/ChangeLog
Changes to the port:
- normalize paths;
- make term_charset work;
- note the net/irssi-silc in DESCR;
- cleanup;
very initial diff, testing and ok maintainer Wiktor Izdebski
ok jasper@
2007-05-16 19:29:11 +00:00
jolan
a74c45fb48 fix crash on /quit 2006-06-13 02:02:04 +00:00
steven
99d57bc1a0 update to 0.8.10; rearrange locations of installed files.
based on diff from new maintainer Wiktor Izdebski, vicviq at gmail
2006-04-18 20:30:02 +00:00
mjc
de35125798 replace /set workaround with fix from upstream cvs
noticed by resfilter@resfilter.net
"no objections" pvalchev@ robert@
2005-01-24 21:17:46 +00:00
jolan
05f0087303 dont make resolve_prefer_ipv6 the default, it doesnt do the right thing 2004-05-23 22:38:39 +00:00
pvalchev
7b8b33f9ea fix another crash; from Robert Nagy, maintainer timeout 2004-03-08 03:11:03 +00:00
pvalchev
e5f65fcb14 fix a crash when setting default dcc_autoget_max_size
from Robert Nagy <thuglife@bsd.hu> via maintainer reinhard@
2004-03-02 22:15:29 +00:00
margarida
20667978c0 Update irssi to version 0.8.9
--
This release fixes a bug that could lead to a remote crash.
Users using irssi on non x86 arches are urged to upgrade.
Also fixes a bug in window layout restoring queries that could
also cause a crash in all arches.

Based on submission from Robert Nagy <thuglife@bsd.hu> with mods
from me.
2003-12-14 03:25:19 +00:00
jolan
0bcf1a6f82 sync ipv6 behavior w/silc-client. no response from maintainer 2003-06-04 16:00:55 +00:00
reinhard
04ad851ff3 fix modules 2002-02-23 12:25:03 +00:00
reinhard
7e5f16bd50 update to irssi-0.8.1; notified by han AT mijncomputer.nl
*) enable perl
*) bump NEED_VERSION
*) minor cleanups
2002-02-21 16:19:54 +00:00
reinhard
229e85b677 update to irssi-0.7.98.3 2001-04-20 15:43:07 +00:00
reinhard
8390b3e632 update to irssi-0.7.98.2
changelog: http://irssi.org/?page=changelog
2001-03-07 14:37:57 +00:00
reinhard
6493a53144 o) fix 'help' command; pointed out by horacio@
o) document gettext flavor
o) bump NEED_VERSION
2001-03-04 12:50:49 +00:00
reinhard
3fc630d375 doc->share/doc 2000-12-26 23:46:05 +00:00
reinhard
db7761ab91 Irssi is a modular IRC client that currently has only text mode user
interface, but 80-90% of the code isn't text mode specific, so other UIs could
be created pretty easily. Also, Irssi isn't really even IRC specific anymore,
there's already a working SILC module available. Support for other protocols
like ICQ could be created some day too.
2000-12-26 22:33:28 +00:00