I've checked the reverse dependencies of libpt(2.6.7|2.4.5|-1.10.10); of
these, h323plus and opal are candidates with references to 'SetPath' in the
code, but on inspection these are false positives.

So the only package I've found that has an issue with SASL_CB_GETPATH is
postfix, and I have no idea why sendmail is breaking since it doesn't use
this callback.

  for pkg in $(
    grep-dctrl -FDepends -e 'libpt2.6.7|libpt2.4.5|libpt-1.10.10' 
-sSource:Package -n \
        
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_oneiric_*amd64_Packages \
    | sort -u)
  do
    apt-get source --only-source $pkg >/dev/null 2>&1
    (cd ${pkg}-* && ./debian/rules unpack >/dev/null 2>&1)
    grep -rq SetPath . && echo $pkg
    rm -rf ${pkg}*
  done

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org

Attachment: signature.asc
Description: Digital signature

Reply via email to