nss; update to 3.26

This commit is contained in:
Alessio Sergi 2016-08-23 13:29:27 +02:00
parent ec6467aafb
commit 68c853ea88
2 changed files with 7 additions and 7 deletions

View file

@ -7,5 +7,5 @@ Name: NSS
Description: Network Security Services Description: Network Security Services
Version: %NSS_VERSION% Version: %NSS_VERSION%
Requires: nspr >= %NSPR_VERSION% Requires: nspr >= %NSPR_VERSION%
Libs: -lssl3 -lsmime3 -lnss3 -lnssutil3 Libs: -L${libdir} -lssl3 -lsmime3 -lnss3 -lnssutil3
Cflags: -I${includedir} Cflags: -I${includedir}

View file

@ -1,9 +1,7 @@
# Template file for 'nss' # Template file for 'nss'
pkgname=nss pkgname=nss
# reverted due https://github.com/voidlinux/void-packages/issues/4225 version=3.26
reverts="3.24_1" revision=1
version=3.23
revision=2
hostmakedepends="perl" hostmakedepends="perl"
makedepends="zlib-devel nspr-devel sqlite-devel" makedepends="zlib-devel nspr-devel sqlite-devel"
depends="nspr>=4.12" depends="nspr>=4.12"
@ -12,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.mozilla.org/projects/security/pki/nss/" homepage="http://www.mozilla.org/projects/security/pki/nss/"
license="MPL-2.0, GPL-2, LGPL-2.1" license="MPL-2.0, GPL-2, LGPL-2.1"
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=94b383e31c9671e9dfcca81084a8a813817e8f05a57f54533509b318d26e11cf checksum=91783a570ab953693eb977ce47c501f04c104cec287fa011c91bcc8970d1c564
do_build() { do_build() {
# Respect LDFLAGS # Respect LDFLAGS
@ -21,7 +19,9 @@ do_build() {
export LIBRUNPATH= export LIBRUNPATH=
export BUILD_OPT=1 export BUILD_OPT=1
export NSS_USE_SYSTEM_SQLITE=1 export NSS_USE_SYSTEM_SQLITE=1
export NSS_ENABLE_WERROR=0
export NSS_ENABLE_ECC=1 export NSS_ENABLE_ECC=1
export FREEBL_NO_DEPEND=1
case "$XBPS_MACHINE" in case "$XBPS_MACHINE" in
aarch64*|x86_64*) _use64="USE_64=1";; aarch64*|x86_64*) _use64="USE_64=1";;
@ -108,7 +108,7 @@ do_install() {
} }
nss-devel_package() { nss-devel_package() {
depends="nspr-devel>=4.10 nss>=${version}_${revision}" depends="nspr-devel>=4.12 nss>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/bin/nss-config vmove usr/bin/nss-config