nss: update to 3.14.1.
This commit is contained in:
parent
7c626f376a
commit
19b69594ba
2 changed files with 5 additions and 14 deletions
|
@ -3,9 +3,6 @@
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="nspr-devel>=4.9.3 nss-${version}_${revision}"
|
depends="nspr-devel>=4.9.3 nss-${version}_${revision}"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} (development files)"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/bin/nss-config usr/bin
|
vmove usr/bin/nss-config usr/bin
|
||||||
|
|
|
@ -1,22 +1,16 @@
|
||||||
# Template file for 'nss'
|
# Template file for 'nss'
|
||||||
pkgname=nss
|
pkgname=nss
|
||||||
version=3.14
|
version=3.14.1
|
||||||
_distver=$(echo $version|sed -e "s|\.|_|g")
|
_distver=$(echo $version|sed -e "s|\.|_|g")
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="perl>=0 zlib-devel nspr-devel>=4.9.3 sqlite-devel"
|
makedepends="perl nspr-devel>=4.9.3 sqlite-devel"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="nss-devel"
|
||||||
short_desc="Mozilla Network Security Services"
|
short_desc="Mozilla Network Security Services"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mozilla.org/projects/security/pki/nss/"
|
homepage="http://www.mozilla.org/projects/security/pki/nss/"
|
||||||
license="GPL-2, MPL-1.1"
|
license="GPL-2, MPL-1.1"
|
||||||
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${_distver}_RTM/src/${pkgname}-${version}.tar.gz"
|
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${_distver}_RTM/src/nss-${version}.tar.gz"
|
||||||
checksum=b01868959d50263265aacc5a09f9a9eefbbde5f35604c2977f9714696f1d3e2b
|
checksum=80a5d4872da13d0272636ad04e1beddcf8d4572bcc0d47dbea1d12fb592fb7e5
|
||||||
long_desc="
|
|
||||||
Network Security Services (NSS) is a set of libraries designed to support
|
|
||||||
cross-platform development of security-enabled server applications.
|
|
||||||
Applications built with NSS can support SSL v2 and v3, TLS, PKCS 5,
|
|
||||||
PKCS 7, PKCS 11, PKCS 12, S/MIME, X.509 v3 certificates, and other
|
|
||||||
security standards."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
# Respect LDFLAGS
|
# Respect LDFLAGS
|
||||||
|
|
Loading…
Reference in a new issue