[Lunar-commits] <moonbase-core> openssl: add a patch to compile with perl >= 5.18.
Florin Braescu
florin at lunar-linux.org
Wed Aug 21 08:35:19 CEST 2013
commit babffb78a1663a2421287fa7ec044c10b4f758df
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 17 Aug 2013 08:52:09 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/babffb78a1663a2421287fa7ec044c10b4f758df
openssl: add a patch to compile with perl >= 5.18.
---
crypto/openssl/BUILD | +2/-0
crypto/openssl/DETAILS | +4/-1
2 files changed, 6 insertions(+), 1 deletion(-)
--- a/crypto/openssl/BUILD
+++ b/crypto/openssl/BUILD
@@ -3,6 +3,8 @@
# make sure the luser has the source for this one!
download_module wget &&
+ patch_it $SOURCE3 1 &&
+
# Enable MD2 (for nmap)
sedit "s/ -DOPENSSL_NO_MD2//" Configure &&
sedit 's/"md2"/"rc5"/' Configure &&
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -2,6 +2,7 @@
VERSION=1.0.1e
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=Makefile.openssl-certs
+ SOURCE3=$MODULE-$VERSION-fix_pod_syntax.patch.gz
SOURCE_URL[0]=http://www.openssl.org/source
SOURCE_URL[1]=ftp://opensores.thebunker.net/pub/mirrors/openssl/source
SOURCE_URL[2]=http://www.dentarthurdent.com/transfer/openssl
@@ -10,9 +11,11 @@
SOURCE_VFY=sha1:3f1b1223c9e8189bfe4e186d86449775bd903460
SOURCE2_URL=$PATCH_URL
SOURCE2_VFY=sha1:0f30d44c0bf27883876bdf56fe9c541ee28bc2cd
+ SOURCE3_URL=$PATCH_URL
+ SOURCE3_VFY=sha1:9027353e9936e1fc39293c6363f0ac8f91058b80
WEB_SITE=http://www.openssl.org
ENTERED=20010922
- UPDATED=20130213
+ UPDATED=20130817
PSAFE="no"
SHORT="A library for providing encrypted transport layers"
More information about the Lunar-commits
mailing list