From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 24 19:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 741A545B for ; Thu, 24 Oct 2013 19:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53EB225ED for ; Thu, 24 Oct 2013 19:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJe23v060184 for ; Thu, 24 Oct 2013 19:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJe2Vv060183; Thu, 24 Oct 2013 19:40:02 GMT (envelope-from gnats) Resent-Date: Thu, 24 Oct 2013 19:40:02 GMT Resent-Message-Id: <201310241940.r9OJe2Vv060183@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED27A42A for ; Thu, 24 Oct 2013 19:39:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1EAA25D0 for ; Thu, 24 Oct 2013 19:39:06 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9OJd68v039143 for ; Thu, 24 Oct 2013 19:39:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9OJd6HZ039142; Thu, 24 Oct 2013 19:39:06 GMT (envelope-from nobody) Message-Id: <201310241939.r9OJd6HZ039142@oldred.freebsd.org> Date: Thu, 24 Oct 2013 19:39:06 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183282: Update security/nss to version 3.15.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:40:02 -0000 >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: