diff options
author | Daniel Black <dragonheart@gentoo.org> | 2009-02-27 22:01:56 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2009-02-27 22:01:56 +0000 |
commit | 91ec0307c19012ba23ae23249b0721baf61e341f (patch) | |
tree | 8798134bf99a325251d6df22cade95c8468d42c1 /dev-libs/opensc | |
parent | version bump ref security bug #260514. remove some older versions (diff) | |
download | gentoo-2-91ec0307c19012ba23ae23249b0721baf61e341f.tar.gz gentoo-2-91ec0307c19012ba23ae23249b0721baf61e341f.tar.bz2 gentoo-2-91ec0307c19012ba23ae23249b0721baf61e341f.zip |
fix wording on notice
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/opensc')
-rw-r--r-- | dev-libs/opensc/opensc-0.11.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/opensc/opensc-0.11.7.ebuild b/dev-libs/opensc/opensc-0.11.7.ebuild index 29ef7c0cc3cd..2c65c38aca7f 100644 --- a/dev-libs/opensc/opensc-0.11.7.ebuild +++ b/dev-libs/opensc/opensc-0.11.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/opensc-0.11.7.ebuild,v 1.1 2009/02/27 21:57:16 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/opensc-0.11.7.ebuild,v 1.2 2009/02/27 22:01:56 dragonheart Exp $ DESCRIPTION="SmartCard library and applications" HOMEPAGE="http://www.opensc-project.org/opensc/" @@ -44,7 +44,7 @@ src_install() { pkg_postinst() { elog "This package is a security fix to CVE-2009-0368. If you have private keys on your" - elog "smart card by using this package they are stored with improper access restrictions." + elog "smart card intialised by this package they may stored with improper access restrictions." elog "See advisory http://thread.gmane.org/gmane.comp.encryption.opensc.announce/22 for" elog "full details and mitigation advice" } |