wok-6.x diff nss/receipt @ rev 6444

Up: nss, nss-dev to 3.12.7. Added patches archlinux got from other distros. It uses system sqlite now.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 28 03:43:12 2010 +0000 (2010-09-28)
parents f581472fff1b
children f620c0d3e9f4
line diff
     1.1 --- a/nss/receipt	Mon Jul 12 11:26:20 2010 +0200
     1.2 +++ b/nss/receipt	Tue Sep 28 03:43:12 2010 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nss"
     1.7 -VERSION="3.12.4"
     1.8 +VERSION="3.12.7"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Mozilla Network Security Services (NSS)."
    1.11  MAINTAINER="rocky@slitaz.org"
    1.12 -DEPENDS="libfirefox"
    1.13 +DEPENDS="libfirefox sqlite zlib"
    1.14  BUILD_DEPENDS="firefox-dev sqlite-dev zlib-dev perl"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/"
    1.17 @@ -15,6 +15,15 @@
    1.18  compile_rules()
    1.19  {
    1.20      cd $src
    1.21 +    # Adds the SPI Inc. and CAcert.org CA certificates - patch from Debian
    1.22 +    patch -Np1 -i ../stuff/add_spi+cacert_ca_certs.patch
    1.23 +    # Adds transitional SSL renegotiate support - patch from Debian
    1.24 +    patch -Np1 -i  ../stuff/ssl-renegotiate-transitional.patch
    1.25 +    # Builds against system sqlite - patch from Fedora
    1.26 +    patch -Np0 -i ../stuff/nss-nolocalsql.patch
    1.27 +    # Removes rpath
    1.28 +    patch -Np0 -i ../stuff/nss-no-rpath.patch
    1.29 +
    1.30      export NSPR_INCLUDE_DIR=$(ls -d /usr/include/firefox-*)
    1.31      export NSPR_LIB_DIR=$(ls -d /usr/lib/firefox-*/lib)
    1.32      export NSS_USE_SYSTEM_SQLITE=1