source: trunk/server/fedora/specs/openssl.spec.patch @ 2769

Last change on this file since 2769 was 2743, checked in by achernya, 8 years ago
Patch openssl against a DoS
File size: 1007 bytes
  • openssl.spec

    old new  
    2121Summary: Utilities from the general purpose cryptography library with TLS implementation
    2222Name: openssl
    2323Version: 1.0.1e
    24 Release: 42%{?dist}
     24Release: 42%{?dist}.scripts.%{scriptsversion}
    2525Epoch: 1
    2626# We have to remove certain patented algorithms from the openssl source
    2727# tarball with the hobble-openssl script which is included below.
     
    123123Patch127: openssl-1.0.1e-cve-2015-0292.patch
    124124Patch128: openssl-1.0.1e-cve-2015-0293.patch
    125125
     126Patch1000: openssl-1.0.1e-cve-2015-3195.patch
     127
    126128License: OpenSSL
    127129Group: System Environment/Libraries
    128130URL: http://www.openssl.org/
     
    280282%patch127 -p1 -b .b64-underflow
    281283%patch128 -p1 -b .ssl2-assert
    282284
     285%patch1000 -p1 -b .x509-leak
     286
    283287sed -i 's/SHLIB_VERSION_NUMBER "1.0.0"/SHLIB_VERSION_NUMBER "%{version}"/' crypto/opensslv.h
    284288
    285289# Modify the various perl scripts to reference perl in the right location.
Note: See TracBrowser for help on using the repository browser.