Your message dated Mon, 25 Apr 2005 16:32:39 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#224688: fixed in linup 1.1.1-1 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; 21 Dec 2003 05:41:48 +0000 >From [EMAIL PROTECTED] Sat Dec 20 23:41:31 2003 Return-path: <[EMAIL PROTECTED]> Received: from smtp03.mrf.mail.rcn.net [207.172.4.62] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AXvwj-00085j-00; Sat, 20 Dec 2003 23:16:05 -0600 Received: from 216-15-37-107.c3-0.161-ubr3.lnh-161.md.cable.rcn.com ([216.15.37.107] helo=tux.internal.ucko.debian.net) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1AXvwi-0005ph-00 for [EMAIL PROTECTED]; Sun, 21 Dec 2003 00:16:04 -0500 Received: from amu by tux.internal.ucko.debian.net with local (Exim 4.30) id 1AXvwh-0005rS-5o for [EMAIL PROTECTED]; Sun, 21 Dec 2003 00:16:03 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Aaron M. Ucko" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: linup: NMUed due to increased impact of #210259 X-Mailer: reportbug 2.37 Date: Sun, 21 Dec 2003 00:16:03 -0500 X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> Sender: "Aaron M. Ucko" <[EMAIL PROTECTED]> X-SA-Exim-Mail-From: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 (1.212-2003-09-23-exp) on master.debian.org X-Spam-Status: No, hits=-7.8 required=4.0 tests=FOOASDF,HAS_PACKAGE, SUBJ_HAS_UNIQ_ID,X_DEBBUGS_CC autolearn=no version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 X-Spam-Level: Package: linup Version: 1.1.0-1.1 Severity: normal Since #210259 is now a big problem (with uptimes.wonko.com having disappeared), and 0-day NMUs are currently legal, I have taken the liberty of issuing an NMU to address it, along with #208772. Here is my patch: diff -u linup-1.1.0/debian/changelog linup-1.1.0/debian/changelog --- linup-1.1.0/debian/changelog +++ linup-1.1.0/debian/changelog @@ -1,3 +1,13 @@ +linup (1.1.0-1.1) unstable; urgency=low + + * 0-day NMU to close #208772, which currently makes the package useless. + * Change #definition of HOST in linup.h to "uptimes.hostingwired.com", + as uptimes.wonko.com is now dead. (Closes: #208772.) + * While I'm at it, also store fgetc's return value in an int rather than + a char, which may be unsigned. (Closes: #177430.) + + -- Aaron M. Ucko <[EMAIL PROTECTED]> Sun, 21 Dec 2003 00:00:33 -0500 + linup (1.1.0-1) unstable; urgency=low * New upstream release, closes: #166197. only in patch2: unchanged: --- linup-1.1.0.orig/sendinfo.c +++ linup-1.1.0/sendinfo.c @@ -34,8 +34,8 @@ void send_info_tcp(char *progname, char *info, int useproxy, char *proxy, int useproxyauth, char *proxyauth, int proxyport) { FILE *ifile, *ofile; - int sock, i; - char s_buff[BUFFSIZE], r_buff[BUFFSIZE], buff[BUFFSIZE], c; + int sock, i, c; + char s_buff[BUFFSIZE], r_buff[BUFFSIZE], buff[BUFFSIZE]; struct sockaddr_in address; struct hostent *host; char hostname[BUFFSIZE]; only in patch2: unchanged: --- linup-1.1.0.orig/linup.h +++ linup-1.1.0/linup.h @@ -29,7 +29,7 @@ #define AUTHOR "Joao Ribeiro <[EMAIL PROTECTED]>" /* The uptimes project host. */ -#define HOST "uptimes.wonko.com" +#define HOST "uptimes.hostingwired.com" /* The port to use (80 is default for HTTP), with the old (4.20) protocol. */ #define PORT 80 /* The location of the document to where we should POST. */ --------------------------------------- Received: (at 224688-close) by bugs.debian.org; 25 Apr 2005 20:38:07 +0000 >From [EMAIL PROTECTED] Mon Apr 25 13:38:07 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DQALG-0005B4-00; Mon, 25 Apr 2005 13:38:07 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DQAFz-000674-00; Mon, 25 Apr 2005 16:32:39 -0400 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#224688: fixed in linup 1.1.1-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 25 Apr 2005 16:32:39 -0400 Delivered-To: [EMAIL PROTECTED] 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-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 X-Spam-Level: Source: linup Source-Version: 1.1.1-1 We believe that the bug you reported is fixed in the latest version of linup, which is due to be installed in the Debian FTP archive: linup_1.1.1-1.diff.gz to pool/main/l/linup/linup_1.1.1-1.diff.gz linup_1.1.1-1.dsc to pool/main/l/linup/linup_1.1.1-1.dsc linup_1.1.1-1_i386.deb to pool/main/l/linup/linup_1.1.1-1_i386.deb linup_1.1.1.orig.tar.gz to pool/main/l/linup/linup_1.1.1.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matej Vela <[EMAIL PROTECTED]> (supplier of updated linup 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 25 Apr 2005 22:10:01 +0200 Source: linup Binary: linup Architecture: source i386 Version: 1.1.1-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Matej Vela <[EMAIL PROTECTED]> Description: linup - Client for the Uptimes Project Closes: 184052 210259 224688 288030 Changes: linup (1.1.1-1) unstable; urgency=low . * QA upload. * New upstream release. Closes: #210259. * Acknowledge NMU by Aaron M. Ucko. Closes: #224688. * Switch to debhelper 4. * debian/config: - Handle empty auth-key. Closes: #184052. - Let the postinst update /etc/linup.conf; config scripts shouldn't modify the filesystem. * debian/po/ja.po: Add translation by Hideki Yamane. Closes: #288030. * debian/rules: - Remove support for DEB_BUILD_OPTIONS=debug. - Add support for DEB_BUILD_OPTIONS=noopt. - Let dh_strip handle DEB_BUILD_OPTIONS=nostrip. * Conforms to Standards version 3.6.1. Files: f490bc06870f8fbc2d05f4ba263d0d5e 560 utils optional linup_1.1.1-1.dsc 27c61a6629ee1f8c52bb19b0fd4ca8a7 14370 utils optional linup_1.1.1.orig.tar.gz 1c50c74d943338ea09b5aebdb9a19b84 6610 utils optional linup_1.1.1-1.diff.gz dd58c7dfe4e547717413add5dd4cea0c 13580 utils optional linup_1.1.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCbU67xBYivKllgY8RAsfWAKDmHU09w5Kgt+aNKjIy+lOLa65QwwCfb//i SJ2W4d+HN3F6DX7V6i9J5Ks= =RGwh -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]