mbox

[0/4,base]

Message ID cover.1412253708.git.sean.nyekjaer@prevas.dk
State Not Applicable
Delegated to: Kim
Headers show

Pull-request

git://gitorious.org/oe-lite-skny/sknys-base HEAD

Message

Sean Nyekjær Oct. 2, 2014, 12:53 p.m. UTC
Upgrade openssl
Fix location of patch files for openssl
Added libssl support to libcurl

The following changes since commit 4dffd555d04a10f2a4c7188ff9e4b54644b2e5d1:

  cryptsetup: RDEPENDS libpopti changed to libpopt. (2014-06-04 15:45:52 +0200)

are available in the git repository at:

  git://gitorious.org/oe-lite-skny/sknys-base HEAD
  http://gitorious.org/oe-lite-skny/sknys-base/commits/master

Sean Nyekjaer (4):
  openssl: moved files
  openssl: Add version 1.0.1i
  openssl: Remove version 1.0.1g
  curl: added support for openssl

 recipes/curl/curl.inc                              |   7 ++
 recipes/curl/curl_7.32.0.oe                        |   2 +
 .../fix-pod-errors.patch                           | 114 ++++++++++-----------
 .../wincrypt.patch                                 |   0
 recipes/openssl/openssl.inc                        |   8 ++
 .../engines-install-in-libdir-ssl.patch            |   0
 .../{openssl-1.0.1g => openssl}/mingw.patch        |   0
 .../no-librpath-rpath.patch                        |   0
 .../{openssl-1.0.1g => openssl}/oe-ldflags.patch   |   0
 .../{openssl-1.0.1g => openssl}/shared-libs.patch  |   0
 recipes/openssl/openssl_1.0.1g.oe.sig              |   1 -
 .../{openssl_1.0.1g.oe => openssl_1.0.1i.oe}       |   6 --
 recipes/openssl/openssl_1.0.1i.oe.sig              |   1 +
 13 files changed, 75 insertions(+), 64 deletions(-)
 rename recipes/openssl/{openssl-1.0.1g => openssl-1.0.1}/fix-pod-errors.patch (71%)
 rename recipes/openssl/{openssl-1.0.1g => openssl-1.0.1}/wincrypt.patch (100%)
 rename recipes/openssl/{openssl-1.0.1g => openssl}/engines-install-in-libdir-ssl.patch (100%)
 rename recipes/openssl/{openssl-1.0.1g => openssl}/mingw.patch (100%)
 rename recipes/openssl/{openssl-1.0.1g => openssl}/no-librpath-rpath.patch (100%)
 rename recipes/openssl/{openssl-1.0.1g => openssl}/oe-ldflags.patch (100%)
 rename recipes/openssl/{openssl-1.0.1g => openssl}/shared-libs.patch (100%)
 delete mode 100644 recipes/openssl/openssl_1.0.1g.oe.sig
 rename recipes/openssl/{openssl_1.0.1g.oe => openssl_1.0.1i.oe} (51%)
 create mode 100644 recipes/openssl/openssl_1.0.1i.oe.sig