[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt: Uses bogus ftp password on ftp:// urls



Oddly enough, I've traced it down to two different versions of
libnet-perl.


Check this out:

libnet-perl broke Net::Domain between versions 1.0502 and 1.0605.

Take a look: (this is what test.pl is)

#!/usr/bin/perl -w

use Net::Domain;

$fqdn = Net::Domain::hostfqdn();

print $fqdn, "\n";

[che@che:~]% dpkg -l libnet-perl                                        12:38PM
||/ Name            Version        Description
+++-===============-==============-============================================
ii  libnet-perl     1.0502-1       Implementation of Internet protocols for Per
[che@che:~]% ./test.pl                                                  12:39PM
che.got.net
[che@che:~]% cd packages                                                12:39PM
[che@che:~/packages]% sudo su                                           12:39PM
[root@che:/home/che/packages]# dpkg -i libnet-perl_1.0605-1.deb         12:39PM
(Reading database ... 38085 files and directories currently installed.)
Preparing to replace libnet-perl 1.0502-1 (using libnet-perl_1.0605-1.deb) ...
Unpacking replacement libnet-perl ...
Setting up libnet-perl (1.0605-1) ...
[root@che:/home/che/packages]#                                          12:39PM
[che@che:~/packages]% cd ..                                             12:40PM
[che@che:~]% ./test.pl                                                  12:40PM
che

-- 
Brought to you by the letters C and T and the number 14.
"It makes my nipples hard!" -- The Creator of the Be Box
Debian GNU/Linux -- where do you want to go tomorrow? http://www.debian.org/
I'm on FurryMUCK as Che, and EFNet and YiffNet IRC as Che_Fox.


--  
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: