All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] openssl: add version 1.0.0
@ 2010-03-30 13:14 Roman I Khimov
  2010-03-30 13:43 ` Koen Kooi
  0 siblings, 1 reply; 11+ messages in thread
From: Roman I Khimov @ 2010-03-30 13:14 UTC (permalink / raw)
  To: openembedded-devel

В сообщении от Вторник 30 марта 2010 17:06:14 вы написали:
> В сообщении от Вторник 30 марта 2010 16:57:33 вы написали:
> > * DEFAULT_PREFERENCE = "-1", since it might break apps
> > * enable engines build (and package those separately)
> 
> Second version fixes engines installation into "/usr/lib/engines" as they
> should really be installed in "/usr/lib/ssl/engines".

Argh! And it has one patch file missing, so third to come. Sorry for the 
noise.

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [PATCH] openssl: add version 1.0.0
@ 2010-03-30 13:07 Roman I Khimov
  0 siblings, 0 replies; 11+ messages in thread
From: Roman I Khimov @ 2010-03-30 13:07 UTC (permalink / raw)
  To: openembedded-devel

В сообщении от Вторник 30 марта 2010 16:57:33 вы написали:
> * DEFAULT_PREFERENCE = "-1", since it might break apps
> * enable engines build (and package those separately)

Second version fixes engines installation into "/usr/lib/engines" as they 
should really be installed in "/usr/lib/ssl/engines".

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH] openssl: deal with unpackaged /usr/lib/ssl files
@ 2010-03-30 12:22 Roman I Khimov
  2010-03-30 12:22 ` [PATCH] openssl: add version 1.0.0 Roman I Khimov
  0 siblings, 1 reply; 11+ messages in thread
From: Roman I Khimov @ 2010-03-30 12:22 UTC (permalink / raw)
  To: openembedded-devel

Config file is accessed directly from libcrypto, so belongs to
libcrypto package.

openssl-misc is a new package that contains CA management scripts.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
---
 recipes/openssl/openssl.inc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index 9b71cac..329c661 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -8,7 +8,7 @@ S = "${WORKDIR}/openssl-${PV}"
 
 inherit siteinfo
 
-INC_PR = "r11"
+INC_PR = "r12"
 
 AR_append = " r"
 CFLAG = "${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \
@@ -22,9 +22,10 @@ export DIRS = "crypto ssl apps"
 export EX_LIBS = "-lgcc -ldl"
 export AS = "${CC} -c"
 
-PACKAGES =+ "libcrypto libssl"
-FILES_libcrypto = "${libdir}/libcrypto.so.*"
+PACKAGES =+ "libcrypto libssl ${PN}-misc"
+FILES_libcrypto = "${libdir}/libcrypto.so.* ${libdir}/ssl/openssl.cnf"
 FILES_libssl = "${libdir}/libssl.so.*"
+FILES_${PN}-misc = "${libdir}/ssl/misc"
 
 do_configure () {
 	cd util
-- 
1.5.6.5




^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-05-04 10:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201003301706.14340.khimov@altell.ru>
2010-03-30 13:06 ` [PATCH] openssl: add version 1.0.0 Roman I Khimov
2010-04-28 12:53   ` Marc Olzheim
2010-04-29  5:29     ` Roman I Khimov
2010-05-03 19:59       ` Roman I Khimov
2010-05-04 10:34         ` Marc Olzheim
2010-03-30 13:14 Roman I Khimov
2010-03-30 13:43 ` Koen Kooi
2010-03-30 13:59   ` Roman I Khimov
  -- strict thread matches above, loose matches on Subject: below --
2010-03-30 13:07 Roman I Khimov
2010-03-30 12:22 [PATCH] openssl: deal with unpackaged /usr/lib/ssl files Roman I Khimov
2010-03-30 12:22 ` [PATCH] openssl: add version 1.0.0 Roman I Khimov
2010-03-30 12:57   ` Roman I Khimov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.