update to ircii 20030709. changes include:

o  turned on SO_REUSEADDR for most connections
o  /DCC RAW works when disconnected again
o  several bugs fixed
o  new /set dccport and /set bind_local_dcchost variables to give
   the user full control over how dcc requests are sent.
o  new /on os_signal to give user-access to receiving UNIX signals
o  /set beep_on_msg now works for ICB messages and groups (public)
o  the --without-emacs-meta-keys configure option is now the default
o  the emacs meta key bindings for M-b and M-d were fixed
This commit is contained in:
mrg 2003-07-09 18:15:16 +00:00
parent 29cb566a85
commit c27909a84c
3 changed files with 19 additions and 16 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2003/06/02 01:21:26 jschauma Exp $
# $NetBSD: Makefile,v 1.26 2003/07/09 18:15:16 mrg Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
@ -13,7 +13,7 @@ COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client
CONFLICTS= blackened-[0-9]*
VERS= 20030315
VERS= 20030709
PLIST_SUBST+= VERS=${VERS}
.include "../../mk/bsd.prefs.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.12 2003/03/14 12:59:03 mrg Exp $
@comment $NetBSD: PLIST,v 1.13 2003/07/09 18:15:16 mrg Exp $
bin/irc
bin/irc-${VERS}
bin/ircbug
@ -8,10 +8,10 @@ bin/wserv
man/man1/irc.1
man/man1/ircII.1
man/man1/ircbug.1
share/irc/help/@@.GZ@
share/irc/help/!@.GZ@
share/irc/help/.date@.GZ@
share/irc/help/:@.GZ@
share/irc/help/@@.GZ@
share/irc/help/abort@.GZ@
share/irc/help/admin@.GZ@
share/irc/help/alias/alias@.GZ@
@ -255,6 +255,10 @@ share/irc/help/on/exec_prompt@.GZ@
share/irc/help/on/flood@.GZ@
share/irc/help/on/help@.GZ@
share/irc/help/on/hook@.GZ@
share/irc/help/on/icb_error@.GZ@
share/irc/help/on/icb_motd@.GZ@
share/irc/help/on/icb_status@.GZ@
share/irc/help/on/icb_who@.GZ@
share/irc/help/on/idle@.GZ@
share/irc/help/on/input@.GZ@
share/irc/help/on/invite@.GZ@
@ -273,6 +277,7 @@ share/irc/help/on/notify_signoff@.GZ@
share/irc/help/on/notify_signon@.GZ@
share/irc/help/on/numeric@.GZ@
share/irc/help/on/on@.GZ@
share/irc/help/on/os_signal@.GZ@
share/irc/help/on/public@.GZ@
share/irc/help/on/public_msg@.GZ@
share/irc/help/on/public_notice@.GZ@
@ -298,10 +303,6 @@ share/irc/help/on/window@.GZ@
share/irc/help/on/window_kill@.GZ@
share/irc/help/on/window_list@.GZ@
share/irc/help/on/window_swap@.GZ@
share/irc/help/on/icb_error@.GZ@
share/irc/help/on/icb_motd@.GZ@
share/irc/help/on/icb_status@.GZ@
share/irc/help/on/icb_who@.GZ@
share/irc/help/oper@.GZ@
share/irc/help/parsekey@.GZ@
share/irc/help/part@.GZ@
@ -323,10 +324,12 @@ share/irc/help/servlist@.GZ@
share/irc/help/set/always_split_biggest@.GZ@
share/irc/help/set/auto_unmark_away@.GZ@
share/irc/help/set/auto_whowas@.GZ@
share/irc/help/set/background_colour@.GZ@
share/irc/help/set/beep@.GZ@
share/irc/help/set/beep_max@.GZ@
share/irc/help/set/beep_on_msg@.GZ@
share/irc/help/set/beep_when_away@.GZ@
share/irc/help/set/bind_local_dcchost@.GZ@
share/irc/help/set/bold_video@.GZ@
share/irc/help/set/channel_name_width@.GZ@
share/irc/help/set/client_information@.GZ@
@ -334,23 +337,26 @@ share/irc/help/set/clock@.GZ@
share/irc/help/set/clock_24hour@.GZ@
share/irc/help/set/clock_alarm@.GZ@
share/irc/help/set/cmdchars@.GZ@
share/irc/help/set/colour@.GZ@
share/irc/help/set/command_mode@.GZ@
share/irc/help/set/continued_line@.GZ@
share/irc/help/set/ctcp_reply_backlog_seconds@.GZ@
share/irc/help/set/ctcp_reply_flood_size@.GZ@
share/irc/help/set/ctcp_reply_ignore_seconds@.GZ@
share/irc/help/set/dcc_block_size@.GZ@
share/irc/help/set/dcchost@.GZ@
share/irc/help/set/dccport@.GZ@
share/irc/help/set/debug@.GZ@
share/irc/help/set/decrypt_program@.GZ@
share/irc/help/set/display@.GZ@
share/irc/help/set/eight_bit_characters@.GZ@
share/irc/help/set/encrypt_program@.GZ@
share/irc/help/set/exec_protection@.GZ@
share/irc/help/set/dcchost@.GZ@
share/irc/help/set/flood_after@.GZ@
share/irc/help/set/flood_rate@.GZ@
share/irc/help/set/flood_users@.GZ@
share/irc/help/set/flood_warning@.GZ@
share/irc/help/set/foreground_colour@.GZ@
share/irc/help/set/full_status_line@.GZ@
share/irc/help/set/help_pager@.GZ@
share/irc/help/set/help_path@.GZ@
@ -435,12 +441,9 @@ share/irc/help/set/user_information@.GZ@
share/irc/help/set/user_wallops@.GZ@
share/irc/help/set/verbose_ctcp@.GZ@
share/irc/help/set/warn_of_ignores@.GZ@
share/irc/help/set/xterm_geomoptstr@.GZ@
share/irc/help/set/xterm_options@.GZ@
share/irc/help/set/xterm_path@.GZ@
share/irc/help/set/background_colour@.GZ@
share/irc/help/set/colour@.GZ@
share/irc/help/set/foreground_colour@.GZ@
share/irc/help/set/xterm_geomoptstr@.GZ@
share/irc/help/signoff@.GZ@
share/irc/help/sleep@.GZ@
share/irc/help/squery@.GZ@

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.19 2003/03/16 01:56:53 mrg Exp $
$NetBSD: distinfo,v 1.20 2003/07/09 18:15:16 mrg Exp $
SHA1 (ircii-20030315.tar.bz2) = f794266aa8fdeb1394411ab598457bff5424df24
Size (ircii-20030315.tar.bz2) = 551892 bytes
SHA1 (ircii-20030709.tar.bz2) = 8cbc17529a373d11dc28d5636e060b2a0ead185c
Size (ircii-20030709.tar.bz2) = 557113 bytes
SHA1 (patch-aa) = aff3a8c5ff05797b8617be2b4b57920913ae9ca2
SHA1 (patch-ac) = 0afd36f3ad2247b0d42dfebab210822dd5dfe151