diff options
author | Daniel Black <dragonheart@gentoo.org> | 2009-02-27 21:57:16 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2009-02-27 21:57:16 +0000 |
commit | e8cc13d7c4946041bbc82a677f32b049a254631d (patch) | |
tree | b2895b0a03908fe0ef9be054fdf6b3559dd1e3ae /dev-libs | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | gentoo-2-e8cc13d7c4946041bbc82a677f32b049a254631d.tar.gz gentoo-2-e8cc13d7c4946041bbc82a677f32b049a254631d.tar.bz2 gentoo-2-e8cc13d7c4946041bbc82a677f32b049a254631d.zip |
version bump ref security bug #260514. remove some older versions
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/opensc/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/opensc/opensc-0.11.3.ebuild | 49 | ||||
-rw-r--r-- | dev-libs/opensc/opensc-0.11.4.ebuild | 43 | ||||
-rw-r--r-- | dev-libs/opensc/opensc-0.11.7.ebuild | 50 |
4 files changed, 58 insertions, 94 deletions
diff --git a/dev-libs/opensc/ChangeLog b/dev-libs/opensc/ChangeLog index 0b2443b940e1..2e72557a521a 100644 --- a/dev-libs/opensc/ChangeLog +++ b/dev-libs/opensc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/opensc -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/ChangeLog,v 1.55 2008/10/31 20:34:26 gmsoft Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/ChangeLog,v 1.56 2009/02/27 21:57:16 dragonheart Exp $ + +*opensc-0.11.7 (27 Feb 2009) + + 27 Feb 2009; Daniel Black <dragonheart@gentoo.org> -opensc-0.11.3.ebuild, + -opensc-0.11.4.ebuild, +opensc-0.11.7.ebuild: + version bump ref security bug #260514. remove some older versions 31 Oct 2008; Guy Martin <gmsoft@gentoo.org> opensc-0.11.6.ebuild: hppa stable diff --git a/dev-libs/opensc/opensc-0.11.3.ebuild b/dev-libs/opensc/opensc-0.11.3.ebuild deleted file mode 100644 index 0fd40d13b8f0..000000000000 --- a/dev-libs/opensc/opensc-0.11.3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/opensc-0.11.3.ebuild,v 1.10 2008/08/31 00:31:25 dragonheart Exp $ - -DESCRIPTION="SmartCard library and applications" -HOMEPAGE="http://www.opensc-project.org/opensc/" -SRC_URI="http://www.opensc-project.org/files/opensc/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86" -IUSE="pcsc-lite openct nsplugin" - -RDEPEND="dev-libs/openssl - sys-libs/zlib - openct? ( >=dev-libs/openct-0.5.0 ) - pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 ) - nsplugin? ( app-crypt/pinentry x11-libs/libXt )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - nsplugin? ( dev-libs/libassuan )" - -src_compile() { - local ASSUAN_PREFIX="${T}" - - # disable assuan stuff it create text realocation. - use nsplugin && ASSUAN_PREFIX=/usr - - # --without-plugin-dir generates a /no directory - econf \ - $(use_enable openct) \ - $(use_enable pcsc-lite) \ - --with-plugin-dir=/usr/lib/mozilla/plugins \ - --with-libassuan-prefix="${ASSUAN_PREFIX}" \ - --with-pin-entry="/usr/bin/pinentry" \ - || die - - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc NEWS README - dohtml doc/*.{html,css} - - insinto /etc - doins etc/opensc.conf -} diff --git a/dev-libs/opensc/opensc-0.11.4.ebuild b/dev-libs/opensc/opensc-0.11.4.ebuild deleted file mode 100644 index eeb1f5864657..000000000000 --- a/dev-libs/opensc/opensc-0.11.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/opensc-0.11.4.ebuild,v 1.2 2008/08/31 00:31:25 dragonheart Exp $ - -DESCRIPTION="SmartCard library and applications" -HOMEPAGE="http://www.opensc-project.org/opensc/" -SRC_URI="http://www.opensc-project.org/files/opensc/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="pcsc-lite openct nsplugin" - -RDEPEND="dev-libs/openssl - sys-libs/zlib - openct? ( >=dev-libs/openct-0.5.0 ) - pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 ) - nsplugin? ( app-crypt/pinentry x11-libs/libXt )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - nsplugin? ( dev-libs/libassuan )" - -src_compile() { - econf \ - $(use_enable openct) \ - $(use_enable pcsc-lite) \ - $(use_enable nsplugin) \ - --with-plugin-dir=/usr/lib/mozilla/plugins \ - --with-pin-entry="/usr/bin/pinentry" \ - || die - - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc NEWS README - dohtml doc/*.{html,css} - - insinto /etc - doins etc/opensc.conf -} diff --git a/dev-libs/opensc/opensc-0.11.7.ebuild b/dev-libs/opensc/opensc-0.11.7.ebuild new file mode 100644 index 000000000000..29ef7c0cc3cd --- /dev/null +++ b/dev-libs/opensc/opensc-0.11.7.ebuild @@ -0,0 +1,50 @@ +# 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 $ + +DESCRIPTION="SmartCard library and applications" +HOMEPAGE="http://www.opensc-project.org/opensc/" + +SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.gz" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="pcsc-lite openct nsplugin doc" + +RDEPEND="dev-libs/openssl + sys-libs/zlib + openct? ( >=dev-libs/openct-0.5.0 ) + pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 ) + nsplugin? ( + app-crypt/pinentry + x11-libs/libXt + )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + nsplugin? ( dev-libs/libassuan )" + +src_compile() { + econf \ + --docdir="/usr/share/doc/${PF}" \ + --htmldir="/usr/share/doc/${PF}/html" \ + $(use_enable openct) \ + $(use_enable pcsc-lite pcsc) \ + $(use_enable nsplugin) \ + $(use_enable doc) \ + --with-plugin-dir=/usr/lib/mozilla/plugins \ + --with-pin-entry="/usr/bin/pinentry" \ + || die + emake || die +} + +src_install() { + emake install DESTDIR="${D}" || die +} + +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 "See advisory http://thread.gmane.org/gmane.comp.encryption.opensc.announce/22 for" + elog "full details and mitigation advice" +} |