The NetBSD Project

CVS log for pkgsrc/chat/irssi/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / chat / irssi

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.108 / (download) - annotate - [select for diffs], Tue Oct 24 22:08:20 2023 UTC (5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.107: +2 -2 lines
Diff to previous 1.107 (colored) to selected 1.9.2.1 (colored)

*: bump for openssl 3

Revision 1.107 / (download) - annotate - [select for diffs], Thu Jul 6 09:38:11 2023 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.106: +2 -1 lines
Diff to previous 1.106 (colored) to selected 1.9.2.1 (colored)

*: recursive bump for perl 5.38

Revision 1.106 / (download) - annotate - [select for diffs], Sat May 13 13:06:46 2023 UTC (10 months, 2 weeks ago) by nikita
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.105: +1 -5 lines
Diff to previous 1.105 (colored) to selected 1.9.2.1 (colored)

irssi: update to version 1.4.4

Changelog (taken from https://irssi.org/NEWS/):

1.4.4

The Irssi team released this 2023-03-31
Changes

    Expose location of signals.txt via pkg-config (codeberg!1, #1439, #1446, #1447). By Andrej Kacian

Additions

    Levels can now be inverted using ^ prefix in the /WINDOW (HIDE)LEVEL commands (#1428)

    Support receiving monospace (#1370, #1442). By Linus Heckemann

Fixes

    Fix config broken by /WINDOW LOGFILE without parameter (#1392, #1432)

    Fix broken /LASTLOG -window switch (#1418, #1424, regression introduced in #1398)

    Fix logic in how actions are printed for other protocols (codeberg!3, #1454). By Andrej Kacian

    Fix stale special collector use after free (#1456). Reported by ednash

    Help and message fixes (#1421, #1429, #1431, #1434, #1438, #1452, #1453, #1455). Includes work by Jimmie Tyrrell and Sven Grewe

1.4.3

The Irssi team released this 2022-10-31
Fixes

    Fix freeze on Alt+arrows (#1416, #1417)

    Fix crash on /upgrade (#1399, #1419)

    Fix saving of -disallow_starttls (#1401, #1420)

    Fix libnv detection on FreeBSD (freebsd#265397, #1407). By Guido Falsi and Kristof Provost

    Minor help and script fixes (#1380, #1393, #1411, #1413, #1414, #1415)

1.4.2

The Irssi team released this 2022-07-17
Changes

    Add irssimoduledir to irssi-1.pc in the Meson build (#1383, #1378)

Fixes

    Use -isystem includes, limiting warnings to Irssi code. Fixes compilation with Perl 5.36 (#1381, gentoo#851522, #1384)

    Fix missing lines when changing dynamic textbuffer contents (#1382, #1387). Reported by externalserver15

    Fix Perl cross compilation with Meson 0.60.0 (#1377)

    Fix default channel prefix used for /JOIN to default to # (#1385, #1388)

    Fix crash in /LASTLOG by getting line texts before printing (#1367, #1398)

1.4.1

The Irssi team released this 2022-06-12

Note: botti no longer compiles; get in touch if you use it
Changes

    Format the output of /QUOTE HELP (#1371, an#82). By Val Lorentz. Add /SHELP as default alias (an#83)

    /SET resolve_reverse_lookup setting was removed (#1034, #1135)

    Irssi will try to connect on IPv4 if IPv6 connection failed (#1146). By Shivaram Lingamneni

    The display system now renders formats on the fly (#1079, #1188, #1191, #1192, #1204, #1205, #1209, #1349, #1355, an#13, an#14, an#28, an#29, an#36, an#37, an#49)

    This major change will break scripts that try to modify printed text during ãà×Ñrint textãàsignal (#1189). They need to be ported to modify the text during ãà×Ñrint formatãàinstead. It also breaks the usage of using /FORMAT to add different colours to a line. Such usage needs to be ported to using $expando variables instead. Affected scripts include format_identify.pl, friends_peder.pl, nickcolor.pl, nm.pl, people.pl

    The ãà×Èui print text finishedãàand ãà×Èui print text after finishedãàsignals gained a TEXT_DEST_REC *parameter in the process.

    A new ãà×Èui render line textãàsignal is available to change the rendering of a line

    made the $Z expando (time) dynamic (#1087, #1207, #1208)

    This change breaks the usage of /SET timestamp_format to supply a custom displayed time stamp. Affected scripts include binary_time.pl

    /HILIGHT -priority now affects which hilight rule gets applied (#1228, #1232)

    The NAMES list is now hidden by default if there are more than 18 users on the channel (an#7)

    To revert to the previous behaviour

    /SET show_names_on_join_limit -1

    -tls_verify is now enabled by default (#1170, an#18, #1309, an#23, #1343, #1351)

    This may cause an ugly display of notls_verify in the output of /SERVER LIST, even on plain-text connection, on old configs. Kindly remove the ãà×Õls_verify = ãà×Ïoãàãàentries from your config file manually.

    Irssi will now attempt STARTTLS if advertised (#1170, #1312, an#19)

    Use -disallow_starttls if you absolutely do not want this

    In order to check for a STARTTLS advertisement, Irssi will now wait for a response (even an error) to CAP LS 302. If your bouncer/server does not want to communicate before receiving USER/PASS at all, use -nocap to disable the CAP check.

    Channel sync requests (WHO, MODE) are now sent ãà×Íaterãàthan user commands. This should improve responsiveness to user commands in the autojoin phase (#1300, an#26, an#32, an#33)

    Irssi is now using full paths in #include directives and consequently does not add all directories to the include path anymore (#1040)

    The Build System was ported to Meson (#1064, #1065, #1068, #1071, #1072, #1073, #1074, #1075, #1084, #1085, #1118, #1166, #1223, #1224, #1245, #1313, #1314, an#31)

    Scriptassist was changed to use a YAML database (#1163)

    It will tell you when you need to update your setting

    /BIND shows all partial matches (#1155)

    Cleanup of unused functions (#1017, #1132, #1145, #1182, #1246, #1264)

    Functions removed:

    NET_CALLBACK
    NET_HOST_CALLBACK
    RESOLVED_NAME_REC
    net_gethostbyaddr_nonblock
    net_connect_nonblock
    [ SIMPLE_THREAD_REC, simple_init, simple_readpipe ]
    hash_save_key

    Functions deprecated:

    dec2octal
    g_timeval_cmp
    get_timeval_diff

    Function names corrected:

    g_input -> i_input
    g_istr -> i_istr
    g_io_channel -> i_io_channel
    g_hash_free_value -> i_hash_free_value
    remove g_free_true
    gslist -> i_slist
    glog_func -> i_log_func
    glist -> i_list

    If multi-version compatibility is desired, module authors can find an example of backwards compatible code in cdidier/irssi-xmpp#55

Additions

    GLib log message filter: /SET glib_log_domains (an#50, an#59). By Andrej Kacian

    An option to clear the cutbuffer: /SET empty_kill_clears_cutbuffer (an#58). By Mikael Magnusson

    Scriptable pastebin (an#60, an#88)

    Configurable actlist separator: /SET actlist_separator (#1364, an#61)

    Add MSGLEVEL_HIDDEN to Perl (#1044)

    Add $view->set_hidden_level and $view->remove_lines_by_level to Perl (#1026)

    Add a /SET scrollback_max_age setting (#1022). By Heikki Orsila

    Add /SET actlist_prefer_window_name (#1025)

    Add -window option to /CAT (#1023, #1159)

    Add an option to list specific sections with

    /SET -section lookandfeel

    (#1048)

    Add support for IRCv3 CAP LS 302 (#1091)

    Add a new ãà×Ñrint noformatãàsignal that goes together with ãà×Ñrint formatãà(#1088, #1192)

    Add support for IRCv3 extended-join. /SET show_extended_join to enable (#1097, #1107, #1124)

    There are two new /FORMATs, join_extended and join_extended_account, that theme writers need to take into account if desired.

    Add support for IRCv3 setname (#1093, #1104, #1254, GL#33)

    Add support for IRCv3 account-notify (#1100, #1098, GL#33, #1105, #1131). Credit to oss-fuzz /SET show_account_notify to enable

    Add support for IRCv3 invite-notify (#1094)

    Add support for receiving IRCv3 message-tags (#576, #1090)

    Add support for sending IRCv3 message-tags (#1092, an#34)

    Enable the znc.in/self-message CAP by default (#1123)

    Add support for IRCv3 away-notify. /SET away_notify_public to enable (#1099, GL#33, #1105)

    Add support for IRCv3 chghost (#1096, GL#33, #1105)

    For servers with broken chghost implementation that fill the status window with host changed messages, one may add ãà×Òuote cap req -chghostãàto the -autosendcmd or, if the host change messages are entirely undesired, ãàformat -delete host_changedãà
    Add support for IRCv3 server-time. /SET show_server_time to enable (#1108)

    Add support for logging IRCv3 server-time. /SET log_server_time to disable (#1318, an#16)

    Add IRCv3 features to signals.txt (#1111)

    In particular, ãà×Îessage joinãànow takes 2 additional arguments, script and module authors must beware of this change.

    Show the unignore time in /IGNORE output (#1158, #1161)

    Add /SET quit_on_hup to make the behaviour of SIGHUP configurable (#828, #1169). By Pinguin1234

    Support numeric 489 as ERR_SECUREONLYCHAN (#1193, #1196). By Michael Hansen

    Improve support for building Irssi in Termux-Android with Meson (#1199)

    Add usermode key to Irssi::Irc::Chatnet in Perl (#1288). By Jessica Sophie Porter

    Add format_string_expand and format_string_unexpand functions to Perl (#1286)

    Add ãà>format_create_dest(->printformat(×Çormatãà argsãà and >printformat_module(×Îoduleãà ãà×Çormatãà argsãà methods to Perl (#1284)

    You can avoid any CORE::GLOBAL::caller hacks using the printformat_module method, especially sind that hack was not safe during signal emissions

    Add tracking of user accounts in the channel nicklist using WHOX on join (#1250)

    Add auto-loading of the Perl and otr module from /SET autoload_modules (#1295)

    Add /IGNORE NOHILIGHT to ignore some hilights (#1260)

    Do not beep on hidden lines with /SET beep_msg_level -HIDDEN (#1259)

    Added /CS, /MS, /NS, and /OS aliases to the default config (#1316). By Mathis Beer

    Allow -tls_ca{file,path} Ðä to unset an argument (#730, #1060, an#30)

    Add a ãà×Ôerver outgoing modifyãàsignal to intercept outgoing messages (#1148, #1151, an#15, an#43). Original by JustAnotherArchivist

Fixes

    Fix window left/right not skipping visible windows (an#57). By Mikael Magnusson

    Fix wrong printf-format on OpenBSD (an#66, an#68). Reported by Aaron Bieber

    Fix erroneous output produced by autoload_modules (an#72)

    Fix scroll_page_count setting with . (#1365, an#76)

    Fix memory leak in /IGNORE (#1373, an#84). Found by Jookia

    Misc fixes (an#45, an#67, an#70, #1368, an#77)

    CHANTYPES take precedence over (missing) STATUSMSG in /join (#1358, an#54)

    Fix crash in PerlãàÑÔ $view->set_bookmark (freebsd#254237, an#56)

    Minor help fixes (an#51, an#52)

    Fix regression where own channel status was forgotten after /UPGRADE (#1357, an#53)

    remove some hard-coded 510 byte assumptions (#1086)

    Several fixes for error checks in SSL (#944, #1037, #943, #1036). Reported by Chi Li

    Wrong variable tested in mask_match (#902, #1035)

    Fix bug where irssi-proxy with ?-port would not reconnect (#1041)

    Allow shrinking of /SET rawlog_lines (#957, #1020). By Marcus ãà×µeschiãàPrinz

    Fix /WINDOW BALANCE warning (#1054)

    fix overflow when first command history entry expires (#1070)

    begin modularising IRC module (#1067, #1112, #1113)

    fix some memory leaks in /DCC RESUME and settings_add (#1077). By Zero King

    fix cut-off text with theme_indent module and /SET indent_always OFF (#1078)

    fix the cap_queue order (#1095)

    add reference counted strings (#1089)

    Fix irc_op_public messages not triggering hilights (#354, #891, #1129). By Dan Collins

    Fix /IGNORE not setting the right level in irc_op_public messages (#1280). Credit to oss-fuzz

    Fix GTimeVal deprecation (#1141, #1144, #1145, #1350, an#44)

    If multi-version compatibility is desired, module authors can find an example of backwards compatible code in cdidier/irssi-xmpp#53

    Fix /IGNORE ãàMODES NO_ACT not working (#1164)

    Deprecated -ssl* options are hidden from tab completion (#1171)

    Make /SET actlist_sort a choice type (#1198)

    Fix crash from self-unloading script (#1206). By Thomas Stagner

    Fix crash during Perl signal emission (#1233, #1234)

    Fix a case where empty lines or comments inside channels or servers in the config would confuse Irssi (#1062, #1242, #1243)

    Fix reported freezing in DCC GET on slow disks (#159, #1271)

    Fix message-tags parsing (#1274, #1275). Credit to oss-fuzz

    Fail redirects when receiving numeric 263 (RPL_TRYAGAIN) in response to /WHO (#1283)

    Some updates to .gitignore (#1302). By Rene Kita

    Fix build on operating systems with X/Open Curses, version 2 (#1305, #1308). By Nia Alarie (Regression introduced with #1290, alternative fix for Irssi 1.2.3 no-term.h.patch)

    Fix otr module not using g_strndup, e.g. on Solaris 10 (#1315). By Claes Nästén

    Fix cursor getting stuck for auto completions that changes case (#1176, #1322, an#8). By ffrogman

    Restore operation of tag/* in /SET activity_hide_targets (#1337, an#11) nb. the ::all syntax was working in Irssi 1.1 and 1.2 (and continues to work)

    Fix /SERVER ADD -matrix -network my_matrix_network (an#12). By Andrej Kacian

    Fix /SERVER ADD creating duplicated entries in the config file (#1317, an#22, an#41)

    Fix critical when SASL user is set and SASL password is empty (#1325, an#21)

    Misc fixes (#1106, #1141, #1272, #1297, an#35)

    Fuzz fixes (#1116, #1117, #1119, #1125, #1126, an#20)

    Build system fixes (#1101, #1102, #1069, #1140, #1181, #1253)

    Sync docs and scripts (an#39)

    Text and Help updates

        add -tls_* options to manual (#1029, #1030). By Jacob V. Rasmussen

        missing targets in /MSG (#1032)

        wrong parameter in /ECHO (#1024)

        Spelling in OTR (#1047). By David Gall

        Clarify statusbar priority (#1049). By Marius Gedminas

        Document get_irssi_dir in Perl (#1051, #1052). By Alex Shafer

        typo in /HILIGHT help (#1081). By DFrostByte

        improved clarity of your_nick_owned (#1138). By Mike Quin

        Update some URLs to https (#1163)

        Add documentation for escaping some characters (#1329, #1330, an#9). By Guntbert Reiter

        Fix some typos (#1336, an#10). By Francis Mteo

        Document $abiversion and parse_special (an#38). By bw1

    Infrastructure updates:

        Support for Github Actions (#1039, #1103, #1160, #1212, #1231, #1252, #1261, an#40)

        Run clang-format on pull requests (#1172, #1173, #1184, #1230, #1247, #1287)

        Run abidiff on pull requests (#1179, #1195)

        Test CI-Fuzz (#1279, #1304, an#17)

Revision 1.105 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:03 2022 UTC (21 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.104: +2 -2 lines
Diff to previous 1.104 (colored) to selected 1.9.2.1 (colored)

*: recursive bump for perl 5.36

Revision 1.104 / (download) - annotate - [select for diffs], Wed Jan 19 22:15:43 2022 UTC (2 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (colored) to selected 1.9.2.1 (colored)

irssi: fix building on Solaris 10

PR pkg/56632

Revision 1.103 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:28 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored) to selected 1.9.2.1 (colored)

revbump for icu and libffi

Revision 1.102 / (download) - annotate - [select for diffs], Mon May 24 19:49:13 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.101: +2 -1 lines
Diff to previous 1.101 (colored) to selected 1.9.2.1 (colored)

*: recursive bump for perl 5.34

Revision 1.100.6.1 / (download) - annotate - [select for diffs], Sat Apr 24 15:58:35 2021 UTC (2 years, 11 months ago) by bsiegert
Branch: pkgsrc-2021Q1
Changes since 1.100: +1 -2 lines
Diff to previous 1.100 (colored) next main 1.101 (colored) to selected 1.9.2.1 (colored)

Pullup ticket #6450 - requested by nia
chat/irssi: security fix

Revisions pulled up:
- chat/irssi-icb/Makefile                                       1.47
- chat/irssi-icb/distinfo                                       1.39
- chat/irssi-xmpp/Makefile                                      1.18
- chat/irssi-xmpp/distinfo                                      1.22
- chat/irssi/Makefile                                           1.101
- chat/irssi/Makefile.common                                    1.33
- chat/irssi/distinfo                                           1.53
- chat/irssi/patches/patch-src_fe-text_term-terminfo.c          deleted
- chat/irssi/patches/patch-src_fe-text_terminfo-core.c          1.1

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Apr 24 08:32:00 UTC 2021

   Modified Files:
   	pkgsrc/chat/irssi: Makefile Makefile.common distinfo
   	pkgsrc/chat/irssi-icb: Makefile distinfo
   	pkgsrc/chat/irssi-xmpp: Makefile distinfo
   Added Files:
   	pkgsrc/chat/irssi/patches: patch-src_fe-text_terminfo-core.c
   Removed Files:
   	pkgsrc/chat/irssi/patches: patch-src_fe-text_term-terminfo.c

   Log Message:
   irssi: update to 1.2.3

   v1.2.3 2021-04-11 The Irssi team <staff@irssi.org>
   	- Fix the compilation of utf8proc (#1021)
   	- Fix wrong call to free. By Zero King (#1076)
   	- Fix a colour reset in true colour themes when encountering
             mIRC colours (#1059)
   	- Fix memory leak on malformed CAP requests (#1120)
   	- Fix an erroneous free of SASL data. Credit to Oss-Fuzz (#1128,
   	  #1130)
   	- Re-set the TLS flag when reconnecting (#1027, #1134)
   	- Fix the scrollback getting stuck after /clear (#1115, #1136)
   	- Fix the input of Ctrl+C as the first character (#1153,  #1154)
   	- Fix crash on quit during unloading of modules on certain
             platforms (#1167)
   	- Fix Irssi freezing input after Ctrl+Space on GLib >2.62 (#1180,
   	  #1183)
   	- Fix layout of IDCHANs. By Lauri Tirkkonen (#1197)
   	- Fix crash when server got reconnected before it was properly
             connected (#1210, #1211)
   	- Fix multiple identical active caps (#1249)
   	- Minor help corrections (#1156, #1213, #1214, #1255)
   	- Remove erroneous colour in the colorless theme. Reported and
             fixed by Nutchanon Wetchasit (#1220, #1221)
   	- Fix invalid bounds calculation when editing the text
             entry. Found and fixed by Sergey Valentey (#1269)
   	- Fix passing of negative size in buffer writes. Found and
             fixed by Sergey Valentey (#1270)
   	- Fix Irssi freezing on slow hardware and fast DCC transfers (#159,
   	  #1271)
   	- Fix compilation on Solaris (#1291)
   	- Fix null pointer dereference when receiving broken JOIN
             record. Credit to Oss-Fuzz (#1292)
   	- Fix crash on /connect to some sockets (#1239, #1298)
   	- Fix Irssi rendering on Apple ARM. By Misty De Méo (#1267,
   	  #1268, #1290)
   	- Fix crash on /lastlog with broken lines (#1281, #1299)
   	- Fix memory leak when receiving bogus SASL authentication
             data. Found and fixed by Sergey Valentey (#1293)

Revision 1.101 / (download) - annotate - [select for diffs], Sat Apr 24 08:32:00 2021 UTC (2 years, 11 months ago) by nia
Branch: MAIN
Changes since 1.100: +1 -2 lines
Diff to previous 1.100 (colored) to selected 1.9.2.1 (colored)

irssi: update to 1.2.3

v1.2.3 2021-04-11 The Irssi team <staff@irssi.org>
	- Fix the compilation of utf8proc (#1021)
	- Fix wrong call to free. By Zero King (#1076)
	- Fix a colour reset in true colour themes when encountering
          mIRC colours (#1059)
	- Fix memory leak on malformed CAP requests (#1120)
	- Fix an erroneous free of SASL data. Credit to Oss-Fuzz (#1128,
	  #1130)
	- Re-set the TLS flag when reconnecting (#1027, #1134)
	- Fix the scrollback getting stuck after /clear (#1115, #1136)
	- Fix the input of Ctrl+C as the first character (#1153,  #1154)
	- Fix crash on quit during unloading of modules on certain
          platforms (#1167)
	- Fix Irssi freezing input after Ctrl+Space on GLib >2.62 (#1180,
	  #1183)
	- Fix layout of IDCHANs. By Lauri Tirkkonen (#1197)
	- Fix crash when server got reconnected before it was properly
          connected (#1210, #1211)
	- Fix multiple identical active caps (#1249)
	- Minor help corrections (#1156, #1213, #1214, #1255)
	- Remove erroneous colour in the colorless theme. Reported and
          fixed by Nutchanon Wetchasit (#1220, #1221)
	- Fix invalid bounds calculation when editing the text
          entry. Found and fixed by Sergey Valentey (#1269)
	- Fix passing of negative size in buffer writes. Found and
          fixed by Sergey Valentey (#1270)
	- Fix Irssi freezing on slow hardware and fast DCC transfers (#159,
	  #1271)
	- Fix compilation on Solaris (#1291)
	- Fix null pointer dereference when receiving broken JOIN
          record. Credit to Oss-Fuzz (#1292)
	- Fix crash on /connect to some sockets (#1239, #1298)
	- Fix Irssi rendering on Apple ARM. By Misty De Méo (#1267,
	  #1268, #1290)
	- Fix crash on /lastlog with broken lines (#1281, #1299)
	- Fix memory leak when receiving bogus SASL authentication
          data. Found and fixed by Sergey Valentey (#1293)

Revision 1.100 / (download) - annotate - [select for diffs], Mon Aug 31 18:06:41 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Branch point for: pkgsrc-2021Q1
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored) to selected 1.9.2.1 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.97.2.1 / (download) - annotate - [select for diffs], Tue May 26 18:26:06 2020 UTC (3 years, 10 months ago) by bsiegert
Branch: pkgsrc-2020Q1
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored) next main 1.98 (colored) to selected 1.9.2.1 (colored)

Pullup ticket #6202 - requested by maya
chat/irssi: bugfix

Revisions pulled up:
- chat/irssi/Makefile                                           1.98-1.99
- chat/irssi/distinfo                                           1.52
- chat/irssi/patches/patch-src_fe-text_term-terminfo.c          1.1

---
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Mon May 18 18:38:31 UTC 2020

   Modified Files:
   	pkgsrc/chat/irssi: Makefile distinfo
   Added Files:
   	pkgsrc/chat/irssi/patches: patch-src_fe-text_term-terminfo.c

   Log Message:
   irssi: grab pull request from upstream fixing hangs with ctrl+space

   bump pkgrevision

---
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Mon May 18 19:15:38 UTC 2020

   Modified Files:
   	pkgsrc/chat/irssi: Makefile

   Log Message:
   irssi: remove random debug leftover

Revision 1.99 / (download) - annotate - [select for diffs], Mon May 18 19:15:38 2020 UTC (3 years, 10 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.98: +1 -3 lines
Diff to previous 1.98 (colored) to selected 1.9.2.1 (colored)

irssi: remove random debug leftover

Revision 1.98 / (download) - annotate - [select for diffs], Mon May 18 18:38:31 2020 UTC (3 years, 10 months ago) by maya
Branch: MAIN
Changes since 1.97: +4 -2 lines
Diff to previous 1.97 (colored) to selected 1.9.2.1 (colored)

irssi: grab pull request from upstream fixing hangs with ctrl+space

bump pkgrevision

Revision 1.97 / (download) - annotate - [select for diffs], Sun Mar 8 16:48:56 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base
Branch point for: pkgsrc-2020Q1
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored) to selected 1.9.2.1 (colored)

*: recursive bump for libffi

Revision 1.96 / (download) - annotate - [select for diffs], Sun Feb 23 14:09:13 2020 UTC (4 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored) to selected 1.9.2.1 (colored)

irssi: Add an OTR option. Enable it by default.

Bump PKGREVISION.

Revision 1.95 / (download) - annotate - [select for diffs], Sat Jan 18 21:48:50 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.94: +2 -1 lines
Diff to previous 1.94 (colored) to selected 1.9.2.1 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.94 / (download) - annotate - [select for diffs], Sat Aug 31 10:04:26 2019 UTC (4 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.93: +1 -2 lines
Diff to previous 1.93 (colored) to selected 1.9.2.1 (colored)

irssi: Update to 1.2.2

Changes:

- Fix a use after free issue when receiving IRCv3 CAP information from the server (GL#34)
- Fix a crash during startup when windows werenÑÕ fully initialised yet (#1114, bdo#935813)

Reassurance:

- Most servers do not send duplicate CAP.

Revision 1.93 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:03 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.92: +2 -1 lines
Diff to previous 1.92 (colored) to selected 1.9.2.1 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.92 / (download) - annotate - [select for diffs], Mon Feb 18 16:30:26 2019 UTC (5 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.91: +6 -1 lines
Diff to previous 1.91 (colored) to selected 1.9.2.1 (colored)

Modules are .bundle on Darwin.

Revision 1.91 / (download) - annotate - [select for diffs], Tue Feb 12 04:43:52 2019 UTC (5 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.90: +2 -1 lines
Diff to previous 1.90 (colored) to selected 1.9.2.1 (colored)

irssi: update to 1.2.0.

pkgsrc changes: ssl option removed as it no longer works (it was default on)

Changes

    Improved the /STATUSBAR commands (#858)
    /SET no longer shows = between setting and value (#886)
    /CUBES removed from default config (available as script) (#956)
    /1 /2 /3 ãàremoved from default config (available as new setting window_number_commands) (#958)
    Always redraw the screen on resize. By David Phillips (#896)
    Private notices intended for channels are now displayed on the channel (new setting notice_channel_context) (#959)

Additions

    Imported the ×°ff-the-recordãàmodule into Irssi tree (#854, #589, #196)
    Initial support for sideways split windows (#697, #431, #224, #807, FS#310, #947, #955, #989)
    Change the implementation of wcwidth. This is used to calculate the width of emojis on your terminal screen (#917, #720)
    Make the wcwidth functions available from Perl (#973): string_width(str) string_chars_for_width(str, width) wcwidth(char)
    Added completion_keep_word setting (#979)
    Allow activity_hide_targets to hide activity in itemless windows (#967, #997, #1001, #1003)
    Added activity_hide_visible setting (#990)
    Allow hiding of lines through the /IGNORE system (#901, #900, #892, #890, #884, #937)
    Add window_default_hidelevel setting. By Doug Freed (#941)
    Add activity_hide_window_hidelevel setting, defaulting to ON (#938)
    Add autolog_only_saved_channels setting, to autolog only channels that are in the config (#968)
    Add format support for the input line. By Ben Paxton, originally by Jonas Hurrelmann (#764, FS#621, #1004) use Irssi::TextUI; gui_input_set_extent(pos, text) gui_input_set_extents(pos, len, left, right) gui_input_clear_extents(pos, len) gui_input_get_extent(pos) gui_input_get_text_and_extents() gui_input_set_text_and_extents(ãà
    Parsing of IRCv3 CAP 3.2 (#775, #869)
    Show CAP-related events in the user interface (#918, #916, #870, #704)
    Continue using separators when addressing multiple nicks with tab completion. By Manish Goregaokar (#822)
    Bind Shift-tab by default. By Niklas Luokkala (#830, #829)
    Fuzzing more things (#913, #780, #813)

Fixes

    Disconnect SASL properly in case the SASL module got unloaded from server (#931, #629, #618, #616)
    Fix backward completion jumping to the first instead of last word (#979)
    Improve empty topic handling (#961, #905, #911, #897, #888)
    Prevent config truncation when no space left. By dequis and Lukas Waymann (#922, #925, #910, #909, #906, #871, #817)
    Also time-out servers in lookup phase (#866, #130)
    Fix build with LibreSSL 2.7. By Dorian Harmans (#865)
    Fix a crash when appending to a textbuffer without line. Reported by Jari Matilainen (#862)
    Fix segfault on sending large messages (#803, #796, #802)
    Fix segfault on invalid statusbar config (#993, #994)
    Fix random memory writes on restoring queries of foreign protocols (#999, #1000)
    Make default keybinds deletable (#859, #507)
    Fix freeze when resizing Irssi very small (#946)
    Compare channels case-insensitively, avoiding confusions with the config file (#857, #856)
    Fix DCC GET on Android. By Martin Staron (#844)
    Improve rawlog performance (#957)
    Fix nick escaping erroneously escaping quotes (#978, #974, #709)
    Protect against theme recursion, improve padding performance, limit alignment padding. Credit to Oss-Fuzz (#835, #851, #850, #846, #848)
    Fix recursive loop in replaces (#833, GL#23)
    Fix headers for compilation of C modules (#939)
    Documentation. By Zero King (#814). (#852)
    Sync NEWS, docs, scripts (#849, #855)
    Build system (#868, #867, #985, #988)
    Fix build on IBM i and AIX. By Calvin Buckley (#975)
    Misc fixes (#840, #839, #843, #953, #962). Tests (#806, #875, #905, #964, #1011). Fuzzing (#929).

Revision 1.90 / (download) - annotate - [select for diffs], Thu Jan 10 19:30:10 2019 UTC (5 years, 2 months ago) by maya
Branch: MAIN
Changes since 1.89: +1 -2 lines
Diff to previous 1.89 (colored) to selected 1.9.2.1 (colored)

irssi: update to 1.1.2

    Fix the resetting of window hiddenlevel (#861)
    Fix clearing of hidelevel in layout (#951)
    Fix accessing unallocated text when checking entry position (#928, #930)
    Fix uninitialised memory on empty lines (#873, GL#31, #878, #877, #907, #914)
    Fix use-after-free on expiration of hidden lines (#948)
    Fix use-after-frees. By Maya Rashish (#919)
    Fix out of bounds access in help display when window width is small (#949)
    Fix paste_join_multiline (#970, #971)
    Correctly check for errno when displaying SSL errors. By Janik Rabe (#895)
    Fix wrong signal emission argument count (#965)
    Documentation (#920). Sync NEWS, scripts (#849)
    Fix Perl detection on MacOS. By Dominyk Tiller (#927)
    Misc fixes. By Jaroslav Å karvada (#981, #982)

Revision 1.89 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:01 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored) to selected 1.9.2.1 (colored)

Recursive bump for perl5-5.28.0

Revision 1.88 / (download) - annotate - [select for diffs], Mon Apr 16 08:47:49 2018 UTC (5 years, 11 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.87: +2 -1 lines
Diff to previous 1.87 (colored) to selected 1.9.2.1 (colored)

irssi: add test target.

Revision 1.87 / (download) - annotate - [select for diffs], Thu Feb 15 21:27:11 2018 UTC (6 years, 1 month ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.86: +1 -2 lines
Diff to previous 1.86 (colored) to selected 1.9.2.1 (colored)

irssi: update to 1.1.1

irssi-{xmpp,icb}: catch up with distinfo file.

1.1.1:
	Restore compatibility with OpenSSL < 1.0.2 (#820, #831)
	Fix test compilation on some platforms (#815, #816)
	Fix portability and backwards compatibility of test runner (#818, #845)

Also contains all changes from 1.0.7:
	Prevent use after free error during the execution of some commands. Found by Joseph Bisch (GL#17, GL!24).
	Revert netsplit print optimisation due to crashes (#465, #809, #812, #819, #824).
	Fix use after free when SASL messages are received in unexpected order (GL#26, GL!33).
	Fix null pointer dereference in the tab completion when an empty nick is joined (GL#24, GL!31).
	Fix use after free when entering oper password (GL#22, GL!32).
	Fix null pointer dereference when too many windows are opened (GL#27, #837).
	Fix out of bounds access in theme strings when the last escape is incomplete. Credit to Oss-Fuzz (#842).
	Fix out of bounds write when using negative counts on window resize (GL#25, GL#29, #836).
	Minor help correction. By William Jackson (#834).

Revision 1.86 / (download) - annotate - [select for diffs], Tue Feb 6 10:06:34 2018 UTC (6 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored) to selected 1.9.2.1 (colored)

irssi: require openssl >= 1.0.2

Irssi is broken and will crash with OpenSSL < 1.0.2 due to
https://github.com/openssl/openssl/commit/5b4b9ce976fce09a7a92e2f25b91a1635cb840fe

++PKGREVISION

Revision 1.84.2.1 / (download) - annotate - [select for diffs], Fri Jan 19 20:18:47 2018 UTC (6 years, 2 months ago) by spz
Branch: pkgsrc-2017Q4
Changes since 1.84: +1 -2 lines
Diff to previous 1.84 (colored) next main 1.85 (colored) to selected 1.9.2.1 (colored)

Pullup ticket #5678 - requested by maya
chat/irssi: security update
chat/irssi-icb: dependent update
chat/irssi-xmpp: dependent update

Revisions pulled up:
- chat/irssi-icb/distinfo                                       1.32
- chat/irssi-xmpp/distinfo                                      1.14
- chat/irssi/Makefile                                           1.85
- chat/irssi/Makefile.common                                    1.26
- chat/irssi/distinfo                                           1.45

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Thu Jan 11 13:57:37 UTC 2018

   Modified Files:
   	pkgsrc/chat/irssi: Makefile Makefile.common distinfo
   	pkgsrc/chat/irssi-icb: distinfo
   	pkgsrc/chat/irssi-xmpp: distinfo

   Log Message:
   irssi*: security update to 1.0.6.

   v1.0.6 2018-01-07 The Irssi team <staff@irssi.org>
   	- 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).


   To generate a diff of this commit:
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/chat/irssi/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/chat/irssi/Makefile.common
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/irssi/distinfo
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/chat/irssi-icb/distinfo
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/irssi-xmpp/distinfo

Revision 1.85 / (download) - annotate - [select for diffs], Thu Jan 11 13:57:36 2018 UTC (6 years, 2 months ago) by maya
Branch: MAIN
Changes since 1.84: +1 -2 lines
Diff to previous 1.84 (colored) to selected 1.9.2.1 (colored)

irssi*: security update to 1.0.6.

v1.0.6 2018-01-07 The Irssi team <staff@irssi.org>
	- 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).

Revision 1.84 / (download) - annotate - [select for diffs], Mon Nov 13 19:36:26 2017 UTC (6 years, 4 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base
Branch point for: pkgsrc-2017Q4
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored) to selected 1.9.2.1 (colored)

reset maintainer

Revision 1.83 / (download) - annotate - [select for diffs], Thu Aug 24 14:05:21 2017 UTC (6 years, 7 months ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.82: +2 -1 lines
Diff to previous 1.82 (colored) to selected 1.9.2.1 (colored)

Add support for 256 colors in irssi

This even makes it an option, to disable it if necessary. It is enabled by
default here since it remains disabled by default at run-time:
/set colors_ansi_24bit

Bumps PKGREVISION.

"Go for it" maya@

Revision 1.82 / (download) - annotate - [select for diffs], Wed Jun 7 04:41:41 2017 UTC (6 years, 9 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.81: +1 -2 lines
Diff to previous 1.81 (colored) to selected 1.9.2.1 (colored)

dump PKGREVISION

Revision 1.81 / (download) - annotate - [select for diffs], Mon Jun 5 14:22:18 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored) to selected 1.9.2.1 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.80 / (download) - annotate - [select for diffs], Mon May 8 15:33:34 2017 UTC (6 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.79: +2 -1 lines
Diff to previous 1.79 (colored) to selected 1.9.2.1 (colored)

Requires curses.

Revision 1.79 / (download) - annotate - [select for diffs], Thu Apr 27 00:51:09 2017 UTC (6 years, 11 months ago) by maya
Branch: MAIN
Changes since 1.78: +2 -4 lines
Diff to previous 1.78 (colored) to selected 1.9.2.1 (colored)

GC unused configure args

Revision 1.78 / (download) - annotate - [select for diffs], Thu Mar 16 11:41:19 2017 UTC (7 years ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored) to selected 1.9.2.1 (colored)

irssi: re-enable perl option, bump pkgrevision.
I'm not sure what I did differently before that it wasn't building.

Revision 1.77 / (download) - annotate - [select for diffs], Sun Mar 12 06:35:08 2017 UTC (7 years ago) by maya
Branch: MAIN
Changes since 1.76: +1 -2 lines
Diff to previous 1.76 (colored) to selected 1.9.2.1 (colored)

irssi: update to 1.0.2. temporarily disable perl option because it doesn't
build, and this update includes a security fix.

v1.0.2 2017-03-10  The Irssi team <staff@irssi.org>
	- Prevent some null-pointer crashes (GL!9).
	- Fix compilation with OpenSSL 1.1.0 (#628, #597).
	- Correct dereferencing of already freed server objects during
	  output of netjoins. Found by APic (GL!10, GL#7).
	- Fix in command arg parser to detect missing arguments in tail place
	  (#652, #651).
	- Fix regression that broke incoming DCC file transfers (#667, #656).
	- Fix issue with escaping \ in evaluated strings (#669, #520).

Revision 1.76 / (download) - annotate - [select for diffs], Sun Feb 26 22:16:57 2017 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored) to selected 1.9.2.1 (colored)

Enable perl option by default.

This needs glib2 to run, and glib2 depends on perl, so no reason not to
support perl scripting here.

Requested by Dominik Bialy in PR 52008.

Bump PKGREVISION.

Revision 1.73.4.1 / (download) - annotate - [select for diffs], Sun Jan 8 19:59:14 2017 UTC (7 years, 2 months ago) by bsiegert
Branch: pkgsrc-2016Q4
Changes since 1.73: +1 -2 lines
Diff to previous 1.73 (colored) next main 1.74 (colored) to selected 1.9.2.1 (colored)

Pullup ticket #5182 - requested by maya
chat/irssi: security fix
chat/irssi-icb: security fix
chat/irssi-xmpp: security fix

Revisions pulled up:
- chat/irssi-icb/Makefile                                       1.40
- chat/irssi-icb/distinfo                                       1.25
- chat/irssi-xmpp/Makefile                                      1.11
- chat/irssi-xmpp/distinfo                                      1.7
- chat/irssi/Makefile                                           1.75
- chat/irssi/Makefile.common                                    1.19
- chat/irssi/distinfo                                           1.38
- chat/irssi/patches/patch-scripts_buf.pl                       deleted

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Thu Jan  5 15:49:47 UTC 2017

   Modified Files:
          pkgsrc/chat/irssi-xmpp: Makefile distinfo

   Log Message:
   irssi-xmpp: catch up with irssi changes.

   bump PKGREVISION to ensure it is rebuilt.

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Thu Jan  5 15:48:34 UTC 2017

   Modified Files:
          pkgsrc/chat/irssi-icb: Makefile distinfo

   Log Message:
   irssi-icb: catch up with irssi changes.

   bump PKGREVISION to ensure it is rebuilt.

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Thu Jan  5 15:46:10 UTC 2017

   Modified Files:
          pkgsrc/chat/irssi: Makefile Makefile.common distinfo
   Removed Files:
          pkgsrc/chat/irssi/patches: patch-scripts_buf.pl

   Log Message:
   irssi: update to 0.8.21.

   irssi 0.8.21 is a maintenance release without any new features.

   Changes:

   - Correct a NULL pointer dereference in the nickcmp function found by
   Joseph Bisch (GL#1)
   - Correct an out of bounds read in certain incomplete control codes
   found by Joseph Bisch (GL#2)
   - Correct an out of bounds read in certain incomplete character
   sequences found by Hanno Böck and independently by J. Bisch (GL#3)
   - Correct an error when receiving invalid nick message (GL#4, #466)

Revision 1.75 / (download) - annotate - [select for diffs], Thu Jan 5 15:46:10 2017 UTC (7 years, 2 months ago) by maya
Branch: MAIN
Changes since 1.74: +1 -2 lines
Diff to previous 1.74 (colored) to selected 1.9.2.1 (colored)

irssi: update to 0.8.21.

irssi 0.8.21 is a maintenance release without any new features.

Changes:

- Correct a NULL pointer dereference in the nickcmp function found by
Joseph Bisch (GL#1)
- Correct an out of bounds read in certain incomplete control codes
found by Joseph Bisch (GL#2)
- Correct an out of bounds read in certain incomplete character
sequences found by Hanno Böck and independently by J. Bisch (GL#3)
- Correct an error when receiving invalid nick message (GL#4, #466)

Revision 1.74 / (download) - annotate - [select for diffs], Thu Jan 5 10:20:01 2017 UTC (7 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.73: +3 -3 lines
Diff to previous 1.73 (colored) to selected 1.9.2.1 (colored)

Really uses terminfo, not termcap.

Revision 1.70.2.1 / (download) - annotate - [select for diffs], Sat Sep 24 09:48:32 2016 UTC (7 years, 6 months ago) by bsiegert
Branch: pkgsrc-2016Q2
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) next main 1.71 (colored) to selected 1.9.2.1 (colored)

Pullup ticket #5104 - requested by sevan
chat/irssi: security fix, bugfixes
chat/irssi-icb: security fix, bugfixes
chat/irssi-xmpp: security fix, bugfixes

Revisions pulled up:
- chat/irssi-icb/Makefile                                       1.39
- chat/irssi-icb/distinfo                                       1.23-1.24
- chat/irssi-icb/patches/patch-src_core_icb-core.c              1.1
- chat/irssi-icb/patches/patch-src_fe-common_fe-icb.c           1.1
- chat/irssi-xmpp/Makefile                                      1.6-1.7,1.9-1.10
- chat/irssi-xmpp/PLIST                                         1.2
- chat/irssi-xmpp/distinfo                                      1.5-1.6
- chat/irssi/Makefile                                           1.72-1.73
- chat/irssi/Makefile.common                                    1.17-1.18
- chat/irssi/PLIST                                              1.13-1.14
- chat/irssi/distinfo                                           1.35-1.37
- chat/irssi/options.mk                                         1.12
- chat/irssi/patches/patch-scripts_buf.pl                       1.1

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Sun Aug 14 21:10:35 UTC 2016

   Modified Files:
           pkgsrc/chat/irssi: Makefile Makefile.common PLIST distinfo options.mk

   Log Message:
   Update irssi to 0.8.19

   Changes:
   v0.8.19 2016-03-23  The Irssi team <staff%irssi.org@localhost>
           - Fixed regression when joining and parting channels on IRCnet (#435)
           - Fixed SASL EXTERNAL (#432)
           - Fixed regression when not using SASL (#438)
           - Fixed incorrect SSL disconnects when using SSL from modules/scripts
             (#439)
           - Fixed regression where proxy_string could not be configured or
             certain file transfers could not be accepted (#445)
           - Fixed storing layout of !channels (#183)
           - Fixed restoration of bracketed paste mode on quit (#449)
           - Make the usage of meta-O for cursor keys configurable with
                 /set term_appkey_mode off

   v0.8.18 2016-02-13  The Irssi team <staff%irssi.org@localhost>
           * Modules will now require to define a
                 void MODULENAME ## _abicheck(int *version)
             method to ensure that they are compiled against the correct Irssi
             version.
           * The signature of "message private" has been changed to
                 5: server, message, nick, address, target
             in order to support "self messages". Module authors should
             implement this change if they are using this signal.
           * Removing networks will now remove all attached servers and channels
             (#45).
           * The proxy module now has an /irssiproxy command.
           * sb_search has been moved to scripts.irssi.org
           * WIN32 has been completely removed (it had not been working and is
             lacking a maintainer.)
           * Garbage Collection support has been removed. This will hardly have any
             effect for anyone given that it has been unsupported for several years.
           + CAP SASL PLAIN login is now supported natively.
           + Paste bracket markers can be requested from terminal with
                 /set paste_use_bracketed_mode on
           + "Self messages" generated by some bouncers can now be received in the
             proper window.
           + Try to split long lines on spaces to avoid words being splitted. Adds
             a new option: 'split_line_on_space' which defaults to on.
           + Add setting hilight_nick_matches_everywhere (#56).
           + The config parser is more robust and prints out better diagnostics on
             incorrect config files.
           + Ctrl+^ (FS#721) and Ctrl+J can now be bound.
           + Command history can be cleared with /window history -clear
           + /hilight -mask -line is now supported (FS#275).
           + CHANTYPES are now supported.
           + Improved reload speed of ignores.
           + Add -date feature to /lastlog
           + irssiproxy can be more easily enabled and disabled.
           + Expando for hostname (FS#829).
           + UNIX sockets can now also be specified in the config file.
           + Disable SSLv3 due to the POODLE vulnerability.
           + SSL ciphers can now be specified per server.
           + Added SNI support for SSL.
           - /ignore now respects -pattern on merge (#78).
           - irssiproxy (BNC) module now uses correct line endings.
           - Fix missing lines on large pastes (FS#905).
           - Correctly preserve STATUSMSG prefixes (#291).
           - Fix infinite recursion in key bindings (FS#817).
           - Fix incomplete awaylog caused by buffering.
           - Fix calculation of UTF-8 string length display in some cases.
           - Fix some Perl warnings related to @ISA.
           - EXEC windowitems now get proper references on the Perl side.
           - Incremental help file improvements.
           - ANSI attributes are now properly reset.
           - Fixed regression where text would blink when terminal lacks color
             support.
           - Permit the usage of Freenode extban syntax in /ban (#150)
           - Fixed regression in scriptassist on unload of scripts.
           - Fixed regression in -actcolor %n

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Sun Aug 14 21:15:12 UTC 2016

   Modified Files:
           pkgsrc/chat/irssi-icb: Makefile distinfo
   Added Files:
           pkgsrc/chat/irssi-icb/patches: patch-src_core_icb-core.c
               patch-src_fe-common_fe-icb.c

   Log Message:
   Add support for irssi>=0.8.18 and update distinfo for irssi-0.8.19 update

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Sun Aug 14 21:16:04 UTC 2016

   Modified Files:
           pkgsrc/chat/irssi-xmpp: Makefile PLIST distinfo

   Log Message:
   Update chat/irssi-xmpp to 0.53

   pkgsrc changes:
    - Drop MAINTAINERship
    - Update distinfo for irssi-0.8.19

   Changes:
   0.53 - 18/03/2016
    - Irssi 0.8.18 support
    - Bug fixes and stability improvements

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Mon Sep 19 17:17:27 UTC 2016

   Modified Files:
           pkgsrc/chat/irssi-xmpp: Makefile

   Log Message:
   Use correct linker flags on Darwin.

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Wed Sep 21 20:53:57 UTC 2016

   Modified Files:
           pkgsrc/chat/irssi: Makefile.common PLIST distinfo
           pkgsrc/chat/irssi-icb: distinfo
           pkgsrc/chat/irssi-xmpp: Makefile distinfo

   Log Message:
   irssi: update to 0.8.20, security fix.

   catch up with irssi-icb, irssi-xmpp distinfo (they grab irssi versioned
   file).

   comment out part of irssi-xmpp makefile which is breaking the build.

   irssi 0.8.20 changes:

           - Correct the name of an emitted sasl signal (#484)
           - Correct the prototype for the 'message private' signal (#515)
           - Corrections in away and hilight help text (#477, #518)
           - /squery and /servlist commands have been restored.
           - Where Irssi would previously only report "System error" on connect,
             it will now try harder to retrieve the system error message.
           - Fixed issue with +channels not working properly (#533)
           - Fixed crash in optchan when item has no server (#485)
           - Fixed random remote crash in the nicklist handling (#529)
           - Fixed remote crash due to incorrect bounds checking on
             formats, reported by Gabriel Campana and Adrien Guinet from
             Quarkslab.

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Wed Sep 21 20:58:15 UTC 2016

   Modified Files:
           pkgsrc/chat/irssi-xmpp: Makefile

   Log Message:
   Fix Darwin subst.

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Thu Sep 22 09:07:08 UTC 2016

   Modified Files:
           pkgsrc/chat/irssi: Makefile distinfo
   Added Files:
           pkgsrc/chat/irssi/patches: patch-scripts_buf.pl

   Log Message:
   irssi: add patch for buf.pl update as it is shipped with irssi.

   previously it would create a world readable file containing chat
   logs when /upgrade was used.

   while a security fix, you have to jump through many hoops to be
   affected by it - we don't enable perl scripts by default, we
   don't run that perl script by default, and you'd have to know that
   /upgrade exists in the first place, and run on a system where world
   readability of files is a concern.

   still, grab upstream update, bump PKGREVISION.

Revision 1.73 / (download) - annotate - [select for diffs], Thu Sep 22 09:07:08 2016 UTC (7 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Branch point for: pkgsrc-2016Q4
Changes since 1.72: +2 -1 lines
Diff to previous 1.72 (colored) to selected 1.9.2.1 (colored)

irssi: add patch for buf.pl update as it is shipped with irssi.

previously it would create a world readable file containing chat
logs when /upgrade was used.

while a security fix, you have to jump through many hoops to be
affected by it - we don't enable perl scripts by default, we
don't run that perl script by default, and you'd have to know that
/upgrade exists in the first place, and run on a system where world
readability of files is a concern.

still, grab upstream update, bump PKGREVISION.

Revision 1.72 / (download) - annotate - [select for diffs], Sun Aug 14 21:10:35 2016 UTC (7 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.71: +1 -2 lines
Diff to previous 1.71 (colored) to selected 1.9.2.1 (colored)

Update irssi to 0.8.19

Changes:
v0.8.19 2016-03-23  The Irssi team <staff@irssi.org>
	- Fixed regression when joining and parting channels on IRCnet (#435)
	- Fixed SASL EXTERNAL (#432)
	- Fixed regression when not using SASL (#438)
	- Fixed incorrect SSL disconnects when using SSL from modules/scripts
	  (#439)
	- Fixed regression where proxy_string could not be configured or
	  certain file transfers could not be accepted (#445)
	- Fixed storing layout of !channels (#183)
	- Fixed restoration of bracketed paste mode on quit (#449)
	- Make the usage of meta-O for cursor keys configurable with
	      /set term_appkey_mode off

v0.8.18 2016-02-13  The Irssi team <staff@irssi.org>
	* Modules will now require to define a
	      void MODULENAME ## _abicheck(int *version)
	  method to ensure that they are compiled against the correct Irssi
	  version.
	* The signature of "message private" has been changed to
	      5: server, message, nick, address, target
	  in order to support "self messages". Module authors should
	  implement this change if they are using this signal.
	* Removing networks will now remove all attached servers and channels
          (#45).
	* The proxy module now has an /irssiproxy command.
	* sb_search has been moved to scripts.irssi.org
	* WIN32 has been completely removed (it had not been working and is
          lacking a maintainer.)
	* Garbage Collection support has been removed. This will hardly have any
	  effect for anyone given that it has been unsupported for several years.
	+ CAP SASL PLAIN login is now supported natively.
	+ Paste bracket markers can be requested from terminal with
	      /set paste_use_bracketed_mode on
	+ "Self messages" generated by some bouncers can now be received in the
	  proper window.
	+ Try to split long lines on spaces to avoid words being splitted. Adds
	  a new option: 'split_line_on_space' which defaults to on.
	+ Add setting hilight_nick_matches_everywhere (#56).
	+ The config parser is more robust and prints out better diagnostics on
	  incorrect config files.
	+ Ctrl+^ (FS#721) and Ctrl+J can now be bound.
	+ Command history can be cleared with /window history -clear
	+ /hilight -mask -line is now supported (FS#275).
	+ CHANTYPES are now supported.
	+ Improved reload speed of ignores.
	+ Add -date feature to /lastlog
	+ irssiproxy can be more easily enabled and disabled.
	+ Expando for hostname (FS#829).
	+ UNIX sockets can now also be specified in the config file.
	+ Disable SSLv3 due to the POODLE vulnerability.
	+ SSL ciphers can now be specified per server.
	+ Added SNI support for SSL.
	- /ignore now respects -pattern on merge (#78).
	- irssiproxy (BNC) module now uses correct line endings.
	- Fix missing lines on large pastes (FS#905).
	- Correctly preserve STATUSMSG prefixes (#291).
	- Fix infinite recursion in key bindings (FS#817).
	- Fix incomplete awaylog caused by buffering.
	- Fix calculation of UTF-8 string length display in some cases.
	- Fix some Perl warnings related to @ISA.
	- EXEC windowitems now get proper references on the Perl side.
	- Incremental help file improvements.
	- ANSI attributes are now properly reset.
	- Fixed regression where text would blink when terminal lacks color
          support.
	- Permit the usage of Freenode extban syntax in /ban (#150)
	- Fixed regression in scriptassist on unload of scripts.
	- Fixed regression in -actcolor %n

Revision 1.71 / (download) - annotate - [select for diffs], Sun Aug 14 21:03:27 2016 UTC (7 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.9.2.1 (colored)

Add myself as maintainer

Revision 1.70 / (download) - annotate - [select for diffs], Wed Jun 8 19:22:16 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base
Branch point for: pkgsrc-2016Q2
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored) to selected 1.9.2.1 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.69 / (download) - annotate - [select for diffs], Sat Mar 5 11:28:07 2016 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.9.2.1 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.68 / (download) - annotate - [select for diffs], Fri Jun 12 10:48:27 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored) to selected 1.9.2.1 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.67 / (download) - annotate - [select for diffs], Sat Jun 7 23:49:47 2014 UTC (9 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.66: +1 -3 lines
Diff to previous 1.66 (colored) to selected 1.9.2.1 (colored)

Update chat/irssi to 0.8.16.
PR pkg/48866 from Leonardo Taccari

Changes (from http://www.irssi.org/news/ChangeLog ):
Features:
 * Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will
   force Irssi to not execute the content of the autosendcmd
   chatnet-setting upon connect.
 * Accept names replies with nick!user@host instead of just nick, if they
   are enabled (see bug #805).
 * Set window binds for channel items as sticky when re-creating window
   binds as part of /layout save. This fixes the bug where previously
   saved channel windows forgets their window number upon reconnect.
 * Add experimental support for DNSSEC DANE validation of certificates.
 * Strip the argument for boolean options (see bug #769).
 * Freenode have been readded to the list of networks in the default
   configuration file.
 * Disabled support for the insecure SSLv2 protocol.
 * Various documentation enhancements.
 * Add -ssl_pass to /connect and /server (see bug #305).

Bugfixes:
 * Fix crashing bug that can happen if the terminal height decreases
   before the first window is created.
 * Fixed minor compiler warnings.
 * Fixed possible crashing bug when processing an octal escape sequence.
 * Fixed the /ignore -network option (see bug #748).
 * Fixed signal handling for /exec'd commands. Irssi now sends the signal
   to the process group id instead of the process id.
 * Fixed segfault generated by SSL disconnections (see bug #752).
 * Fix compilation when build with -Werror=format-security. Patch by
   Jaroslav Skarvada.

Revision 1.66 / (download) - annotate - [select for diffs], Thu May 29 23:35:18 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.9.2.1 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.65 / (download) - annotate - [select for diffs], Wed Feb 12 23:17:36 2014 UTC (10 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored) to selected 1.9.2.1 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.64 / (download) - annotate - [select for diffs], Fri May 31 12:39:40 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.9.2.1 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.63 / (download) - annotate - [select for diffs], Mon Mar 25 09:46:43 2013 UTC (11 years ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored) to selected 1.9.2.1 (colored)

Add missing termcap.buildlink3.mk

Revision 1.62 / (download) - annotate - [select for diffs], Wed Feb 6 23:21:47 2013 UTC (11 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.9.2.1 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Oct 3 21:54:01 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.9.2.1 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.60 / (download) - annotate - [select for diffs], Wed Oct 3 00:02:38 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
Changes since 1.59: +1 -3 lines
Diff to previous 1.59 (colored) to selected 1.9.2.1 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.59 / (download) - annotate - [select for diffs], Sat Sep 15 10:03:50 2012 UTC (11 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.9.2.1 (colored)

recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)

Revision 1.58 / (download) - annotate - [select for diffs], Sat Mar 3 00:12:48 2012 UTC (12 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.9.2.1 (colored)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.57 / (download) - annotate - [select for diffs], Mon Feb 6 12:39:35 2012 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.9.2.1 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.56 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:06 2011 UTC (12 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.9.2.1 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.55 / (download) - annotate - [select for diffs], Sun Mar 6 04:12:09 2011 UTC (13 years ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored) to selected 1.9.2.1 (colored)

Make ipv6 option enabled by default, by request of PR 44689. PKGREVISION++.

Revision 1.54 / (download) - annotate - [select for diffs], Sat Jan 16 17:57:37 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.53: +1 -4 lines
Diff to previous 1.53 (colored) to selected 1.9.2.1 (colored)

Remove workaround for compiler bug in gcc2 on sparc64.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Jul 30 21:58:15 2009 UTC (14 years, 8 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.52: +1 -5 lines
Diff to previous 1.52 (colored) to selected 1.9.2.1 (colored)

ChangeLog for 0.8.14
Features:

    * Make /reset an alias for /set -default.
    * Make /unset an alias for /set -clear.
    * Allow ctrl+home / ctrl+end to go to the beginning / end of scrollback.
    * Accept WHOX reply (354 numeric) as a /who reply.
    * Show numerics directed at channels in the channel window.
    * The time duration parser is more strict now.

Bugfixes:

    * Fix out of bounds access in event_wallops().
    * Build fix for OS X.
    * Fix the autolog_ignore_targets logic to work correctly with manually opened log files (see bug #673).

Revision 1.52 / (download) - annotate - [select for diffs], Mon Jul 27 12:59:44 2009 UTC (14 years, 8 months ago) by obache
Branch: MAIN
Changes since 1.51: +5 -5 lines
Diff to previous 1.51 (colored) to selected 1.9.2.1 (colored)

Update irssi to 0.8.13 (and bump pkgrevision irssi-icb).
Also contains security fix for CVE-2009-1959 (patch-ab).
Based on patch provided by Leonardo Taccari in PR 41785.

ChangeLog for 0.8.13
Features:

    * Reject some obviously invalid values in /set.
    * Add perl bindings for Window::get_history_lines
    * Use an io channel to write the config file.
    * Use memory slices instead of memory chunks for text buffer.
    * Remove methods to create/destroy TextBuffer and TextBufferView and low
      level api to add/remove lines, scripts should be fine using
      Window::print_after and TextBufferView::remove_line.
    * Add print_after method to Window perl object analogous to
      gui_printtext_after but which also expands formats and forces a full line.
    * Better mapping of signal parameters to Perl. All signals used in scripts
      now need to be registered with Irssi::signal_register.
    * Add public header with interfaces to manage statusbar items (bug #535)
    * Recode: assume utf-8 encoding for an ascii string in which no escape
      character occurs (bug #392).
    * Allow /BAN, /UNBAN, /KICBAN, /KNOCKOUT if channel is not synced.
      Requesting ban lists from an unsynced channel will ask them from the
      server, banning a user whose u@h irssi does not know will ban nick!*@* and
      only bans irssi knows about can be removed.
    * Allow storing multiple "other" prefixes such as +q and +a (original patch
      by JasonX)
    * Add /set autolog_ignore_targets for cherry-picking targets that shouldn't
      get logged.
    * Add support for 16 colors. Formats KBGCRMYW and mirc colors are now mapped
      to colors 8-15. fe-text translates colors 8-15 to bold/blink+0-7 if the
      terminal supports only 8 colors. If your theme uses one of the high color
      formats and you really want bold you can change %FMT<string> to %fmt%_%_,
      it will work fine in all irssi versions.
    * Better 005 PREFIX support (bug #580).
    * Display 407 numerics other than "duplicate channel".
    * Fix display of ratbox-style operspy whois.
    * Recode outgoing irc away messages (bug #412).
    * Recode outgoing irc quit messages.
    * Remove scrollback_levelclear_levels setting and add a 'level' option to
      'sb levelclear' to specify a comma separated list of levels.
    * Add perl __WARN__ handler for scripts (bug #427).
    * Add Irssi::command_parse_options function to parse options for a command.
    * Revert recode changes introduced in 0.8.12.
    * Add completion for /WINDOW SERVER.
    * Support for reading kicks/msgs from TARGMAX/MAXTARGETS 005 tokens.
    * Enhancements to the redirections code.
    * Support for RPL_WHOISACTUALLY (338 numeric) for both ratbox and ircu
      (bug #428).
    * -idle option of /notify is gone.
    * /layout save now makes window-channel bindings instantly effective
      (bug #35).
    * /ping without arguments does not send anymore a ctcp ping to a channel
      (bug #542).
    * Track IRC operator status of nicks a bit better.
    * new 'actlist_names' option to add active items names in 'act' statusbar
      item.
    * new 'word_completion_backward' command to scroll backwards in the
      completion list.
    * add 'list' option to /bind to print all the available commands.
    * show setter/time in +I lists
    * apply -usermode before -autosendcmd (bug #548).
    * reduce memory usage of the scrollback buffer and make the display in /sb
      status more accurate (higher).
    * fix data getting dropped when a lot is sent at a time (e.g. when attaching
      to irssi-proxy, bug #528).
    * introduce the type Irssi::Irc::Client and signals to communicate with
      proxy clients to allow for scripting parts of the irssi-proxy.
    * Add sb_search.pl, a script for /SCROLLBACK SEARCH

Bugfixes:

    * Fix /NOTIFY list when nick is seen joining (bug #642).
    * Include hostmask in 001 event sent by proxy (bug #650).
    * Be more power-friendly: don't run any always-on <1s timers (bug #641).
    * Don't get confused by a failed /JOIN -window (bug #644).
    * Properly initialize embedded Perl (PERL_SYS_INIT3).
    * Replace invalid utf-8 bytes with U+FFFD when drawing a line.
    * Properly unload the original script when using /script load to reload it.
      (bug #525, patch by Lukas Mai)
    * Clean up script loading in general:
       * Don't leak local variables to eval'd code.
       * Set filename/line number to get better error messages from perl.
       * Use three-arg open and lexical filehandles to avoid surprises.
       * Include error reason in message for unopenable scripts.
       * Don't wrap script code in sub handler { } - this avoids spurious
	 warnings and should at least allow __END__ to work properly. (Patch by
	 Lukas Mai)
    * Fix NETSPLIT_SERVER_REC in signals for Perl.
    * Remove buggy /SCROLLBACK redraw and /SET scrollback_save_formats.
    * Always preserve the active mainwindow when resizing.
    * Ignore DNS not found errors when considering reconnect.
    * Do not strip the comma in a mirc color if it is not followed by a digit
      (bug #250).
    * Fix building perl module with perl-5.10 (bug #630).
    * fix leak with $L expando.
    * fix possible crash with /script reset.
    * ignore exceptions take precedence over ignores in all cases.
    * honour -channels preference for ignore -replies (bug #227).
    * Fix mode display in whois with unreal (379 numeric) (bug #479).
    * Fix regressions that prevented external modules from building/working
      (bugs #537 #539).
    * Fix /set hilight_level not taking effect immediately (bug #598).
    * Fix bold, blinking and indentation in /LASTLOG and buf.pl.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Mar 21 16:28:05 2009 UTC (15 years ago) by darcy
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.9.2.1 (colored)

Remove MAINTAINER at their request.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Dec 4 12:53:55 2008 UTC (15 years, 3 months ago) by tonnerre
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.9.2.1 (colored)

Make irssi actually work with a threaded Perl 5.10. (Now, the PerlIO mutex
must be initialized before trying to fiddle with the interpreter.)

Revision 1.49 / (download) - annotate - [select for diffs], Sun Oct 28 20:18:47 2007 UTC (16 years, 5 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.48: +6 -1 lines
Diff to previous 1.48 (colored) to selected 1.9.2.1 (colored)

Dont's strip on install with OS/X, this fixes the loading of the proxy module

Revision 1.48 / (download) - annotate - [select for diffs], Sun Oct 28 13:06:30 2007 UTC (16 years, 5 months ago) by adrianp
Branch: MAIN
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored) to selected 1.9.2.1 (colored)

Backport a patch from irssi SVN which unbreaks irssi-icb

Revision 1.47 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:12 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.9.2.1 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Nov 3 07:12:24 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.45: +5 -3 lines
Diff to previous 1.45 (colored) to selected 1.9.2.1 (colored)

DESTDIR support.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Mar 4 06:34:13 2006 UTC (18 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.44: +1 -2 lines
Diff to previous 1.44 (colored) to selected 1.9.2.1 (colored)

Update to 0.8.10a:
Re-packaged source, no new features.

Revision 1.44 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:24 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored) to selected 1.9.2.1 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Jan 17 21:45:52 2006 UTC (18 years, 2 months ago) by veego
Branch: MAIN
Changes since 1.42: +2 -3 lines
Diff to previous 1.42 (colored) to selected 1.9.2.1 (colored)

Update to version 0.8.10, based on PR #32432 from Juha-Matti Tilli:
- Recode support
- Isupport (005 numeric)
- Passive DCC support.
- Many memleak fixes.
- Network specific ignoring.
- Updated internal error handling.
- Complete 64bit support.
- Revised default aliases.
- Updated paste detection and settings.
- Tons of bugfixes.
- Other changes

The 'pre-install' hack from the pr is no longer needed after a fix from
jlam. Don't delete the patch-ae, which was removed in the pr.
Recode support won't work at the moment on NetBSD.

Bump the version for irssi-icb, due too the upgrade of irssi.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:33 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.41: +1 -2 lines
Diff to previous 1.41 (colored) to selected 1.9.2.1 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:03 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.9.2.1 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:53 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.9.2.1 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.39 / (download) - annotate - [select for diffs], Mon Oct 31 09:18:45 2005 UTC (18 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.9.2.1 (colored)

.include "../../lang/perl5/packlist.mk". This fixes PR 31948. Bumped
PKGREVISION.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:13 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.9.2.1 (colored)

Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:04 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.9.2.1 (colored)

Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:45 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.9.2.1 (colored)

Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jul 17 14:32:46 2005 UTC (18 years, 8 months ago) by dillo
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.9.2.1 (colored)

Accept ENOTCONN as indicating socket is not ready for write (needed for upcoming irssi-icq).  Bump PKGREVISION.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 26 20:25:48 2005 UTC (18 years, 9 months ago) by snj
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.9.2.1 (colored)

Fix /exec on sparc64.  Applied upstream quite a while ago.  Bump PKGREVISION.

Revision 1.33 / (download) - annotate - [select for diffs], Tue May 31 21:58:38 2005 UTC (18 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.32: +2 -31 lines
Diff to previous 1.32 (colored) to selected 1.9.2.1 (colored)

Convert to options framework.

Revision 1.32 / (download) - annotate - [select for diffs], Mon May 23 09:06:24 2005 UTC (18 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.9.2.1 (colored)

Removed unnecessary ${.CURDIR}.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:04 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.30: +1 -2 lines
Diff to previous 1.30 (colored) to selected 1.9.2.1 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 19 15:32:25 2005 UTC (19 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored) to selected 1.9.2.1 (colored)

Enable build of the proxy module, as requested in PR pkg/25517.  Note that
the report asked for a conditional build through a knob, but I can't see a
reason to not enable it by default (so it's now unconditionally built).
Bump PKGREVISION to 3 due to this.

While here, force removal of the modules directory instead of only removing
it when empty.  Any package installing modules must depend on irssi to handle
this shared directory.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Dec 11 00:26:45 2004 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored) to selected 1.9.2.1 (colored)

Override libtool.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Dec 11 00:21:53 2004 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.27: +4 -2 lines
Diff to previous 1.27 (colored) to selected 1.9.2.1 (colored)

This package needs pkg-config.

While here, reorder paragraphs to include buildink3.mk files before
overriding targets.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:14 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.9.2.1 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Apr 14 01:19:47 2004 UTC (19 years, 11 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.25: +4 -1 lines
Diff to previous 1.25 (colored) to selected 1.9.2.1 (colored)

The usual f77 workaround for sparc64.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:35 2004 UTC (20 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored) to selected 1.9.2.1 (colored)

PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 18 00:37:01 2004 UTC (20 years ago) by xtraeme
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.9.2.1 (colored)

Forgot to change perl's bl3.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 18 00:36:11 2004 UTC (20 years ago) by xtraeme
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored) to selected 1.9.2.1 (colored)

bl3ify

Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 30 16:57:40 2003 UTC (20 years, 3 months ago) by cjep
Branch: MAIN
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored) to selected 1.9.2.1 (colored)

Whitespace fix

Revision 1.19.2.2 / (download) - annotate - [select for diffs], Fri Dec 12 12:00:20 2003 UTC (20 years, 3 months ago) by agc
Branch: pkgsrc-2003Q4
Changes since 1.19.2.1: +2 -2 lines
Diff to previous 1.19.2.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored) to selected 1.9.2.1 (colored)

Pullup security fix to the pkgsrc-2003Q4 branch, requested by Bernd Ernesti.

	Module Name:    pkgsrc
	Committed By:   veego
	Date:           Thu Dec 11 20:18:58 UTC 2003

	Modified Files:
		pkgsrc/chat/irssi: Makefile Makefile.common distinfo

	Log Message:
	Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:

	v0.8.9 2003-12-11  Timo Sirainen <tss@iki.fi>

		* Fixes a remote crash with:
		    a) non-x86 hardware (one requiring memory alignmentation)
		    b) script using "gui print text" signal (with x86 hardware too)

		+ /SET auto_whowas OFF allows now disabling automatic /whowas when
		  /whois doesn't find a nick (by Borys)
		- If pasted line starts with command char, treat it as command always.
		  Paste detection can go on too easily with lagged connections.

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Fri Dec 12 11:53:48 2003 UTC (20 years, 3 months ago) by agc
Branch: pkgsrc-2003Q4
Changes since 1.19: +16 -5 lines
Diff to previous 1.19 (colored) to selected 1.9.2.1 (colored)

Pullup a security fix to the pkgsrc-2003Q4 branch, requested by Bernd Ernesti.

	Module Name:    pkgsrc
	Committed By:   veego
	Date:           Thu Dec  4 10:43:10 UTC 2003

	Modified Files:
		pkgsrc/chat/irssi: Makefile Makefile.common PLIST distinfo
	Removed Files:
		pkgsrc/chat/irssi/patches: patch-ac patch-ad patch-ae

	Log Message:
	Update to 0.8.8. Fix based on pkg/23560, but not all parts were be
	used and others were added where needed.

	Main NetBSD changes:
	- switched from glib1 to glib2.
	- added IRSSI_USE_SSL, defaulting to YES, for ssl server support
	- make it possible to disable IPv6

	v0.8.8 2003-11-23  Timo Sirainen <tss@iki.fi>

		- Just a few fixes to converting old settings automatically

	v0.8.7 2003-11-23  Timo Sirainen <tss@iki.fi>

		* Settings changes - we have now "time", "size" and "level" setting
		  types.
		    - Level settings should work the same as before.
		    - Time settings can have units: days, hours, mins, secs,
		      milliseconds (or msecs). The units can be combined and written
		      in shorter form as well, for example "5d 30m 10ms"
		    - Size settings can have units: gbytes, mbytes, kbytes, bytes.
		      They can be written in shorter form as well, eg. "gb" or "g".

		  Your existing settings should be converted automatically.

		+ Pasting detection. All keys except CR and LF are pasted as-is into
		  prompt in pasting mode.

		  /SET paste_detect_time controls how closely each others characters
		  must occur for it to be considered pasting. Paste mode goes on when
		  first pasted CR/LF is found.

		  The first line may also contain some command characters. They are
		  executed, but their action in entry line is reverted once pasting
		  is detected.

		  What this means in practise is that even if you have TABs (assuming
		  TAB is completion key) in the first pasted line, they get pasted as
		  TABs.

		  This detection isn't perfect, so if it annoys you it can be disabled
		  with /SET paste_detect_time 0
		+ If pasting more lines than /SET paste_verify_line_count, irssi asks
		  if you actually want to do that. This should be useful to prevent
		  accidental copy&paste mistakes. Setting it to 0 disables this
		  entirely.
		+ Support for sending SSL certificate to server and optionally verify
		  server's certificate. See the -ssl_* options for /SERVER and
		  /SERVER ADD. Patch by Joel Eriksson.
		+ DCC SERVER support by Mark Trumbull
		+ Support for DCC sending larger files than 2GB if supported by
		  operating system (ie. 64bit file support). Receiving has always
		  been possible, but the statistics were wrong with >4GB files
		  if 64bit support isn't enabled.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Dec 11 20:18:58 2003 UTC (20 years, 3 months ago) by veego
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.9.2.1 (colored)

Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:

v0.8.9 2003-12-11  Timo Sirainen <tss@iki.fi>

	* Fixes a remote crash with:
	    a) non-x86 hardware (one requiring memory alignmentation)
	    b) script using "gui print text" signal (with x86 hardware too)

	+ /SET auto_whowas OFF allows now disabling automatic /whowas when
	  /whois doesn't find a nick (by Borys)
	- If pasted line starts with command char, treat it as command always.
	  Paste detection can go on too easily with lagged connections.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Dec 4 10:43:10 2003 UTC (20 years, 3 months ago) by veego
Branch: MAIN
Changes since 1.19: +16 -5 lines
Diff to previous 1.19 (colored) to selected 1.9.2.1 (colored)

Update to 0.8.8. Fix based on pkg/23560, but not all parts were be
used and others were added where needed.

Main NetBSD changes:
- switched from glib1 to glib2.
- added IRSSI_USE_SSL, defaulting to YES, for ssl server support
- make it possible to disable IPv6

v0.8.8 2003-11-23  Timo Sirainen <tss@iki.fi>

	- Just a few fixes to converting old settings automatically

v0.8.7 2003-11-23  Timo Sirainen <tss@iki.fi>

	* Settings changes - we have now "time", "size" and "level" setting
	  types.
	    - Level settings should work the same as before.
	    - Time settings can have units: days, hours, mins, secs,
	      milliseconds (or msecs). The units can be combined and written
	      in shorter form as well, for example "5d 30m 10ms"
	    - Size settings can have units: gbytes, mbytes, kbytes, bytes.
	      They can be written in shorter form as well, eg. "gb" or "g".

	  Your existing settings should be converted automatically.

	+ Pasting detection. All keys except CR and LF are pasted as-is into
	  prompt in pasting mode.

	  /SET paste_detect_time controls how closely each others characters
	  must occur for it to be considered pasting. Paste mode goes on when
	  first pasted CR/LF is found.

	  The first line may also contain some command characters. They are
	  executed, but their action in entry line is reverted once pasting
	  is detected.

	  What this means in practise is that even if you have TABs (assuming
	  TAB is completion key) in the first pasted line, they get pasted as
	  TABs.

	  This detection isn't perfect, so if it annoys you it can be disabled
	  with /SET paste_detect_time 0
	+ If pasting more lines than /SET paste_verify_line_count, irssi asks
	  if you actually want to do that. This should be useful to prevent
	  accidental copy&paste mistakes. Setting it to 0 disables this
	  entirely.
	+ Support for sending SSL certificate to server and optionally verify
	  server's certificate. See the -ssl_* options for /SERVER and
	  /SERVER ADD. Patch by Joel Eriksson.
	+ DCC SERVER support by Mark Trumbull
	+ Support for DCC sending larger files than 2GB if supported by
	  operating system (ie. 64bit file support). Receiving has always
	  been possible, but the statistics were wrong with >4GB files
	  if 64bit support isn't enabled.
	+ Better displaying of DCC file transfer statistics.
	- Several other minor fixes and enhancements, see ChangeLog

Revision 1.19 / (download) - annotate - [select for diffs], Fri May 2 11:54:03 2003 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base
Branch point for: pkgsrc-2003Q4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.9.2.1 (colored)

Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 28 22:03:07 2003 UTC (21 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.9.2.1 (colored)

Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 12 17:56:05 2003 UTC (21 years, 2 months ago) by veego
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored) to selected 1.9.2.1 (colored)

Add patches from the irssi CVS repository and bump the version because
of that.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Dec 2 12:19:18 2002 UTC (21 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.15: +9 -5 lines
Diff to previous 1.15 (colored) to selected 1.9.2.1 (colored)

Update Irssi to 0.8.6. Taken from the NEWS:

* Tons of changes, here's only the largest that come to my mind now:
	+ SSL support by vjt at users.sf.net
	+ DCC send queues by Heikki Orsila
	+ Better support for !channels

The new Makefile.common will be used by Irssi plugins.

Approved by wiz.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Nov 21 13:00:02 2002 UTC (21 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.14: +8 -2 lines
Diff to previous 1.14 (colored) to selected 1.9.2.1 (colored)

- honour PKG_SYSCONFDIR
- convert to bsd.pkg.install.mk example config installation
- bump PKGREVISION

from Julio Merino in PR pkg/18982.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 25 17:26:04 2002 UTC (21 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.13: +6 -7 lines
Diff to previous 1.13 (colored) to selected 1.9.2.1 (colored)

Convert to buildlink2. Also, tell configure not to go looking for ncurses.
Should fix PR 18099.

Revision 1.9.2.1 / (download) - annotate - [selected], Sun Jun 23 18:40:47 2002 UTC (21 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.9: +15 -7 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 20 03:29:28 2002 UTC (21 years, 9 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.12: +4 -5 lines
Diff to previous 1.12 (colored) to selected 1.9.2.1 (colored)

Update irssi to 0.8.5. Changes:
Fixes DoS found in topic handling code.

Contributed by Otto Hilska <mutru@iki.fi> in private mail.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jun 8 23:49:39 2002 UTC (21 years, 9 months ago) by veego
Branch: MAIN
Changes since 1.11: +10 -3 lines
Diff to previous 1.11 (colored) to selected 1.9.2.1 (colored)

Fix the perl support.

Looks like noone ever tried to used it, because it was badly broken and
wouldn't even be compiled in, due too a missing include of mk/bsd.prefs.mk.
So, no need to bump the pkgversion to nb1.

Revision 1.11 / (download) - annotate - [select for diffs], Sat May 25 20:06:01 2002 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.10: +6 -6 lines
Diff to previous 1.10 (colored) to selected 1.9.2.1 (colored)

Use the new 0.8.4a distfile. Switch to bz2.
New distfile verified against the gpg key on wwwkeys.pgp.net.

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 25 15:33:05 2002 UTC (21 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored) to selected 1.9.2.1 (colored)

mark this package BROKEN, due to backdoored tar.gz file
Message-ID: <3CEFA67D.76933B37@webtech.se> on bugtraq

Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 12 01:50:34 2002 UTC (21 years, 11 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.8: +13 -3 lines
Diff to previous 1.8 (colored) to selected 1.9.2.1 (colored)

Allow compiling in perl support for scripts.

Patch submitted by dawszy@ailuj.openbsd.org.pl in private mail.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Mar 20 00:39:19 2002 UTC (22 years ago) by hubertf
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.9.2.1 (colored)

Update irssi to 0.8.4.
Patch sent in by Otto Hilska <mutru@cc.hut.fi> in private mail.


Changes:

v0.8.4 2002-03-13  Timo Sirainen <tss@iki.fi>

	* Continuing to fix my stupid mistakes...

	- When a queried nick did a nick change, it might have crashed irssi
	- read ChangeLog for some other minor changes

v0.8.3 2002-03-13  Timo Sirainen <tss@iki.fi>

	- Perl scripts handling channel parts/kicks/quits printed some
	  errors.
	- Connecting to IPv6 servers without IPv4 record didn't work
	- When queries were auto-created by you using /MSG and you had
	  /SET autoclose_query non-zero, the query was always destroyed
	  almost immediately.
	- Fix to some stupid ircds not sending us 001 numeric, but
	  beginning from MOTD

v0.8.2 2002-03-11  Timo Sirainen <tss@iki.fi>

	* Changed the list of scripts distributed with irssi. Separated
	  example scripts to scripts/examples/ directory.

	* Hated infobar was removed, the same info is now in topicbar in
	  empty windows. I don't think it would disturb anyone in there.
	  If you still preferred always-empty topicbars, use
	  /SBAR topic REMOVE topic_empty

	+ Added info_eol field to theme. If true, timestamp and server tag
	  are added to end of line, not at beginning.
	+ If -4 or -6 option is used with /SERVER, irssi now forces the
	  connection using the given protocol or fails.
	+ /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP,
	  /VOICE or /DEVOICE matches more nicks than this, -yes option is
	  required. This is trying to prevent accidental massops. Setting
	  it to 0 disables this check.
	+ Supports now correctly servers which use '.' char as channel owner
	  character in /NAMES list. Also supports multiple mode chars, eg.
	  @+nick (if some server actually used it).
	+ Never ignore kick message if you get kicked from channel.
	+ Sending irssi SIGHUP now does a /RELOAD - useful if you
	  accidentally messed up something which doesn't let you do the
	  /RELOAD inside irssi (eg. /SBAR prompt DISABLE).
	+ irssi-proxy: PROXY CTCP ON|OFF - proxy clients can send this
	  command to specify that they want to handle the received CTCP
	  requests. Useful for specifying who gets to handle DCCs.
	+ Added escape_char /BIND command. The next char after that would be
	  added as-is to input line.
	- Writing lines longers than 1024 chars to input buffer crashed
	  irssi (stupid missing sizeof() bug :)
	- Some UTF-8 fixes
	- Better flood protection for lines with >100 chars
	- Control characters aren't printed as-is in topicbar (or statusbars
	  in general) anymore
	- /OPER can be now aborted by giving empty password
	- Netjoin messages were buggy in +channels
	- Part message parameter for /CYCLE was never used.
	- Don't send -autosendcmd after /UPGRADE.
	- /SET autoclose_query - now only last received private message
	  affects when the query is closed, ie. /WHOIS requests or nick
	  changes don't reset the counter.
	- Foreground ANSI colors weren't working
	- Deleting one character replaced cutbuffer with that character.
	  Also ^Y leaked memory.
	- /SCRIPT LOAD looked scripts from prefix/lib dir, not prefix/share
	  where they were actually installed.
	- Highascii chars in replaces block in theme files could have
	  crashed irssi.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 19 08:20:45 2002 UTC (22 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6 (colored) to selected 1.9.2.1 (colored)

have USE_INET6

Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 17 22:41:38 2002 UTC (22 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.5: +6 -14 lines
Diff to previous 1.5 (colored) to selected 1.9.2.1 (colored)

Update irssi to 0.8.1.
Patch submitted by Otto Hilska <mutru@cc.hut.fi> in private mail.
Changes:


v0.8.1 2002-02-17  Timo Sirainen <tss@iki.fi>

	* Expected bugfix release :) Worst thing was that I forgot always to
	  debug why /cat /dev/urandom crashed irssi. Well, found two ways
	  that could make it happen.

	- Irssi was linked with -lcurses AND -lncurses
	- Logging could have produced GLib errors with certain conditions
	- A few compiler warnings fixes

v0.8.0 2002-02-17  Timo Sirainen <tss@iki.fi>

	* I really should make releases more often. Once in every two weeks
	  used to be nice. Maybe once in a month would be good now. There
	  was many reasons why this release took this long .. first being
	  addicted to books, then life stuff, then it took forever to figure
	  out that irssi was crashing under solaris (and not because of one
	  of the big changes I made while moving to IRC from solaris box).

	  And now.. well, after this release I'll start working more with
	  the yet another irssi rewrite :) The code is getting too ugly
	  again, and some things need rewriting to support some new features
	  more easily. It will take a while to get it all done, so I'll try
	  to keep updating this "stable" irssi as well.

	  There's too many changes since 0.7.98.3 (and .4 which was just
	  minor bugfix), about 6600 lines in ChangeLog. I'm not going to
	  read all that, so I'll just list the biggest changes that I can
	  remember now.

	  This version was supposed to be called 0.7.99, but since there
	  were so many changes, and I originally though of putting 0.8.0
	  out long time ago, and 0.7.100 would look stupid, I guess it's
	  time for 0.8.0 :)

	+ /UPGRADE - upgrade irssi to new version on-the-fly without
	  disconnecting from server, so other people won't even notice you
	  quit from IRC. This ONLY executes the new binary, it does NOT
	  download/compile/whatever irssi.
	+ UTF-8 support with /SET term_type UTF-8, default is "8bit".
	  It's also automatically detected from system locale (if supported).
	+ Fully configurable statusbar. Yes. FULLY. Don't bother asking if
	  something could be done with it, it can, just ask how. Well,
	  there's a few things I didn't have time/energy to finish:
	  window-specific statusbar groups and support for multiple input
	  lines in screen.
	+ Rewritten keyboard handling. No more the CTRL-X and ALT-x handling,
	  now you can create whatever keyboard combinations your terminal
	  can send to irssi.
	+ Rewritten text buffer (scrollback) handling.
	+ Irssi doesn't depend on curses anymore, so it can be installed
	  anywhere a working terminfo/termcap exists. This also allows us to
	  use all the possible colors terminal has (curses limits to 64), so
	  eg. %0 is now always black background, not the default terminal
	  background (%n).

	  Several systems have also terminfo/termcap database that doesn't
	  support colors, so I've added /SET term_force_colors option to
	  force ANSI-style colors. Note that eg. BitchX does this by default.

	  Getting rid of curses allows also one great thing for you people
	  copy&pasting long urls :) If a long word gets split to two lines,
	  doubleclicking the word selects it from both lines.
	+ Rewritten server event redirections. Before it was pretty easy to
	  mess up irssi's expectations of what server sends, and some things
	  might have stayd in the buffer forever. Especially notify lists
	  messed up /WHOIS requests for the notified people. Now all this
	  should be history and it's a lot easier for scripts to use the
	  redirections as well.
	+ New ICB chat protocol plugin - very basic and doesn't support
	  nicklist, but works. :)
	+ --home and --config parameters to specify alternate ~/.irssi
	  directory or config file.
	+ Scripts can be unloaded separately with /SCRIPT UNLOAD. You can get
	  a list of runnning scripts with /SCRIPT.
	+ /SERVER PURGE [<target>] - purge the output buffer (for given
	  target). Useful for example if you accidentally paste 100 lines :)
	  The buffer is automatically purged if you get kicked from channel,
	  or if you /PART the channel and there's more than 10 lines in
	  output buffer.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 29 01:12:26 2001 UTC (22 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.9.2.1 (colored)

Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 27 16:10:10 2001 UTC (22 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.9.2.1 (colored)

We don't want -L/some/path as Makefile dependency. Fixes pkg/14564, though
differently than suggested.
Don't let package look in LOCALBASE for curses (especially if
USE_BUILDLINK_ONLY is set, and ncurses buildlink.mk is already included...).

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 21 03:40:21 2001 UTC (22 years, 5 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored) to selected 1.9.2.1 (colored)

Make sure ncurses is found - this is intended to prevent irssi from
crashing when ran on the console (It's said to be ok in xterm).
Hinted at by Otto Hilska <mutru@nallukka.net> in private mail.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 30 10:13:54 2001 UTC (22 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.1: +9 -5 lines
Diff to previous 1.1 (colored) to selected 1.9.2.1 (colored)

Buildlinkify (strongly).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Sep 16 16:14:09 2001 UTC (22 years, 6 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.9.2.1 (colored)

irssi 0.7.98.4 package: yet another IRC client
Contributed by Otto Hilska <mutru@nallukka.net>, closes PR 11956.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 16 16:14:09 2001 UTC (22 years, 6 months ago) by hubertf
Branch: MAIN
Diff to selected 1.9.2.1 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>