[nss] Update ssl-cbc-random-iv-by-default.patch

Elio Maldonado emaldonado at fedoraproject.org
Mon Jun 17 23:23:52 UTC 2013


commit 41e94360c9af500b8f726fb80e69a73f4e41f420
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Mon Jun 17 16:23:06 2013 -0700

    Update ssl-cbc-random-iv-by-default.patch
    
    - Added a missing comma

 nss-ssl-cbc-random-iv-off-by-default.patch |    2 +-
 nss.spec                                   |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nss-ssl-cbc-random-iv-off-by-default.patch b/nss-ssl-cbc-random-iv-off-by-default.patch
index 85fa5b8..fd0988e 100644
--- a/nss-ssl-cbc-random-iv-off-by-default.patch
+++ b/nss-ssl-cbc-random-iv-off-by-default.patch
@@ -6,7 +6,7 @@ diff -up nss/lib/ssl/sslsock.c.cbcrandomivoff nss/lib/ssl/sslsock.c
      PR_FALSE,   /* requireSafeNegotiation */
      PR_FALSE,   /* enableFalseStart   */
 -    PR_TRUE,    /* cbcRandomIV        */
-+    PR_FALSE    /* cbcRandomIV        */ /* defaults to off for compatibility */
++    PR_FALSE,    /* cbcRandomIV        */ /* defaults to off for compatibility */
      PR_FALSE    /* enableOCSPStapling */
  };
  
diff --git a/nss.spec b/nss.spec
index 082e98b..168584f 100644
--- a/nss.spec
+++ b/nss.spec
@@ -19,7 +19,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.15
-Release:          2%{?dist}
+Release:          3%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -694,6 +694,9 @@ fi
 
 
 %changelog
+* Mon Jun 17 2013 emaldona <emaldona at redhat.com> - 3.15-3
+- Update ssl-cbc-random-iv-by-default.patch
+
 * Sun Jun 16 2013 Elio Maldonado <emaldona at redhat.com> - 3.15-2
 - Fix generation of NSS_VMAJOR, NSS_VMINOR, and NSS_VPATCH for nss-config
 


More information about the scm-commits mailing list