[PATCH] Enabled elliptic curves

Julian Sikorski belegdol at fedoraproject.org
Sun Sep 9 00:34:55 CEST 2012


---
 openssl.spec | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/openssl.spec b/openssl.spec
index c03cc34..fb14de2 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -21,12 +21,12 @@
 Summary: A general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 1.0.0j
-Release: 2%{?dist}
+Release: 2%{?dist}.1.ec
 Epoch: 1
 # We have to remove certain patented algorithms from the openssl source
 # tarball with the hobble-openssl script which is included below.
 # The original openssl upstream tarball cannot be shipped in the .src.rpm.
-Source: openssl-%{version}-usa.tar.xz
+Source: openssl-%{version}.tar.gz
 Source1: hobble-openssl
 Source2: Makefile.certificate
 Source6: make-dummy-cert
@@ -129,9 +129,6 @@ from other formats to the formats used by the OpenSSL toolkit.
 %prep
 %setup -q -n %{name}-%{version}
 
-# The hobble_openssl is called here redundantly, just to be sure.
-# The tarball has already the sources removed.
-%{SOURCE1} > /dev/null
 %patch0 -p1 -b .redhat
 %patch1 -p1 -b .defaults
 %patch3 -p1 -b .soversion
@@ -220,7 +217,7 @@ sslarch=linux-generic32
 ./Configure \
 	--prefix=/usr --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
 	zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 \
-	enable-cms enable-md2 no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa \
+	enable-cms enable-md2 no-idea no-mdc2 no-rc5 \
 	--with-krb5-flavor=MIT --enginesdir=%{_libdir}/openssl/engines \
 	--with-krb5-dir=/usr shared  ${sslarch} %{?!nofips:fips}
 
-- 
1.7.11.4


--------------050601080503070303000208
Content-Type: text/x-patch;
 name="0001-Enabled-elliptic-curves.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0001-Enabled-elliptic-curves.patch"



More information about the rpmfusion-developers mailing list