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 );