(I'm not the maintainer, just a neutral observer.) * gregor herrmann <gre...@debian.org>, 2012-03-11, 23:58:
-O=${OPENSSL-openssl} -CF=${PAMRSAKPCNF-/etc/security/pamrsakp.cnf} +O=${OPENSSL:-openssl} +CF=${PAMRSAKPCNF:-/etc/security/pamrsakp.cnf}
Why? This is not explained in the changelog.
- PRIVKEY=`echo -n ${USER} | ${O} dgst -sha1 | cut -b -8`.pem + PRIVKEY=`echo -n ${USER} | shasum -a 1 -t | cut -b -8`.pem
Any reason for not using sha1sum (which is in coreutils at least since lenny)?
-- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org