diff options
author | ryoon <ryoon> | 2016-10-08 10:26:12 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2016-10-08 10:26:12 +0000 |
commit | abd4698218aa15dea02f7c6f70cfe53a474e76f5 (patch) | |
tree | 58e28104c17d33b287750e6637874029dedcf5b4 | |
parent | 9dfc085474b36698b5e3798945b441b4bdd4b639 (diff) | |
download | pkgsrc-abd4698218aa15dea02f7c6f70cfe53a474e76f5.tar.gz |
Update to 3.27.1
Changelog:
The NSS team has released Network Security Services (NSS) 3.27.1.
This is a patch release to address a TLS compatibility issue
that some applications experienced with NSS 3.27.
Notable Changes:
Availability of the TLS 1.3 (draft) implementation has been re-disabled
in the default build.
Previous versions of NSS made TLS 1.3 (draft) available only when compiled
with NSS_ENABLE_TLS_1_3. NSS 3.27 set this value on by default, allowing
TLS 1.3 (draft) to be disabled using NSS_DISABLE_TLS_1_3, although the
maximum version used by default remained TLS 1.2.
However, some applications query the list of protocol versions that are
supported by the NSS library, and enable all supported TLS protocol versions.
Because NSS 3.27 enabled compilation of TLS 1.3 (draft) by default, it caused
those applications to enable TLS 1.3 (draft). This resulted in connectivity
failures, as some TLS servers are version 1.3 intolerant, and failed to
negotiate an earlier TLS version with NSS 3.27 clients.
-rw-r--r-- | devel/nss/Makefile | 6 | ||||
-rw-r--r-- | devel/nss/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 09242fcc378..4e45af9ae54 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.119 2016/10/02 22:53:23 maya Exp $ +# $NetBSD: Makefile,v 1.120 2016/10/08 10:26:12 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.27.0 +NSS_RELEASE= 3.27.1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_MAJOR_VERSION}_${NSS_MINOR_VERSION}_RTM/src/} +MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_MAJOR_VERSION}_${NSS_MINOR_VERSION}_${NSS_PATCH_VERSION}_RTM/src/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mozilla.org/projects/security/pki/nss/ diff --git a/devel/nss/distinfo b/devel/nss/distinfo index 89c7166196a..81f1a8def14 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.62 2016/09/30 11:59:12 ryoon Exp $ +$NetBSD: distinfo,v 1.63 2016/10/08 10:26:12 ryoon Exp $ -SHA1 (nss-3.27.tar.gz) = e3579204ceffb915caacf2514b24b76ee503012c -RMD160 (nss-3.27.tar.gz) = f61867a334b7ad043ba545392d2027dbc670350e -SHA512 (nss-3.27.tar.gz) = a79c31d3ade72897928cdb1cfbf9236ea781fb1951904f2f5d9688afc4e55722ba75ea5a46622d1fa45d55bb2666d05a0df3a2c2ac16ce53335722618523c272 -Size (nss-3.27.tar.gz) = 7397210 bytes +SHA1 (nss-3.27.1.tar.gz) = 04d517723d2adf27b00ece58304f26cd389e4d13 +RMD160 (nss-3.27.1.tar.gz) = 70158d5ffeed658c0fd9663c1a7ac83dc99f18a4 +SHA512 (nss-3.27.1.tar.gz) = b52bc18e42cab78a325a8c4fcf2894ca879cecbb657a852baf460551ed9727f145bc328ebb61a43a1605b457f923a1495707ac4aee27be70220463818ed8db8d +Size (nss-3.27.1.tar.gz) = 7397737 bytes SHA1 (patch-am) = bab47640c0d25629f43578e7b788859418b27ecd SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f |