rpms/openssl/devel openssl.spec,1.135,1.136

Tomáš Mráz tmraz at fedoraproject.org
Fri Aug 21 13:08:15 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/openssl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31468

Modified Files:
	openssl.spec 
Log Message:
* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> 1.0.0-0.2.beta3
- enable MD-2



Index: openssl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openssl/devel/openssl.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -p -r1.135 -r1.136
--- openssl.spec	20 Aug 2009 14:20:57 -0000	1.135
+++ openssl.spec	21 Aug 2009 13:08:15 -0000	1.136
@@ -23,7 +23,7 @@
 Summary: A general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 1.0.0
-Release: 0.1.%{beta}%{?dist}
+Release: 0.2.%{beta}%{?dist}
 # We remove certain patented algorithms from the openssl source tarball
 # with the hobble-openssl script which is included below.
 Source: openssl-%{version}-%{beta}-usa.tar.bz2
@@ -196,9 +196,9 @@ sslarch=linux-generic32
 ./Configure \
 	--prefix=/usr --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
 	zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 \
-	enable-cms no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa shared \
+	enable-cms enable-md2 no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa \
 	--with-krb5-flavor=MIT --enginesdir=%{_libdir}/openssl/engines \
-	--with-krb5-dir=/usr ${sslarch} fips
+	--with-krb5-dir=/usr shared  ${sslarch} fips
 
 # Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
 # marked as not requiring an executable stack.
@@ -415,6 +415,9 @@ fi
 /sbin/ldconfig -X
 
 %changelog
+* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> 1.0.0-0.2.beta3
+- enable MD-2
+
 * Thu Aug 20 2009 Tomas Mraz <tmraz at redhat.com> 1.0.0-0.1.beta3
 - update to new major upstream release
 




More information about the fedora-extras-commits mailing list