nss: update to 3.37.1.

Closes #14901.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-06-04 16:49:14 +02:00 committed by Enno Boland
parent 31097aca86
commit 0897a07bb1
2 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,7 @@
_nsprver=4.19
pkgname=nss
version=3.37
version=3.37.1
revision=1
hostmakedepends="perl"
makedepends="zlib-devel nspr-devel sqlite-devel"
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://www.mozilla.org/projects/security/pki/nss"
license="MPL-2.0"
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
checksum=5821969e85d241833e96cb82bd4211ddea6d87003f2cccce25e0eab4aefa6268
checksum=097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405
do_build() {
# Respect LDFLAGS

2
srcpkgs/nss/update Normal file
View file

@ -0,0 +1,2 @@
site='http://ftp.mozilla.org/pub/security/nss/releases/'
pattern='NSS_\K[\d+_]+(?=_RTM)'