[Pkg-inetutils-maint] Bug#318752: marked as done ([Fwd: Log for successful build of inetutils_2:1.4.2+20040207-5 (dist=unstable)])

Debian Bug Tracking System owner at bugs.debian.org
Mon Sep 12 05:18:03 UTC 2005


Your message dated Sun, 11 Sep 2005 22:02:05 -0700
with message-id <E1EEgSD-0001MS-00 at spohr.debian.org>
and subject line Bug#318752: fixed in inetutils 2:1.4.2+20040207-6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Jul 2005 13:03:55 +0000
>From dannf at hp.com Sun Jul 17 06:03:54 2005
Return-path: <dannf at hp.com>
Received: from atlrel6.hp.com [156.153.255.205] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1Du8oE-0000ck-00; Sun, 17 Jul 2005 06:03:54 -0700
Received: from smtp2.fc.hp.com (smtp.fc.hp.com [15.15.136.253])
	by atlrel6.hp.com (Postfix) with ESMTP id 28FD72255;
	Sun, 17 Jul 2005 09:03:53 -0400 (EDT)
Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30])
	by smtp2.fc.hp.com (Postfix) with ESMTP
	id 66C5B420276; Sun, 17 Jul 2005 13:03:47 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by ldl.fc.hp.com (Postfix) with ESMTP id 260331341D9;
	Sun, 17 Jul 2005 07:03:47 -0600 (MDT)
Received: from ldl.fc.hp.com ([127.0.0.1])
	by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
	id 27550-01; Sun, 17 Jul 2005 07:03:45 -0600 (MDT)
Received: from localhost (hplu.lsy [10.100.0.20])
	by ldl.fc.hp.com (Postfix) with ESMTP id 6E3951340D4;
	Sun, 17 Jul 2005 07:03:44 -0600 (MDT)
Subject: [Fwd: Log for successful build of inetutils_2:1.4.2+20040207-5
	(dist=unstable)]
From: dann frazier <dannf at hp.com>
To: submit at bugs.debian.org
Cc: David Mosberger <David.Mosberger at acm.org>
Content-Type: multipart/mixed; boundary="=-5PJYMW5YiVBHfyhuMXsQ"
Date: Sun, 17 Jul 2005 16:04:05 +0300
Message-Id: <1121605445.5908.2.camel at localhost>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02


--=-5PJYMW5YiVBHfyhuMXsQ
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Package: inetutils
Version: 2:1.4.2+20040207-5
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

diff -urN inetutils-1.4.2+20040207.orig/ftp/main.c inetutils-1.4.2+20040207/ftp/main.c
--- inetutils-1.4.2+20040207.orig/ftp/main.c	2002-04-29 14:40:30.000000000 -0600
+++ inetutils-1.4.2+20040207/ftp/main.c	2005-07-17 04:21:01.282833004 -0600
@@ -55,6 +55,10 @@
 #include <unistd.h>
 #include <getopt.h>
 
+#if HAVE_LIBREADLINE
+#include <readline/readline.h>
+#endif
+
 /* Define macro to nothing so declarations in ftp_var.h become definitions. */
 #define FTP_EXTERN
 #include "ftp_var.h"
diff -urN inetutils-1.4.2+20040207.orig/headers/utmp_init.h inetutils-1.4.2+20040207/headers/utmp_init.h
--- inetutils-1.4.2+20040207.orig/headers/utmp_init.h	1969-12-31 17:00:00.000000000 -0700
+++ inetutils-1.4.2+20040207/headers/utmp_init.h	2005-07-17 04:04:55.086555778 -0600
@@ -0,0 +1,45 @@
+/* utmp_init.h -- 
+   Copyright (C) 2005 Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+
+#ifndef UTMP_INIT_H_
+# define UTMP_INIT_H_
+
+# ifndef PARAMS
+#  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
+#   define PARAMS(Args) Args
+#  else
+#   define PARAMS(Args) ()
+#  endif
+# endif
+
+# ifndef __attribute__
+#  if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
+#   define __attribute__(x)
+#  endif
+# endif
+
+# ifndef ATTRIBUTE_NORETURN
+#  define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
+# endif
+
+/* utmp_init - update utmp and wtmp before login */
+void utmp_init(char *line, char *user, char *id);
+
+/* utmp_ptsid - generate utmp id for pseudo terminal */
+char *utmp_ptsid(char *line, char *tag);
+
+#endif /* !UTMP_INIT_H_ */
diff -urN inetutils-1.4.2+20040207.orig/rlogind/rlogind.c inetutils-1.4.2+20040207/rlogind/rlogind.c
--- inetutils-1.4.2+20040207.orig/rlogind/rlogind.c	2003-04-05 10:03:39.000000000 -0700
+++ inetutils-1.4.2+20040207/rlogind/rlogind.c	2005-07-17 04:07:25.644171121 -0600
@@ -73,6 +73,8 @@
 #include <sys/ioctl.h>
 #include <sys/stat.h> /* Needed for chmod() */
 
