Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 19:39:06 GMT
From:      Pedro Giffuni <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183282: Update security/nss to version 3.15.2
Message-ID:  <201310241939.r9OJd6HZ039142@oldred.freebsd.org>
Resent-Message-ID: <201310241940.r9OJe2Vv060183@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183282
>Category:       ports
>Synopsis:       Update security/nss to version 3.15.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 24 19:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.2-STABLE
>Organization:
>Environment:
FreeBSD pcbsd-1465 9.2-STABLE FreeBSD 9.2-STABLE #1: Wed Oct 23 18:57:46 COT 2013     pfg@pcbsd-1465:/usr/obj/usr/src/sys/DELL  amd64

>Description:
This solves 

(CVE-2013-1739) Avoid uninitialized data read in the event of a decryption failure.

Complete Release Notes here:

https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.2_release_notes

- Add license (MPL) while here.

- Drop the regression-test target since in fails:
"Fatal DOMSUF env. variable is not defined"
>How-To-Repeat:

>Fix:
Recommend committing ports/183280 (nspr update) before this one.

Patch attached with submission follows:

Index: nss/Makefile
===================================================================
--- nss/Makefile	(revisione 331510)
+++ nss/Makefile	(copia locale)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nss
-PORTVERSION=	3.15.1
-#DISTVERSIONSUFFIX=	.with.ckbi.1.93
+PORTVERSION=	3.15.2
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/${PORTNAME}/releases/${DISTNAME:U:C/[-.]/_/g}_RTM/src
 
@@ -10,6 +9,8 @@
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Libraries to support development of security-enabled applications
 
+LICENSE=	MPL
+
 BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip \
 		nspr>=4.10:${PORTSDIR}/devel/nspr \
 		sqlite3>=3.7.15:${PORTSDIR}/databases/sqlite3
@@ -54,7 +55,7 @@
 CFLAGS+=	-B${LOCALBASE}/bin
 .endif
 
-check regression-test test:
+check test:
 	cd ${WRKSRC}/tests;	\
 		${SETENV} PATH="${BINS}/bin:${PATH}" \
 		    LD_LIBRARY_PATH="${BINS}/lib" \
Index: nss/distinfo
===================================================================
--- nss/distinfo	(revisione 331510)
+++ nss/distinfo	(copia locale)
@@ -1,2 +1,2 @@
-SHA256 (nss-3.15.1.tar.gz) = f994106a33d1f3210f4151bbb3419a1c28fd1cb545caa7dc9afdebd6da626284
-SIZE (nss-3.15.1.tar.gz) = 6286561
+SHA256 (nss-3.15.2.tar.gz) = 7b2c80d18c49581edbdb509cbf7afd61d8c53658f2a38ff20e224c1909faeddc
+SIZE (nss-3.15.2.tar.gz) = 6288669


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310241939.r9OJd6HZ039142>