From f51408e892c350bf8204b8180424b8d6f4bd0f0c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Jul 2014 14:28:34 -0300 Subject: Reset 'expiry' on keyringer_check_expiration (closes #62) --- ChangeLog | 5 +++++ lib/keyringer/functions | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3ded1f5..04cac73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-07-06 - Silvio Rhatto + + Reset 'expiry' on keyringer_check_expiration, reported and fixed + by Jamie (closes #62) + 2014-05-20 - 0.3.6 - Silvio Rhatto Makefile fix diff --git a/lib/keyringer/functions b/lib/keyringer/functions index fdd8439..0360bb4 100755 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -715,6 +715,7 @@ function keyringer_check_expiration { fi # Check the subkeys + expiry="" for expiry in `gpg --with-colons --fixed-list-mode --list-keys "$recipient" | grep ^sub | cut -d : -f 7`; do if [[ "$seconds" -lt "$expiry" ]]; then not_expired="1" -- cgit v1.2.3