+#include "utmp_init.h"
+
 /*
   The TIOCPKT_* macros may not be implemented in the pty driver.
   Defining them here allows the program to be compiled.  */
@@ -129,6 +131,7 @@
 #endif
 
 extern int __check_rhosts_file;
+extern char *localhost __P ((void));
 
 struct auth_data
 {
@@ -603,9 +606,6 @@
 }
 
 #ifdef UTMPX
-char *utmp_ptsid (); /*FIXME*/
-void utmp_init ();
-
 void
 setup_utmp (char *line)
 {
--- inetutils-1.4.2+20040207/headers/Makefile.am~	2004-01-30 06:16:17.000000000 -0700
+++ inetutils-1.4.2+20040207/headers/Makefile.am	2005-07-17 06:29:09.444848199 -0600
@@ -1,5 +1,5 @@
 EXTRA_DIST = crypt.h err.h getopt.h obstack.h osockaddr.h paths.h poll.h \
-        syslog-int.h tftpsubs.h confpaths.h.in stamp-h.in
+        syslog-int.h tftpsubs.h confpaths.h.in stamp-h.in utmp_init.h
 
 header_dirs = arpa protocols
 
--- inetutils-1.4.2+20040207/headers/Makefile.in~	2005-07-17 06:23:45.277859983 -0600
+++ inetutils-1.4.2+20040207/headers/Makefile.in	2005-07-17 06:34:12.498555424 -0600
@@ -40,7 +40,8 @@
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 	$(srcdir)/crypt.h $(srcdir)/err.h $(srcdir)/getopt.h \
 	$(srcdir)/obstack.h $(srcdir)/osockaddr.h $(srcdir)/poll.h \
-	$(srcdir)/syslog-int.h $(srcdir)/tftpsubs.h ChangeLog
+	$(srcdir)/syslog-int.h $(srcdir)/tftpsubs.h $(srcdir)/utmp_init.h \
+	ChangeLog
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 	$(top_srcdir)/configure.ac
--- inetutils-1.4.2+20040207/configure.ac~	2005-07-17 06:34:56.595234572 -0600
+++ inetutils-1.4.2+20040207/configure.ac	2005-07-17 06:42:00.937026248 -0600
@@ -33,7 +33,7 @@
 # Include files that we link into our own include directory from headers.
 # Initialize it with the things we always want to use.
 IU_CONFIG_LINKS([crypt.h, arpa/telnet.h, arpa/ftp.h, arpa/tftp.h,
-                 protocols/talkd.h, tftpsubs.h])
+                 protocols/talkd.h, tftpsubs.h, utmp_init.h])
 
 dnl For now, we always use libexecdir; later we may want to vary where the
 dnl daemons go.
--- inetutils-1.4.2+20040207/telnetd/pty.c~	2002-04-07 08:31:37.000000000 -0600
+++ inetutils-1.4.2+20040207/telnetd/pty.c	2005-07-17 06:51:11.121589821 -0600
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA. */
 
 #include "telnetd.h"
+#include "utmp_init.h"
 #include <sys/wait.h>
 
 #ifdef AUTHENTICATION

-- 
dann frazier <dannf at hp.com>

--=-5PJYMW5YiVBHfyhuMXsQ
Content-Disposition: inline
Content-Description: Forwarded message - Log for successful build of
	inetutils_2:1.4.2+20040207-5 (dist=unstable)
Content-Type: message/rfc822

Return-Path: <buildd at caballero.debian.org>
X-Original-To: dannf at ldl.fc.hp.com
Delivered-To: dannf at ldl.fc.hp.com
Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix)
	with ESMTP id 436121341D9 for <dannf at ldl.fc.hp.com>; Sun, 17 Jul 2005
	01:08:40 -0600 (MDT)
