diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-04-10 21:51:20 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-04-10 21:51:20 +0000 |
commit | c0b6aafc0b8881d271daec67c2645c8218c62531 (patch) | |
tree | 2e5a1cf24ea02e0f7bec2a010d56236cfef8d8ca /dev-libs | |
parent | Bump to 2.13.3 (diff) | |
download | gentoo-2-c0b6aafc0b8881d271daec67c2645c8218c62531.tar.gz gentoo-2-c0b6aafc0b8881d271daec67c2645c8218c62531.tar.bz2 gentoo-2-c0b6aafc0b8881d271daec67c2645c8218c62531.zip |
Fix typo (bug #261185).
(Portage version: 13311-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/opensc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/opensc/opensc-0.11.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/opensc/ChangeLog b/dev-libs/opensc/ChangeLog index 673b10d97919..ca5d5323b6c4 100644 --- a/dev-libs/opensc/ChangeLog +++ b/dev-libs/opensc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/opensc # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/ChangeLog,v 1.63 2009/03/09 19:26:07 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/ChangeLog,v 1.64 2009/04/10 21:51:20 arfrever Exp $ + + 10 Apr 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + opensc-0.11.7.ebuild: + Fix typo (bug #261185). 09 Mar 2009; Guy Martin <gmsoft@gentoo.org> opensc-0.11.7.ebuild: hppa stable diff --git a/dev-libs/opensc/opensc-0.11.7.ebuild b/dev-libs/opensc/opensc-0.11.7.ebuild index a36b45dac007..a15355f45ca3 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.9 2009/03/09 19:26:07 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/opensc-0.11.7.ebuild,v 1.10 2009/04/10 21:51:20 arfrever Exp $ inherit multilib @@ -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 intialised by this package they may stored with improper access restrictions." + elog "smart card intialised by this package they may be 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" } |