Your message dated Mon, 28 Jul 2008 21:22:55 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed
has caused the Debian Bug report #453331,
regarding default nodes.dat URL is broken, please replace
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.)
--
453331: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453331
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: amule
Version: 2.1.3-4
Severity: important
Tags: patch
The URL for bootstrapping into the Kad network has been broken for a while.
Upstream replaced it with http://emule-inside.net/nodes.dat in their CVS,
which I tested and is working fine. Please can you update it in the package?
Btw, better not to make this an i18n-able string!! See attached patch.
-- System Information:
Debian Release: lenny/sid
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Versions of packages amule depends on:
hi amule-common 2.1.3-4 common files for the rest of aMule
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libcrypto++5.2c2a 5.2.1c2a-3 General purpose cryptographic shar
ii libgcc1 1:4.1.1-21 GCC support library
ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3
ii libwxbase2.6-0 2.6.3.2.1.5 wxBase library (runtime) - non-GUI
ii libwxgtk2.6-0 2.6.3.2.1.5 wxWidgets Cross-platform C++ GUI t
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages amule recommends:
ii amule-utils 2.1.3-4 utilities for aMule (command-line
-- no debconf information
diff -ur amule-2.1.3.old/src/muuli_wdr.cpp amule-2.1.3/src/muuli_wdr.cpp
--- amule-2.1.3.old/src/muuli_wdr.cpp 2006-05-02 05:28:53.000000000 +0200
+++ amule-2.1.3/src/muuli_wdr.cpp 2007-11-28 18:37:40.000000000 +0100
@@ -3212,7 +3212,7 @@
item5->SetName( wxT("nodesListLabel") );
item3->Add( item5, 0, wxADJUST_MINSIZE|wxALIGN_CENTER|wxLEFT|wxRIGHT, 5 );
- CMuleTextCtrl *item6 = new CMuleTextCtrl( parent, IDC_NODESLISTURL,
_("http://download.overnet2000.de/nodes.dat"), wxDefaultPosition,
wxDefaultSize, wxTE_PROCESS_ENTER );
+ CMuleTextCtrl *item6 = new CMuleTextCtrl( parent, IDC_NODESLISTURL,
"http://emule-inside.net/nodes.dat", wxDefaultPosition, wxDefaultSize,
wxTE_PROCESS_ENTER );
item6->SetToolTip( _("Enter the url to a nodes.dat file here and press the
button to the left to update the list of known nodes.") );
item3->Add( item6, 1,
wxADJUST_MINSIZE|wxGROW|wxALIGN_CENTER_HORIZONTAL|wxLEFT, 5 );
--- End Message ---
--- Begin Message ---
Version: 2.2.1-1
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
--- End Message ---