openssl 1.1.1d

This commit is contained in:
idriskalp
2019-12-23 04:28:25 +03:00
parent 109b4783df
commit 1b0822c7f4
23 changed files with 353 additions and 15 deletions
Regular → Executable
+22 -9
View File
@@ -13,10 +13,10 @@
<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="692f5f2f1b114f8adaadaa3e7be8cce1907f38c5" type="targz">https://www.openssl.org/source/openssl-1.0.2q.tar.gz</Archive>
<Archive sha1sum="056057782325134b76d1931c48f2c7e6595d7ef4" type="targz">https://www.openssl.org/source/openssl-1.1.1d.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-->
<!--<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> -->
</AdditionalFiles>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
@@ -25,16 +25,22 @@
<Dependency>sed</Dependency>
</BuildDependencies>
<Patches>
<Patch>openssl-alpha-ccc.patch</Patch>
<Patch>openssl-optflags.patch</Patch>
<Patch>openssl-include.patch</Patch>
<Patch>openssl-man-namespace.patch</Patch>
<Patch>openssl-asflag.patch</Patch>
<!-- <Patch>openssl-alpha-ccc.patch</Patch> -->
<!-- <Patch>openssl-optflags.patch</Patch> -->
<!-- <Patch>openssl-include.patch</Patch> -->
<!-- <Patch>openssl-man-namespace.patch</Patch> -->
<!-- <Patch>openssl-asflag.patch</Patch>
<Patch>openssl-ca-certificates.patch</Patch>
<Patch>openssl-ldflags.patch</Patch>
<Patch>openssl-find.patch</Patch>
<Patch>pic.patch</Patch>
<Patch>openssl_fix_for_x32.patch</Patch>
<Patch>openssl_fix_for_x32.patch</Patch>-->
<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>
</Patches>
</Source>
@@ -92,6 +98,13 @@
</Package>
<History>
<Update release="8">
<Date>2019-12-23</Date>
<Version>1.1.1d</Version>
<Comment>Version bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="7">
<Date>2018-11-28</Date>
<Version>1.0.2q</Version>