# HG changeset patch # User heiko # Date 1167399132 0 # Node ID 700a4aa21234f65350675816ba615732e6f8812f # Parent 0d5304552597b6f41ba7b7616d4ad958a09f33a6 openssl backward compat diff -r 0d5304552597 -r 700a4aa21234 debian/changelog --- a/debian/changelog Fri Dec 29 13:18:54 2006 +0000 +++ b/debian/changelog Fri Dec 29 13:32:12 2006 +0000 @@ -1,3 +1,9 @@ +ca-certificates-schlittermann (0.2-1) stable; urgency=low + + * openssl -hash + + -- Heiko Schlittermann Fri, 29 Dec 2006 14:31:41 +0100 + ca-certificates-schlittermann (0.1-1) stable; urgency=low * Initial release diff -r 0d5304552597 -r 700a4aa21234 debian/postinst --- a/debian/postinst Fri Dec 29 13:18:54 2006 +0000 +++ b/debian/postinst Fri Dec 29 13:32:12 2006 +0000 @@ -21,7 +21,7 @@ DIR=/usr/share/ca-certificates CRT=schlittermann-ca.crt -hash() { openssl x509 -noout -in "$1" -subject_hash; } +hash() { openssl x509 -noout -in "$1" -hash; } case "$1" in configure)