From 8e4ece2b6c41d4ca02673176b0bcc1ddf50fd8fe Mon Sep 17 00:00:00 2001 From: fbrosson Date: Fri, 29 Jan 2016 10:02:50 +0100 Subject: [PATCH] =?UTF-8?q?openssl:=201.0.0s=E2=86=921.0.0t=20&=20reformat?= =?UTF-8?q?=20recipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...sl-1.0.0s.recipe => openssl-1.0.0t.recipe} | 51 +++++++++---------- ...l-1.0.0s.patchset => openssl-1.0.0t.patch} | 0 2 files changed, 23 insertions(+), 28 deletions(-) rename dev-libs/openssl/{openssl-1.0.0s.recipe => openssl-1.0.0t.recipe} (77%) rename dev-libs/openssl/patches/{openssl-1.0.0s.patchset => openssl-1.0.0t.patch} (100%) diff --git a/dev-libs/openssl/openssl-1.0.0s.recipe b/dev-libs/openssl/openssl-1.0.0t.recipe similarity index 77% rename from dev-libs/openssl/openssl-1.0.0s.recipe rename to dev-libs/openssl/openssl-1.0.0t.recipe index 3a282a058..3518fddc9 100644 --- a/dev-libs/openssl/openssl-1.0.0s.recipe +++ b/dev-libs/openssl/openssl-1.0.0t.recipe @@ -1,8 +1,7 @@ SUMMARY="Full-strength general purpose cryptography library (with SSL/TLS)" -DESCRIPTION=" -The OpenSSL Project is a collaborative effort to develop a robust, \ -commercial-grade, full-featured, and Open Source toolkit implementing the \ -Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) \ +DESCRIPTION="The OpenSSL Project is a collaborative effort to develop a \ +robust, commercial-grade, full-featured, and Open Source toolkit implementing \ +the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) \ protocols as well as a full-strength general purpose cryptography library. The \ project is managed by a worldwide community of volunteers that use the \ Internet to communicate, plan, and develop the OpenSSL toolkit and its related \ @@ -11,21 +10,18 @@ OpenSSL is based on the excellent SSLeay library developed by Eric A. Young \ and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style \ licence, which basically means that you are free to get and use it for \ commercial and non-commercial purposes subject to some simple license \ -conditions. -" -HOMEPAGE="http://www.openssl.org/" -SOURCE_URI="http://www.openssl.org/source/openssl-$portVersion.tar.gz" -CHECKSUM_SHA256="fb839f75b9b7195a0aaf307ca064b4358edb968a9524cbdf0a9e56d632f27a7b" +conditions." +HOMEPAGE="https://www.openssl.org/" +COPYRIGHT="1995-1998 Eric Young + 1998-2015 The OpenSSL Project." LICENSE="OpenSSL" -COPYRIGHT=" - 1995-1998 Eric Young - 1998-2012 The OpenSSL Project. - " -REVISION="2" -ARCHITECTURES="x86_gcc2 x86 x86_64 arm" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" +REVISION="1" +SOURCE_URI="https://www.openssl.org/source/openssl-$portVersion.tar.gz" +CHECKSUM_SHA256="5ab6e348c6c2a95d457e7a00e0aa653bfc7eb4df7b24e7c9ab63163ac0299097" +PATCHES="openssl-$portVersion.patch" -PATCHES="openssl-$portVersion.patchset" +ARCHITECTURES="x86_gcc2 x86 x86_64 arm ?ppc" +SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64 ?arm ?ppc" PROVIDES=" openssl$secondaryArchSuffix = $portVersion compat >= 1.0.0 @@ -42,6 +38,7 @@ fi REQUIRES=" haiku$secondaryArchSuffix lib:libz$secondaryArchSuffix >= 1.2.3 + ca_root_certificates " if [ -n "$secondaryArchSuffix" ]; then REQUIRES="$REQUIRES @@ -49,6 +46,15 @@ if [ -n "$secondaryArchSuffix" ]; then " fi +PROVIDES_devel=" + openssl${secondaryArchSuffix}_devel = $portVersion + devel:libcrypto${secondaryArchSuffix} = $portVersion compat >= 1.0.0 + devel:libssl${secondaryArchSuffix} = $portVersion compat >= 1.0.0 + " +REQUIRES_devel=" + openssl${secondaryArchSuffix} == $portVersion base + " + BUILD_REQUIRES=" devel:libz$secondaryArchSuffix >= 1.2.3 " @@ -107,14 +113,3 @@ TEST() { make test } - -# ----- devel package ------------------------------------------------------- - -PROVIDES_devel=" - openssl${secondaryArchSuffix}_devel = $portVersion - devel:libcrypto${secondaryArchSuffix} = $portVersion compat >= 1.0.0 - devel:libssl${secondaryArchSuffix} = $portVersion compat >= 1.0.0 - " -REQUIRES_devel=" - openssl${secondaryArchSuffix} == $portVersion base - " diff --git a/dev-libs/openssl/patches/openssl-1.0.0s.patchset b/dev-libs/openssl/patches/openssl-1.0.0t.patch similarity index 100% rename from dev-libs/openssl/patches/openssl-1.0.0s.patchset rename to dev-libs/openssl/patches/openssl-1.0.0t.patch