Your message dated Sat, 08 Jan 2011 11:36:11 +0000
with message-id <[email protected]>
and subject line Bug#609270: Removed package(s) from unstable
has caused the Debian Bug report #231568,
regarding websec: mantain highlighted version also when not emailing it
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 [email protected]
immediately.)
--
231568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=231568
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: websec
Version: 1.7.0-2
Severity: wishlist
Tags: patch
Hello.
I use websec with a text-only MUA (mutt), so I don't care about having
the highlighted page emailed to me. I like the idea of highlighting, so
I wrote a small patch (or, better, a small hack) that keeps the
highlighted page in ~/.websec/archive/filename.hl.html and lists the
link to this file in the "EmailLink" sent to the user.
I haven't tested it a lot, but it appears to work.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux ripieno 2.6.1-ripieno #2 Fri Jan 30 12:38:08 CET 2004 i686
Locale: LANG=en_US, LC_CTYPE=en_US
Versions of packages websec depends on:
ii libwww-perl 5.65-0.1 WWW client/server library for Perl
ii perl 5.8.2-1 Larry Wall's Practical Extraction
-- no debconf information
--- websec.orig 2003-10-15 00:00:00.000000000 +0200
+++ websec 2004-02-07 14:48:58.000000000 +0100
@@ -240,6 +240,7 @@
$pagebase = "$archive/$prefix";
$page_previous = "$pagebase.html";
$page_archive = "$pagebase.old.html";
+ $page_highlight = "$pagebase.hl.html";
$page_previousExists = 1;
open( FILE, $page_previous ) or $page_previousExists = 0;
close(FILE);
@@ -332,8 +333,9 @@
}
else {
my $filepath = File::Spec->rel2abs($page_previous);
+ my $hlfilepath =
File::Spec->rel2abs($page_highlight);
$linkmsg =
-"The contents of the following URL has changed:\n$url\n\nIt can also be found
at:\nfile://$filepath\n";
+"The contents of the following URL has changed:\n$url\n\nIt can also be found
at:\nfile://$filepath (original)\nfile://$hlfilepath (highlighted)\n";
MailMessage(
$linkmsg, $subj,
$emailLink, $siteinfo{MailFrom}
@@ -343,6 +345,7 @@
if ( $program ne "" ) {
ShowDocument( $program, $outgoing );
}
+ rename $outgoing, $page_highlight;
}
else {
print "No changes were detected.\n";
--- End Message ---
--- Begin Message ---
Version: 1.9.0-4+rm
Dear submitter,
as the package websec has just been removed from the Debian archive
unstable we hereby close the assiciated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/609270
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---