Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] OpenSSL 1.0.0e Update
@ 2011-11-29 18:56 Saul Wold
  2011-11-29 18:56 ` [RFC PATCH 1/4] ocf-linux: Add ocf-linux to support openssl 1.0 Saul Wold
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Saul Wold @ 2011-11-29 18:56 UTC (permalink / raw)
  To: openembedded-core

Folks,

This is an RFC for the OpenSSL 1.0 code update, this is from 
the Meta-OE Tree so nothing to suprising here. I merged the 
openssl-1.0.inc with openssl.inc. PR Bumps are for all the dependees
of openssl.

Also note I bumped PR in openssl-1.0.0 to keep in pace with meta-oe

I want to put this out for initial viewing and possible testing 
before the big bump.

Sau!



Please review the following changes for suitability for inclusion. If you have
any objections or suggestions for improvement, please respond to the patches. If
you agree with the changes, please provide your Acked-by.

The following changes since commit 177df2c51927f44e3536856f4604364b38695bc2:

  qt-mobility: Add missing patch (2011-11-29 14:36:09 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/openssl
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/openssl

Saul Wold (4):
  ocf-linux: Add ocf-linux to support openssl 1.0
  openssl-0.9.8: move parallel-make fix to 0.9.8
  openssl: Add openssl 1.0
  PR Bump for OpenSSL 1.0

 .../recipes-sato/claws-mail/claws-mail.inc         |    2 +-
 meta/recipes-connectivity/bind/bind_9.8.1.bb       |    2 +-
 meta/recipes-connectivity/openssh/openssh_5.9p1.bb |    2 +-
 meta/recipes-connectivity/openssl/ocf-linux.inc    |   25 +
 .../openssl/ocf-linux_20100325.bb                  |    6 +
 .../openssl/openssl-1.0.0e/configure-targets.patch |   32 +
 .../openssl-1.0.0e/debian/c_rehash-compat.patch    |   45 +
 .../openssl/openssl-1.0.0e/debian/ca.patch         |   22 +
 .../openssl-1.0.0e/debian/debian-targets.patch     |   54 +
 .../openssl-1.0.0e/debian/make-targets.patch       |   15 +
 .../openssl/openssl-1.0.0e/debian/man-dir.patch    |   15 +
 .../openssl-1.0.0e/debian/man-section.patch        |   34 +
 .../openssl/openssl-1.0.0e/debian/no-rpath.patch   |   15 +
 .../openssl-1.0.0e/debian/no-symbolic.patch        |   15 +
 .../openssl/openssl-1.0.0e/debian/pic.patch        |  242 ++
 .../openssl/openssl-1.0.0e/debian/pkg-config.patch |   36 +
 .../openssl-1.0.0e/debian/version-script.patch     | 4511 ++++++++++++++++++++
 .../engines-install-in-libdir-ssl.patch            |   56 +
 .../openssl/openssl-1.0.0e/oe-ldflags.patch        |   24 +
 .../openssl/openssl-1.0.0e/openssl-fix-link.patch  |   35 +
 .../openssl/openssl-1.0.0e/shared-libs.patch       |   50 +
 meta/recipes-connectivity/openssl/openssl.inc      |   39 +-
 .../recipes-connectivity/openssl/openssl_0.9.8r.bb |    3 +-
 .../recipes-connectivity/openssl/openssl_1.0.0e.bb |   45 +
 .../telepathy/telepathy-idle_0.1.10.bb             |    2 +-
 meta/recipes-devtools/git/git_1.7.7.bb             |    2 +-
 meta/recipes-devtools/python/python_2.7.2.bb       |    2 +-
 meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb   |    2 +-
 meta/recipes-extended/iputils/iputils_s20101006.bb |    2 +-
 meta/recipes-extended/libzypp/libzypp_git.bb       |    2 +-
 meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb      |    2 +-
 31 files changed, 5323 insertions(+), 16 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/ocf-linux.inc
 create mode 100644 meta/recipes-connectivity/openssl/ocf-linux_20100325.bb
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/configure-targets.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/c_rehash-compat.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/ca.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/debian-targets.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/make-targets.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/man-dir.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/man-section.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/no-rpath.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/no-symbolic.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/pic.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/pkg-config.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/engines-install-in-libdir-ssl.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/oe-ldflags.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0e/shared-libs.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl_1.0.0e.bb

-- 
1.7.6.4




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

end of thread, other threads:[~2011-11-29 19:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29 18:56 [RFC PATCH 0/4] OpenSSL 1.0.0e Update Saul Wold
2011-11-29 18:56 ` [RFC PATCH 1/4] ocf-linux: Add ocf-linux to support openssl 1.0 Saul Wold
2011-11-29 18:56 ` [RFC PATCH 2/4] openssl-0.9.8: move parallel-make fix to 0.9.8 Saul Wold
2011-11-29 18:56 ` [RFC PATCH 3/4] openssl: Add openssl 1.0 Saul Wold
2011-11-29 18:56 ` [RFC PATCH 4/4] PR Bump for OpenSSL 1.0 Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox