=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- openbsd/update_openbsd/update_openbsd 2014/02/01 22:07:04 1.66 +++ openbsd/update_openbsd/update_openbsd 2014/05/11 03:40:54 1.67 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.65 2014/02/01 19:13:53 andrew Exp $ +# $AFresh1: update_openbsd,v 1.66 2014/02/01 22:07:04 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -271,7 +271,7 @@ local _nv=`echo $NEW_VER | sed -e 's/\.//'` local _signify=`which signify 2>/dev/null` - local _keyfile=/etc/signify/${_nv}base.pub + local _keyfile=/etc/signify/openbsd-${_nv}-base.pub local _b _s ( @@ -286,7 +286,7 @@ echo "key [$_keyfile] does not exist, cannot check $_type" >&2 return 2 fi - signify -V -e -p $_keyfile -x $_type -m - | grep -f index | sum -c - + signify -V -e -p $_keyfile -x $_type -m - | grep -f index | sha256 -c - else grep -f index $_type | sum -c fi