pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2018Q1] pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Apr 11 11:48:59 UTC 2018

Modified Files:
        pkgsrc/devel/nss [pkgsrc-2018Q1]: Makefile distinfo

Log Message:
Pullup ticket #5735 - requested by maya
devel/nss: bugfix

Revisions pulled up:
- devel/nss/Makefile                                            1.149
- devel/nss/distinfo                                            1.84

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Tue Apr 10 15:21:30 UTC 2018

   Modified Files:
           pkgsrc/devel/nss: Makefile distinfo

   Log Message:
   nss: update to 3.36.1

   No new functionality is introduced in this release.  This is a patch release to fix regression bugs.

   In NSS version 3.35 the iteration count in optimized builds, which is used for password based encryption algorithm related to encrypted PKCS#7 or PKCS#12 data, was increased to one million
   iterations. That change had caused an interoperability regression with operating systems that are limited to 600 K iterations. NSS 3.36.1 has been changed to use the same 600 K limit.

   Certain smartcard operations could result in a deadlock

   This Bugzilla query returns all the bugs fixed in NSS 3.36.1:

   https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&product=NSS&target_milestone=3.36.1


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.148.2.1 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.83 -r1.83.2.1 pkgsrc/devel/nss/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.148 pkgsrc/devel/nss/Makefile:1.148.2.1
--- pkgsrc/devel/nss/Makefile:1.148     Sat Mar 17 01:07:15 2018
+++ pkgsrc/devel/nss/Makefile   Wed Apr 11 11:48:59 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.148 2018/03/17 01:07:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.148.2.1 2018/04/11 11:48:59 bsiegert Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.36.0
+NSS_RELEASE=           3.36.1
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
 

Index: pkgsrc/devel/nss/distinfo
diff -u pkgsrc/devel/nss/distinfo:1.83 pkgsrc/devel/nss/distinfo:1.83.2.1
--- pkgsrc/devel/nss/distinfo:1.83      Sat Mar 17 01:07:15 2018
+++ pkgsrc/devel/nss/distinfo   Wed Apr 11 11:48:59 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.83 2018/03/17 01:07:15 ryoon Exp $
+$NetBSD: distinfo,v 1.83.2.1 2018/04/11 11:48:59 bsiegert Exp $
 
-SHA1 (nss-3.36.tar.gz) = b4b86aad7406c9df1cdf9dd3752c84476e32df7c
-RMD160 (nss-3.36.tar.gz) = fedc797df5be2dce8ef391197e0c27d2dbe6fe07
-SHA512 (nss-3.36.tar.gz) = e4d5cc475f1fcca9a42a139a890b70dbc3fadf5ed8a626c8d6bf929a97bb91ca9a42fe967df95784e5d997a3ec5c5a87684256ddf91b8dafa827103a98ad39ae
-Size (nss-3.36.tar.gz) = 23025578 bytes
+SHA1 (nss-3.36.1.tar.gz) = d8b73f808054c7cc50f5e67bb94e5dd853ccc09f
+RMD160 (nss-3.36.1.tar.gz) = bdb7f2627cb42a871f5f046893699f9c01fc4cf2
+SHA512 (nss-3.36.1.tar.gz) = 096fe4360b6d584a746ac6156830f8cff821fd173bd889d7a396238919328a227fa4ebb46f738970a4001773046f3dd4f4675b85ff6de8420a4a7657b3ba0c65
+Size (nss-3.36.1.tar.gz) = 23026430 bytes
 SHA1 (patch-am) = bab47640c0d25629f43578e7b788859418b27ecd
 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1



Home | Main Index | Thread Index | Old Index