diff options
author | 2004-09-23 11:16:28 +0000 | |
---|---|---|
committer | 2004-09-23 11:16:28 +0000 | |
commit | 38312bb4785f09c11f3a45004438573c26b233ca (patch) | |
tree | 1fd6ceccdb0ea2b9121ab966e1c13b5670077539 /app-admin/skey/ChangeLog | |
parent | do not include /etc/skey/skeykeys in the package, as quickpkg may package per... (diff) | |
download | gentoo-2-38312bb4785f09c11f3a45004438573c26b233ca.tar.gz gentoo-2-38312bb4785f09c11f3a45004438573c26b233ca.tar.bz2 gentoo-2-38312bb4785f09c11f3a45004438573c26b233ca.zip |
skeyprune regex for matching zeroed entries was case sensitive, meaning it missed legitimate entries. fixed. #64971, skeyinit man page claims md4 is the default hash algorithm, this is no longer the case. fixed.
Diffstat (limited to 'app-admin/skey/ChangeLog')
-rw-r--r-- | app-admin/skey/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-admin/skey/ChangeLog b/app-admin/skey/ChangeLog index 70650f15b44e..3ea4ff9a2431 100644 --- a/app-admin/skey/ChangeLog +++ b/app-admin/skey/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/skey # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/ChangeLog,v 1.23 2004/09/23 10:22:21 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/ChangeLog,v 1.24 2004/09/23 11:16:28 taviso Exp $ + + 23 Sep 2004; Tavis Ormandy <taviso@gentoo.org> skey-1.1.5-r4.ebuild: + skeyprune regex for matching zeroed entries was case sensitive, meaning it + missed legitimate entries. fixed. #64971, skeyinit man page claims md4 is the + default hash algorithm, this is no longer the case. fixed. + Thanks to Ulrich Mueller for his help with the skey package. *skey-1.1.5-r4 (23 Sep 2004) |