92 Commits

Author SHA1 Message Date
bentley
2fbcc48422 Switch homepage to https. 2018-02-27 08:53:02 +00:00
sthen
65325cc0ac fix with newer libressl 2018-02-23 14:39:51 +00:00
kn
58c58a2d51 Update irssi to 1.1.1 and take over MAINTAINER as discussed with Wiktor.
OK sthen@
2018-02-16 14:22:08 +00:00
sthen
203d4be74c update to irssi-1.1.0, from Klemens Nanni, maintainer timeout 2018-01-28 17:47:58 +00:00
sthen
fefdbe04e5 security update to irssi-1.0.6, from Klemens Nanni
https://irssi.org/2018/01/07/irssi-1.0.6-released/
2018-01-08 15:02:23 +00:00
naddy
d3fccf836d replace gettext module 2017-11-16 22:23:42 +00:00
sthen
9315e627ee update to irssi-1.0.5, maintainer timeout
security-related fixes:

- Fix out of bounds read when compressing colour sequences. Found by Hanno Böck (GL#12, GL!18).
- Fix use after free condition during a race condition when waiting on channel sync during a rejoin (GL#13, GL!19).
- Fix null pointer dereference when parsing certain malformed CTCP DCC messages (GL#14, GL!20).
- Fix crash due to null pointer dereference when failing to split messages due to overlong nick or target (GL#15, GL!21).
- Fix out of bounds read when trying to skip a safe channel ID without verifying that the ID is long enough (GL#16, GL!22).
- Fix return of random memory when inet_ntop failed (#769).
2017-10-25 10:34:19 +00:00
sthen
b0ba1b1705 ncurses->ncursesw 2017-09-23 10:32:00 +00:00
sthen
a39f74048b update to irssi-1.0.4, from viq (maintainer). security fixes;
CVE-2017-10965: NULL dereference when receiving messages with invalid
time stamps

CVE-2017-10966: use-after-free
2017-07-10 07:02:56 +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
9689d57f2d SECURITY update to irssi-0.8.21 (minimal patches to fix security issues
only) - ok jca@ krw@

(a) A NULL pointer dereference in the nickcmp function found by Joseph
    Bisch. (CWE-690)

(b) Use after free when receiving invalid nick message (Issue #466, CWE-146)

(c) Out of bounds read in certain incomplete control codes found by
    Joseph Bisch. (CWE-126)

(d) Out of bounds read in certain incomplete character sequences found
    by Hanno Böck and independently by J. Bisch. (CWE-126)
2017-01-05 21:37:52 +00:00
jca
6b1847a060 No need to set MODGNU_CONFIG_GUESS_DIRS to its default value. 2016-10-25 12:25:32 +00:00
danj
0a3376dc94 update to irssi-0.8.20, fixes CVE-2016-7044 and CVE-2016-7045
ok sthen@
2016-09-22 17:52: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
naddy
2c4204cf62 remove SHARED_ONLY from simple ports that use the gettext or libiconv module 2016-03-18 21:38:22 +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
9e23687e0c tidy whitespace moving it closer to viq's openbsd-wip for 0.8.18beta1 2015-12-29 22:54:49 +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
26b647a798 @comment zero-byte perl .bs files in all packages which don't have p5-* PKGNAMEs
and bump
2014-06-14 10:34:44 +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
jca
42e2bffa16 Install irssi include files, needed to compile some irssi plugins.
Patch from Florian Stinglmayr, maintainer timeout.
2014-01-09 14:58:51 +00:00
dcoppa
5466140219 Fix "socks" flavor; sync WANTLIB 2013-12-12 14:10:13 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +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
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
espie
4856ef07e8 missed some new depends 2010-11-22 09:34:10 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
4d8981b209 more WANTLIB 2010-11-11 14:00:44 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +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
1a9efa54ec bump packages with Perl .so modules; the old ones don't work
with new perl and the package signature doesn't change, so we
have to do this ourselves to make pkg_add updates work.

ok simon@
2008-10-02 20:32:18 +00:00
fgsch
f572f6725e Remove extra / from MASTER_SITES making fetch happier. 2008-07-25 20:12:02 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
steven
86900645d6 fix WANTLIB 2007-11-17 20:39:02 +00:00
sthen
849d511abc fix segfault with non-IRC protocols
ok simon@
2007-10-20 14:12:26 +00:00
jasper
b2890add69 update irssi to 0.8.12
from viq (MAINTAINER)
2007-10-10 18:09:56 +00:00
merdely
241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +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
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00