From c4713d040a5b3ae90781cbb31a19868a1fa39f4e Mon Sep 17 00:00:00 2001 From: Qing He Date: Fri, 25 Jun 2010 17:09:40 +0800 Subject: openssl: upgrade to version 0.9.8o from 0.9.8g update bugtracker and license 1.0.0 and 1.0.0a are available, but introduce some interface changes. Stick on 0.9.8 versions for now for stability (0.9.8 branch is still updated for security fixes) changes: - add perl-native as build dependency - include /usr/lib/ssl/* in the package - break down debian.package into separate patches under directory debian. Original monolithic patch is >1000 lines, and not very maintainable. Verbatim copy the debian patches, among which two are not needed, but still included with apply=no to increase readability The new patches are ~700 lines. Most that was in the monolithic patch but not here have already been fixed in upstream. - fix-md5-x86_64.patch is in upstream and thus removed - rebase shared-libs.patch Signed-off-by: Qing He --- meta/packages/openssl/openssl-0.9.8o/debian/man-dir.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/packages/openssl/openssl-0.9.8o/debian/man-dir.patch (limited to 'meta/packages/openssl/openssl-0.9.8o/debian/man-dir.patch') diff --git a/meta/packages/openssl/openssl-0.9.8o/debian/man-dir.patch b/meta/packages/openssl/openssl-0.9.8o/debian/man-dir.patch new file mode 100644 index 0000000000..29563ecf59 --- /dev/null +++ b/meta/packages/openssl/openssl-0.9.8o/debian/man-dir.patch @@ -0,0 +1,13 @@ +Index: openssl-0.9.8k/Makefile.org +=================================================================== +--- openssl-0.9.8k.orig/Makefile.org 2009-07-19 11:32:41.000000000 +0200 ++++ openssl-0.9.8k/Makefile.org 2009-07-19 11:37:29.000000000 +0200 +@@ -152,7 +152,7 @@ + + MAKEFILE= Makefile + +-MANDIR=$(OPENSSLDIR)/man ++MANDIR=/usr/share/man + MAN1=1 + MAN3=3 + MANSUFFIX= -- cgit v1.2.3-54-g00ecf