diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-07-05 23:45:20 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-07-05 23:45:20 +0000 |
commit | 8d2a250bc53480daf5530d008363f8b9270e33fa (patch) | |
tree | 16f632d55054caf88e66e8b3796bf1b3d3368ea5 /dev-libs | |
parent | Update version. Fix parallel build. Fix new engines not creating install (diff) | |
download | gentoo-2-8d2a250bc53480daf5530d008363f8b9270e33fa.tar.gz gentoo-2-8d2a250bc53480daf5530d008363f8b9270e33fa.tar.bz2 gentoo-2-8d2a250bc53480daf5530d008363f8b9270e33fa.zip |
Fix creating certificates cannot find libcrypt/libssl on new install.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/openssl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7c-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7d-r2.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7e-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7e.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7g.ebuild | 3 |
6 files changed, 16 insertions, 6 deletions
diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index 18e55c1f3917..b33ca44cc90e 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.126 2005/07/05 23:39:24 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.127 2005/07/05 23:45:20 azarah Exp $ + + 05 Jul 2005; Martin Schlemmer <azarah@gentoo.org> + openssl-0.9.7c-r1.ebuild, openssl-0.9.7d-r2.ebuild, openssl-0.9.7e.ebuild, + openssl-0.9.7e-r1.ebuild, openssl-0.9.7g.ebuild: + Fix creating certificates cannot find libcrypt/libssl on new install. *openssl-0.9.8 (05 Jul 2005) diff --git a/dev-libs/openssl/openssl-0.9.7c-r1.ebuild b/dev-libs/openssl/openssl-0.9.7c-r1.ebuild index 69dcd246d582..3b3983ecf0cf 100644 --- a/dev-libs/openssl/openssl-0.9.7c-r1.ebuild +++ b/dev-libs/openssl/openssl-0.9.7c-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7c-r1.ebuild,v 1.29 2005/05/09 06:37:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7c-r1.ebuild,v 1.30 2005/07/05 23:45:20 azarah Exp $ inherit eutils flag-o-matic @@ -190,6 +190,7 @@ src_install() { # to be the more FHS compliant setup... -raker insinto /etc/ssl/certs doins certs/*.pem + LD_LIBRARY_PATH="${D}"/usr/$(get_libdir)/ \ OPENSSL=${D}/usr/bin/openssl /usr/bin/perl tools/c_rehash ${D}/etc/ssl/certs # The man pages rand.3 and passwd.1 conflict with other packages diff --git a/dev-libs/openssl/openssl-0.9.7d-r2.ebuild b/dev-libs/openssl/openssl-0.9.7d-r2.ebuild index 12d3f61afcac..19558fd228a4 100644 --- a/dev-libs/openssl/openssl-0.9.7d-r2.ebuild +++ b/dev-libs/openssl/openssl-0.9.7d-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7d-r2.ebuild,v 1.17 2005/05/30 02:34:32 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7d-r2.ebuild,v 1.18 2005/07/05 23:45:20 azarah Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -252,6 +252,7 @@ src_install() { # to be the more FHS compliant setup... -raker insinto /etc/ssl/certs doins certs/*.pem + LD_LIBRARY_PATH="${D}"/usr/$(get_libdir)/ \ OPENSSL=${D}/usr/bin/openssl /usr/bin/perl tools/c_rehash ${D}/etc/ssl/certs # The man pages rand.3 and passwd.1 conflict with other packages diff --git a/dev-libs/openssl/openssl-0.9.7e-r1.ebuild b/dev-libs/openssl/openssl-0.9.7e-r1.ebuild index b03d3af2dd41..77adfdcbc6f1 100644 --- a/dev-libs/openssl/openssl-0.9.7e-r1.ebuild +++ b/dev-libs/openssl/openssl-0.9.7e-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7e-r1.ebuild,v 1.15 2005/07/04 10:10:23 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7e-r1.ebuild,v 1.16 2005/07/05 23:45:20 azarah Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -228,6 +228,7 @@ src_install() { # to be the more FHS compliant setup... -raker insinto /etc/ssl/certs doins certs/*.pem + LD_LIBRARY_PATH="${D}"/usr/$(get_libdir)/ \ OPENSSL=${D}/usr/bin/openssl /usr/bin/perl tools/c_rehash ${D}/etc/ssl/certs # These man pages with other packages so rename them diff --git a/dev-libs/openssl/openssl-0.9.7e.ebuild b/dev-libs/openssl/openssl-0.9.7e.ebuild index 0fe16592427d..54b0bfa3c8d5 100644 --- a/dev-libs/openssl/openssl-0.9.7e.ebuild +++ b/dev-libs/openssl/openssl-0.9.7e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7e.ebuild,v 1.15 2005/05/30 02:34:32 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7e.ebuild,v 1.16 2005/07/05 23:45:20 azarah Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -216,6 +216,7 @@ src_install() { # to be the more FHS compliant setup... -raker insinto /etc/ssl/certs doins certs/*.pem + LD_LIBRARY_PATH="${D}"/usr/$(get_libdir)/ \ OPENSSL=${D}/usr/bin/openssl /usr/bin/perl tools/c_rehash ${D}/etc/ssl/certs # These man pages with other packages so rename them diff --git a/dev-libs/openssl/openssl-0.9.7g.ebuild b/dev-libs/openssl/openssl-0.9.7g.ebuild index 84ed5ab35c1a..858c35bbef76 100644 --- a/dev-libs/openssl/openssl-0.9.7g.ebuild +++ b/dev-libs/openssl/openssl-0.9.7g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7g.ebuild,v 1.10 2005/06/13 12:05:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7g.ebuild,v 1.11 2005/07/05 23:45:20 azarah Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -128,6 +128,7 @@ src_install() { # to be the more FHS compliant setup... -raker insinto /etc/ssl/certs doins certs/*.pem + LD_LIBRARY_PATH="${D}"/usr/$(get_libdir)/ \ OPENSSL="${D}"/usr/bin/openssl /usr/bin/perl tools/c_rehash "${D}"/etc/ssl/certs # These man pages with other packages so rename them |