Commit graph

36 commits

Author SHA1 Message Date
Thomas Zander
5856a26a31 Update to upstream version 1.0.2
Details:
- Fixes a use-after-free during netjoin.
  This usually leads to a segfault.
  Upstream considers targeted code execution
  difficult.

PR:		217878
Submitted by:	dor.bsd@xm0.uk (maintainer)
MFH:		2017Q1
Security:	CVE-2017-xxxx (not yet assigned)
2017-03-18 13:29:56 +00:00
Vanilla I. Shu
1ed4792c4b 1: Update to 1.0.1.
2: remove uneeded config arguments (ncurses/ipv6)

PR:		217348
Submitted by:	brnrd@
2017-03-17 09:00:32 +00:00
Vanilla I. Shu
7d4321ae55 Downgrade to 0.8.21.
PR:		215800
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
2017-01-08 01:37:33 +00:00
Vanilla I. Shu
397c265170 Update to 1.0.0, also remove deprecated configure options.
PR:		215800
Submitted by:	vlad-fbsd@acheronmedia.com <vlad-fbsd at acheronmedia.com>
MFH:		2017Q1
2017-01-06 03:45:11 +00:00
Vanilla I. Shu
41eef74c45 switch to USES=ssl.
PR:		212164
Submitted by:	pipfstarrd@opmbx.org
2016-08-26 02:23:58 +00:00
Vanilla I. Shu
5e9ccba16d 1: add patch from upstream to fix @INC order for perl scripts.
2: strip perl's .so
3: bump version.
2016-05-18 06:54:36 +00:00
Vanilla I. Shu
00aa658adb Update to 0.8.19, and regen patches. 2016-04-05 15:30:34 +00:00
Vanilla I. Shu
df43af2c82 Upgrade to 0.8.17. 2014-10-13 04:04:52 +00:00
Vanilla I. Shu
3117796d00 Fix building with ports ncurses. 2013-10-21 14:42:24 +00:00
Vanilla I. Shu
f8715f9d4a revert last change, it cause some seg faults. 2012-09-03 03:50:42 +00:00
Vanilla I. Shu
5876ab6ca0 1: fix utf-8 decoding.
2: convert to optionng.

PR:		ports/169780
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> [1]
2012-08-13 15:08:03 +00:00
Vanilla I. Shu
5173a3145d remove files/patch-scripts__ipupdate.pl, it broken irc/irssi.
Submitted by:	freebsd at nagilum dot org
Feature safe:	yes
2010-06-30 07:37:50 +00:00
Vanilla I. Shu
f8536b1618 make ipupdate.pl work.
PR:		ports/148169
Submitted by:	freebsd at nagilum dot org
Feature safe:	yes
2010-06-30 01:12:40 +00:00
Vanilla I. Shu
e995d60859 Upgrade to 0.8.15.
PR:		ports/145363
Submitted by:	Jase Thew <freebsd at beardz.net>
2010-04-07 01:53:34 +00:00
Vanilla I. Shu
a116031b92 A patch to fix fails of connect to sslv3 server.
Submitted by:	stas@
2009-08-17 14:49:19 +00:00
Vanilla I. Shu
a1c9f80e31 Upgrade to 0.8.13. 2009-04-02 01:43:53 +00:00
Vanilla I. Shu
e7a4dc9d31 Fix coredump with silc-irssi-plugin.
PR:		ports/117871
Submitted by:	Wesley Shields <wxs.at.atarininja.org>
Approved by:	portmgr@ (linimon)
2007-11-11 22:33:05 +00:00
Vanilla I. Shu
37aa8dd5ac Upgrade to 0.8.12.
PR:		ports/117087
Submitted by:	Andris Raugulis <ar.at.null.lv>
2007-10-11 20:14:56 +00:00
Vanilla I. Shu
ddcfc2b9cf Fix buggy logging code.
Submitted by:	mhsin via #bsdchat
Obtained from:	http://bugs.irssi.org/?do=details&task_id=509&pagenum=2
2007-09-16 12:40:50 +00:00
Vanilla I. Shu
c0b2bc1523 Upgrade to 0.8.11.
Requested by:	miwi@
2007-04-26 10:05:46 +00:00
Vanilla I. Shu
0488197b6a When irssi displays a overlong topic with wide (width > 1) character on the
display margin, it will truncate AFTER that character. That is, the whole wide
character is outputted and mess up the screen.
This patch fixes the problem by truncating BEFORE wide characters that fall
on the display margin.

