]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- zlib, sslv2 and sslv3 enabled by default
authorAdam Osuchowski <adwol@pld-linux.org>
Tue, 21 Oct 2014 12:46:56 +0000 (14:46 +0200)
committerAdam Osuchowski <adwol@pld-linux.org>
Tue, 21 Oct 2014 12:46:56 +0000 (14:46 +0200)
openssl.spec

index 9ae870c08c4aa9869344fa13e0fbd1c5dad8911a..339271ff1f7d51a8eb41e5bb5055334f58187612 100644 (file)
@@ -3,9 +3,9 @@
 #
 # Conditional build:
 %bcond_without tests   # don't perform "make tests"
-%bcond_with    zlib    # zlib: note - enables CVE-2012-4929 vulnerability
-%bcond_with    sslv2   # SSLv2: note - many flaws http://en.wikipedia.org/wiki/Transport_Layer_Security#SSL_2.0
-%bcond_with    sslv3   # SSLv3: note - enables  CVE-2014-3566 vulnerability
+%bcond_without zlib    # zlib: note - enables CVE-2012-4929 vulnerability
+%bcond_without sslv2   # SSLv2: note - many flaws http://en.wikipedia.org/wiki/Transport_Layer_Security#SSL_2.0
+%bcond_without sslv3   # SSLv3: note - enables  CVE-2014-3566 vulnerability
 %bcond_with    purify  # Compile openssl with \-DPURIFY, useful when one wants to
                        # use valgrind debugger against openssl-linked programs
 
This page took 0.034059 seconds and 4 git commands to generate.