[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#747700: marked as done (ircii: New upstream version 20131230)



Your message dated Tue, 23 Feb 2016 01:20:01 +0000
with message-id <E1aY1dx-0000CD-U9@franck.debian.org>
and subject line Bug#747700: fixed in ircii 20151120-1
has caused the Debian Bug report #747700,
regarding ircii: New upstream version 20131230
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
747700: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747700
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: ircii
Severity: wishlist

Dear Debian QA Group,
a new upstream version 20131230 of ircii is available.

>From ChangeLog:
Mon Dec 30 05:16:19 PST 2013 - matthew green <mrg@eterna.com.au>
	source/input.c:
		cursor_to_input() should only operate on the current
		screen.  copy old behaviour of update_input() and
		only write the new part of the display with
		UPDATE_FROM_CURSOR calls.
	source/screen.c:
		fix a merge error with utf-8 patch.

Sun Dec 29 20:08:54 PST 2013 - matthew green <mrg@eterna.com.au>
	source/lastlog.c
		notice when the screen width changes and
		recalculate the per-line array.
	source/term.c:
		use the current screen's lines/colums in
		copy_window_size().  now lastlog notices screen
		size changes.

Sun Dec 29 19:53:31 PST 2013 - matthew green <mrg@eterna.com.au>
	include/lastlog.h, include/struct.c, source/lastlog.c,
	source/screen.c:
		make lastlog_stru only visible in lastlog.c.
		move next_line_back() into lastlog.c and call
		it lastlog_line_back().

Sun Dec 29 19:40:03 PST 2013 - matthew green <mrg@eterna.com.au>
	source/lastlog.c:
		fix the pointer type in free_lastlog_entry().

Sun Dec 29 19:41:33 PST 2013 - matthew green <mrg@eterna.com.au>
	Makefile.in, acconfig.h, configure, configure.in,
	help/set/display_encoding, help/set/input_encoding,
	help/set/irc_encoding, help/set/translation, include/config.h.dist,
	include/defs.h.in, include/input.h, include/irc.h, include/ircterm.h,
	include/screen.h, include/struct.h, include/translat.h, include/vars.h,
	source/alias.c, source/edit.c, source/exec.c, source/input.c,
	source/irc.c, source/screen.c, source/status.c, source/term.c,
	source/translat.c, source/vars.c:
		reapply the UTF-8 patch.  original description:

	Wed Sep 21 08:49:58 EST 2005 - Joel Yliluoma <bisqwit@iki.fi>
		Replaced the ancient TRANSLATION feature
		and the hackish japanese support features
		and all the hardcoded latin1-related stuff
		with iconv-based full character set support
		for input, output and display. Supports all
		the singlebyte and multibyte encodings supported
		by iconv, with or without shift codes.
		As a consequence, the following settings are
		no longer used: TRANSLATION, ISO2022_SUPPORT
		Instead, INPUT_ENCODING, DISPLAY_ENCODING
		and IRC_ENCODING are used for input, terminal
		and network encodings respectively.
		All conversions are done transparently.
		If the system does not have iconv library,
		only ISO-8859-1 is supported (built-in).
		Note that if EIGHT_BIT_CHARACTERS is not set,
		all 7th bits of bytes will be stripped. (Why??)

Sun Dec 29 17:48:35 PST 2013 - matthew green <mrg@eterna.com.au>
	source/input.c:
		fix DEBUG build.
	source/screen.c:
		outputline(): avoid modifying strings just so strlen()
		will work when we already have the length handy.
		split_up_line_alloc(): alloc space for NULL, too.
		next_line_back(): remove static ScreenLines[] since we
		can now use the lastlog entry's.

Sun Dec 29 06:46:11 PST 2013 - matthew green <mrg@eterna.com.au>
	include/lastlog.h, source/lastlog.c, source/screen.c:
		make add_to_lastlog() return the u_char ** it split
		up, if it happened to do that.  fix comments in it
		that have been wrong for over 20 years.
		make split_up_line_alloc() NULL terminate the list.
		use the pre-split list in add_to_window().

Sun Dec 29 06:05:06 PST 2013 - matthew green <mrg@eterna.com.au>
	include/lastlog.h, include/screen.h, include/struct.h,
	source/lastlog.c, source/screen.c, source/window.c:
		begin to store split up messages in the lastlog.
		move free_lastlog() to lastlog.c. and move the
		main guts of it into free_lastlog_entry(), that
		is reused during normal scrolling.
		add a new split_up_line_alloc() that has the same
		signature as split_up_line(), but returns a
		dynamically allocated array of pointers, and
		clears the pointers from split_up_line()'s static
		array.
	source/term.c:
		make copy_window_size() cope with NULL inputs.

Sun Dec 29 03:59:03 PST 2013 - matthew green <mrg@eterna.com.au>
	include/screen.h, include/struct.h, include/window.h,
	source/screen.c, source/window.c:
		make the definition of Display local to screen.c.

20131228
Sat Dec 28 18:16:39 PST 2013 - matthew green <mrg@eterna.com.au>
	doc/ircII.1:
		update to describe -l option.
	source/screen.c:
		use macros not magic numbers.
	source/window.c:
		clean up, and fix a bug in bind_channel().

Sat Dec 28 18:23:03 PST 2013 - matthew green <mrg@eterna.com.au>
	source/lastlog.c, source/parse.c:
		avoid leaking FILE *'s.
	source/server.c:
		avoid leaking memory.
	source/dcc.c, source/exec.c, source/irc.c, source/ircio.c,
	source/mail.c, source/newio.c, source/screen.c,
	source/server.c:
		remove the unused 4th parameter to dgets() and
		cleanup dgets() itself for this.

Thu Feb 21 14:01:23 PST 2013 - matthew green <mrg@eterna.com.au>
	configure.in, configure:
		avoid re-setting libexecdir if it is set on the
		command line.

20111115
Tue Nov 15 01:25:01 PST 2011 - matthew green <mrg@eterna.com.au>
	source/irc.c:
		properly bump version.

20111114
Mon Nov 14 15:12:09 PST 2011 - matthew green <mrg@eterna.com.au>
	source/edit.c, help/nuser:
		add a /NUSER command to change your irc and user names.
		largely from Hendrix/zDm via tMH.
	doc/ircii.spec:
		rpm-style spec file, contributed by lukem
	source/edit.c:
		disable "TZ" hack, it fails weirdly with multitime.

Sat Jul  9 22:58:33 PDT 2011 - matthew green <mrg@eterna.com.au>
	configure, configure.ac, Makefile.in, ...:
		install ircio and wserv into libexec dir.

20110428
Thu Apr 28 15:13:02 PDT 2011 - matthew green <mrg@eterna.com.au>
	source/mkmksiginc.pl, source/mksiginc.c:
		adjust the C/CPP for each signal to allow eg SIGRTMAX
		to be a C expression not just a CPP one.  fixes a
		problem on modern centos reported by rob windsor.

20110228
Tue Feb  1 02:57:58 PST 2011 - matthew green <mrg@eterna.com.au>
	source/screen.c:
		avoid trying to print high-bit unprintable chars
	source/window.c:
		avoid implicit int
	include/ignore.h, source/ignore.c, source/edit.c:
		add /SAVE -IGNORE support

Tue Jan 26 20:59:24 PST 2010 - matthew green <mrg@eterna.com.au>
	source/edit.c:
		match "TZ" not "TV".  ooops.

20090520
Wed May 20 22:17:27 PDT 2009 - matthew green <mrg@eterna.com.au>
	source/exec.c, source/crypt.c:
		order alarm/signal correctly to avoid spurious SIGALRM
		causing irc to exit.

Fri May  1 17:56:12 PDT 2009 - matthew green <mrg@eterna.com.au>
	configure, configure.in:
		check for getaddrinfo/getnameinfo in -lmedia, for qnx.

Fri May  1 00:35:38 PDT 2009 - matthew green <mrg@eterna.com.au>
	include/cast_sbox.h:
		remove K&R C support.
	include/keys.h, include/hook.h, include/vars.h:
		remove trailing , from enum lists.

Mon Apr 27 19:02:10 PDT 2009 - matthew green <mrg@eterna.com.au>
	include/irc.h, source/irc.c, source/term.c, source/wserv.c:
		add a new MY_SIGNAL_REINIT() that expands to 
		nothing on BSD platforms.

Mon Apr 27 18:26:02 PDT 2009 - matthew green <mrg@eterna.com.au>
	acconfig.h, configure, configure.in, include/defs.h.in,
	include/exec.h, include/irc.h, include/ircterm.h,
	include/scandir.h, source/exec.c, source/irc.c, source/ircaux.c,
	source/scandir.c, source/term.c, source/wserv.c:
		remove support the following systems:
			DGUX, Interactive UNIX 2/3, UNICOS, AIX 3,
			MUNIX/M_UNIX, NeXT, SVR3, ULTRIX, Dynix/ptx,
			HPUX7, HPUX8
		remove support for the follow features:
			<sgtty.h>, <termio.h>, non POSIX wait,
			non POSIX nonblocking

Sun Apr 26 01:30:12 PDT 2009 - matthew green <mrg@eterna.com.au>
	source/ircaux.c:
		if bind_local_addr() fails, notify the user that
		IRCHOST is probably wrong

20081115
Sun Nov 16 00:18:05 PST 2008 - matthew green <mrg@eterna.com.au>
	translation/*
		re-add these, missed in 20080314

Tue Oct 28 09:21:11 PDT 2008 - matthew green <mrg@eterna.com.au>
	include/config.h.dist:
		bump the default lastlog size to 440

20080414
Mon Apr 14 14:45:10 PDT 2008 - matthew green <mrg@eterna.com.au>
	sourec/icb.c:
		maintain the channel list for icb as well.  this makes
		/on nickname, /on channel_nick, $chanusers() and
		$onchannel() work for icb.

20080314
Fri Mar 14 10:06:58 PDT 2008 - matthew green <mrg@eterna.com.au>
	Makefile.in, acconfig.h, configure, configure.in,
	help/set/display_encoding, help/set/input_encoding,
	help/set/irc_encoding, help/set/translation, include/config.h.dist,
	include/defs.h.in, include/input.h, include/irc.h,
	include/ircterm.h, include/screen.h, include/struct.h,
	include/translat.h, include/vars.h, source/alias.c, source/edit.c,
	source/exec.c, source/input.c, source/irc.c, source/newio.c,
	source/screen.c, source/status.c, source/term.c, source/translat.c,
	source/vars.c:
		revert the utf-8 changes.  they cause way too much
		cpu time / slowness when lastlog gets large.  there
		should be a re-implementation coming in the future.

Tue Jun 26 13:31:29 EST 2007 - matthew green <mrg@eterna.com.au>
	help/on/icb_who:
		describe /on icb_who, not something else
	script/icb:
		understand /annoy

Wed Jun 20 13:14:31 PDT 2007 - matthew green <mrg@eterna.com.au>
	source/names.c:
		fix a bug in walk_channels() i introduced in late 93.
		symptom was /on channel_signoff not working.
Mon Mar 12 13:20:59 PDT 2007 - matthew green <mrg@eterna.com.au>
	source/exec.c:
		rename _child_died to waitpid_child_died.

Tue Jan 30 12:17:30 EST 2007 - matthew green <mrg@eterna.com.au>
	source/icb.c:
		in icb_put_public(), split the line at a space boundary
		if it exists within the last 10 characters.
Wed Sep 27 17:26:35 EST 2006 - matthew green <mrg@eterna.com.au>
	source/server.c:
		in connect_to_server_direct() reorder some code to avoid
		using from_server when it is -1.  mostly from Bernd
		Eckenfels <ecki@lina.inka.de>.
	include/ircterm.h, source/crypt.c, source/dcc.c, source/log.c,
	source/newio.c, source/server.c:
		remove final remaining _Windows code.

Sat Sep  2 12:12:20 PDT 2006 - matthew green <mrg@eterna.com.au>
	source/input.c:
		don't reduce the screen zone by WIDTH twice.  this fixes
		a problem where the input line would scroll to the next
		part at 20 chars before the end of line.

Mon Aug 28 12:51:32 PDT 2006 - matthew green <mrg@eterna.com.au>
	Makefile.in, source/wterm.c:
		make wterm.c be a real file that defines STTY_ONLY and
		then includes term.c.

Sun Aug 27 16:04:39 PDT 2006 - matthew green <mrg@eterna.com.au>
	include/buffer.h, include/irc.h, include/irc_std.h, source/alias.c,
	source/ctcp.c, source/edit.c, source/help.c, source/hook.c,
	source/irc.c, source/ircaux.c, source/keys.c, source/output.c:
		remove all windows and msdos code, and some other unused
		things as well.

20060821
Tue Aug 22 05:57:18 EST 2006 - matthew green <mrg@eterna.com.au>
	source/edit.c: disallow these commands in ICB mode:
		ADMIN CONNECT CTCC CTCP DCC DEOP DIE HASH HOST ISONLUSERS
		NOTE NOTICE OPER REDIRECT REHASH REQUEST RESTART USERHOST
		WALL WALLOPS WHOWAS.
	source/hook.c:
		be much safer about access the hook_functions[] list and
		bounds check it in several places.  note via XXX a place
		where ircii will fail when when more than 2048 hooks are
		installed for a particular lists.  re-factor some code to
		avoid deep indentation.
	source/parse.c:
		as the XXX comment said over 10 years ago, only pass
		numbered commands from 1 to 999 to numbered_command().

Tue Aug  8 18:13:21 EST 2006 - matthew green <mrg@eterna.com.au>
	source/vars.c, source/input.c:
		rework the input prompt bug fix, based on work from flier.
	source/input.c:
		fix update_input() when term_echo is not set.  from flier.

Fri Aug  4 10:24:39 EST 2006 - matthew green <mrg@eterna.com.au>
	script/icb:
		for /ping on ICB, use /msg server ping.

-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
Source: ircii
Source-Version: 20151120-1

We believe that the bug you reported is fixed in the latest version of
ircii, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 747700@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Echeverry <epsilon77@gmail.com> (supplier of updated ircii package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 17 Feb 2016 11:13:36 -0500
Source: ircii
Binary: ircii
Architecture: source amd64
Version: 20151120-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Daniel Echeverry <epsilon77@gmail.com>
Description:
 ircii      - Internet Relay Chat client
Closes: 721391 721958 747700
Changes:
 ircii (20151120-1) unstable; urgency=medium
 .
   [ Daniel Echeverry ]
   * QA upload.
   * New upstream release. Closes: #747700
   * Update debian/watch file.
   * debian/control
     + Use HTTPS in Vcs-* fields
     + Bump Standards-Version to 3.9.7
     + Change debhelper to 9 in B-D.
     + Add libssl-dev in B-D.
   * debian/compat
     + Switch compat level 7 to 9.
   * debian/rules
     + Migrate to dh tiny rules.
     + Use Hardening flags.
   * debian/copyright:
     + Rewrite following copyright-format 1.0
   * debian/patches
     + Remove 0001-do-not-underline-period.patch
       + Merge with upstream
     + Remove 0005-avoid-crash-on-exiting-help.patch
       + Merge with upstream
     + Remove 0007-fix-segv-after-showing-motd.patch
       + Merge with upstream
     + Add 0007-fix_security_problems.diff
       + Fix some security errors to prevent FTBFS
     + Add 0008-fix-spelling-error.diff  patch
       + Fix some spelling errors in source code
     + Others patches are updated.
   * Update watch file. Closes: #721391
     + thanks  to Grant Bowman for the patch
   * Add ircii.docs file.
   * Update ircii.install file.
     + Now the documentation install from docs file
   * Add clean file
   * Use wrap-and-sort
   * update ircii.manpages file
     + Add wserv.1, ircio.1, ircflush.1 Closes: #721958
 .
   [ Axel Beckert ]
   * Add debian/gbp.conf to be able to work on the package with gbp, too.
   * Update Tobias Klauser's e-mail address in debian/copyright and
     0003-Add-ioption-to-local-include-paths-so-they-do-not-co.patch.
Checksums-Sha1:
 7ee3a0c345d13f8c1964feaa2e750e8f10a9b055 1855 ircii_20151120-1.dsc
 6ae9dd4884b32d7996f13c8c042c2bc8e548ae92 597566 ircii_20151120.orig.tar.bz2
 f05f9fa3883ed8cbfa7312f900108db0d9aa0077 11856 ircii_20151120-1.debian.tar.xz
 6d6813b0b63790ad86a16d5a3fd8ff4bfeb133a8 471056 ircii-dbgsym_20151120-1_amd64.deb
 943ed64278e04ff238f9d88da4bc4e5179755d58 490064 ircii_20151120-1_amd64.deb
Checksums-Sha256:
 f07b65161731fc27853a259b048421f774a2b82a02d5c030441926f1985a8ce5 1855 ircii_20151120-1.dsc
 5dfd3fd364a96960e1f57ade4d755474556858653e4ce64265599520378c5f65 597566 ircii_20151120.orig.tar.bz2
 a37fcd9360534259d75d4302bfe3d7ca785119201f4d9090f2f193f0ccb2c88d 11856 ircii_20151120-1.debian.tar.xz
 1feb2120d7aff8bc799a557b4a2bf1824ab9a6da78f1470e678c4c61e352c60d 471056 ircii-dbgsym_20151120-1_amd64.deb
 65bf18146e6d5778f0529ede572da60f0c381aa5bf759a034e7cbe80a9491914 490064 ircii_20151120-1_amd64.deb
Files:
 2c55edf4be940652f992a4cd6ffa1505 1855 net optional ircii_20151120-1.dsc
 8340d7eadc7841abb7d8dfdbd24a54f2 597566 net optional ircii_20151120.orig.tar.bz2
 341f95f251a684a79a361032039197db 11856 net optional ircii_20151120-1.debian.tar.xz
 18cd4689f88e0219699c5a2bc0ac5355 471056 debug extra ircii-dbgsym_20151120-1_amd64.deb
 9b2b6283979da65b74e3cf9d40ec63ea 490064 net optional ircii_20151120-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWy7ChAAoJEGvmY8daNcl127kQAKUUgW96LUZMDGM86Qdbgcci
ycSWLcKsOfreT9U7c0nlS+QwK3ucWFem9xRf7B44UMs+x33sRone4AFVrEFtyegs
iWt1KqUgCkWvYgGlRJGCD1mwfcrC0E51WdoLcFiEQOgu2QmDSahl6Uxm/UQlxd4B
UfLfrPXry8AV6kahdLNBRSxbMJdpavGy+I2fy8siIawFiOBXZ6E0c7W8AxiUwptN
WARSU4dd7wQL+ppUWyQozWsLshQdvN47JAcHTste7ARn8/5OtBC/rTofOgVOp2Vj
kqRC+M/FGOc0QkqQkc33LgZOOGFTRHcrnjbvCB/QcVKwyRVud3JppMtwcSdiURLg
LBTdDUjPuAkgL2J9bbwZthm2RmO6ndlQEw/slxhWSdZEfLMqj+CvOUC/zmFPiryP
fimGaoPDShOe2KOkkD7+Mt5og9ZcBKSMNBCUNvsIOzvNTEYRXFf6c22fn9n3RbF3
n+VfMLygTl6DIKBIBCE2soYzY2Qz12n6lbjtf8uwEH1dPsFGM6pZtwTB3Qo+Po9J
SEOsv3nzX5YRzz5KmxXkiJXVh+jeRrL7GKvYrRsBZsl5Ci95jM8u2562Gxk0BK6e
ieg5PGTZddhNy93UAnks2gvNcHXTLfCRrKonsEWcT8LxEbPIeBFQ3SzoZwD1W9UX
ccsgcd0wXqXWifBDmzxL
=GfsV
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: