nss: Update to 3.49.1
* Bump nspr requirement Changelog: No new functionality is introduced in these releases. These releases fix a performance issue: - Bug 1606992 - Cache the most recent PBKDF2 password hash, to speed up repeated SDR operations, important with the increased KDF iteration counts.
This commit is contained in:
parent
49a6d140e9
commit
50c30fc3ca
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.176 2020/01/10 03:43:20 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.177 2020/01/14 12:58:08 ryoon Exp $
|
||||
|
||||
DISTNAME= nss-${NSS_RELEASE:S/.0$//}
|
||||
NSS_RELEASE= 3.49.0
|
||||
NSS_RELEASE= 3.49.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
|
||||
|
||||
|
@ -134,7 +134,7 @@ do-install:
|
|||
# For consistency of libxul.so link in www/firefox.
|
||||
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.8.4.2
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.23
|
||||
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.24
|
||||
.include "../../devel/nspr/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.104 2020/01/10 03:43:20 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.105 2020/01/14 12:58:08 ryoon Exp $
|
||||
|
||||
SHA1 (nss-3.49.tar.gz) = f25d673a8b19730837f073f3c1b776e74fdbf4a4
|
||||
RMD160 (nss-3.49.tar.gz) = e4d3389a1ea1198efcca2be9aff49691596cd08d
|
||||
SHA512 (nss-3.49.tar.gz) = 7d8df73a2e585585a7cb3f887af3f933854984479531b3dd30316873bdd92c130e2fadb54e7b3b1f0b10675b1bce09112ef39860d74ef6f0df7b57bf430bd072
|
||||
Size (nss-3.49.tar.gz) = 76488781 bytes
|
||||
SHA1 (nss-3.49.1.tar.gz) = aba002b9f4b720fb95f511460594cc4a19201577
|
||||
RMD160 (nss-3.49.1.tar.gz) = 5b75a436006fdaf7aecc9312f2cca4b52cd41bb8
|
||||
SHA512 (nss-3.49.1.tar.gz) = e463c9d71537ac30dbd2998cbdbc0cadc734768a6f3a316c57b6a6d01ad6d26ca732dff65e9c88555a834ae7d71fc857e4cbc1799438069f544a1e27f75985e8
|
||||
Size (nss-3.49.1.tar.gz) = 76489134 bytes
|
||||
SHA1 (patch-am) = fea682bf03bc8b645049f93ed58554ca45f47aca
|
||||
SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
|
||||
SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
|
||||
|
|
Loading…
Reference in a new issue