mirror of
https://abf.rosa.ru/djam/openssl.git
synced 2025-02-23 08:12:50 +00:00
Add one more GOST engine patch
This commit is contained in:
parent
fd97482de3
commit
e6f7bcec42
2 changed files with 8144 additions and 1 deletions
8137
openssl-1.0.2j-gost-engine-2.patch
Normal file
8137
openssl-1.0.2j-gost-engine-2.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -15,7 +15,7 @@
|
|||
Summary: Secure Sockets Layer communications libs & utils
|
||||
Name: openssl
|
||||
Version: 1.0.2j
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: BSD-like
|
||||
Group: System/Libraries
|
||||
Url: https://www.openssl.org
|
||||
|
@ -24,7 +24,12 @@ Source1: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz.asc
|
|||
Source2: Makefile.certificate
|
||||
Source3: make-dummy-cert
|
||||
Source4: openssl-thread-test.c
|
||||
# Based on https://github.com/gost-engine/engine
|
||||
# Never remove gost-engine patches
|
||||
Patch0: openssl-1.0.2j-gost-engine.patch
|
||||
# Copy https://github.com/gost-engine/engine/tree/56c5e3414135c9443739db3b2b1409c3be265a50
|
||||
# over engines/ccgost/ and make diff
|
||||
Patch1: openssl-1.0.2j-gost-engine-2.patch
|
||||
# Handle RPM_OPT_FLAGS in Configure
|
||||
Patch2: openssl-1.0.2e-optflags.patch
|
||||
Patch3: openssl-1.0.1c-fix-perlpath.pl
|
||||
|
@ -168,6 +173,7 @@ cryptographic algorithms and protocols, including DES, RC4, RSA and SSL.
|
|||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .gost
|
||||
%patch1 -p1 -b .gost2
|
||||
%patch2 -p1 -b .optflags
|
||||
%patch3 -p1 -b .perl
|
||||
%patch6 -p1 -b .icpbrasil
|
||||
|
|
Loading…
Add table
Reference in a new issue