nss: update to 3.37.3.

Closes #14974.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-07 00:19:13 -03:00 committed by Enno Boland
parent 39d748a3c2
commit ce0927ebe5
No known key found for this signature in database
GPG key ID: D09964719BDE9971
2 changed files with 4 additions and 20 deletions

View file

@ -1,16 +0,0 @@
--- nss/lib/freebl/Makefile.orig 2018-05-04 18:40:51.000000000 +0200
+++ nss/lib/freebl/Makefile 2018-05-14 18:14:14.316003320 +0200
@@ -535,11 +535,12 @@
# All intel architectures get the 64 bit version
# With custom uint128 if necessary (faster than generic 32 bit version).
ECL_SRCS += curve25519_64.c
- VERIFIED_SRCS += Hacl_Curve25519.c FStar.c
+ VERIFIED_SRCS += Hacl_Curve25519.c
else
# All non intel architectures get the generic 32 bit implementation (slow!)
ECL_SRCS += curve25519_32.c
endif
+VERIFIED_SRCS += FStar.c
#######################################################################
# (5) Execute "global" rules. (OPTIONAL) #

View file

@ -3,17 +3,17 @@
_nsprver=4.19
pkgname=nss
version=3.37.1
version=3.37.3
revision=1
hostmakedepends="perl"
makedepends="zlib-devel nspr-devel sqlite-devel"
depends="nspr>=${_nsprver}"
short_desc="Mozilla Network Security Services"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://www.mozilla.org/projects/security/pki/nss"
license="MPL-2.0"
homepage="https://www.mozilla.org/projects/security/pki/nss"
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
checksum=097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405
checksum=9af2bbb615d010bd866bb83f8c0bb22b0fa086171e93030ffb03da3da15cc5be
do_build() {
# Respect LDFLAGS
@ -119,6 +119,6 @@ nss-devel_package() {
vmove usr/bin/nss-config
vmove usr/lib/pkgconfig
vmove usr/include
vmove usr/lib/*.a
vmove "usr/lib/*.a"
}
}