mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
nss: update to 3.37.3.
Closes #14974. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
39d748a3c2
commit
ce0927ebe5
2 changed files with 4 additions and 20 deletions
|
@ -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) #
|
|
|
@ -3,17 +3,17 @@
|
||||||
_nsprver=4.19
|
_nsprver=4.19
|
||||||
|
|
||||||
pkgname=nss
|
pkgname=nss
|
||||||
version=3.37.1
|
version=3.37.3
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="zlib-devel nspr-devel sqlite-devel"
|
makedepends="zlib-devel nspr-devel sqlite-devel"
|
||||||
depends="nspr>=${_nsprver}"
|
depends="nspr>=${_nsprver}"
|
||||||
short_desc="Mozilla Network Security Services"
|
short_desc="Mozilla Network Security Services"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.mozilla.org/projects/security/pki/nss"
|
|
||||||
license="MPL-2.0"
|
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"
|
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
|
||||||
checksum=097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405
|
checksum=9af2bbb615d010bd866bb83f8c0bb22b0fa086171e93030ffb03da3da15cc5be
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
# Respect LDFLAGS
|
# Respect LDFLAGS
|
||||||
|
@ -119,6 +119,6 @@ nss-devel_package() {
|
||||||
vmove usr/bin/nss-config
|
vmove usr/bin/nss-config
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue