nss: update to 3.12.10.
This commit is contained in:
parent
031e376742
commit
15c2405be8
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'nss'
|
# Template file for 'nss'
|
||||||
pkgname=nss
|
pkgname=nss
|
||||||
version=3.12.9
|
version=3.12.10
|
||||||
_distver=$(echo $version|sed -e "s|\.|_|g")
|
_distver=$(echo $version|sed -e "s|\.|_|g")
|
||||||
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${_distver}_RTM/src/${pkgname}-${version}.tar.gz"
|
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${_distver}_RTM/src/${pkgname}-${version}.tar.gz"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Mozilla Network Security Services"
|
short_desc="Mozilla Network Security Services"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=0dc77718016654bbf6ffdda09e968e2b2875c05dacec967abf5725b5daae5978
|
homepage="http://www.mozilla.org/projects/security/pki/nss/"
|
||||||
|
license="GPL-2, MPL-1.1"
|
||||||
|
checksum=634f294507de6da93a5c3e08006156a469ff8d8af9ac9153f608800f4d20206e
|
||||||
long_desc="
|
long_desc="
|
||||||
Network Security Services (NSS) is a set of libraries designed to support
|
Network Security Services (NSS) is a set of libraries designed to support
|
||||||
cross-platform development of security-enabled server applications.
|
cross-platform development of security-enabled server applications.
|
||||||
|
|
Loading…
Reference in a new issue