source:
trunk/server/fedora/specs/openssl.spec.patch
@
2758
Last change on this file since 2758 was 2743, checked in by achernya, 7 years ago | |
---|---|
File size: 1007 bytes |
-
openssl.spec
old new 21 21 Summary: Utilities from the general purpose cryptography library with TLS implementation 22 22 Name: openssl 23 23 Version: 1.0.1e 24 Release: 42%{?dist} 24 Release: 42%{?dist}.scripts.%{scriptsversion} 25 25 Epoch: 1 26 26 # We have to remove certain patented algorithms from the openssl source 27 27 # tarball with the hobble-openssl script which is included below. … … 123 123 Patch127: openssl-1.0.1e-cve-2015-0292.patch 124 124 Patch128: openssl-1.0.1e-cve-2015-0293.patch 125 125 126 Patch1000: openssl-1.0.1e-cve-2015-3195.patch 127 126 128 License: OpenSSL 127 129 Group: System Environment/Libraries 128 130 URL: http://www.openssl.org/ … … 280 282 %patch127 -p1 -b .b64-underflow 281 283 %patch128 -p1 -b .ssl2-assert 282 284 285 %patch1000 -p1 -b .x509-leak 286 283 287 sed -i 's/SHLIB_VERSION_NUMBER "1.0.0"/SHLIB_VERSION_NUMBER "%{version}"/' crypto/opensslv.h 284 288 285 289 # Modify the various perl scripts to reference perl in the right location.
Note: See TracBrowser
for help on using the repository browser.