security/nss: update to 3.33
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.33_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_33_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ MFH: 2017Q3
This commit is contained in:
parent
a6449a7f8d
commit
c8612e85a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450203
4 changed files with 19 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nss
|
||||
PORTVERSION= 3.32.1
|
||||
PORTVERSION= 3.33
|
||||
#DISTVERSIONSUFFIX= -with-ckbi-1.98
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1505146642
|
||||
SHA256 (nss-3.32.1.tar.gz) = 4de59ca7f5bf4a56fbcfdbb4a054f254ba9f408f56476957404a091048624652
|
||||
SIZE (nss-3.32.1.tar.gz) = 9494609
|
||||
TIMESTAMP = 1505890047
|
||||
SHA256 (nss-3.33.tar.gz) = 98f0dabd36408e83dd3a11727336cc3cdfee4cbdd9aede2b2831eb2389c284e4
|
||||
SIZE (nss-3.33.tar.gz) = 9578033
|
||||
|
|
14
security/nss/files/patch-bug1396301
Normal file
14
security/nss/files/patch-bug1396301
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- lib/freebl/verified/kremlib.h.orig 2017-09-20 06:47:27 UTC
|
||||
+++ lib/freebl/verified/kremlib.h
|
||||
@@ -82,6 +82,11 @@ typedef void *Prims_pos, *Prims_nat, *Prims_nonzero, *
|
||||
#if defined(__linux__) || defined(__CYGWIN__)
|
||||
#include <endian.h>
|
||||
|
||||
+// ... for BSDs
|
||||
+#elif defined(__DragonFly__) || defined(__FreeBSD__) \
|
||||
+ || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
+#include <sys/endian.h>
|
||||
+
|
||||
// ... for OSX
|
||||
#elif defined(__APPLE__)
|
||||
#include <libkern/OSByteOrder.h>
|
|
@ -23,6 +23,7 @@ bin/strsclnt
|
|||
bin/symkeyutil
|
||||
bin/vfychain
|
||||
bin/vfyserv
|
||||
include/nss/nss/sslexp.h
|
||||
include/nss/nss/base64.h
|
||||
include/nss/nss/blapit.h
|
||||
include/nss/nss/cert.h
|
||||
|
|
Loading…
Reference in a new issue