rpms/nss/devel nss.spec,1.11,1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 14 21:39:47 UTC 2006


Author: kengert

Update of /cvs/dist/rpms/nss/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7305

Modified Files:
	nss.spec 
Log Message:
Enable Elliptic Curve Cryptography (ECC)



Index: nss.spec
===================================================================
RCS file: /cvs/dist/rpms/nss/devel/nss.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nss.spec	26 May 2006 23:28:21 -0000	1.11
+++ nss.spec	14 Jun 2006 21:39:44 -0000	1.12
@@ -3,7 +3,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.11.1
-Release:          1
+Release:          2
 License:          MPL/GPL/LGPL
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -102,6 +102,9 @@
 export USE_64
 %endif
 
+NSS_ENABLE_ECC=1
+export NSS_ENABLE_ECC
+
 %{__make} -C ./mozilla/security/coreconf
 %{__make} -C ./mozilla/security/dbm
 %{__make} -C ./mozilla/security/nss 
@@ -308,6 +311,9 @@
 
 
 %changelog
+* Wed Jun 14 2006 Kai Engert <kengert at redhat.com> - 3.11.1-2
+- Enable Elliptic Curve Cryptography (ECC)
+
 * Fri May 26 2006 Kai Engert <kengert at redhat.com> - 3.11.1-1
 - Update to 3.11.1
 - Include upstream patch to limit curves




More information about the fedora-cvs-commits mailing list