nss: update to 3.14.3.
This commit is contained in:
parent
25c0b8905b
commit
c94807c351
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'nss-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="nspr-devel>=4.9.3 nss-${version}_${revision}"
|
||||
short_desc="${short_desc} (development files)"
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin/nss-config usr/bin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nss'
|
||||
pkgname=nss
|
||||
version=3.14.1
|
||||
version=3.14.3
|
||||
_distver=$(echo $version|sed -e "s|\.|_|g")
|
||||
revision=1
|
||||
makedepends="perl nspr-devel>=4.9.3 sqlite-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.mozilla.org/projects/security/pki/nss/"
|
||||
license="GPL-2, MPL-1.1"
|
||||
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${_distver}_RTM/src/nss-${version}.tar.gz"
|
||||
checksum=80a5d4872da13d0272636ad04e1beddcf8d4572bcc0d47dbea1d12fb592fb7e5
|
||||
checksum=d9d366be94d33395597ebf82363fcdedfa693a6d627cf7f6bec025f609d54cc0
|
||||
|
||||
do_build() {
|
||||
# Respect LDFLAGS
|
||||
|
|
Loading…
Reference in a new issue