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
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
2 matches
Mail list logo