Received: from ldl.fc.hp.com ([127.0.0.1]) by localhost (ldl [127.0.0.1])
	(amavisd-new, port 10024) with ESMTP id 20022-05 for <dannf at ldl.fc.hp.com>;
	Sun, 17 Jul 2005 01:08:38 -0600 (MDT)
Received: from smtp2.fc.hp.com (smtp2b.fc.hp.com [15.15.136.253]) by
	ldl.fc.hp.com (Postfix) with ESMTP id 6EED91340D4 for
	<dannf at ldl.fc.hp.com>; Sun, 17 Jul 2005 01:08:38 -0600 (MDT)
Received: from atlrel9.hp.com (atlrel9.hp.com [15.45.89.157]) by
	smtp2.fc.hp.com (Postfix) with ESMTP id CCD1E42009D for <dannf at fc.hp.com>;
	Sun, 17 Jul 2005 07:08:37 +0000 (UTC)
Received: from address.hp.com (address.hp.com [192.151.81.14]) (using TLSv1
	with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate
	requested) by atlrel9.hp.com (Postfix) with ESMTP id 17A9B5279 for
	<dannf at fc.hp.com>; Sun, 17 Jul 2005 03:08:33 -0400 (EDT)
Received: from address.hp.com (localhost [127.0.0.1]) by
	receive-from-antispam-filter (Postfix) with SMTP id 1555932E39 for
	<dannf at fc.hp.com>; Sun, 17 Jul 2005 00:09:10 -0700 (PDT)
Received: from caballero.debian.org (caballero.debian.org
	[193.201.200.200]) by address.hp.com (Postfix) with ESMTP id 2748232E3A for
	<dannf at hp.com>; Sun, 17 Jul 2005 00:08:36 -0700 (PDT)
Received: from buildd by caballero.debian.org with local (Exim 3.36 1
	(Debian)) id 1Du3DP-0005Ed-00; Sun, 17 Jul 2005 08:05:31 +0100
Subject: Log for successful build of inetutils_2:1.4.2+20040207-5
	(dist=unstable)
Message-Id: <E1Du3DP-0005Ed-00 at caballero.debian.org>
From: Debian/IA64 non-US Build Daemon <buildd at caballero.debian.org>
To: buildd-porters at caballero.debian.org
Date: Sun, 17 Jul 2005 08:05:31 +0100
Delivered-To: buildd-porters at caballero.debian.org
X-PMX-Version: 5.0.0.137324, Antispam-Engine: 2.0.3.2, Antispam-Data:
	2005.7.16.45
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com
Debian-Buildd-Error: Yes
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit

