Package: vdradmin
Version: 0.97-am3.4.2-3
Severity: wishlist
Tags: patch

The attached patch adds IPv6 support for the web interface in vdradmin;
I find this useful rather than having to port forward things around to
be able to access it from the outside world. It adds an additional
dependancy on libio-socket-inet6-perl, which is already in Debian.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages vdradmin depends on:
ii  adduser                      3.80        Add and remove users and groups
ii  libcompress-zlib-perl        1.41-1      Perl module for creation and manip
ii  libhtml-parser-perl          3.48-1      A collection of modules that parse
ii  libhtml-template-expr-perl   0.05-1      HTML::Template extension adding ex
ii  libhtml-template-perl        2.8-1       HTML::Template : A module for usin
ii  libparse-recdescent-perl     1.94.free-1 Generates recursive-descent parser
ii  libtemplate-perl             2.14-1      template processing system written
ii  liburi-perl                  1.35-1      Manipulates and accesses URI strin
ii  perl                         5.8.7-10    Larry Wall's Practical Extraction 
ii  sendemail                    1.52-3      email-from-console sending tool

vdradmin recommends no packages.

-- no debconf information
--- vdradmind.pl.orig   2006-01-15 23:53:22.000000000 +0000
+++ vdradmind.pl        2006-01-16 15:40:26.000000000 +0000
@@ -55,6 +55,7 @@
 use Env qw(@PATH LANGUAGE);
 use CGI qw(:no_debug);
 use IO::Socket;
+use IO::Socket::INET6;
 use HTML::Template::Expr();
 use Template;
 use Time::Local qw(timelocal);
@@ -355,7 +356,7 @@
 my @reccmds;
 loadRecCmds();
 
-my($Socket) = IO::Socket::INET->new(
+my($Socket) = IO::Socket::INET6->new(
        Proto => 'tcp',
        LocalPort => $CONFIG{SERVERPORT},
        LocalAddr => $CONFIG{SERVERHOST},

Reply via email to