nss: update to 3.62

This commit is contained in:
Juergen Daubert 2021-02-20 12:08:16 +01:00
parent bf46f1dc5c
commit 1b435bb248
2 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/bGVOkOhEFqojcT0v+xEScqg2xR8RnNlqGW3d4aoOpDX+l4VIFm2wofgLBpZWUapJB0AekfYZdoMMTa8iq9Q1wg=
SHA256 (Pkgfile) = 3d712da98f2579da057ae5208e6aeca495ec8184d9a942c7c5acd7d457df31c6
RWSE3ohX2g5d/S96Mn07XSUfLCckbCDZ94lsps/pkqbmBp5VnD91W4hUlFj77jd24VWZEHKR8Fof38jSn/bwBSQYiyAfiIHSeAg=
SHA256 (Pkgfile) = e179130e969d6e7c6fee9b10ae5a29edf9ead919d3ff1b3de3dcdf9dd8820d83
SHA256 (.footprint) = 71cb7f73938ae7291c039c9abec1f93a454919e4133f2f206fe762a9475dda86
SHA256 (nss-3.61.tar.gz) = 312e2d804b34ccf0fec70b57cf8cd6ac853f8ced60df53e30ebb0a7bcd0e1370
SHA256 (nss-3.62.tar.gz) = 86d6df7cece25b8d4efa53e4c19af903c484eb79871163f37b5232bb406a5478
SHA256 (nss-3.54-standalone-2.patch) = 607a29650c767f9451eaec1e35a48a3c8c9ce6a7099234417eb521a44653a371
SHA256 (nss-config.in) = 08dbc1202186308e86125b5c5e7e2d0e1bd1bd5ed65eab011b9af210f656aff5
SHA256 (nss.pc.in) = 135fbde6866e422b7a436e18d5b8e0defbb67dde6b8e1dc9e84de14b5c645626

View File

@ -1,19 +1,19 @@
# Description: Mozilla Network Security Services (NSS)
# URL: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: nspr sqlite3
# URL: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: nspr sqlite3
name=nss
version=3.61
version=3.62
release=1
source=(https://ftp.mozilla.org/pub/security/nss/releases/NSS_${version//./_}_RTM/src/$name-$version.tar.gz \
nss-3.54-standalone-2.patch \
nss-config.in nss.pc.in nss-softokn.pc.in nss-util.pc.in)
nss-3.54-standalone-2.patch \
nss-config.in nss.pc.in nss-softokn.pc.in nss-util.pc.in)
build() {
cd $name-$version/
patch -Np1 -i ../nss-3.54-standalone-2.patch
patch -Np1 -i $SRC/nss-3.54-standalone-2.patch
export NSPR_INCLUDE_DIR=/usr/include/nspr
export NSPR_LIB_DIR=/usr/lib