El Viernes, 28 de Julio de 2006 13:45, Sergej Pupykin escribió: > >> I found some packages with such dependencies. How can I rebuild sshd > >> properly? > > JdG> Don't rebuild, upgrade your system. Upgrading openssl only is not > smart. > > How can I update all packages that depends on openssl (and any "versioned > lib")? Pacman can this or I should write script?
AFAIK pacman can't do it. You can get a list of installed packages which depend on openssl with this: find /var/lib/pacman/local -name depends | xargs grep openssl | cut -d/ -f6 > How can I check if lib is "versioned"? _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
