diff --git a/nss-3.79-fix-client-cert-crash.patch b/nss-3.79-fix-client-cert-crash.patch deleted file mode 100644 index 5f80fdc09b7edbfba28752cede8ce87608940da7..0000000000000000000000000000000000000000 --- a/nss-3.79-fix-client-cert-crash.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/lib/ssl/authcert.c b/lib/ssl/authcert.c ---- a/lib/ssl/authcert.c -+++ b/lib/ssl/authcert.c -@@ -212,17 +212,17 @@ NSS_GetClientAuthData(void *arg, - pw_arg); - } else { - int nnames = 0; - char **names = ssl_DistNamesToStrings(caNames, &nnames); - rv = CERT_FilterCertListByCANames(certList, nnames, names, - certUsageSSLClient); - ssl_FreeDistNamesStrings(names, nnames); - } -- if ((rv != SECSuccess) || CERT_LIST_EMPTY(certList)) { -+ if ((rv != SECSuccess) || (certList && CERT_LIST_EMPTY(certList))) { - CERT_DestroyCertList(certList); - certList = NULL; - } - } - if (certList == NULL) { - /* no user certs meeting the nickname/usage requirements found */ - return SECFailure; - } - diff --git a/nss-3.86.tar.gz b/nss-3.87.tar.gz similarity index 82% rename from nss-3.86.tar.gz rename to nss-3.87.tar.gz index b554f2af1fe631f5dd877711451485f91eec11aa..49f09d43a88c0177ee8ec2706e67a6919737b1e0 100644 Binary files a/nss-3.86.tar.gz and b/nss-3.87.tar.gz differ diff --git a/nss.spec b/nss.spec index 232d552d0a508a5531519b8bca95ca5de029c18c..21ed611a4bfb208f201cdccf4bf09f9e2f4e7698 100644 --- a/nss.spec +++ b/nss.spec @@ -1,6 +1,6 @@ %define anolis_release 1 %global nspr_version 4.35 -%global nss_version 3.86 +%global nss_version 3.87 %global baserelease 1 %global nss_release %baserelease %global crypto_policies_version 20210118 @@ -96,8 +96,6 @@ Patch4: iquote.patch Patch12: nss-signtool-format.patch Patch40: nss-no-dbm-man-page.patch -# upstream bug https://bugzilla.mozilla.org/show_bug.cgi?id=1774654 -Patch50: nss-3.79-fix-client-cert-crash.patch # https://bugzilla.mozilla.org/show_bug.cgi?id=1774659 Patch51: nss-3.79-dbtool.patch @@ -774,6 +772,9 @@ update-crypto-policies &> /dev/null || : %doc nss/readme.md nss/trademarks.txt nss/help.txt nss/doc/README %changelog +* Thu Jan 19 2023 Funda Wang - 3.87-1 +- New version 3.87 + * Mon Jan 2 2023 Funda Wang - 3.86-1 - New version 3.86