Update to nss 3.32, will be required by upcoming gecko 56 releases.

See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.32_release_notes
This commit is contained in:
landry 2017-08-07 18:48:22 +00:00
parent e09e937de1
commit 59331a241d
4 changed files with 15 additions and 13 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.77 2017/06/19 04:48:49 landry Exp $
# $OpenBSD: Makefile,v 1.78 2017/08/07 18:48:22 landry Exp $
COMMENT= libraries to support development of security-enabled apps
VERSION= 3.31
VERSION= 3.32
DISTNAME= nss-${VERSION}
SO_VERSION= 48.0
SO_VERSION= 49.0
.for _lib in freebl3 nss3 nssckbi nssdbm3 nssutil3 smime3 softokn3 ssl3
SHARED_LIBS+= ${_lib} ${SO_VERSION}
.endfor

View File

@ -1,2 +1,2 @@
SHA256 (nss-3.31.tar.gz) = 6QVhJWoycUhhYsH76NYU0RjDM9NqRFW+Kvhoi9Qgpl0=
SIZE (nss-3.31.tar.gz) = 9537011
SHA256 (nss-3.32.tar.gz) = NcbzgcyWuyXk+SRGn2uj5Xs6FuDC+34pWihKANV+0zU=
SIZE (nss-3.32.tar.gz) = 9493574

View File

@ -1,7 +1,8 @@
$OpenBSD: patch-nss_Makefile,v 1.3 2017/01/04 12:17:48 landry Exp $
--- nss/Makefile.orig Wed Dec 21 12:56:27 2016
+++ nss/Makefile Mon Jan 2 11:23:04 2017
@@ -46,7 +46,7 @@ include $(CORE_DEPTH)/coreconf/rules.mk
$OpenBSD: patch-nss_Makefile,v 1.4 2017/08/07 18:48:22 landry Exp $
Index: nss/Makefile
--- nss/Makefile.orig
+++ nss/Makefile
@@ -47,7 +47,7 @@ include $(CORE_DEPTH)/coreconf/rules.mk
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################

View File

@ -1,10 +1,11 @@
$OpenBSD: patch-nss_lib_freebl_blapi_h,v 1.5 2017/05/30 18:57:01 ajacoutot Exp $
$OpenBSD: patch-nss_lib_freebl_blapi_h,v 1.6 2017/08/07 18:48:22 landry Exp $
Prevent clashing symbol with libcrypto (bad ld.so(1)!).
--- nss/lib/freebl/blapi.h.orig Mon Sep 26 08:00:51 2016
+++ nss/lib/freebl/blapi.h Mon Oct 3 10:11:50 2016
@@ -1212,6 +1212,8 @@ extern void SHA1_DestroyContext(SHA1Context *cx, PRBoo
Index: nss/lib/freebl/blapi.h
--- nss/lib/freebl/blapi.h.orig
+++ nss/lib/freebl/blapi.h
@@ -1211,6 +1211,8 @@ extern void SHA1_DestroyContext(SHA1Context *cx, PRBoo
*/
extern void SHA1_Begin(SHA1Context *cx);