Merge pull request #1071 from IdrisKalp/master

openssl update
This commit is contained in:
Idris Kalp
2020-03-24 22:34:27 +03:00
committed by GitHub
3 changed files with 9 additions and 8 deletions
+6 -6
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Toolkit for SSL v2/v3 and TLS v1</Summary>
<Description>OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) network protocols and related cryptography standards required by them.</Description>
<Archive sha1sum="056057782325134b76d1931c48f2c7e6595d7ef4" type="targz">https://www.openssl.org/source/openssl-1.1.1d.tar.gz</Archive>
<Archive sha1sum="e7105567d3e7e6353a0110f1adc81f69dbc8f732" type="targz">https://www.openssl.org/source/openssl-1.1.1e.tar.gz</Archive>
<AdditionalFiles>
<!--<AdditionalFile target="openssl-1.0.0-beta4-ca-dir.patch">openssl-1.0.0-beta4-ca-dir.patch</AdditionalFile>-->
<!-- <AdditionalFile target="ca-dir.patch">ca-dir.patch</AdditionalFile> -->
@@ -38,9 +38,9 @@
<Patch level="1">openssl-1.0.2a-x32-asm.patch</Patch>
<!-- <Patch level="1">openssl-1.1.0l-fix-no-ec2m-in-ec_curve.c.patch</Patch> -->
<Patch level="1">openssl-1.1.1d-fix-potential-memleaks-w-BN_to_ASN1_INTEGER.patch</Patch>
<Patch level="1">openssl-1.1.1d-fix-zlib.patch</Patch>
<Patch level="1">openssl-1.1.1d-reenable-the-stitched-AES-CBC-HMAC-SHA-implementations.patch</Patch>
<!-- <Patch level="1">openssl-1.1.1d-fix-potential-memleaks-w-BN_to_ASN1_INTEGER.patch</Patch> -->
<!-- <Patch level="1">openssl-1.1.1d-fix-zlib.patch</Patch> -->
<!-- <Patch level="1">openssl-1.1.1d-reenable-the-stitched-AES-CBC-HMAC-SHA-implementations.patch</Patch> -->
</Patches>
</Source>
@@ -99,8 +99,8 @@
<History>
<Update release="8">
<Date>2019-12-23</Date>
<Version>1.1.1d</Version>
<Date>2020-03-24</Date>
<Version>1.1.1e</Version>
<Comment>Version bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
+2 -1
View File
@@ -23,7 +23,8 @@ def setup():
shelltools.system("cp libbz2.a %s/temp/lib/libbz2.a" % get.workDIR())
shelltools.cd("..")
shelltools.system("echo -e '\033[0;36mBuilding OpenSSL\033[0m' ")
shelltools.cd("openssl-1.1.1d")
shelltools.cd("openssl-1.1.1e")
shelltools.system("./Configure --prefix=%s/temp --openssldir=%s/openssl/etc/ssl --libdir=lib no-shared enable-ec_nistp_64_gcc_128 linux-x86_64 -Wa,--noexecstack" %(get.workDIR(), get.workDIR()))
autotools.make()
autotools.make("install")
+1 -1
View File
@@ -14,7 +14,7 @@
<Description>Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days.</Description>
<Archive sha1sum="dc5784d11d09c29fbf3fc155e2f242b3d3309454" type="tarxz">https://www.python.org/ftp/python/2.7.17/Python-2.7.17.tar.xz</Archive>
<Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-2.7.17">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive>
<Archive sha1sum="056057782325134b76d1931c48f2c7e6595d7ef4" type="targz" target="Python-2.7.17">ftp://ftp.openssl.org/source/openssl-1.1.1d.tar.gz</Archive>
<Archive sha1sum="e7105567d3e7e6353a0110f1adc81f69dbc8f732" type="targz" target="Python-2.7.17">https://www.openssl.org/source/openssl-1.1.1e.tar.gz</Archive>
<BuildDependencies>
<!-- <Dependency>bzip2</Dependency> -->
<!--<Dependency>tcl-devel</Dependency>-->