diff options
author | beat <beat@FreeBSD.org> | 2014-12-03 22:55:25 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2014-12-03 22:55:25 +0800 |
commit | 4ada0905f426db8e0a22d973dffb8401bc442d6f (patch) | |
tree | 1a32479f5df7c300e66e4b2c4ca0ed5c4bfe2463 /security/nss | |
parent | d73e6c902b4b51ed28eff10428e9feaddcd71d44 (diff) | |
download | freebsd-ports-gnome-4ada0905f426db8e0a22d973dffb8401bc442d6f.tar.gz freebsd-ports-gnome-4ada0905f426db8e0a22d973dffb8401bc442d6f.tar.zst freebsd-ports-gnome-4ada0905f426db8e0a22d973dffb8401bc442d6f.zip |
- Update Thunderbird to 31.3.0
- Update gmp-api to 35.0
- Update openh264 to 1.2
- Update NSS to 3.17.3
- Update Firefox to 34.0.5
- Update Firefox ESR 31.3.0
- Update libxul to 31.3.0
- Improve CONFIGURE_TARGET handling
- Always build using client.mk
- Switch to clang by default on systems without libc++
(/stable/8 and /stable/9)
- Drop lang/python2 dependency, only lang/python27 is required
to build
- Use DuckDuckGo searchplugin from upstream (has suggestions
and purposes)
- Backport a few about:memory fixes
- Backport Web Notifications libnotify integration
- Add GTK3 option for www/firefox. Adwaita is a bit broken
since Gtk 3.14, see:
https://bugzilla.mozilla.org/show_bug.cgi?id=1073117
PR: 195559
Submitted by: Jan Beich
MFH: 2014Q4
Security: http://vuxml.org/freebsd/7ae61870-9dd2-4884-a2f2-f19bb5784d09.html
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/Makefile | 3 | ||||
-rw-r--r-- | security/nss/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index 43c12338034d..d10ecedc26ee 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.17.2 -PORTREVISION= 1 +PORTVERSION= 3.17.3 #DISTVERSIONSUFFIX= .with.ckbi.1.93 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src diff --git a/security/nss/distinfo b/security/nss/distinfo index a159ea298054..2bd69ccd68fd 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,2 +1,2 @@ -SHA256 (nss-3.17.2.tar.gz) = 134929e44e44b968a4883f4ee513a71ae45d55b486cee41ee8e26c3cc84dab8b -SIZE (nss-3.17.2.tar.gz) = 6927414 +SHA256 (nss-3.17.3.tar.gz) = f4d5e9035a2f84f25f35c283de3b0ff60d72e918748de25eaf017ed201fa21d5 +SIZE (nss-3.17.3.tar.gz) = 6932021 |