PR:		ports/103597
Submitted by:	Yi-Hsuan Hsin <mhsin_at_mhsin_dot_org>
2006-09-25 08:29:18 +00:00
Vanilla I. Shu
261f0c4e6e Add patch to fix coredump on 7-current.
Submitted by:	andrei at tyenet.com
2006-05-04 05:51:00 +00:00
Pav Lucistnik
1068fca2cf - Fix runtime crash on 64-bit archs with jemalloc
PR:		ports/91812
Submitted by:	keramida
Approved by:	vanilla (vacation blanket)
2006-01-15 09:00:54 +00:00
Vanilla I. Shu
01faf1934e 1: upgrade to 0.8.10.
2: sync with irssi-devel

PR:		ports/90256
Submitted by:	Toni Viemero <toni.viemero@iki.dot.fi>
2005-12-12 05:46:52 +00:00
Philip Paeps
8056cd05e1 Prevent the creation of perllocal.pod to appease pointyhat.
Spotted by:	pointyhat via kris
Approved by:	vanilla (maintainer)
2005-02-22 08:49:35 +00:00
Vanilla I. Shu
d549dd20de - Unbreak on -currnet.
- Put USE_OPENSSL before <bsd.port.pre.mk>
- make configure happy
- make pre-configure target non-fatal. This makes interrupting and resuming
  the configure stage possible.

PR:		ports/62476
Submitted by:	Ulrich Spoerlein <q@uni.de>
2004-02-08 17:02:11 +00:00
Alfred Perlstein
cc8959a12b Add a patch to check for the environment variable IRSSI_NOTHROTTLE
to disable throttling.

Submitted by: Chris Jones <cjones@gruntle.org>
2003-12-28 09:12:58 +00:00
Vanilla I. Shu
90bd0339cd Upgrade to 0.8.8, add WITH_PERL, WITH_SOCKS, WITHOUT_IPV6, WITHOUT_GLIB2 knob.
PR:		ports/59614
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-12-07 08:25:02 +00:00
Vanilla I. Shu
0fec6e2a66 Ops.. I forfot to add this patch on last commit. 2002-02-17 07:49:10 +00:00
Vanilla I. Shu
d68041ff0f Upgrade to 0.8.0 snapshot-20020217. 2002-02-17 07:48:31 +00:00
Vanilla I. Shu
f86cebea4a Fix perl module's path, and bump version. 2001-04-26 16:57:09 +00:00
Jim Mock
7f1a5c18b3 Update to version 0.7.97.
Parts submitted by:	Sean-Paul Rees <sean@seanrees.com>
2000-12-11 20:21:39 +00:00
Jeremy Lea
d0cdca8bc3 Implement USE_GLIB. 2000-10-05 06:23:01 +00:00
Jim Mock
2fddf56a32 Update to version 0.7.90. The author has removed all GTK/GNOME bits for
the time being, but says ``they might come back later'', but for now this
is a text-only client.

Submitted by:	ade
2000-06-12 19:16:51 +00:00
Will Andrews
7001c025d0 Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"
commit.  (Of course I have to fix all his stuff anyway. ;-)

First diff submitted by:	jim (MAINATAINER)
Gmake-related crap fixed by:	will (the added patch)
2000-05-23 21:55:21 +00:00
Jim Mock
5f8baf4932 Update to version 0.7.27.
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-26 02:25:50 +00:00