Your message dated Thu, 07 Jul 2005 09:17:18 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293918: fixed in ipcalc 0.39-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; 6 Feb 2005 20:12:45 +0000
>From [EMAIL PROTECTED] Sun Feb 06 12:12:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from biolinux.df.ibilce.unesp.br [200.145.203.226]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cxslw-0002gY-00; Sun, 06 Feb 2005 12:12:44 -0800
Received: by biolinux.df.ibilce.unesp.br (Postfix, from userid 1000)
id E455610306F; Sun, 6 Feb 2005 18:13:28 -0200 (BRST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Nelson A. de Oliveira" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ipcalc: New version available
X-Mailer: reportbug 3.7.1
Date: Sun, 06 Feb 2005 18:13:28 -0200
Message-Id: <[EMAIL PROTECTED]>
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=-5.2 required=4.0 tests=BAYES_00,HAS_PACKAGE,
HTML_70_80,HTML_MESSAGE autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: ipcalc
Version: 0.37-1
Severity: wishlist
Tags: patch
Hi
There is a new verison of ipcalc available (version 0.38).
Also, a new version of ipcalc CGI is available
(http://jodies.de/ipcalc_cgi)
To close bug number #288332, just apply this patch to ipcalc_cgi (based
on latest version 0.23 of the CGI wrapper)
--- ipcalc_cgi 2005-01-18 17:21:05.000000000 -0200
+++ ipcalc_cgi.new 2005-02-06 18:04:05.000000000 -0200
@@ -13,7 +13,7 @@
# Idea by David Shirlay David.Shirley(a)team.telstra.com
$|=1;
-$ipcalc = "/usr/local/bin/ipcalc";
+$ipcalc = "/usr/bin/ipcalc";
$MAIL_ADDRESS="ipcalc-200411@jodies.de";
# history:
# 200404
@@ -92,7 +92,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<title>IP Calculator / IP Subnetting</title>
- <link rel="stylesheet" type="text/css" href="/styles.css">
+ <link rel="stylesheet" type="text/css" href="http://jodies.de/styles.css">
<link rel="shortcut icon" href="http://jodies.de/favicon.ico">
<script language="JavaScript" type="text/javascript">
<!--
@@ -117,7 +117,7 @@
<table border=0 width=100%>
<tr>
<td valign="top"> </td>
-<td><a href="http://jodies.de/ipcalc"><img src="ipcal03.gif" align=right
width=100 height=95 border=0></a></td></tr>
+<td><a href="http://jodies.de/ipcalc"><img src="http://jodies.de/ipcal03.gif"
align=right width=100 height=95 border=0></a></td></tr>
</table>
EOF
if ($help) {
@@ -239,17 +239,17 @@
<td nowrap valign=top valign=right>
<a href="http://jodies.de/ipcalc">
- <img src="ipcalculator.png" alt="Thanks to
http://www.netzwerkinfo.de/daemons/ for this ip calculator icon :-)"
border=0></a><br>
+ <img src="http://jodies.de/ipcalculator.png" alt="Thanks to
http://www.netzwerkinfo.de/daemons/ for this ip calculator icon :-)"
border=0></a><br>
<tt><span style="font-size: 8pt;">Version $version</span></tt></td>
</tr>
</table>
<hr>
<a href="http://jodies.de/ipcalc-archive/">Download</a><br>
-<a href="ipcalc.gif">Screenshot</a> (ipcalc works also at the prompt)<br>
+<a href="http://jodies.de/ipcalc.gif">Screenshot</a> (ipcalc works also at the
prompt)<br>
<a href="http://jodies.de/ipcalc_cgi">CGI wrapper that produced this
page</a>.<br>
-<a href="ipcalc-archive">Archive</a><br>
+<a href="http://jodies.de/ipcalc-archive">Archive</a><br>
Have a look in the archives for the <b>new version 0.38</b>, with the
capability to deaggregate network ranges<br>
-<a href="ipcalc-faq/win32.html">How to run this under windows</a><br>
+<a href="http://jodies.de/ipcalc-faq/win32.html">How to run this under
windows</a><br>
Debian users can apt-get install ipcalc<br>
2000-2004 <a href="mailto:$MAIL_ADDRESS">Krischan Jodies</a>
One problem is that the user will have to be connected on Internet to
see the images.
Other way to solve #288332 would be to create a /usr/share/ipcalc including all
images and the CSS file. But I don't know how to do that :-/
Thank you
Nelson
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-mm3-biolinux1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to
pt_BR)
Versions of packages ipcalc depends on:
ii perl 5.8.4-6 Larry Wall's Practical Extraction
-- no debconf information
---------------------------------------
Received: (at 293918-close) by bugs.debian.org; 7 Jul 2005 13:24:05 +0000
>From [EMAIL PROTECTED] Thu Jul 07 06:24:05 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 1DqWMH-00016f-00; Thu, 07 Jul 2005 06:24:05 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DqWFi-0006RS-00; Thu, 07 Jul 2005 09:17:18 -0400
From: Bartosz Fenski <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#293918: fixed in ipcalc 0.39-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 07 Jul 2005 09:17:18 -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:
X-CrossAssassin-Score: 2
Source: ipcalc
Source-Version: 0.39-1
We believe that the bug you reported is fixed in the latest version of
ipcalc, which is due to be installed in the Debian FTP archive:
ipcalc_0.39-1.diff.gz
to pool/main/i/ipcalc/ipcalc_0.39-1.diff.gz
ipcalc_0.39-1.dsc
to pool/main/i/ipcalc/ipcalc_0.39-1.dsc
ipcalc_0.39-1_all.deb
to pool/main/i/ipcalc/ipcalc_0.39-1_all.deb
ipcalc_0.39.orig.tar.gz
to pool/main/i/ipcalc/ipcalc_0.39.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.
Bartosz Fenski <[EMAIL PROTECTED]> (supplier of updated ipcalc 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: Thu, 7 Jul 2005 11:37:36 +0200
Source: ipcalc
Binary: ipcalc
Architecture: source all
Version: 0.39-1
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski <[EMAIL PROTECTED]>
Changed-By: Bartosz Fenski <[EMAIL PROTECTED]>
Description:
ipcalc - parameter calculator for IPv4 addresses
Closes: 288332 288867 293918 312991
Changes:
ipcalc (0.39-1) unstable; urgency=low
.
* New upstream version (Closes: #293918)
- has properly working '-c' option again (Closes: #288867)
- fixes problems on 64bit archs (Closes: #312991)
- includes graphic files (Closes: #288332)
* New co-maintainer (myself), thus changes in control file.
* Copyright belongs to author and not to GPL license. Fixed.
Also extended to include copyright info for graphics.
* Added URL to homepage in control file.
* We're now using dh_install instead of another Makefile.
We also use DH_COMPAT=4 to make dh_fixperms behave more friendly.
* Bumped Standards-Version (no changes needed)
* ipcalc cgi script is patched with the help of dpatch.
Hopefully most webservers will have /images/ alias soon, so we
could use /usr/share/images/ipcalc for graphics.
Files:
a2f0829e1679efa8f474e2a2343a25a9 618 net optional ipcalc_0.39-1.dsc
08df5d23ec6c1f53c6a529d90b3bb82b 37629 net optional ipcalc_0.39.orig.tar.gz
8914a1cd9618cc4981ee9cce210eb67b 5127 net optional ipcalc_0.39-1.diff.gz
b1b6469b2a5c23ecee12db0a725d71fa 44010 net optional ipcalc_0.39-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCzSaAhQui3hP+/EARAhukAKC2jLTXvmLArzb7he6vB82SZxLHGgCgpX9m
NTUjGl6beqWJrGelUpk6jbg=
=dZLz
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]