Bug#724558: debsums: Replace File::FnMatch with pure-perl

2013-09-24 Thread Daniel Macks
esn't use any of those features. However, it does not support named character classes or negation. I don't know all the details of how dpkg uses debsums to know whether these are ever used. dan -- Daniel Macks dma...@netspace.org -- To UNSUBSCRIBE, email to debian

Bug#323716: apt uses wrong prototype for getsockopt

2005-08-17 Thread Daniel Macks
Package: apt Version: 0.5.4 (also present in 0.6.40.1) In methods/connect.cc, getsockopt() is used as: unsigned int Err; unsigned int Len = sizeof(Err); if (getsockopt(Fd,SOL_SOCKET,SO_ERROR,&Err,&Len) != 0) return _error->Errno("getsockopt",_("Failed")); and similarly in methods/ftp