Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2016 16:05:42 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r423776 - in branches/2016Q4/security: ca_root_nss nss
Message-ID:  <201610111605.u9BG5g0a005661@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Oct 11 16:05:42 2016
New Revision: 423776
URL: https://svnweb.freebsd.org/changeset/ports/423776

Log:
  MFH: r423587
  
  security/nss: update to 3.27.1 and define license
  
  Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.27.1_release_notes
  PR:		213312
  Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q4/security/ca_root_nss/Makefile
  branches/2016Q4/security/ca_root_nss/distinfo
  branches/2016Q4/security/nss/Makefile
  branches/2016Q4/security/nss/distinfo
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/security/ca_root_nss/Makefile
==============================================================================
--- branches/2016Q4/security/ca_root_nss/Makefile	Tue Oct 11 15:32:59 2016	(r423775)
+++ branches/2016Q4/security/ca_root_nss/Makefile	Tue Oct 11 16:05:42 2016	(r423776)
@@ -32,7 +32,7 @@ PLIST_SUB+=	CERTDIR=${CERTDIR}
 # !!!  Please DO NOT submit patches for new version until it has !!!
 # !!!  been committed there first.                               !!!
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-VERSION_NSS=	3.27
+VERSION_NSS=	3.27.1
 #NSS_SUFFIX=	-with-ckbi-1.98
 CERTDATA_TXT_PATH=	nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt
 BUNDLE_PROCESSOR=	MAca-bundle.pl

Modified: branches/2016Q4/security/ca_root_nss/distinfo
==============================================================================
--- branches/2016Q4/security/ca_root_nss/distinfo	Tue Oct 11 15:32:59 2016	(r423775)
+++ branches/2016Q4/security/ca_root_nss/distinfo	Tue Oct 11 16:05:42 2016	(r423776)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475035246
-SHA256 (nss-3.27.tar.gz) = 021aa936b06f5815474dd5c137f2325b3fe06caa38d9798ca53ec30b537301fa
-SIZE (nss-3.27.tar.gz) = 7397210
+TIMESTAMP = 1475947616
+SHA256 (nss-3.27.1.tar.gz) = fd3637a1930cd838239a89633a7ed9a18859ae9b599043f3a18f726dc4ec2a6b
+SIZE (nss-3.27.1.tar.gz) = 7397737

Modified: branches/2016Q4/security/nss/Makefile
==============================================================================
--- branches/2016Q4/security/nss/Makefile	Tue Oct 11 15:32:59 2016	(r423775)
+++ branches/2016Q4/security/nss/Makefile	Tue Oct 11 16:05:42 2016	(r423776)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nss
-PORTVERSION=	3.27
+PORTVERSION=	3.27.1
 #DISTVERSIONSUFFIX=	-with-ckbi-1.98
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
@@ -10,6 +10,9 @@ MASTER_SITES=	MOZILLA/security/${PORTNAM
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Libraries to support development of security-enabled applications
 
+LICENSE=	MPL
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	zip:archivers/zip \
 		nspr>=4.12:devel/nspr \
 		sqlite3>=3.7.15:databases/sqlite3

Modified: branches/2016Q4/security/nss/distinfo
==============================================================================
--- branches/2016Q4/security/nss/distinfo	Tue Oct 11 15:32:59 2016	(r423775)
+++ branches/2016Q4/security/nss/distinfo	Tue Oct 11 16:05:42 2016	(r423776)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475035246
-SHA256 (nss-3.27.tar.gz) = 021aa936b06f5815474dd5c137f2325b3fe06caa38d9798ca53ec30b537301fa
-SIZE (nss-3.27.tar.gz) = 7397210
+TIMESTAMP = 1475952210
+SHA256 (nss-3.27.1.tar.gz) = fd3637a1930cd838239a89633a7ed9a18859ae9b599043f3a18f726dc4ec2a6b
+SIZE (nss-3.27.1.tar.gz) = 7397737



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