diff options
author | tron <tron> | 2010-10-25 14:57:25 +0000 |
---|---|---|
committer | tron <tron> | 2010-10-25 14:57:25 +0000 |
commit | eeaf7a111c5ec6352239b4dbea7d4258cba669f0 (patch) | |
tree | f177736db671abdc35138485c7d909ff719557e8 | |
parent | bb681f5001cc6304aeaf49a2051faa889587cc64 (diff) | |
download | pkgsrc-eeaf7a111c5ec6352239b4dbea7d4258cba669f0.tar.gz |
Pullup ticket #3256 - requested by tnn
devel/nss: security update
Revisions pulled up:
- devel/nss/Makefile 1.39
---
Module Name: pkgsrc
Committed By: tnn
Date: Thu Oct 21 10:31:00 UTC 2010
Modified Files:
pkgsrc/devel/nss: Makefile
Log Message:
Update to nss-3.12.8 (catch up w/ firefox)
Various bug fixes, including a security fix:
578697: (CVE-2010-3170) Browser Wildcard Certificate Validation Issue
-rw-r--r-- | devel/nss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index bdf82f12261..fbc6d01327f 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2010/09/09 09:35:44 tnn Exp $ +# $NetBSD: Makefile,v 1.38.2.1 2010/10/25 14:57:25 tron Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= nss-${NSS_RELEASE}${MOZ_BRANCH_MINOR} -NSS_RELEASE= 3.12.7.0 +NSS_RELEASE= 3.12.8.0 CATEGORIES= security MAINTAINER= tnn@NetBSD.org |