| OLD | NEW |
| 1 Name: Network Security Services (NSS) | 1 Name: Network Security Services (NSS) |
| 2 Short Name: nss | 2 Short Name: nss |
| 3 URL: http://www.mozilla.org/projects/security/pki/nss/ | 3 URL: http://www.mozilla.org/projects/security/pki/nss/ |
| 4 Version: 3.15.5 | 4 Version: 3.15.5 |
| 5 License: MPL 2 | 5 License: MPL 2 |
| 6 License File: nss/COPYING | 6 License File: nss/COPYING |
| 7 Security Critical: yes | 7 Security Critical: yes |
| 8 | 8 |
| 9 Description: | 9 Description: |
| 10 NSS 3.15.5 with NSPR 4.10.3 | 10 NSS 3.15.5 with NSPR 4.10.3 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 (The "system" vs. "user" thread distinction comes from Java, and | 36 (The "system" vs. "user" thread distinction comes from Java, and |
| 37 ultimately from Solaris threads.) This is a workaround for | 37 ultimately from Solaris threads.) This is a workaround for |
| 38 http://crbug.com/40663. | 38 http://crbug.com/40663. |
| 39 - patches/nspr-remove-io.patch: Remove IO operations in NSPR to allow NSS | 39 - patches/nspr-remove-io.patch: Remove IO operations in NSPR to allow NSS |
| 40 to work in the sandbox. Do not initialize IO when initializing NSPR. | 40 to work in the sandbox. Do not initialize IO when initializing NSPR. |
| 41 Windows version of NSPR also tried to use getaddrinfo to resolve hostname | 41 Windows version of NSPR also tried to use getaddrinfo to resolve hostname |
| 42 in a SSL connection. By removing _PR_HAVE_GETADDRINFO this will force it | 42 in a SSL connection. By removing _PR_HAVE_GETADDRINFO this will force it |
| 43 to use PR_GetHostByName. Removing _PR_INET6_PROBE will prevent it from | 43 to use PR_GetHostByName. Removing _PR_INET6_PROBE will prevent it from |
| 44 creating an IPv6 socket to probe if IPv6 is there. | 44 creating an IPv6 socket to probe if IPv6 is there. |
| 45 DO NOT upstream this patch. | 45 DO NOT upstream this patch. |
| 46 - patches/nspr-disable-optimization-2013.patch Disable optimizations on VS2013 | |
| 47 in prdtoa.c. The compiler bug is fixed upstream and this can be removed on | |
| 48 next compiler update. | |
| 49 - patches/nspr-darwin.patch: to build NSPR for arm64. See NSPR bug 972125 | 46 - patches/nspr-darwin.patch: to build NSPR for arm64. See NSPR bug 972125 |
| 50 (https://bugzilla.mozilla.org/show_bug.cgi?id=972125). | 47 (https://bugzilla.mozilla.org/show_bug.cgi?id=972125). |
| 51 | 48 |
| 52 We made the following local changes to NSS. | 49 We made the following local changes to NSS. |
| 53 - patches/nss-static.patch: to build NSS as static libraries and omit | 50 - patches/nss-static.patch: to build NSS as static libraries and omit |
| 54 libpkix (the new certification path validation library) and | 51 libpkix (the new certification path validation library) and |
| 55 softoken/legacydb (support for the old Berkeley DB databases). See NSS | 52 softoken/legacydb (support for the old Berkeley DB databases). See NSS |
| 56 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471). | 53 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471). |
| 57 - nss/exports_win.def: The list of exports to use when building nss as a | 54 - nss/exports_win.def: The list of exports to use when building nss as a |
| 58 dynamic library (crnss.dll). | 55 dynamic library (crnss.dll). |
| (...skipping 10 matching lines...) Expand all Loading... |
| 69 - patches/nss-remove-fortezza.patch: remove Fortezza certificate support | 66 - patches/nss-remove-fortezza.patch: remove Fortezza certificate support |
| 70 from PK11_ImportPublicKey. See NSS bug 668397 | 67 from PK11_ImportPublicKey. See NSS bug 668397 |
| 71 (https://bugzilla.mozilla.org/show_bug.cgi?id=668397). | 68 (https://bugzilla.mozilla.org/show_bug.cgi?id=668397). |
| 72 - patches/nss-urandom-abort.patch: call abort() if NSS cannot read from | 69 - patches/nss-urandom-abort.patch: call abort() if NSS cannot read from |
| 73 /dev/urandom. See Chromium issue 244661 (http://crbug.com/244661). | 70 /dev/urandom. See Chromium issue 244661 (http://crbug.com/244661). |
| 74 - patches/nss-chacha20-poly1305.patch: Support ChaCha20+Poly1305 cipher | 71 - patches/nss-chacha20-poly1305.patch: Support ChaCha20+Poly1305 cipher |
| 75 suites. See NSS bug 917571 | 72 suites. See NSS bug 917571 |
| 76 (https://bugzilla.mozilla.org/show_bug.cgi?id=917571). | 73 (https://bugzilla.mozilla.org/show_bug.cgi?id=917571). |
| 77 - patches/nss-pkix-no-ldap.patch: Remove LDAP support from libpkix. See | 74 - patches/nss-pkix-no-ldap.patch: Remove LDAP support from libpkix. See |
| 78 NSS bug 928141 (https://bugzilla.mozilla.org/show_bug.cgi?id=928141). | 75 NSS bug 928141 (https://bugzilla.mozilla.org/show_bug.cgi?id=928141). |
| OLD | NEW |