]> git.pld-linux.org Git - packages/nss.git/commitdiff
- add cacert.org root certificate; rel 4
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Oct 2008 23:00:17 +0000 (23:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nss.spec -> 1.87

nss.spec

index 4d3e395de6e81e4b2de998d81cc45e9ee969e489..a83de96a836d6433965cea68f49e1ac47632aca7 100644 (file)
--- a/nss.spec
+++ b/nss.spec
@@ -3,7 +3,7 @@ Summary:        NSS - Network Security Services
 Summary(pl.UTF-8):     NSS - Network Security Services
 Name:          nss
 Version:       3.12
-Release:       3
+Release:       4
 Epoch:         1
 License:       MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:         Libraries
@@ -16,9 +16,12 @@ Source0:     http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{foov
 # Source0-md5: 917f4e05f3982bd7fceaede197f0e1d4
 Source1:       %{name}-mozilla-nss.pc
 Source2:       %{name}-config.in
+Source3:       http://www.cacert.org/certs/root.der
+# Source3-md5: a61b375e390d9c3654eebd2031461f6b
 Patch0:                %{name}-Makefile.patch
 URL:           http://www.mozilla.org/projects/security/pki/nss/
 BuildRequires: nspr-devel >= 1:4.7
+BuildRequires: nss-tools
 BuildRequires: sqlite3-devel
 BuildRequires: zlib-devel
 BuildConflicts:        mozilla < 0.9.6-3
@@ -93,6 +96,9 @@ sed -i -e '/export ADDON_PATH$/a\    echo STRIP \; %{__strip} --strip-unneeded -
 %build
 cd mozilla/security/nss
 
+# http://wiki.cacert.org/wiki/NSSLib
+addbuiltin -n "CAcert Inc." -t "CT,C,C" < %{SOURCE3} >> lib/ckfw/builtins/certdata.txt
+
 %ifarch %{x8664} ppc64
 export USE_64=1
 %endif
This page took 0.036849 seconds and 4 git commands to generate.