Function `utmp_ptsid' implicitly converted to pointer at /build/buildd/inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/telnetd/pty.c:31
Function `localhost' implicitly converted to pointer at /build/buildd/inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/rlogind/rlogind.c:342
Function `readline' implicitly converted to pointer at /build/buildd/inetutils-1.4.2+20040207/build-tree/inetutils-1.4.2+20040207/ftp/main.c:317

--=-5PJYMW5YiVBHfyhuMXsQ--


---------------------------------------
Received: (at 318752-close) by bugs.debian.org; 12 Sep 2005 05:09:37 +0000
>From katie at spohr.debian.org Sun Sep 11 22:09:37 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EEgSD-0001MS-00; Sun, 11 Sep 2005 22:02:05 -0700
From: Guillem Jover <guillem at debian.org>
To: 318752-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#318752: fixed in inetutils 2:1.4.2+20040207-6
Message-Id: <E1EEgSD-0001MS-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Sun, 11 Sep 2005 22:02:05 -0700
Delivered-To: 318752-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: inetutils
Source-Version: 2:1.4.2+20040207-6

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

inetutils-ftp_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-ftp_1.4.2+20040207-6_i386.deb
inetutils-ftpd_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-ftpd_1.4.2+20040207-6_i386.deb
inetutils-inetd_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-inetd_1.4.2+20040207-6_i386.deb
inetutils-ping_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-ping_1.4.2+20040207-6_i386.deb
inetutils-syslogd_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-syslogd_1.4.2+20040207-6_i386.deb
inetutils-talk_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-talk_1.4.2+20040207-6_i386.deb
inetutils-talkd_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-talkd_1.4.2+20040207-6_i386.deb
inetutils-telnet_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-telnet_1.4.2+20040207-6_i386.deb
inetutils-telnetd_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-telnetd_1.4.2+20040207-6_i386.deb
inetutils-tools_1.4.2+20040207-6_i386.deb
  to pool/main/i/inetutils/inetutils-tools_1.4.2+20040207-6_i386.deb
inetutils_1.4.2+20040207-6.diff.gz
  to pool/main/i/inetutils/inetutils_1.4.2+20040207-6.diff.gz
inetutils_1.4.2+20040207-6.dsc
  to pool/main/i/inetutils/inetutils_1.4.2+20040207-6.dsc



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 318752 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <guillem at debian.org> (supplier of updated inetutils 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 at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 12 Sep 2005 07:41:53 +0300
Source: inetutils
Binary: inetutils-ftp inetutils-talk inetutils-talkd inetutils-ftpd inetutils-inetd inetutils-telnet inetutils-syslogd inetutils-telnetd inetutils-tools inetutils-ping
Architecture: source i386
Version: 2:1.4.2+20040207-6
Distribution: unstable
Urgency: low
Maintainer: Debian inetutils Maintainers <pkg-inetutils-maint at lists.alioth.debian.org>
Changed-By: Guillem Jover <guillem at debian.org>
Description: 
 inetutils-ftp - File Transfer Protocol client
 inetutils-ftpd - File Transfer Protocol server
 inetutils-inetd - Internet super server
 inetutils-ping - ICMP ECHO tool
 inetutils-syslogd - System logging daemon
 inetutils-talk - Talk to another user
 inetutils-talkd - Remote user communication server
 inetutils-telnet - Telnet client
 inetutils-telnetd - Telnet server
 inetutils-tools - Base networking utilities (experimental package)
Closes: 318752 326343
Changes: 
 inetutils (2:1.4.2+20040207-6) unstable; urgency=low
 .
   * Change Build-Depends to 'libreadline5-dev | libreadline-dev' from
     'libreadline4-dev'. (Closes: #326343)
   * Fix FSF address in debian/copyright.
   * Fix invalid cast from pointer to int. That will cause problems on
     64-bit architectures. (Closes: #318752)
     Thanks to Dann Frazier <dannf at hp.com>.
   * Fix bashisms.
     - inetutils-syslogd.prerm: Fix inproper use of -a in test.
     - inetutils-inetd.prerm: Likewise.
     - inetutils-syslogd.postinst: Likewise.
Files: 
 5b67b9840660168ff1b3cd93c8de818b 1070 net extra inetutils_1.4.2+20040207-6.dsc
 5fe744246f0ccc7134916a7f257675aa 36636 net extra inetutils_1.4.2+20040207-6.diff.gz
 30e0bd7f917f7794a777d46c5b3a8585 57916 net extra inetutils-ftp_1.4.2+20040207-6_i386.deb
 33f39ecdf86cf316aed18d1ee5951824 48780 net extra inetutils-ftpd_1.4.2+20040207-6_i386.deb
 0aeff96579d2542de46f3bf5c30d0c5d 37978 net extra inetutils-inetd_1.4.2+20040207-6_i386.deb
 5142073a01ad2c461d6dd75d8471b977 40210 net extra inetutils-ping_1.4.2+20040207-6_i386.deb
 c45a97817c89c9e0e2503bf52b9e29fc 43392 net extra inetutils-syslogd_1.4.2+20040207-6_i386.deb
 9a55a3e3912cf3c461a9e7a9ad6f5c0a 30562 net extra inetutils-talk_1.4.2+20040207-6_i386.deb
 ff2fa25824625fe49b98f502ece500c0 31674 net extra inetutils-talkd_1.4.2+20040207-6_i386.deb
 9359b0ac95a848d61366092e1dc1054e 61710 net extra inetutils-telnet_1.4.2+20040207-6_i386.deb
 f0c9d96b5c8b3906aaa4d8fe9822d35d 47818 net extra inetutils-telnetd_1.4.2+20040207-6_i386.deb
 f243884f096280b42ad25b25aec12b7e 32624 net extra inetutils-tools_1.4.2+20040207-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDJQk5uW9ciZ2SjJsRAhBeAJsH9Ir1ZTttcFfZoE2zmKAYooX21ACdGvd8
oaRV2+3fXpymvy3T5KZ8lHg=
=EcV6
-----END PGP SIGNATURE-----




More information about the Pkg-inetutils-maint mailing list