diff options
| author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2024-07-02 18:11:42 +0200 |
|---|---|---|
| committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2024-07-02 18:20:07 +0200 |
| commit | 150c56a00e34ff18535636ff52d818f80f62c26b (patch) | |
| tree | d2c481185fd4af30b5af70d48957bf123a190d0e | |
| parent | 82c70bd1c2dbe11711390d24b0666cb31f5c4222 (diff) | |
security/nss: update to 3.101
Release Notes:
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_101.html
(cherry picked from commit 79086641fe4c6de2f095791ee2b9eefcab03f478)
| -rw-r--r-- | security/nss/Makefile | 2 | ||||
| -rw-r--r-- | security/nss/distinfo | 6 | ||||
| -rw-r--r-- | security/nss/pkg-plist | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index b08ef5c702ca..126c22405f6a 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -1,5 +1,5 @@ PORTNAME= nss -PORTVERSION= 3.100 +PORTVERSION= 3.101 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 bfb37ac56b1c..f79fd314a284 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716753774 -SHA256 (nss-3.100.tar.gz) = 1e35373ce9cb5b776f678bb341b0625c437520d09ebd91d1abd622e072e38d88 -SIZE (nss-3.100.tar.gz) = 76746058 +TIMESTAMP = 1719771261 +SHA256 (nss-3.101.tar.gz) = 859748f0b4b7bb51e7e600ae5a88ef4d71f93e6964b1beed2727784dd9ed85e7 +SIZE (nss-3.101.tar.gz) = 76317799 diff --git a/security/nss/pkg-plist b/security/nss/pkg-plist index e378280e187d..54ad14fae62f 100644 --- a/security/nss/pkg-plist +++ b/security/nss/pkg-plist @@ -22,7 +22,6 @@ bin/strsclnt bin/symkeyutil bin/vfychain bin/vfyserv -include/nss/sslexp.h include/nss/base64.h include/nss/blapit.h include/nss/cert.h @@ -66,6 +65,7 @@ include/nss/nssckfwt.h include/nss/nssckg.h include/nss/nssckmdt.h include/nss/nssckt.h +include/nss/nsshash.h include/nss/nssilckt.h include/nss/nssilock.h include/nss/nsslocks.h @@ -85,7 +85,6 @@ include/nss/pk11priv.h include/nss/pk11pub.h include/nss/pk11sdr.h include/nss/pkcs11.h -include/nss/pkcs1sig.h include/nss/pkcs11f.h include/nss/pkcs11n.h include/nss/pkcs11p.h @@ -94,6 +93,7 @@ include/nss/pkcs11u.h include/nss/pkcs11uri.h include/nss/pkcs12.h include/nss/pkcs12t.h +include/nss/pkcs1sig.h include/nss/pkcs7t.h include/nss/portreg.h include/nss/preenc.h @@ -119,6 +119,7 @@ include/nss/shsign.h include/nss/smime.h include/nss/ssl.h include/nss/sslerr.h +include/nss/sslexp.h include/nss/sslproto.h include/nss/sslt.h include/nss/utilmodt.h |
