Package: ddclient
Version: 3.8.0-11.1
Severity: wishlist
Tags: patch

Hi,

Please find attached patches providing support for the following
residential xDSL broadband routers within ddclient:

  - Alcatel/Thomson SpeedTouch 530
  - Alcatel/Thomson SpeedTouch 536v6
  - Siemens SpeedStream 4200
  - Thomson/Technicolor TG782

I have stated the tested software/firmware versions within the patch
descriptions.

Geoff

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ddclient depends on:
ii  debconf [debconf-2.0]         1.5.33     Debian configuration management sy
ii  initscripts                   2.88dsf-11 scripts for initializing and shutt
ii  lsb-base                      3.2-23.1   Linux Standard Base 3.2 init scrip
ii  perl [perl5]                  5.10.1-13  Larry Wall's Practical Extraction 

Versions of packages ddclient recommends:
pn  libio-socket-ssl-perl         <none>     (no description available)

ddclient suggests no packages.

-- debconf information excluded
--- Begin Message ---
--- a/ddclient  2010-07-22 21:29:00.000000000 +1000
+++ b/ddclient  2010-07-22 21:52:59.000000000 +1000
@@ -160,6 +160,11 @@
                                   'url'  => '/cgi/ip/',
                                   'skip' => 'ppp',
                                 },
+    'alcatel-530'            => {
+                                  'name' => 'Alcatel/Thomson SpeedTouch 530',
+                                  'url'  => '/cgi/status/',
+                                  'skip' => 'IP Address',
+                                },
     'allnet-1298'            => {
                                   'name' => 'Allnet 1298',
                                   'url'  => '/cgi/router/',

--- End Message ---
--- Begin Message ---
--- a/ddclient  2010-07-22 21:29:00.000000000 +1000
+++ b/ddclient  2010-07-22 22:30:09.000000000 +1000
@@ -150,6 +150,11 @@
                                  'url'  => '/A_SysInfo.htm',
                                  'skip' => 'WAN.*?IP Address',
                                 },
+    'siemens-ss4200'         => {
+                                  'name' => 'Siemens SpeedStream 4200',
+                                  'url'  => '/summary.htm',
+                                  'skip' => '',
+                                },
     'alcatel-stp'            => {
                                  'name' => 'Alcatel Speed Touch Pro',
                                  'url'  => '/cgi/router/',

--- End Message ---
--- Begin Message ---
--- a/ddclient  2010-07-22 22:35:12.000000000 +1000
+++ b/ddclient  2010-07-22 23:11:40.000000000 +1000
@@ -160,6 +160,16 @@
                                   'url'  => '/cgi/ip/',
                                   'skip' => 'ppp',
                                 },
+    'thomson-st536v6'        => {
+                                  'name' => 'Thomson SpeedTouch 536v6',
+                                  'url'  => '/cgi/b/is/',
+                                  'skip' => 'IP Address',
+                                },
+    'thomson-tg782'          => {
+                                  'name' => 'Thomson/Technicolor TG782',
+                                  'url'  => '/cgi/b/is/',
+                                  'skip' => 'IP Address',
+                                },
     'allnet-1298'            => {
                                   'name' => 'Allnet 1298',
                                   'url'  => '/cgi/router/',

--- End Message ---

Reply via email to