From e09fdcb614c33a2fbc06bad5e6f4e2ceb1233479 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 20 Jan 2007 18:55:09 +0000 Subject: Update to 3.11.4: The following bugs have been fixed in NSS 3.11.4. * Bug 115951: freebl dynamic library is never unloaded by libsoftoken or libssl. Also tiny one-time leak in freebl's loader.c. * Bug 127960: SSL force handshake function should take a timeout. * Bug 335454: Unable to find library 'libsoftokn3.sl' on HP-UX 64 bit. * Bug 350200: Implement DHMAC based POP (ProofOfPossession). * Bug 351482: audit_log_user_message doesn't exist in all versions of libaudit.so.0. (the "paranoia patch") * Bug 352041: oom [@ CERT_DecodeDERCrlWithFlags] "extended" tracked as NULL was dereferenced. * Bug 353422: Klocwork bugs in nss/lib/crmf. * Bug 353475: Cannot run cmd tools compiled with VC++ 2005. * Bug 353572: leak in sftk_OpenCertDB. * Bug 353608: NSS_RegisterShutdown may fail, and appData argument to callbacks is always NULL. * Bug 353749: PowerUpSelf tests update for DSA and ECDSA KAT. * Bug 353896: Building tip with NSS_ECC_MORE_THAN_SUITE_B causes crashes in all.sh. * Bug 353910: memory leak in RNG_RNGInit. * Bug 354313: STAN_GetCERTCertificateName leaks "instance" struct. * Bug 354384: vfyserv shutdown failure when client auth requested. * Bug 354900: Audit modifications, accesses, deletions, and additions of cryptographic keys. * Bug 355297: Improve the very first RNG_RandomUpdate call. * Bug 356073: C_GetTokenInfo should return CKR_CRYPTOKI_NOT_INITIALIZED if not initialized. * Bug 356309: CertVerifyLog in CERT_VerifyCertificate terminates early on expired certs. * Bug 357197: OCSP response code fails to match CERTIds. (hot fix only) * Bug 359484: FireFox 2 tries to negotiate ECC cipher suites using ssl2 client hello. (hot fix only) * Bug 360818: No RPATH set for signtool and signver. --- devel/nss/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'devel/nss/Makefile') diff --git a/devel/nss/Makefile b/devel/nss/Makefile index ee47b14de70..d58f993d4a3 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2006/10/24 08:38:03 abs Exp $ +# $NetBSD: Makefile,v 1.20 2007/01/20 18:55:09 wiz Exp $ -DISTNAME= nss-3.11 +DISTNAME= nss-3.11.4 CATEGORIES= security -MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_RTM/src/ +MASTER_SITES= ${MASTER_SITE_MOZILLA:=security/nss/releases/NSS_3_11_4_RTM/src/} MAINTAINER= mjl@luckie.org.nz HOMEPAGE= http://www.mozilla.org/projects/security/pki/nss/ @@ -42,10 +42,10 @@ NSS_OBJ_DIR= ${OPSYS}${OS_VERSION}_gcc_OPT.OBJ NSS_OBJ_DIR= ${OPSYS}${OS_VERSION}_OPT.OBJ . endif -# on solaris/sparc, we get a different set of libs. +# on solaris/sparc, we get a different set of libs. # How about NetBSD/sparc and sparc64? . if ${MACHINE_ARCH} == "sparc" -SUNOS_TRUE= +SUNOS_TRUE= SUNOS_FALSE= "@comment " . endif @@ -64,7 +64,7 @@ NSS_OBJ_DIR= ${OPSYS}${NSS_SHORT_OS_VERSION}${NSS_MACHINE_ARCH}_glibc_PTH_OPT.OB .endif SUNOS_TRUE?= "@comment " -SUNOS_FALSE?= +SUNOS_FALSE?= PLIST_SUBST+= SUNOS_TRUE=${SUNOS_TRUE} PLIST_SUBST+= SUNOS_FALSE=${SUNOS_FALSE} -- cgit v1.2.3